diff --git a/config/app.php b/config/app.php index ef76a7ed6aece96a22282683c9832f658d41dad7..502e3a78cbcd2ccd3a2a36fa069ece3a0e55c25a 100644 --- a/config/app.php +++ b/config/app.php @@ -41,7 +41,7 @@ | */ - 'debug' => (bool) env('APP_DEBUG', false), + 'debug' => (bool) env('APP_DEBUG', true), /* |-------------------------------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 902a00c01e83e40873ce80dec4f660cb2fdbdf56..d6c943f2dc599cbceaf3d6f0991d1cdf0dace20c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,899 +5,16132 @@ "packages": { "": { "devDependencies": { + "autoprefixer": "^10.4.7", "axios": "^0.25", - "laravel-vite-plugin": "^0.2.1", + "laravel-mix": "^6.0.49", "lodash": "^4.17.19", - "postcss": "^8.1.14", - "vite": "^2.9.11" + "postcss": "^8.4.14", + "tailwindcss": "^3.1.4" } }, - "node_modules/axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "dependencies": { - "follow-redirects": "^1.14.7" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" } }, - "node_modules/esbuild": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.48.tgz", - "integrity": "sha512-w6N1Yn5MtqK2U1/WZTX9ZqUVb8IOLZkZ5AdHkT6x3cHDMVsYWC7WPdiLmx19w3i4Rwzy5LqsEMtVihG3e4rFzA==", + "node_modules/@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" + "dependencies": { + "@babel/highlight": "^7.18.6" }, "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "esbuild-android-64": "0.14.48", - "esbuild-android-arm64": "0.14.48", - "esbuild-darwin-64": "0.14.48", - "esbuild-darwin-arm64": "0.14.48", - "esbuild-freebsd-64": "0.14.48", - "esbuild-freebsd-arm64": "0.14.48", - "esbuild-linux-32": "0.14.48", - "esbuild-linux-64": "0.14.48", - "esbuild-linux-arm": "0.14.48", - "esbuild-linux-arm64": "0.14.48", - "esbuild-linux-mips64le": "0.14.48", - "esbuild-linux-ppc64le": "0.14.48", - "esbuild-linux-riscv64": "0.14.48", - "esbuild-linux-s390x": "0.14.48", - "esbuild-netbsd-64": "0.14.48", - "esbuild-openbsd-64": "0.14.48", - "esbuild-sunos-64": "0.14.48", - "esbuild-windows-32": "0.14.48", - "esbuild-windows-64": "0.14.48", - "esbuild-windows-arm64": "0.14.48" - } - }, - "node_modules/esbuild-android-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.48.tgz", - "integrity": "sha512-3aMjboap/kqwCUpGWIjsk20TtxVoKck8/4Tu19rubh7t5Ra0Yrpg30Mt1QXXlipOazrEceGeWurXKeFJgkPOUg==", - "cpu": [ - "x64" - ], + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.6.tgz", + "integrity": "sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==", "dev": true, - "optional": true, - "os": [ - "android" - ], "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-android-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.48.tgz", - "integrity": "sha512-vptI3K0wGALiDq+EvRuZotZrJqkYkN5282iAfcffjI5lmGG9G1ta/CIVauhY42MBXwEgDJkweiDcDMRLzBZC4g==", - "cpu": [ - "arm64" - ], + "node_modules/@babel/core": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", + "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", "dev": true, - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helpers": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/esbuild-darwin-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.48.tgz", - "integrity": "sha512-gGQZa4+hab2Va/Zww94YbshLuWteyKGD3+EsVon8EWTWhnHFRm5N9NbALNbwi/7hQ/hM1Zm4FuHg+k6BLsl5UA==", - "cpu": [ - "x64" - ], + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/esbuild-darwin-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.48.tgz", - "integrity": "sha512-bFjnNEXjhZT+IZ8RvRGNJthLWNHV5JkCtuOFOnjvo5pC0sk2/QVk0Qc06g2PV3J0TcU6kaPC3RN9yy9w2PSLEA==", - "cpu": [ - "arm64" - ], + "node_modules/@babel/generator": { + "version": "7.18.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz", + "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "@babel/types": "^7.18.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-freebsd-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.48.tgz", - "integrity": "sha512-1NOlwRxmOsnPcWOGTB10JKAkYSb2nue0oM1AfHWunW/mv3wERfJmnYlGzL3UAOIUXZqW8GeA2mv+QGwq7DToqA==", - "cpu": [ - "x64" - ], + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, "engines": { - "node": ">=12" + "node": ">=6.0.0" } }, - "node_modules/esbuild-freebsd-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.48.tgz", - "integrity": "sha512-gXqKdO8wabVcYtluAbikDH2jhXp+Klq5oCD5qbVyUG6tFiGhrC9oczKq3vIrrtwcxDQqK6+HDYK8Zrd4bCA9Gw==", - "cpu": [ - "arm64" - ], + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-linux-32": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.48.tgz", - "integrity": "sha512-ghGyDfS289z/LReZQUuuKq9KlTiTspxL8SITBFQFAFRA/IkIvDpnZnCAKTCjGXAmUqroMQfKJXMxyjJA69c/nQ==", - "cpu": [ - "ia32" - ], + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz", + "integrity": "sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-linux-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.48.tgz", - "integrity": "sha512-vni3p/gppLMVZLghI7oMqbOZdGmLbbKR23XFARKnszCIBpEMEDxOMNIKPmMItQrmH/iJrL1z8Jt2nynY0bE1ug==", - "cpu": [ - "x64" - ], + "node_modules/@babel/helper-compilation-targets": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz", + "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/compat-data": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", + "semver": "^6.3.0" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/esbuild-linux-arm": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.48.tgz", - "integrity": "sha512-+VfSV7Akh1XUiDNXgqgY1cUP1i2vjI+BmlyXRfVz5AfV3jbpde8JTs5Q9sYgaoq5cWfuKfoZB/QkGOI+QcL1Tw==", - "cpu": [ - "arm" - ], + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/esbuild-linux-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.48.tgz", - "integrity": "sha512-3CFsOlpoxlKPRevEHq8aAntgYGYkE1N9yRYAcPyng/p4Wyx0tPR5SBYsxLKcgPB9mR8chHEhtWYz6EZ+H199Zw==", - "cpu": [ - "arm64" - ], + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz", + "integrity": "sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-member-expression-to-functions": "^7.18.6", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/esbuild-linux-mips64le": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.48.tgz", - "integrity": "sha512-cs0uOiRlPp6ymknDnjajCgvDMSsLw5mST2UXh+ZIrXTj2Ifyf2aAP3Iw4DiqgnyYLV2O/v/yWBJx+WfmKEpNLA==", - "cpu": [ - "mips64el" - ], + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", + "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.1.0" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/esbuild-linux-ppc64le": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.48.tgz", - "integrity": "sha512-+2F0vJMkuI0Wie/wcSPDCqXvSFEELH7Jubxb7mpWrA/4NpT+/byjxDz0gG6R1WJoeDefcrMfpBx4GFNN1JQorQ==", - "cpu": [ - "ppc64" - ], + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", + "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz", + "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-linux-riscv64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.48.tgz", - "integrity": "sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA==", - "cpu": [ - "riscv64" - ], + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-linux-s390x": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.48.tgz", - "integrity": "sha512-tndw/0B9jiCL+KWKo0TSMaUm5UWBLsfCKVdbfMlb3d5LeV9WbijZ8Ordia8SAYv38VSJWOEt6eDCdOx8LqkC4g==", - "cpu": [ - "s390x" - ], + "node_modules/@babel/helper-function-name": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz", + "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-netbsd-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.48.tgz", - "integrity": "sha512-V9hgXfwf/T901Lr1wkOfoevtyNkrxmMcRHyticybBUHookznipMOHoF41Al68QBsqBxnITCEpjjd4yAos7z9Tw==", - "cpu": [ - "x64" - ], + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, - "optional": true, - "os": [ - "netbsd" - ], + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-openbsd-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.48.tgz", - "integrity": "sha512-+IHf4JcbnnBl4T52egorXMatil/za0awqzg2Vy6FBgPcBpisDWT2sVz/tNdrK9kAqj+GZG/jZdrOkj7wsrNTKA==", - "cpu": [ - "x64" - ], + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz", + "integrity": "sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==", "dev": true, - "optional": true, - "os": [ - "openbsd" - ], + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-sunos-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.48.tgz", - "integrity": "sha512-77m8bsr5wOpOWbGi9KSqDphcq6dFeJyun8TA+12JW/GAjyfTwVtOnN8DOt6DSPUfEV+ltVMNqtXUeTeMAxl5KA==", - "cpu": [ - "x64" - ], + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, - "optional": true, - "os": [ - "sunos" - ], + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-windows-32": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.48.tgz", - "integrity": "sha512-EPgRuTPP8vK9maxpTGDe5lSoIBHGKO/AuxDncg5O3NkrPeLNdvvK8oywB0zGaAZXxYWfNNSHskvvDgmfVTguhg==", - "cpu": [ - "ia32" - ], + "node_modules/@babel/helper-module-transforms": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz", + "integrity": "sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-windows-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.48.tgz", - "integrity": "sha512-YmpXjdT1q0b8ictSdGwH3M8VCoqPpK1/UArze3X199w6u8hUx3V8BhAi1WjbsfDYRBanVVtduAhh2sirImtAvA==", - "cpu": [ - "x64" - ], + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/esbuild-windows-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.48.tgz", - "integrity": "sha512-HHaOMCsCXp0rz5BT2crTka6MPWVno121NKApsGs/OIW5QC0ggC69YMGs1aJct9/9FSUF4A1xNE/cLvgB5svR4g==", - "cpu": [ - "arm64" - ], + "node_modules/@babel/helper-plugin-utils": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz", + "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==", "dev": true, - "optional": true, - "os": [ - "win32" - ], "engines": { - "node": ">=12" + "node": ">=6.9.0" } }, - "node_modules/follow-redirects": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", - "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz", + "integrity": "sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==", "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-wrap-function": "^7.18.6", + "@babel/types": "^7.18.6" + }, "engines": { - "node": ">=4.0" + "node": ">=6.9.0" }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "node_modules/@babel/helper-replace-supers": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz", + "integrity": "sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-member-expression-to-functions": "^7.18.6", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + }, "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "node": ">=6.9.0" } }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true + "node_modules/@babel/helper-simple-access": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz", + "integrity": "sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==", "dev": true, "dependencies": { - "function-bind": "^1.1.1" + "@babel/types": "^7.18.6" }, "engines": { - "node": ">= 0.4.0" + "node": ">=6.9.0" } }, - "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "dependencies": { - "has": "^1.0.3" + "@babel/types": "^7.18.6" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=6.9.0" } }, - "node_modules/laravel-vite-plugin": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.2.4.tgz", - "integrity": "sha512-tb5hZ3aZ/bjvQUAkAYSrq7b64ZyjTY/joegVzrMoV6xGZUGTHyglcNkaa2G7Wtu1j0hLIO64ETeryxWbScSfYA==", + "node_modules/@babel/helper-validator-identifier": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true, "engines": { - "node": ">=14" - }, - "peerDependencies": { - "vite": "^2.9.9" + "node": ">=6.9.0" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "node_modules/@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } }, - "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "node_modules/@babel/helper-wrap-function": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz", + "integrity": "sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==", "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" + "dependencies": { + "@babel/helper-function-name": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=6.9.0" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "node_modules/@babel/helpers": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz", + "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.6.tgz", + "integrity": "sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz", + "integrity": "sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz", + "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz", + "integrity": "sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz", + "integrity": "sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz", + "integrity": "sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz", + "integrity": "sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", + "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", + "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz", + "integrity": "sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.6.tgz", + "integrity": "sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz", + "integrity": "sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz", + "integrity": "sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz", + "integrity": "sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.6.tgz", + "integrity": "sha512-WAjoMf4wIiSsy88KmG7tgj2nFdEK7E46tArVtcgED7Bkj6Fg/tG5SbvNIOKxbFS2VFgNh6+iaPswBeQZm4ox8w==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz", + "integrity": "sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz", + "integrity": "sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", + "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", + "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz", + "integrity": "sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", + "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.6.tgz", + "integrity": "sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", + "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "regenerator-transform": "^0.15.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.6.tgz", + "integrity": "sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-polyfill-corejs2": "^0.3.1", + "babel-plugin-polyfill-corejs3": "^0.5.2", + "babel-plugin-polyfill-regenerator": "^0.3.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz", + "integrity": "sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz", + "integrity": "sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz", + "integrity": "sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz", + "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.6.tgz", + "integrity": "sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.6", + "@babel/plugin-proposal-async-generator-functions": "^7.18.6", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.6", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.6", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.18.6", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.6", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.18.6", + "@babel/plugin-transform-classes": "^7.18.6", + "@babel/plugin-transform-computed-properties": "^7.18.6", + "@babel/plugin-transform-destructuring": "^7.18.6", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.6", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.6", + "@babel/plugin-transform-function-name": "^7.18.6", + "@babel/plugin-transform-literals": "^7.18.6", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.18.6", + "@babel/plugin-transform-modules-commonjs": "^7.18.6", + "@babel/plugin-transform-modules-systemjs": "^7.18.6", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.18.6", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.18.6", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.6", + "@babel/plugin-transform-typeof-symbol": "^7.18.6", + "@babel/plugin-transform-unicode-escapes": "^7.18.6", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.18.6", + "babel-plugin-polyfill-corejs2": "^0.3.1", + "babel-plugin-polyfill-corejs3": "^0.5.2", + "babel-plugin-polyfill-regenerator": "^0.3.1", + "core-js-compat": "^3.22.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", + "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.6.tgz", + "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.6.tgz", + "integrity": "sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.18.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.7.tgz", + "integrity": "sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.8.tgz", + "integrity": "sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", + "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", + "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dev": true, + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/clean-css": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@types/clean-css/-/clean-css-4.2.5.tgz", + "integrity": "sha512-NEzjkGGpbs9S9fgC4abuBvTpVwE3i+Acu9BBod3PUyjDVZcNsGx61b8r2PphR61QGPnn0JHVs5ey6/I4eTrkxw==", + "dev": true, + "dependencies": { + "@types/node": "*", + "source-map": "^0.6.0" + } + }, + "node_modules/@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dev": true, + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/eslint": { + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.5.tgz", + "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", + "dev": true, + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dev": true, + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true + }, + "node_modules/@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "dev": true, + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.29", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz", + "integrity": "sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dev": true, + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/imagemin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@types/imagemin/-/imagemin-8.0.0.tgz", + "integrity": "sha512-B9X2CUeDv/uUeY9CqkzSTfmsLkeJP6PkmXlh4lODBbf9SwpmNuLS30WzUOi863dgsjY3zt3gY5q2F+UdifRi1A==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/imagemin-gifsicle": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-gifsicle/-/imagemin-gifsicle-7.0.1.tgz", + "integrity": "sha512-kUz6sUh0P95JOS0RGEaaemWUrASuw+dLsWIveK2UZJx74id/B9epgblMkCk/r5MjUWbZ83wFvacG5Rb/f97gyA==", + "dev": true, + "dependencies": { + "@types/imagemin": "*" + } + }, + "node_modules/@types/imagemin-mozjpeg": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.1.tgz", + "integrity": "sha512-kMQWEoKxxhlnH4POI3qfW9DjXlQfi80ux3l2b3j5R3eudSCoUIzKQLkfMjNJ6eMYnMWBcB+rfQOWqIzdIwFGKw==", + "dev": true, + "dependencies": { + "@types/imagemin": "*" + } + }, + "node_modules/@types/imagemin-optipng": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-optipng/-/imagemin-optipng-5.2.1.tgz", + "integrity": "sha512-XCM/3q+HUL7v4zOqMI+dJ5dTxT+MUukY9KU49DSnYb/4yWtSMHJyADP+WHSMVzTR63J2ZvfUOzSilzBNEQW78g==", + "dev": true, + "dependencies": { + "@types/imagemin": "*" + } + }, + "node_modules/@types/imagemin-svgo": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz", + "integrity": "sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ==", + "dev": true, + "dependencies": { + "@types/imagemin": "*", + "@types/svgo": "^1" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "node_modules/@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==", + "dev": true + }, + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.1.tgz", + "integrity": "sha512-CmR8+Tsy95hhwtZBKJBs0/FFq4XX7sDZHlGGf+0q+BRZfMbOTkzkj0AFAuTyXbObDIoanaBBW0+KEW+m3N16Wg==", + "dev": true + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "node_modules/@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "dev": true + }, + "node_modules/@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==", + "dev": true + }, + "node_modules/@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true + }, + "node_modules/@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dev": true, + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "dev": true, + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/svgo": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-1.3.6.tgz", + "integrity": "sha512-AZU7vQcy/4WFEuwnwsNsJnFwupIpbllH1++LXScN6uxT1Z4zPzdrWG97w4/I7eFKFTvfy/bHFStWjdBAg2Vjug==", + "dev": true + }, + "node_modules/@types/ws": { + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", + "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dev": true, + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dev": true, + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dev": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dev": true, + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webpack-cli/configtest": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", + "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", + "dev": true, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x", + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/info": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", + "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", + "dev": true, + "dependencies": { + "envinfo": "^7.7.3" + }, + "peerDependencies": { + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/serve": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", + "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", + "dev": true, + "peerDependencies": { + "webpack-cli": "4.x.x" + }, + "peerDependenciesMeta": { + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "dev": true, + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "dev": true, + "dependencies": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" + } + }, + "node_modules/acorn-node/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true + }, + "node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dev": true, + "dependencies": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/asn1.js/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "dev": true, + "dependencies": { + "object-assign": "^4.1.1", + "util": "0.10.3" + } + }, + "node_modules/assert/node_modules/inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==", + "dev": true + }, + "node_modules/assert/node_modules/util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==", + "dev": true, + "dependencies": { + "inherits": "2.0.1" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz", + "integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + ], + "dependencies": { + "browserslist": "^4.20.3", + "caniuse-lite": "^1.0.30001335", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/axios": { + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", + "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.14.7" + } + }, + "node_modules/babel-loader": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "dev": true, + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.3.1", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", + "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1", + "core-js-compat": "^3.21.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true + }, + "node_modules/body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/bonjour-service": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.13.tgz", + "integrity": "sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==", + "dev": true, + "dependencies": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", + "dev": true + }, + "node_modules/browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, + "dependencies": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, + "dependencies": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "node_modules/browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dev": true, + "dependencies": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "node_modules/browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dev": true, + "dependencies": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "node_modules/browserify-sign/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/browserify-sign/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, + "dependencies": { + "pako": "~1.0.5" + } + }, + "node_modules/browserslist": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", + "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001359", + "electron-to-chromium": "^1.4.172", + "node-releases": "^2.0.5", + "update-browserslist-db": "^1.0.4" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dev": true, + "dependencies": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==", + "dev": true + }, + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==", + "dev": true + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001363", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001363.tgz", + "integrity": "sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/charenc": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", + "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/clean-css": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz", + "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/cli-table3": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", + "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/collect.js": { + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.34.0.tgz", + "integrity": "sha512-WoXbKDghKWb1lnN1ScBs/MR7BvOpyE5kI0Q9+k8rFtShLFpgjosYE5YplGKxg/DDSkPXgWzgdNZAEnFUffw1xg==", + "dev": true + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colord": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", + "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==", + "dev": true + }, + "node_modules/colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/concat": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", + "integrity": "sha512-f/ZaH1aLe64qHgTILdldbvyfGiGF4uzeo9IuXUloIOLQzFmIPloy9QbZadNsuVv0j5qbKQvQb/H/UYf2UsKTpw==", + "dev": true, + "dependencies": { + "commander": "^2.9.0" + }, + "bin": { + "concat": "bin/concat" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/concat/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", + "dev": true + }, + "node_modules/console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", + "dev": true + }, + "node_modules/constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==", + "dev": true + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true + }, + "node_modules/core-js-compat": { + "version": "3.23.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.23.3.tgz", + "integrity": "sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.0", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + } + }, + "node_modules/create-ecdh/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "node_modules/create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crypt": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, + "dependencies": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + }, + "engines": { + "node": "*" + } + }, + "node_modules/css-declaration-sorter": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.0.tgz", + "integrity": "sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/css-loader": { + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", + "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", + "dev": true, + "dependencies": { + "icss-utils": "^5.1.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.15", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.27.0 || ^5.0.0" + } + }, + "node_modules/css-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-select/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cssnano": { + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.12.tgz", + "integrity": "sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==", + "dev": true, + "dependencies": { + "cssnano-preset-default": "^5.2.12", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cssnano" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-preset-default": { + "version": "5.2.12", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.12.tgz", + "integrity": "sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==", + "dev": true, + "dependencies": { + "css-declaration-sorter": "^6.3.0", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.2", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.6", + "postcss-merge-rules": "^5.1.2", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.3", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.0", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.0", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "dev": true, + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==", + "dev": true + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "node_modules/detective": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", + "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", + "dev": true, + "dependencies": { + "acorn-node": "^1.8.2", + "defined": "^1.0.0", + "minimist": "^1.2.6" + }, + "bin": { + "detective": "bin/detective.js" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true + }, + "node_modules/diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "node_modules/diffie-hellman/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true + }, + "node_modules/dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true + }, + "node_modules/dns-packet": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz", + "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "dev": true, + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/dom-serializer/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true, + "engines": { + "node": ">=0.4", + "npm": ">=1.2" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", + "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/domutils/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true + }, + "node_modules/electron-to-chromium": { + "version": "1.4.178", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.178.tgz", + "integrity": "sha512-aWuhJXkwIdoQzGR8p2QvR3N0OzdUKZSP8+P/hzuMzNQIPZoEa8HiCGM75bQBHjyz+eKT5PB9dVCzkK/tyQ4B5Q==", + "dev": true + }, + "node_modules/elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", + "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/envinfo": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", + "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", + "dev": true, + "bin": { + "envinfo": "dist/cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "dev": true + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "dependencies": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "dev": true, + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", + "dev": true + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/file-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/file-type": { + "version": "12.4.2", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz", + "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", + "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz", + "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==", + "dev": true, + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.0.3", + "glob": "^7.1.3", + "ignore": "^5.1.1", + "merge2": "^1.2.3", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "node_modules/growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==", + "dev": true + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/hash-base/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/hash-base/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "dev": true, + "dependencies": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true + }, + "node_modules/html-loader": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-1.3.2.tgz", + "integrity": "sha512-DEkUwSd0sijK5PF3kRWspYi56XP7bTNkyg5YWSzBdjaSDmvCufep5c4Vpb3PBf6lUL0YPtLwBfy9fL0t5hBAGA==", + "dev": true, + "dependencies": { + "html-minifier-terser": "^5.1.1", + "htmlparser2": "^4.1.0", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/html-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, + "dependencies": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/html-minifier-terser/node_modules/clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/html-minifier-terser/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/html-minifier-terser/node_modules/terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "dev": true, + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/html-minifier-terser/node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dev": true, + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } + } + }, + "node_modules/https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==", + "dev": true + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/imagemin": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz", + "integrity": "sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==", + "dev": true, + "dependencies": { + "file-type": "^12.0.0", + "globby": "^10.0.0", + "graceful-fs": "^4.2.2", + "junk": "^3.1.0", + "make-dir": "^3.0.0", + "p-pipe": "^3.0.0", + "replace-ext": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/img-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/img-loader/-/img-loader-4.0.0.tgz", + "integrity": "sha512-UwRcPQdwdOyEHyCxe1V9s9YFwInwEWCpoO+kJGfIqDrBDqA8jZUsEZTxQ0JteNPGw/Gupmwesk2OhLTcnw6tnQ==", + "dev": true, + "dependencies": { + "loader-utils": "^1.1.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "imagemin": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/img-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/img-loader/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/junk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/laravel-mix": { + "version": "6.0.49", + "resolved": "https://registry.npmjs.org/laravel-mix/-/laravel-mix-6.0.49.tgz", + "integrity": "sha512-bBMFpFjp26XfijPvY5y9zGKud7VqlyOE0OWUcPo3vTBY5asw8LTjafAbee1dhfLz6PWNqDziz69CP78ELSpfKw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.15.8", + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.15.8", + "@babel/preset-env": "^7.15.8", + "@babel/runtime": "^7.15.4", + "@types/babel__core": "^7.1.16", + "@types/clean-css": "^4.2.5", + "@types/imagemin-gifsicle": "^7.0.1", + "@types/imagemin-mozjpeg": "^8.0.1", + "@types/imagemin-optipng": "^5.2.1", + "@types/imagemin-svgo": "^8.0.0", + "autoprefixer": "^10.4.0", + "babel-loader": "^8.2.3", + "chalk": "^4.1.2", + "chokidar": "^3.5.2", + "clean-css": "^5.2.4", + "cli-table3": "^0.6.0", + "collect.js": "^4.28.5", + "commander": "^7.2.0", + "concat": "^1.0.3", + "css-loader": "^5.2.6", + "cssnano": "^5.0.8", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "file-loader": "^6.2.0", + "fs-extra": "^10.0.0", + "glob": "^7.2.0", + "html-loader": "^1.3.2", + "imagemin": "^7.0.1", + "img-loader": "^4.0.0", + "lodash": "^4.17.21", + "md5": "^2.3.0", + "mini-css-extract-plugin": "^1.6.2", + "node-libs-browser": "^2.2.1", + "postcss-load-config": "^3.1.0", + "postcss-loader": "^6.2.0", + "semver": "^7.3.5", + "strip-ansi": "^6.0.0", + "style-loader": "^2.0.0", + "terser": "^5.9.0", + "terser-webpack-plugin": "^5.2.4", + "vue-style-loader": "^4.1.3", + "webpack": "^5.60.0", + "webpack-cli": "^4.9.1", + "webpack-dev-server": "^4.7.3", + "webpack-merge": "^5.8.0", + "webpack-notifier": "^1.14.1", + "webpackbar": "^5.0.0-3", + "yargs": "^17.2.1" + }, + "bin": { + "laravel-mix": "bin/cli.js", + "mix": "bin/cli.js" + }, + "engines": { + "node": ">=12.14.0" + }, + "peerDependencies": { + "@babel/core": "^7.15.8", + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.15.8", + "@babel/preset-env": "^7.15.8", + "postcss": "^8.3.11", + "webpack": "^5.60.0", + "webpack-cli": "^4.9.1" + } + }, + "node_modules/lilconfig": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", + "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/md5": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", + "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", + "dev": true, + "dependencies": { + "charenc": "0.0.2", + "crypt": "0.0.2", + "is-buffer": "~1.1.6" + } + }, + "node_modules/md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.7.tgz", + "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==", + "dev": true, + "dependencies": { + "fs-monkey": "^1.0.3" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, + "dependencies": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "bin": { + "miller-rabin": "bin/miller-rabin" + } + }, + "node_modules/miller-rabin/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", + "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "webpack-sources": "^1.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.4.0 || ^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==", + "dev": true + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true, + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dev": true, + "dependencies": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + } + }, + "node_modules/node-notifier": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz", + "integrity": "sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==", + "dev": true, + "dependencies": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.2", + "shellwords": "^0.1.1", + "uuid": "^8.3.0", + "which": "^2.0.2" + } + }, + "node_modules/node-releases": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", + "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==", + "dev": true + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "dev": true, + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==", + "dev": true + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-pipe": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz", + "integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dev": true, + "dependencies": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dev": true, + "dependencies": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", + "dev": true + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dev": true, + "dependencies": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/postcss": { + "version": "8.4.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", + "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "dependencies": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "postcss": "^8.2.2" + } + }, + "node_modules/postcss-colormin": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-convert-values": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz", + "integrity": "sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==", + "dev": true, + "dependencies": { + "browserslist": "^4.20.3", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-import": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-js": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", + "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==", + "dev": true, + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.3.3" + } + }, + "node_modules/postcss-load-config": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", + "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", + "dev": true, + "dependencies": { + "lilconfig": "^2.0.5", + "yaml": "^1.10.2" + }, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.6.tgz", + "integrity": "sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-merge-rules": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz", + "integrity": "sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dev": true, + "dependencies": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-params": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.3.tgz", + "integrity": "sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dev": true, + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-nested": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", + "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.6" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-unicode": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz", + "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dev": true, + "dependencies": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dev": true, + "dependencies": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-initial": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz", + "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/pretty-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", + "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/public-encrypt/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "dev": true, + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", + "dev": true, + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, + "dependencies": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readable-stream/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rechoir": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", + "dev": true, + "dependencies": { + "resolve": "^1.9.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", + "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz", + "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpu-core": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz", + "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.0.1", + "regjsgen": "^0.6.0", + "regjsparser": "^0.8.2", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", + "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", + "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/replace-ext": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", + "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-cwd/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dev": true, + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "node_modules/selfsigned": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz", + "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==", + "dev": true, + "dependencies": { + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "dev": true + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true + }, + "node_modules/sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" + } + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", + "dev": true + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/spdy-transport/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", + "dev": true + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/std-env": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.1.1.tgz", + "integrity": "sha512-/c645XdExBypL01TpFKiG/3RAa/Qmu+zRi0MwAmrdEkwHNuN0ebo8ccAXBBDa5Z0QOJgBskUIbuCK91x0sCVEw==", + "dev": true + }, + "node_modules/stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dev": true, + "dependencies": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + } + }, + "node_modules/stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dev": true, + "dependencies": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/style-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", + "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/style-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/stylehacks": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz", + "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dev": true, + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/tailwindcss": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", + "dev": true, + "dependencies": { + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "color-name": "^1.1.4", + "detective": "^5.2.1", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.2.11", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "lilconfig": "^2.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.14", + "postcss-import": "^14.1.0", + "postcss-js": "^4.0.0", + "postcss-load-config": "^3.1.4", + "postcss-nested": "5.0.6", + "postcss-selector-parser": "^6.0.10", + "postcss-value-parser": "^4.2.0", + "quick-lru": "^5.1.1", + "resolve": "^1.22.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=12.13.0" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/tailwindcss/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz", + "integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==", + "dev": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", + "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.7", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.7.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "node_modules/timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "dev": true, + "dependencies": { + "setimmediate": "^1.0.4" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + }, + "node_modules/tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==", + "dev": true + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz", + "integrity": "sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==", + "dev": true, + "dependencies": { + "punycode": "1.3.2", + "querystring": "0.2.0" + } + }, + "node_modules/url/node_modules/punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==", + "dev": true + }, + "node_modules/util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "dev": true, + "dependencies": { + "inherits": "2.0.3" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", + "dev": true + }, + "node_modules/vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", + "dev": true, + "dependencies": { + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + } + }, + "node_modules/vue-style-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/vue-style-loader/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dev": true, + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/webpack": { + "version": "5.73.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz", + "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", + "dev": true, + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.4.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.9.3", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.3.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-cli": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", + "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", + "dev": true, + "dependencies": { + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^1.2.0", + "@webpack-cli/info": "^1.5.0", + "@webpack-cli/serve": "^1.7.0", + "colorette": "^2.0.14", + "commander": "^7.0.0", + "cross-spawn": "^7.0.3", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^2.2.0", + "rechoir": "^0.7.0", + "webpack-merge": "^5.7.3" + }, + "bin": { + "webpack-cli": "bin/cli.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x" + }, + "peerDependenciesMeta": { + "@webpack-cli/generators": { + "optional": true + }, + "@webpack-cli/migrate": { + "optional": true + }, + "webpack-bundle-analyzer": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "dev": true, + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server": { + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz", + "integrity": "sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==", + "dev": true, + "dependencies": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.1", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.0.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.1", + "ws": "^8.4.2" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-server/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "dev": true, + "dependencies": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/webpack-notifier": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.15.0.tgz", + "integrity": "sha512-N2V8UMgRB5komdXQRavBsRpw0hPhJq2/SWNOGuhrXpIgRhcMexzkGQysUyGStHLV5hkUlgpRiF7IUXoBqyMmzQ==", + "dev": true, + "dependencies": { + "node-notifier": "^9.0.0", + "strip-ansi": "^6.0.0" + }, + "peerDependencies": { + "@types/webpack": ">4.41.31" + }, + "peerDependenciesMeta": { + "@types/webpack": { + "optional": true + } + } + }, + "node_modules/webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "dependencies": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack/node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpackbar": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz", + "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "consola": "^2.15.3", + "pretty-time": "^1.1.0", + "std-env": "^3.0.1" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "webpack": "3 || 4 || 5" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/ws": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", + "integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==", + "dev": true, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", + "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", + "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "dev": true, + "engines": { + "node": ">=12" + } + } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "requires": { + "@babel/highlight": "^7.18.6" + } + }, + "@babel/compat-data": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.6.tgz", + "integrity": "sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==", + "dev": true + }, + "@babel/core": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", + "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helpers": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/generator": { + "version": "7.18.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz", + "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==", + "dev": true, + "requires": { + "@babel/types": "^7.18.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz", + "integrity": "sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==", + "dev": true, + "requires": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz", + "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz", + "integrity": "sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-member-expression-to-functions": "^7.18.6", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", + "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.1.0" + } + }, + "@babel/helper-define-polyfill-provider": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", + "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/helper-environment-visitor": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz", + "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==", + "dev": true + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-function-name": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz", + "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==", + "dev": true, + "requires": { + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz", + "integrity": "sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-module-transforms": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz", + "integrity": "sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz", + "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==", + "dev": true + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz", + "integrity": "sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-wrap-function": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-replace-supers": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz", + "integrity": "sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-member-expression-to-functions": "^7.18.6", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-simple-access": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz", + "integrity": "sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true + }, + "@babel/helper-wrap-function": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz", + "integrity": "sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/helpers": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz", + "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==", + "dev": true, + "requires": { + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "@babel/parser": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.6.tgz", + "integrity": "sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==", + "dev": true + }, + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz", + "integrity": "sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.6" + } + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz", + "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz", + "integrity": "sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz", + "integrity": "sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz", + "integrity": "sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.18.6" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz", + "integrity": "sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", + "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-import-assertions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", + "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz", + "integrity": "sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.6.tgz", + "integrity": "sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz", + "integrity": "sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz", + "integrity": "sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz", + "integrity": "sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.6.tgz", + "integrity": "sha512-WAjoMf4wIiSsy88KmG7tgj2nFdEK7E46tArVtcgED7Bkj6Fg/tG5SbvNIOKxbFS2VFgNh6+iaPswBeQZm4ox8w==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz", + "integrity": "sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz", + "integrity": "sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", + "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", + "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz", + "integrity": "sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g==", + "dev": true, + "requires": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", + "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.6.tgz", + "integrity": "sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", + "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "regenerator-transform": "^0.15.0" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.6.tgz", + "integrity": "sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-polyfill-corejs2": "^0.3.1", + "babel-plugin-polyfill-corejs3": "^0.5.2", + "babel-plugin-polyfill-regenerator": "^0.3.1", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz", + "integrity": "sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz", + "integrity": "sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz", + "integrity": "sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz", + "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/preset-env": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.6.tgz", + "integrity": "sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.6", + "@babel/plugin-proposal-async-generator-functions": "^7.18.6", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.6", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.6", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.18.6", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.6", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.18.6", + "@babel/plugin-transform-classes": "^7.18.6", + "@babel/plugin-transform-computed-properties": "^7.18.6", + "@babel/plugin-transform-destructuring": "^7.18.6", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.6", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.6", + "@babel/plugin-transform-function-name": "^7.18.6", + "@babel/plugin-transform-literals": "^7.18.6", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.18.6", + "@babel/plugin-transform-modules-commonjs": "^7.18.6", + "@babel/plugin-transform-modules-systemjs": "^7.18.6", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.18.6", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.18.6", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.6", + "@babel/plugin-transform-typeof-symbol": "^7.18.6", + "@babel/plugin-transform-unicode-escapes": "^7.18.6", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.18.6", + "babel-plugin-polyfill-corejs2": "^0.3.1", + "babel-plugin-polyfill-corejs3": "^0.5.2", + "babel-plugin-polyfill-regenerator": "^0.3.1", + "core-js-compat": "^3.22.1", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/runtime": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", + "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/template": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.6.tgz", + "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6" + } + }, + "@babel/traverse": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.6.tgz", + "integrity": "sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.18.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.7.tgz", + "integrity": "sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "to-fast-properties": "^2.0.0" + } + }, + "@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, + "optional": true + }, + "@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true + }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.8.tgz", + "integrity": "sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true + }, + "@types/babel__core": { + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", + "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", + "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", + "dev": true, + "requires": { + "@babel/types": "^7.3.0" + } + }, + "@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dev": true, + "requires": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/clean-css": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@types/clean-css/-/clean-css-4.2.5.tgz", + "integrity": "sha512-NEzjkGGpbs9S9fgC4abuBvTpVwE3i+Acu9BBod3PUyjDVZcNsGx61b8r2PphR61QGPnn0JHVs5ey6/I4eTrkxw==", + "dev": true, + "requires": { + "@types/node": "*", + "source-map": "^0.6.0" + } + }, + "@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dev": true, + "requires": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "@types/eslint": { + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.5.tgz", + "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", + "dev": true, + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dev": true, + "requires": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true + }, + "@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "dev": true, + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "@types/express-serve-static-core": { + "version": "4.17.29", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz", + "integrity": "sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dev": true, + "requires": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/imagemin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@types/imagemin/-/imagemin-8.0.0.tgz", + "integrity": "sha512-B9X2CUeDv/uUeY9CqkzSTfmsLkeJP6PkmXlh4lODBbf9SwpmNuLS30WzUOi863dgsjY3zt3gY5q2F+UdifRi1A==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/imagemin-gifsicle": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-gifsicle/-/imagemin-gifsicle-7.0.1.tgz", + "integrity": "sha512-kUz6sUh0P95JOS0RGEaaemWUrASuw+dLsWIveK2UZJx74id/B9epgblMkCk/r5MjUWbZ83wFvacG5Rb/f97gyA==", + "dev": true, + "requires": { + "@types/imagemin": "*" + } + }, + "@types/imagemin-mozjpeg": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.1.tgz", + "integrity": "sha512-kMQWEoKxxhlnH4POI3qfW9DjXlQfi80ux3l2b3j5R3eudSCoUIzKQLkfMjNJ6eMYnMWBcB+rfQOWqIzdIwFGKw==", + "dev": true, + "requires": { + "@types/imagemin": "*" + } + }, + "@types/imagemin-optipng": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-optipng/-/imagemin-optipng-5.2.1.tgz", + "integrity": "sha512-XCM/3q+HUL7v4zOqMI+dJ5dTxT+MUukY9KU49DSnYb/4yWtSMHJyADP+WHSMVzTR63J2ZvfUOzSilzBNEQW78g==", + "dev": true, + "requires": { + "@types/imagemin": "*" + } + }, + "@types/imagemin-svgo": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz", + "integrity": "sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ==", + "dev": true, + "requires": { + "@types/imagemin": "*", + "@types/svgo": "^1" + } + }, + "@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==", + "dev": true + }, + "@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true + }, + "@types/node": { + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.1.tgz", + "integrity": "sha512-CmR8+Tsy95hhwtZBKJBs0/FFq4XX7sDZHlGGf+0q+BRZfMbOTkzkj0AFAuTyXbObDIoanaBBW0+KEW+m3N16Wg==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "dev": true + }, + "@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==", + "dev": true + }, + "@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true + }, + "@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dev": true, + "requires": { + "@types/express": "*" + } + }, + "@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "dev": true, + "requires": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/svgo": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-1.3.6.tgz", + "integrity": "sha512-AZU7vQcy/4WFEuwnwsNsJnFwupIpbllH1++LXScN6uxT1Z4zPzdrWG97w4/I7eFKFTvfy/bHFStWjdBAg2Vjug==", + "dev": true + }, + "@types/ws": { + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", + "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dev": true, + "requires": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "dev": true + }, + "@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true + }, + "@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "dev": true + }, + "@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dev": true, + "requires": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dev": true, + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dev": true, + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true + }, + "@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "@webpack-cli/configtest": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", + "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", + "dev": true, + "requires": {} + }, + "@webpack-cli/info": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", + "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", + "dev": true, + "requires": { + "envinfo": "^7.7.3" + } + }, + "@webpack-cli/serve": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", + "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", + "dev": true, + "requires": {} + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "dev": true + }, + "acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "dev": true, + "requires": {} + }, + "acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "dev": true, + "requires": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" + }, + "dependencies": { + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true + } + } + }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "requires": { + "ajv": "^8.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + } + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "dev": true, + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==", + "dev": true + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==", + "dev": true, + "requires": { + "inherits": "2.0.1" + } + } + } + }, + "autoprefixer": { + "version": "10.4.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz", + "integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==", + "dev": true, + "requires": { + "browserslist": "^4.20.3", + "caniuse-lite": "^1.0.30001335", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + } + }, + "axios": { + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", + "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "dev": true, + "requires": { + "follow-redirects": "^1.14.7" + } + }, + "babel-loader": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "dev": true, + "requires": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-polyfill-corejs2": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.3.1", + "semver": "^6.1.1" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", + "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.1", + "core-js-compat": "^3.21.0" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true + }, + "body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "dev": true, + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "bonjour-service": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.13.tgz", + "integrity": "sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==", + "dev": true, + "requires": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", + "dev": true + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dev": true, + "requires": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dev": true, + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", + "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001359", + "electron-to-chromium": "^1.4.172", + "node-releases": "^2.0.5", + "update-browserslist-db": "^1.0.4" + } + }, + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dev": true, + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==", + "dev": true + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==", + "dev": true + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001363", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001363.tgz", + "integrity": "sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "charenc": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", + "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", + "dev": true + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + } + }, + "chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clean-css": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz", + "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "cli-table3": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", + "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "dev": true, + "requires": { + "@colors/colors": "1.5.0", + "string-width": "^4.2.0" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + } + }, + "collect.js": { + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.34.0.tgz", + "integrity": "sha512-WoXbKDghKWb1lnN1ScBs/MR7BvOpyE5kI0Q9+k8rFtShLFpgjosYE5YplGKxg/DDSkPXgWzgdNZAEnFUffw1xg==", + "dev": true + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "colord": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", + "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==", + "dev": true + }, + "colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "concat": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", + "integrity": "sha512-f/ZaH1aLe64qHgTILdldbvyfGiGF4uzeo9IuXUloIOLQzFmIPloy9QbZadNsuVv0j5qbKQvQb/H/UYf2UsKTpw==", + "dev": true, + "requires": { + "commander": "^2.9.0" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true + }, + "consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", + "dev": true + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", + "dev": true + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==", + "dev": true + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "requires": { + "safe-buffer": "5.2.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true + }, + "convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true + }, + "core-js-compat": { + "version": "3.23.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.23.3.tgz", + "integrity": "sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw==", + "dev": true, + "requires": { + "browserslist": "^4.21.0", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true + } + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "crypt": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", + "dev": true + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "css-declaration-sorter": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.0.tgz", + "integrity": "sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==", + "dev": true, + "requires": {} + }, + "css-loader": { + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", + "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", + "dev": true, + "requires": { + "icss-utils": "^5.1.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.15", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.5" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "dependencies": { + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + } + } + }, + "css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "requires": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + } + }, + "css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "cssnano": { + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.12.tgz", + "integrity": "sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==", + "dev": true, + "requires": { + "cssnano-preset-default": "^5.2.12", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + } + }, + "cssnano-preset-default": { + "version": "5.2.12", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.12.tgz", + "integrity": "sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==", + "dev": true, + "requires": { + "css-declaration-sorter": "^6.3.0", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.2", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.6", + "postcss-merge-rules": "^5.1.2", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.3", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.0", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.0", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + } + }, + "cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "dev": true, + "requires": {} + }, + "csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "requires": { + "css-tree": "^1.1.2" + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "requires": { + "execa": "^5.0.0" + } + }, + "define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true + }, + "define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "dev": true, + "requires": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + } + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==", + "dev": true + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true + }, + "detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "detective": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", + "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", + "dev": true, + "requires": { + "acorn-node": "^1.8.2", + "defined": "^1.0.0", + "minimist": "^1.2.6" + } + }, + "didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true + }, + "dns-packet": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz", + "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "dev": true, + "requires": { + "@leichtgewicht/ip-codec": "^2.0.1" + } + }, + "dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "dependencies": { + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + } + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true + }, + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "domhandler": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", + "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "dependencies": { + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + } + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "dev": true + }, + "dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.4.178", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.178.tgz", + "integrity": "sha512-aWuhJXkwIdoQzGR8p2QvR3N0OzdUKZSP8+P/hzuMzNQIPZoEa8HiCGM75bQBHjyz+eKT5PB9dVCzkK/tyQ4B5Q==", + "dev": true + }, + "elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, + "requires": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true + }, + "enhanced-resolve": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", + "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "envinfo": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", + "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "dev": true, + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", + "dev": true + }, + "fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "file-type": { + "version": "12.4.2", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz", + "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==", + "dev": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "follow-redirects": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", + "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", + "dev": true + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true + }, + "fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz", + "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==", + "dev": true, + "requires": { + "@types/glob": "^7.1.1", + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.0.3", + "glob": "^7.1.3", + "ignore": "^5.1.1", + "merge2": "^1.2.3", + "slash": "^3.0.0" + } + }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==", + "dev": true + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dev": true, + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "dev": true, + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true + }, + "html-loader": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-1.3.2.tgz", + "integrity": "sha512-DEkUwSd0sijK5PF3kRWspYi56XP7bTNkyg5YWSzBdjaSDmvCufep5c4Vpb3PBf6lUL0YPtLwBfy9fL0t5hBAGA==", + "dev": true, + "requires": { + "html-minifier-terser": "^5.1.1", + "htmlparser2": "^4.1.0", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "dependencies": { + "clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + } + } + }, + "htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dev": true, + "requires": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==", + "dev": true + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "requires": {} + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true + }, + "imagemin": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz", + "integrity": "sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==", + "dev": true, + "requires": { + "file-type": "^12.0.0", + "globby": "^10.0.0", + "graceful-fs": "^4.2.2", + "junk": "^3.1.0", + "make-dir": "^3.0.0", + "p-pipe": "^3.0.0", + "replace-ext": "^1.0.0" + } + }, + "img-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/img-loader/-/img-loader-4.0.0.tgz", + "integrity": "sha512-UwRcPQdwdOyEHyCxe1V9s9YFwInwEWCpoO+kJGfIqDrBDqA8jZUsEZTxQ0JteNPGw/Gupmwesk2OhLTcnw6tnQ==", + "dev": true, + "requires": { + "loader-utils": "^1.1.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } + } + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "requires": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true + }, + "ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true + }, + "jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "junk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "dev": true + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true + }, + "klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true + }, + "laravel-mix": { + "version": "6.0.49", + "resolved": "https://registry.npmjs.org/laravel-mix/-/laravel-mix-6.0.49.tgz", + "integrity": "sha512-bBMFpFjp26XfijPvY5y9zGKud7VqlyOE0OWUcPo3vTBY5asw8LTjafAbee1dhfLz6PWNqDziz69CP78ELSpfKw==", + "dev": true, + "requires": { + "@babel/core": "^7.15.8", + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.15.8", + "@babel/preset-env": "^7.15.8", + "@babel/runtime": "^7.15.4", + "@types/babel__core": "^7.1.16", + "@types/clean-css": "^4.2.5", + "@types/imagemin-gifsicle": "^7.0.1", + "@types/imagemin-mozjpeg": "^8.0.1", + "@types/imagemin-optipng": "^5.2.1", + "@types/imagemin-svgo": "^8.0.0", + "autoprefixer": "^10.4.0", + "babel-loader": "^8.2.3", + "chalk": "^4.1.2", + "chokidar": "^3.5.2", + "clean-css": "^5.2.4", + "cli-table3": "^0.6.0", + "collect.js": "^4.28.5", + "commander": "^7.2.0", + "concat": "^1.0.3", + "css-loader": "^5.2.6", + "cssnano": "^5.0.8", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "file-loader": "^6.2.0", + "fs-extra": "^10.0.0", + "glob": "^7.2.0", + "html-loader": "^1.3.2", + "imagemin": "^7.0.1", + "img-loader": "^4.0.0", + "lodash": "^4.17.21", + "md5": "^2.3.0", + "mini-css-extract-plugin": "^1.6.2", + "node-libs-browser": "^2.2.1", + "postcss-load-config": "^3.1.0", + "postcss-loader": "^6.2.0", + "semver": "^7.3.5", + "strip-ansi": "^6.0.0", + "style-loader": "^2.0.0", + "terser": "^5.9.0", + "terser-webpack-plugin": "^5.2.4", + "vue-style-loader": "^4.1.3", + "webpack": "^5.60.0", + "webpack-cli": "^4.9.1", + "webpack-dev-server": "^4.7.3", + "webpack-merge": "^5.8.0", + "webpack-notifier": "^1.14.1", + "webpackbar": "^5.0.0-3", + "yargs": "^17.2.1" + } + }, + "lilconfig": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", + "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", + "dev": true + }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true + }, + "loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "requires": { + "tslib": "^2.0.3" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "md5": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", + "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", + "dev": true, + "requires": { + "charenc": "0.0.2", + "crypt": "0.0.2", + "is-buffer": "~1.1.6" + } + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true + }, + "memfs": { + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.7.tgz", + "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==", + "dev": true, + "requires": { + "fs-monkey": "^1.0.3" + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "mini-css-extract-plugin": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "webpack-sources": "^1.1.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==", + "dev": true + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "requires": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + } + }, + "nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "dev": true + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dev": true, + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + } + }, + "node-notifier": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz", + "integrity": "sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==", + "dev": true, + "requires": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.2", + "shellwords": "^0.1.1", + "uuid": "^8.3.0", + "which": "^2.0.2" + } + }, + "node-releases": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", + "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==", + "dev": true + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true + }, + "normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "requires": { + "boolbase": "^1.0.0" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true + }, + "object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "dev": true + }, + "object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "dev": true, + "requires": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==", + "dev": true + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-pipe": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz", + "integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==", + "dev": true + }, + "p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dev": true, + "requires": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + } }, - "node_modules/postcss": { + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dev": true, + "requires": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dev": true, + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + }, + "postcss": { "version": "8.4.14", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" + "requires": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-colormin": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-convert-values": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz", + "integrity": "sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==", + "dev": true, + "requires": { + "browserslist": "^4.20.3", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "dev": true, + "requires": {} + }, + "postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "dev": true, + "requires": {} + }, + "postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "dev": true, + "requires": {} + }, + "postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "dev": true, + "requires": {} + }, + "postcss-import": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + } + }, + "postcss-js": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", + "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==", + "dev": true, + "requires": { + "camelcase-css": "^2.0.1" + } + }, + "postcss-load-config": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", + "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", + "dev": true, + "requires": { + "lilconfig": "^2.0.5", + "yaml": "^1.10.2" + } + }, + "postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "requires": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + } + }, + "postcss-merge-longhand": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.6.tgz", + "integrity": "sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.0" + } + }, + "postcss-merge-rules": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz", + "integrity": "sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dev": true, + "requires": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-params": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.3.tgz", + "integrity": "sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "dev": true, + "requires": {} + }, + "postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + } + }, + "postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.4" + } + }, + "postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0" + } + }, + "postcss-nested": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", + "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.6" + } + }, + "postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "dev": true, + "requires": {} + }, + "postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-unicode": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz", + "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dev": true, + "requires": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dev": true, + "requires": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-reduce-initial": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz", + "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0" + } + }, + "postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, + "postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + } + }, + "postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "pretty-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", + "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", + "dev": true + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "dependencies": { + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true + } + } + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "dev": true, + "requires": { + "side-channel": "^1.0.4" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==", + "dev": true + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true } - ], + } + }, + "read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, + "requires": { + "pify": "^2.3.0" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "rechoir": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", + "dev": true, + "requires": { + "resolve": "^1.9.0" + } + }, + "regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "regenerate-unicode-properties": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", + "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", + "dev": true, + "requires": { + "regenerate": "^1.4.2" + } + }, + "regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "regenerator-transform": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz", + "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.8.4" + } + }, + "regexpu-core": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz", + "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", + "dev": true, + "requires": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.0.1", + "regjsgen": "^0.6.0", + "regjsparser": "^0.8.2", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + } + }, + "regjsgen": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", + "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", + "dev": true + }, + "regjsparser": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", + "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", + "dev": true, + "requires": { + "jsesc": "~0.5.0" }, - "engines": { - "node": "^10 || ^12 || >=14" + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true + } } }, - "node_modules/resolve": { + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true + }, + "replace-ext": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", + "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", + "dev": true + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true + }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "resolve": { "version": "1.22.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, - "dependencies": { + "requires": { "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "requires": { + "resolve-from": "^5.0.0" }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "dependencies": { + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + } } }, - "node_modules/rollup": { - "version": "2.75.7", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", - "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, - "bin": { - "rollup": "dist/bin/rollup" + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dev": true, + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "selfsigned": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz", + "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==", + "dev": true, + "requires": { + "node-forge": "^1" + } + }, + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" }, - "engines": { - "node": ">=10.0.0" + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + } + } + }, + "serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true + } } }, - "node_modules/source-map-js": { + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "dev": true + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "requires": { + "kind-of": "^6.0.2" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", + "dev": true + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "requires": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-js": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, - "engines": { - "node": ">=0.10.0" + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "dev": true + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true + }, + "std-env": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.1.1.tgz", + "integrity": "sha512-/c645XdExBypL01TpFKiG/3RAa/Qmu+zRi0MwAmrdEkwHNuN0ebo8ccAXBBDa5Z0QOJgBskUIbuCK91x0sCVEw==", + "dev": true + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dev": true, + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + } + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dev": true, + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "style-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "stylehacks": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz", + "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "postcss-selector-parser": "^6.0.4" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" } }, - "node_modules/supports-preserve-symlinks-flag": { + "supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "requires": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" } }, - "node_modules/vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "tailwindcss": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "dev": true, - "dependencies": { - "esbuild": "^0.14.27", - "postcss": "^8.4.13", - "resolve": "^1.22.0", - "rollup": "^2.59.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": ">=12.2.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "peerDependencies": { - "less": "*", - "sass": "*", - "stylus": "*" + "requires": { + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "color-name": "^1.1.4", + "detective": "^5.2.1", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.2.11", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "lilconfig": "^2.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.14", + "postcss-import": "^14.1.0", + "postcss-js": "^4.0.0", + "postcss-load-config": "^3.1.4", + "postcss-nested": "5.0.6", + "postcss-selector-parser": "^6.0.10", + "postcss-value-parser": "^4.2.0", + "quick-lru": "^5.1.1", + "resolve": "^1.22.0" }, - "peerDependenciesMeta": { - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true + "dependencies": { + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } } } - } - }, - "dependencies": { - "axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + }, + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true + }, + "terser": { + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz", + "integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==", "dev": true, "requires": { - "follow-redirects": "^1.14.7" + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } } }, - "esbuild": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.48.tgz", - "integrity": "sha512-w6N1Yn5MtqK2U1/WZTX9ZqUVb8IOLZkZ5AdHkT6x3cHDMVsYWC7WPdiLmx19w3i4Rwzy5LqsEMtVihG3e4rFzA==", - "dev": true, - "requires": { - "esbuild-android-64": "0.14.48", - "esbuild-android-arm64": "0.14.48", - "esbuild-darwin-64": "0.14.48", - "esbuild-darwin-arm64": "0.14.48", - "esbuild-freebsd-64": "0.14.48", - "esbuild-freebsd-arm64": "0.14.48", - "esbuild-linux-32": "0.14.48", - "esbuild-linux-64": "0.14.48", - "esbuild-linux-arm": "0.14.48", - "esbuild-linux-arm64": "0.14.48", - "esbuild-linux-mips64le": "0.14.48", - "esbuild-linux-ppc64le": "0.14.48", - "esbuild-linux-riscv64": "0.14.48", - "esbuild-linux-s390x": "0.14.48", - "esbuild-netbsd-64": "0.14.48", - "esbuild-openbsd-64": "0.14.48", - "esbuild-sunos-64": "0.14.48", - "esbuild-windows-32": "0.14.48", - "esbuild-windows-64": "0.14.48", - "esbuild-windows-arm64": "0.14.48" - } - }, - "esbuild-android-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.48.tgz", - "integrity": "sha512-3aMjboap/kqwCUpGWIjsk20TtxVoKck8/4Tu19rubh7t5Ra0Yrpg30Mt1QXXlipOazrEceGeWurXKeFJgkPOUg==", + "terser-webpack-plugin": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", + "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", "dev": true, - "optional": true + "requires": { + "@jridgewell/trace-mapping": "^0.3.7", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.7.2" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } }, - "esbuild-android-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.48.tgz", - "integrity": "sha512-vptI3K0wGALiDq+EvRuZotZrJqkYkN5282iAfcffjI5lmGG9G1ta/CIVauhY42MBXwEgDJkweiDcDMRLzBZC4g==", - "dev": true, - "optional": true + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true }, - "esbuild-darwin-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.48.tgz", - "integrity": "sha512-gGQZa4+hab2Va/Zww94YbshLuWteyKGD3+EsVon8EWTWhnHFRm5N9NbALNbwi/7hQ/hM1Zm4FuHg+k6BLsl5UA==", + "timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", "dev": true, - "optional": true + "requires": { + "setimmediate": "^1.0.4" + } }, - "esbuild-darwin-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.48.tgz", - "integrity": "sha512-bFjnNEXjhZT+IZ8RvRGNJthLWNHV5JkCtuOFOnjvo5pC0sk2/QVk0Qc06g2PV3J0TcU6kaPC3RN9yy9w2PSLEA==", - "dev": true, - "optional": true + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==", + "dev": true }, - "esbuild-freebsd-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.48.tgz", - "integrity": "sha512-1NOlwRxmOsnPcWOGTB10JKAkYSb2nue0oM1AfHWunW/mv3wERfJmnYlGzL3UAOIUXZqW8GeA2mv+QGwq7DToqA==", - "dev": true, - "optional": true + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true }, - "esbuild-freebsd-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.48.tgz", - "integrity": "sha512-gXqKdO8wabVcYtluAbikDH2jhXp+Klq5oCD5qbVyUG6tFiGhrC9oczKq3vIrrtwcxDQqK6+HDYK8Zrd4bCA9Gw==", + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, - "optional": true + "requires": { + "is-number": "^7.0.0" + } }, - "esbuild-linux-32": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.48.tgz", - "integrity": "sha512-ghGyDfS289z/LReZQUuuKq9KlTiTspxL8SITBFQFAFRA/IkIvDpnZnCAKTCjGXAmUqroMQfKJXMxyjJA69c/nQ==", - "dev": true, - "optional": true + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true }, - "esbuild-linux-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.48.tgz", - "integrity": "sha512-vni3p/gppLMVZLghI7oMqbOZdGmLbbKR23XFARKnszCIBpEMEDxOMNIKPmMItQrmH/iJrL1z8Jt2nynY0bE1ug==", - "dev": true, - "optional": true + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true }, - "esbuild-linux-arm": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.48.tgz", - "integrity": "sha512-+VfSV7Akh1XUiDNXgqgY1cUP1i2vjI+BmlyXRfVz5AfV3jbpde8JTs5Q9sYgaoq5cWfuKfoZB/QkGOI+QcL1Tw==", - "dev": true, - "optional": true + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==", + "dev": true }, - "esbuild-linux-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.48.tgz", - "integrity": "sha512-3CFsOlpoxlKPRevEHq8aAntgYGYkE1N9yRYAcPyng/p4Wyx0tPR5SBYsxLKcgPB9mR8chHEhtWYz6EZ+H199Zw==", + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "dev": true, - "optional": true + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } }, - "esbuild-linux-mips64le": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.48.tgz", - "integrity": "sha512-cs0uOiRlPp6ymknDnjajCgvDMSsLw5mST2UXh+ZIrXTj2Ifyf2aAP3Iw4DiqgnyYLV2O/v/yWBJx+WfmKEpNLA==", - "dev": true, - "optional": true + "unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true }, - "esbuild-linux-ppc64le": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.48.tgz", - "integrity": "sha512-+2F0vJMkuI0Wie/wcSPDCqXvSFEELH7Jubxb7mpWrA/4NpT+/byjxDz0gG6R1WJoeDefcrMfpBx4GFNN1JQorQ==", + "unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, - "optional": true + "requires": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + } }, - "esbuild-linux-riscv64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.48.tgz", - "integrity": "sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA==", - "dev": true, - "optional": true + "unicode-match-property-value-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", + "dev": true }, - "esbuild-linux-s390x": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.48.tgz", - "integrity": "sha512-tndw/0B9jiCL+KWKo0TSMaUm5UWBLsfCKVdbfMlb3d5LeV9WbijZ8Ordia8SAYv38VSJWOEt6eDCdOx8LqkC4g==", - "dev": true, - "optional": true + "unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "dev": true }, - "esbuild-netbsd-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.48.tgz", - "integrity": "sha512-V9hgXfwf/T901Lr1wkOfoevtyNkrxmMcRHyticybBUHookznipMOHoF41Al68QBsqBxnITCEpjjd4yAos7z9Tw==", - "dev": true, - "optional": true + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true }, - "esbuild-openbsd-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.48.tgz", - "integrity": "sha512-+IHf4JcbnnBl4T52egorXMatil/za0awqzg2Vy6FBgPcBpisDWT2sVz/tNdrK9kAqj+GZG/jZdrOkj7wsrNTKA==", - "dev": true, - "optional": true + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true }, - "esbuild-sunos-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.48.tgz", - "integrity": "sha512-77m8bsr5wOpOWbGi9KSqDphcq6dFeJyun8TA+12JW/GAjyfTwVtOnN8DOt6DSPUfEV+ltVMNqtXUeTeMAxl5KA==", + "update-browserslist-db": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz", + "integrity": "sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==", "dev": true, - "optional": true + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } }, - "esbuild-windows-32": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.48.tgz", - "integrity": "sha512-EPgRuTPP8vK9maxpTGDe5lSoIBHGKO/AuxDncg5O3NkrPeLNdvvK8oywB0zGaAZXxYWfNNSHskvvDgmfVTguhg==", + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, - "optional": true + "requires": { + "punycode": "^2.1.0" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + } + } }, - "esbuild-windows-64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.48.tgz", - "integrity": "sha512-YmpXjdT1q0b8ictSdGwH3M8VCoqPpK1/UArze3X199w6u8hUx3V8BhAi1WjbsfDYRBanVVtduAhh2sirImtAvA==", + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==", "dev": true, - "optional": true + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==", + "dev": true + } + } }, - "esbuild-windows-arm64": { - "version": "0.14.48", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.48.tgz", - "integrity": "sha512-HHaOMCsCXp0rz5BT2crTka6MPWVno121NKApsGs/OIW5QC0ggC69YMGs1aJct9/9FSUF4A1xNE/cLvgB5svR4g==", + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", "dev": true, - "optional": true + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + } + } }, - "follow-redirects": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", - "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==", + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", + "dev": true + }, + "vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", "dev": true, "requires": { - "function-bind": "^1.1.1" + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, - "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", "dev": true, "requires": { - "has": "^1.0.3" + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" } }, - "laravel-vite-plugin": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.2.4.tgz", - "integrity": "sha512-tb5hZ3aZ/bjvQUAkAYSrq7b64ZyjTY/joegVzrMoV6xGZUGTHyglcNkaa2G7Wtu1j0hLIO64ETeryxWbScSfYA==", + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, - "requires": {} + "requires": { + "minimalistic-assert": "^1.0.0" + } }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "webpack": { + "version": "5.73.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz", + "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", + "dev": true, + "requires": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.4.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.9.3", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.3.1", + "webpack-sources": "^3.2.3" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true + } + } }, - "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "dev": true + "webpack-cli": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", + "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", + "dev": true, + "requires": { + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^1.2.0", + "@webpack-cli/info": "^1.5.0", + "@webpack-cli/serve": "^1.7.0", + "colorette": "^2.0.14", + "commander": "^7.0.0", + "cross-spawn": "^7.0.3", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^2.2.0", + "rechoir": "^0.7.0", + "webpack-merge": "^5.7.3" + } }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "dev": true, + "requires": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "webpack-dev-server": { + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz", + "integrity": "sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==", + "dev": true, + "requires": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.1", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.0.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.1", + "ws": "^8.4.2" + }, + "dependencies": { + "ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } }, - "postcss": { - "version": "8.4.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", - "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "dev": true, "requires": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" } }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "webpack-notifier": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.15.0.tgz", + "integrity": "sha512-N2V8UMgRB5komdXQRavBsRpw0hPhJq2/SWNOGuhrXpIgRhcMexzkGQysUyGStHLV5hkUlgpRiF7IUXoBqyMmzQ==", "dev": true, "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" + "node-notifier": "^9.0.0", + "strip-ansi": "^6.0.0" } }, - "rollup": { - "version": "2.75.7", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", - "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, "requires": { - "fsevents": "~2.3.2" + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" } }, - "source-map-js": { + "webpackbar": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz", + "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "consola": "^2.15.3", + "pretty-time": "^1.1.0", + "std-env": "^3.0.1" + } + }, + "websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "requires": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "ws": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", + "integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==", + "dev": true, + "requires": {} + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true }, - "vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "yargs": { + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", + "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", "dev": true, "requires": { - "esbuild": "^0.14.27", - "fsevents": "~2.3.2", - "postcss": "^8.4.13", - "resolve": "^1.22.0", - "rollup": "^2.59.0" + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.0.0" } + }, + "yargs-parser": { + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", + "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "dev": true } } } diff --git a/package.json b/package.json index 724e911ff44e21e2e7dd44161ba3c56a64deb6de..049a5de6c052a1b07409f0cf84d4767a29ae14fe 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,20 @@ { "private": true, "scripts": { - "dev": "vite", - "build": "vite build" + "dev": "npm run development", + "development": "mix", + "watch": "mix watch", + "watch-poll": "mix watch -- --watch-options-poll=1000", + "hot": "mix watch --hot", + "prod": "npm run production", + "production": "mix --production" }, "devDependencies": { + "autoprefixer": "^10.4.7", "axios": "^0.25", - "laravel-vite-plugin": "^0.2.1", + "laravel-mix": "^6.0.49", "lodash": "^4.17.19", - "postcss": "^8.1.14", - "vite": "^2.9.11" + "postcss": "^8.4.14", + "tailwindcss": "^3.1.4" } } diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000000000000000000000000000000000000..33ad091d26d8a9dc95ebdf616e217d985ec215b8 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/resources/css/icons-minecraft-0.49.css b/resources/css/icons-minecraft-0.49.css new file mode 100644 index 0000000000000000000000000000000000000000..ec1d2816f113f957f3baa5c6e089698849e4a7db --- /dev/null +++ b/resources/css/icons-minecraft-0.49.css @@ -0,0 +1,2477 @@ +.icon-minecraft, .icon-minecraft-sm { + display: inline-block; + vertical-align: middle; + background-image: url("../images/icon-minecraft/icons-minecraft-0.49.png"); + background-repeat: no-repeat; + background-position: 32px 32px; + + -ms-interpolation-mode: nearest-neighbor; + image-rendering: pixelated; +} +.icon-minecraft { + width: 32px; + height: 32px; +} +.icon-minecraft-sm { + width: 16px; + height: 16px; + background-size: 512px auto; +} +.icon-minecraft-acacia-boat{background-position:0 0;} +.icon-minecraft-sm.icon-minecraft-acacia-boat{background-position:0 0;} +.icon-minecraft-acacia-button{background-position:-32px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-button{background-position:-16px 0;} +.icon-minecraft-acacia-door{background-position:-64px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-door{background-position:-32px 0;} +.icon-minecraft-acacia-fence{background-position:-96px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-fence{background-position:-48px 0;} +.icon-minecraft-acacia-fence-gate{background-position:-128px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-fence-gate{background-position:-64px 0;} +.icon-minecraft-acacia-leaves{background-position:-160px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-leaves{background-position:-80px 0;} +.icon-minecraft-acacia-log{background-position:-192px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-log{background-position:-96px 0;} +.icon-minecraft-acacia-planks{background-position:-224px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-planks{background-position:-112px 0;} +.icon-minecraft-acacia-pressure-plate{background-position:-256px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-pressure-plate{background-position:-128px 0;} +.icon-minecraft-acacia-sapling{background-position:-288px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-sapling{background-position:-144px 0;} +.icon-minecraft-acacia-sign{background-position:-320px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-sign{background-position:-160px 0;} +.icon-minecraft-acacia-slab{background-position:-352px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-slab{background-position:-176px 0;} +.icon-minecraft-acacia-stairs{background-position:-384px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-stairs{background-position:-192px 0;} +.icon-minecraft-acacia-trapdoor{background-position:-416px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-trapdoor{background-position:-208px 0;} +.icon-minecraft-acacia-wall-sign{background-position:-448px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-wall-sign{background-position:-224px 0;} +.icon-minecraft-acacia-wood{background-position:-480px 0;} +.icon-minecraft-sm.icon-minecraft-acacia-wood{background-position:-240px 0;} +.icon-minecraft-activator-rail{background-position:-512px 0;} +.icon-minecraft-sm.icon-minecraft-activator-rail{background-position:-256px 0;} +.icon-minecraft-air{background-position:-544px 0;} +.icon-minecraft-sm.icon-minecraft-air{background-position:-272px 0;} +.icon-minecraft-allium{background-position:-576px 0;} +.icon-minecraft-sm.icon-minecraft-allium{background-position:-288px 0;} +.icon-minecraft-amethyst-shard{background-position:-608px 0;} +.icon-minecraft-sm.icon-minecraft-amethyst-shard{background-position:-304px 0;} +.icon-minecraft-small-amethyst-bud{background-position:-640px 0;} +.icon-minecraft-sm.icon-minecraft-small-amethyst-bud{background-position:-320px 0;} +.icon-minecraft-medium-amethyst-bud{background-position:-672px 0;} +.icon-minecraft-sm.icon-minecraft-medium-amethyst-bud{background-position:-336px 0;} +.icon-minecraft-large-amethyst-bud{background-position:-704px 0;} +.icon-minecraft-sm.icon-minecraft-large-amethyst-bud{background-position:-352px 0;} +.icon-minecraft-amethyst-cluster{background-position:-736px 0;} +.icon-minecraft-sm.icon-minecraft-amethyst-cluster{background-position:-368px 0;} +.icon-minecraft-ancient-debris{background-position:-768px 0;} +.icon-minecraft-sm.icon-minecraft-ancient-debris{background-position:-384px 0;} +.icon-minecraft-andesite{background-position:-800px 0;} +.icon-minecraft-sm.icon-minecraft-andesite{background-position:-400px 0;} +.icon-minecraft-andesite-slab{background-position:-832px 0;} +.icon-minecraft-sm.icon-minecraft-andesite-slab{background-position:-416px 0;} +.icon-minecraft-andesite-stairs{background-position:-864px 0;} +.icon-minecraft-sm.icon-minecraft-andesite-stairs{background-position:-432px 0;} +.icon-minecraft-andesite-wall{background-position:-896px 0;} +.icon-minecraft-sm.icon-minecraft-andesite-wall{background-position:-448px 0;} +.icon-minecraft-anvil{background-position:-928px 0;} +.icon-minecraft-sm.icon-minecraft-anvil{background-position:-464px 0;} +.icon-minecraft-apple{background-position:-960px 0;} +.icon-minecraft-sm.icon-minecraft-apple{background-position:-480px 0;} +.icon-minecraft-armor-stand{background-position:-992px 0;} +.icon-minecraft-sm.icon-minecraft-armor-stand{background-position:-496px 0;} +.icon-minecraft-arrow{background-position:0 -32px;} +.icon-minecraft-sm.icon-minecraft-arrow{background-position:0 -16px;} +.icon-minecraft-attached-melon-stem{background-position:-32px -32px;} +.icon-minecraft-sm.icon-minecraft-attached-melon-stem{background-position:-16px -16px;} +.icon-minecraft-attached-pumpkin-stem{background-position:-64px -32px;} +.icon-minecraft-sm.icon-minecraft-attached-pumpkin-stem{background-position:-32px -16px;} +.icon-minecraft-spawn-egg-axolotl{background-position:-96px -32px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-axolotl{background-position:-48px -16px;} +.icon-minecraft-azalea{background-position:-128px -32px;} +.icon-minecraft-sm.icon-minecraft-azalea{background-position:-64px -16px;} +.icon-minecraft-azalea-leaves{background-position:-160px -32px;} +.icon-minecraft-sm.icon-minecraft-azalea-leaves{background-position:-80px -16px;} +.icon-minecraft-azure-bluet{background-position:-192px -32px;} +.icon-minecraft-sm.icon-minecraft-azure-bluet{background-position:-96px -16px;} +.icon-minecraft-baked-potato{background-position:-224px -32px;} +.icon-minecraft-sm.icon-minecraft-baked-potato{background-position:-112px -16px;} +.icon-minecraft-bamboo{background-position:-256px -32px;} +.icon-minecraft-sm.icon-minecraft-bamboo{background-position:-128px -16px;} +.icon-minecraft-bamboo-sapling{background-position:-288px -32px;} +.icon-minecraft-sm.icon-minecraft-bamboo-sapling{background-position:-144px -16px;} +.icon-minecraft-creeper-banner-pattern{background-position:-320px -32px;} +.icon-minecraft-sm.icon-minecraft-creeper-banner-pattern{background-position:-160px -16px;} +.icon-minecraft-flower-banner-pattern{background-position:-352px -32px;} +.icon-minecraft-sm.icon-minecraft-flower-banner-pattern{background-position:-176px -16px;} +.icon-minecraft-globe-banner-pattern{background-position:-384px -32px;} +.icon-minecraft-sm.icon-minecraft-globe-banner-pattern{background-position:-192px -16px;} +.icon-minecraft-skull-banner-pattern{background-position:-416px -32px;} +.icon-minecraft-sm.icon-minecraft-skull-banner-pattern{background-position:-208px -16px;} +.icon-minecraft-piglin-banner-pattern{background-position:-448px -32px;} +.icon-minecraft-sm.icon-minecraft-piglin-banner-pattern{background-position:-224px -16px;} +.icon-minecraft-mojang-banner-pattern{background-position:-480px -32px;} +.icon-minecraft-sm.icon-minecraft-mojang-banner-pattern{background-position:-240px -16px;} +.icon-minecraft-black-banner{background-position:-512px -32px;} +.icon-minecraft-sm.icon-minecraft-black-banner{background-position:-256px -16px;} +.icon-minecraft-blue-banner{background-position:-544px -32px;} +.icon-minecraft-sm.icon-minecraft-blue-banner{background-position:-272px -16px;} +.icon-minecraft-brown-banner{background-position:-576px -32px;} +.icon-minecraft-sm.icon-minecraft-brown-banner{background-position:-288px -16px;} +.icon-minecraft-cyan-banner{background-position:-608px -32px;} +.icon-minecraft-sm.icon-minecraft-cyan-banner{background-position:-304px -16px;} +.icon-minecraft-gray-banner{background-position:-640px -32px;} +.icon-minecraft-sm.icon-minecraft-gray-banner{background-position:-320px -16px;} +.icon-minecraft-green-banner{background-position:-672px -32px;} +.icon-minecraft-sm.icon-minecraft-green-banner{background-position:-336px -16px;} +.icon-minecraft-light-blue-banner{background-position:-704px -32px;} +.icon-minecraft-sm.icon-minecraft-light-blue-banner{background-position:-352px -16px;} +.icon-minecraft-light-gray-banner{background-position:-736px -32px;} +.icon-minecraft-sm.icon-minecraft-light-gray-banner{background-position:-368px -16px;} +.icon-minecraft-lime-banner{background-position:-768px -32px;} +.icon-minecraft-sm.icon-minecraft-lime-banner{background-position:-384px -16px;} +.icon-minecraft-magenta-banner{background-position:-800px -32px;} +.icon-minecraft-sm.icon-minecraft-magenta-banner{background-position:-400px -16px;} +.icon-minecraft-orange-banner{background-position:-832px -32px;} +.icon-minecraft-sm.icon-minecraft-orange-banner{background-position:-416px -16px;} +.icon-minecraft-pink-banner{background-position:-864px -32px;} +.icon-minecraft-sm.icon-minecraft-pink-banner{background-position:-432px -16px;} +.icon-minecraft-purple-banner{background-position:-896px -32px;} +.icon-minecraft-sm.icon-minecraft-purple-banner{background-position:-448px -16px;} +.icon-minecraft-red-banner{background-position:-928px -32px;} +.icon-minecraft-sm.icon-minecraft-red-banner{background-position:-464px -16px;} +.icon-minecraft-black-wall-banner{background-position:-960px -32px;} +.icon-minecraft-sm.icon-minecraft-black-wall-banner{background-position:-480px -16px;} +.icon-minecraft-blue-wall-banner{background-position:-992px -32px;} +.icon-minecraft-sm.icon-minecraft-blue-wall-banner{background-position:-496px -16px;} +.icon-minecraft-brown-wall-banner{background-position:0 -64px;} +.icon-minecraft-sm.icon-minecraft-brown-wall-banner{background-position:0 -32px;} +.icon-minecraft-cyan-wall-banner{background-position:-32px -64px;} +.icon-minecraft-sm.icon-minecraft-cyan-wall-banner{background-position:-16px -32px;} +.icon-minecraft-gray-wall-banner{background-position:-64px -64px;} +.icon-minecraft-sm.icon-minecraft-gray-wall-banner{background-position:-32px -32px;} +.icon-minecraft-green-wall-banner{background-position:-96px -64px;} +.icon-minecraft-sm.icon-minecraft-green-wall-banner{background-position:-48px -32px;} +.icon-minecraft-light-blue-wall-banner{background-position:-128px -64px;} +.icon-minecraft-sm.icon-minecraft-light-blue-wall-banner{background-position:-64px -32px;} +.icon-minecraft-light-gray-wall-banner{background-position:-160px -64px;} +.icon-minecraft-sm.icon-minecraft-light-gray-wall-banner{background-position:-80px -32px;} +.icon-minecraft-lime-wall-banner{background-position:-192px -64px;} +.icon-minecraft-sm.icon-minecraft-lime-wall-banner{background-position:-96px -32px;} +.icon-minecraft-magenta-wall-banner{background-position:-224px -64px;} +.icon-minecraft-sm.icon-minecraft-magenta-wall-banner{background-position:-112px -32px;} +.icon-minecraft-orange-wall-banner{background-position:-256px -64px;} +.icon-minecraft-sm.icon-minecraft-orange-wall-banner{background-position:-128px -32px;} +.icon-minecraft-pink-wall-banner{background-position:-288px -64px;} +.icon-minecraft-sm.icon-minecraft-pink-wall-banner{background-position:-144px -32px;} +.icon-minecraft-purple-wall-banner{background-position:-320px -64px;} +.icon-minecraft-sm.icon-minecraft-purple-wall-banner{background-position:-160px -32px;} +.icon-minecraft-red-wall-banner{background-position:-352px -64px;} +.icon-minecraft-sm.icon-minecraft-red-wall-banner{background-position:-176px -32px;} +.icon-minecraft-white-wall-banner{background-position:-384px -64px;} +.icon-minecraft-sm.icon-minecraft-white-wall-banner{background-position:-192px -32px;} +.icon-minecraft-yellow-wall-banner{background-position:-416px -64px;} +.icon-minecraft-sm.icon-minecraft-yellow-wall-banner{background-position:-208px -32px;} +.icon-minecraft-white-banner{background-position:-448px -64px;} +.icon-minecraft-sm.icon-minecraft-white-banner{background-position:-224px -32px;} +.icon-minecraft-yellow-banner{background-position:-480px -64px;} +.icon-minecraft-sm.icon-minecraft-yellow-banner{background-position:-240px -32px;} +.icon-minecraft-barrel{background-position:-512px -64px;} +.icon-minecraft-sm.icon-minecraft-barrel{background-position:-256px -32px;} +.icon-minecraft-barrier{background-position:-544px -64px;} +.icon-minecraft-sm.icon-minecraft-barrier{background-position:-272px -32px;} +.icon-minecraft-basalt{background-position:-576px -64px;} +.icon-minecraft-sm.icon-minecraft-basalt{background-position:-288px -32px;} +.icon-minecraft-spawn-egg-bat{background-position:-608px -64px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-bat{background-position:-304px -32px;} +.icon-minecraft-beacon{background-position:-640px -64px;} +.icon-minecraft-sm.icon-minecraft-beacon{background-position:-320px -32px;} +.icon-minecraft-bedrock{background-position:-672px -64px;} +.icon-minecraft-sm.icon-minecraft-bedrock{background-position:-336px -32px;} +.icon-minecraft-bee-nest{background-position:-704px -64px;} +.icon-minecraft-sm.icon-minecraft-bee-nest{background-position:-352px -32px;} +.icon-minecraft-spawn-egg-bee{background-position:-736px -64px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-bee{background-position:-368px -32px;} +.icon-minecraft-beehive{background-position:-768px -64px;} +.icon-minecraft-sm.icon-minecraft-beehive{background-position:-384px -32px;} +.icon-minecraft-beetroot{background-position:-800px -64px;} +.icon-minecraft-sm.icon-minecraft-beetroot{background-position:-400px -32px;} +.icon-minecraft-beetroot-seeds{background-position:-832px -64px;} +.icon-minecraft-sm.icon-minecraft-beetroot-seeds{background-position:-416px -32px;} +.icon-minecraft-beetroot-soup{background-position:-864px -64px;} +.icon-minecraft-sm.icon-minecraft-beetroot-soup{background-position:-432px -32px;} +.icon-minecraft-beetroots{background-position:-896px -64px;} +.icon-minecraft-sm.icon-minecraft-beetroots{background-position:-448px -32px;} +.icon-minecraft-bell{background-position:-928px -64px;} +.icon-minecraft-sm.icon-minecraft-bell{background-position:-464px -32px;} +.icon-minecraft-big-dripleaf{background-position:-960px -64px;} +.icon-minecraft-sm.icon-minecraft-big-dripleaf{background-position:-480px -32px;} +.icon-minecraft-big-dripleaf-stem{background-position:-992px -64px;} +.icon-minecraft-sm.icon-minecraft-big-dripleaf-stem{background-position:-496px -32px;} +.icon-minecraft-birch-boat{background-position:0 -96px;} +.icon-minecraft-sm.icon-minecraft-birch-boat{background-position:0 -48px;} +.icon-minecraft-birch-button{background-position:-32px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-button{background-position:-16px -48px;} +.icon-minecraft-birch-door{background-position:-64px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-door{background-position:-32px -48px;} +.icon-minecraft-birch-fence{background-position:-96px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-fence{background-position:-48px -48px;} +.icon-minecraft-birch-fence-gate{background-position:-128px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-fence-gate{background-position:-64px -48px;} +.icon-minecraft-birch-leaves{background-position:-160px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-leaves{background-position:-80px -48px;} +.icon-minecraft-birch-log{background-position:-192px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-log{background-position:-96px -48px;} +.icon-minecraft-birch-planks{background-position:-224px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-planks{background-position:-112px -48px;} +.icon-minecraft-birch-pressure-plate{background-position:-256px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-pressure-plate{background-position:-128px -48px;} +.icon-minecraft-birch-sapling{background-position:-288px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-sapling{background-position:-144px -48px;} +.icon-minecraft-birch-sign{background-position:-320px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-sign{background-position:-160px -48px;} +.icon-minecraft-birch-slab{background-position:-352px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-slab{background-position:-176px -48px;} +.icon-minecraft-birch-stairs{background-position:-384px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-stairs{background-position:-192px -48px;} +.icon-minecraft-birch-trapdoor{background-position:-416px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-trapdoor{background-position:-208px -48px;} +.icon-minecraft-birch-wall-sign{background-position:-448px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-wall-sign{background-position:-224px -48px;} +.icon-minecraft-birch-wood{background-position:-480px -96px;} +.icon-minecraft-sm.icon-minecraft-birch-wood{background-position:-240px -48px;} +.icon-minecraft-black-bed{background-position:-512px -96px;} +.icon-minecraft-sm.icon-minecraft-black-bed{background-position:-256px -48px;} +.icon-minecraft-black-carpet{background-position:-544px -96px;} +.icon-minecraft-sm.icon-minecraft-black-carpet{background-position:-272px -48px;} +.icon-minecraft-black-concrete{background-position:-576px -96px;} +.icon-minecraft-sm.icon-minecraft-black-concrete{background-position:-288px -48px;} +.icon-minecraft-black-concrete-powder{background-position:-608px -96px;} +.icon-minecraft-sm.icon-minecraft-black-concrete-powder{background-position:-304px -48px;} +.icon-minecraft-black-dye{background-position:-640px -96px;} +.icon-minecraft-sm.icon-minecraft-black-dye{background-position:-320px -48px;} +.icon-minecraft-black-glazed-terracotta{background-position:-672px -96px;} +.icon-minecraft-sm.icon-minecraft-black-glazed-terracotta{background-position:-336px -48px;} +.icon-minecraft-black-shulker-box{background-position:-704px -96px;} +.icon-minecraft-sm.icon-minecraft-black-shulker-box{background-position:-352px -48px;} +.icon-minecraft-black-stained-glass{background-position:-736px -96px;} +.icon-minecraft-sm.icon-minecraft-black-stained-glass{background-position:-368px -48px;} +.icon-minecraft-black-stained-glass-pane{background-position:-768px -96px;} +.icon-minecraft-sm.icon-minecraft-black-stained-glass-pane{background-position:-384px -48px;} +.icon-minecraft-black-terracotta{background-position:-800px -96px;} +.icon-minecraft-sm.icon-minecraft-black-terracotta{background-position:-400px -48px;} +.icon-minecraft-black-wool{background-position:-832px -96px;} +.icon-minecraft-sm.icon-minecraft-black-wool{background-position:-416px -48px;} +.icon-minecraft-blackstone{background-position:-864px -96px;} +.icon-minecraft-sm.icon-minecraft-blackstone{background-position:-432px -48px;} +.icon-minecraft-blackstone-slab{background-position:-896px -96px;} +.icon-minecraft-sm.icon-minecraft-blackstone-slab{background-position:-448px -48px;} +.icon-minecraft-blackstone-stairs{background-position:-928px -96px;} +.icon-minecraft-sm.icon-minecraft-blackstone-stairs{background-position:-464px -48px;} +.icon-minecraft-blackstone-wall{background-position:-960px -96px;} +.icon-minecraft-sm.icon-minecraft-blackstone-wall{background-position:-480px -48px;} +.icon-minecraft-blast-furnace{background-position:-992px -96px;} +.icon-minecraft-sm.icon-minecraft-blast-furnace{background-position:-496px -48px;} +.icon-minecraft-blaze-powder{background-position:0 -128px;} +.icon-minecraft-sm.icon-minecraft-blaze-powder{background-position:0 -64px;} +.icon-minecraft-blaze-rod{background-position:-32px -128px;} +.icon-minecraft-sm.icon-minecraft-blaze-rod{background-position:-16px -64px;} +.icon-minecraft-spawn-egg-blaze{background-position:-64px -128px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-blaze{background-position:-32px -64px;} +.icon-minecraft-amethyst-block{background-position:-96px -128px;} +.icon-minecraft-sm.icon-minecraft-amethyst-block{background-position:-48px -64px;} +.icon-minecraft-coal-block{background-position:-128px -128px;} +.icon-minecraft-sm.icon-minecraft-coal-block{background-position:-64px -64px;} +.icon-minecraft-copper-block{background-position:-160px -128px;} +.icon-minecraft-sm.icon-minecraft-copper-block{background-position:-80px -64px;} +.icon-minecraft-diamond-block{background-position:-192px -128px;} +.icon-minecraft-sm.icon-minecraft-diamond-block{background-position:-96px -64px;} +.icon-minecraft-emerald-block{background-position:-224px -128px;} +.icon-minecraft-sm.icon-minecraft-emerald-block{background-position:-112px -64px;} +.icon-minecraft-gold-block{background-position:-256px -128px;} +.icon-minecraft-sm.icon-minecraft-gold-block{background-position:-128px -64px;} +.icon-minecraft-iron-block{background-position:-288px -128px;} +.icon-minecraft-sm.icon-minecraft-iron-block{background-position:-144px -64px;} +.icon-minecraft-lapis-block{background-position:-320px -128px;} +.icon-minecraft-sm.icon-minecraft-lapis-block{background-position:-160px -64px;} +.icon-minecraft-netherite-block{background-position:-352px -128px;} +.icon-minecraft-sm.icon-minecraft-netherite-block{background-position:-176px -64px;} +.icon-minecraft-quartz-block{background-position:-384px -128px;} +.icon-minecraft-sm.icon-minecraft-quartz-block{background-position:-192px -64px;} +.icon-minecraft-raw-copper-block{background-position:-416px -128px;} +.icon-minecraft-sm.icon-minecraft-raw-copper-block{background-position:-208px -64px;} +.icon-minecraft-raw-gold-block{background-position:-448px -128px;} +.icon-minecraft-sm.icon-minecraft-raw-gold-block{background-position:-224px -64px;} +.icon-minecraft-raw-iron-block{background-position:-480px -128px;} +.icon-minecraft-sm.icon-minecraft-raw-iron-block{background-position:-240px -64px;} +.icon-minecraft-redstone-block{background-position:-512px -128px;} +.icon-minecraft-sm.icon-minecraft-redstone-block{background-position:-256px -64px;} +.icon-minecraft-blue-bed{background-position:-544px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-bed{background-position:-272px -64px;} +.icon-minecraft-blue-carpet{background-position:-576px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-carpet{background-position:-288px -64px;} +.icon-minecraft-blue-concrete{background-position:-608px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-concrete{background-position:-304px -64px;} +.icon-minecraft-blue-concrete-powder{background-position:-640px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-concrete-powder{background-position:-320px -64px;} +.icon-minecraft-blue-dye{background-position:-672px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-dye{background-position:-336px -64px;} +.icon-minecraft-blue-glazed-terracotta{background-position:-704px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-glazed-terracotta{background-position:-352px -64px;} +.icon-minecraft-blue-ice{background-position:-736px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-ice{background-position:-368px -64px;} +.icon-minecraft-blue-orchid{background-position:-768px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-orchid{background-position:-384px -64px;} +.icon-minecraft-blue-shulker-box{background-position:-800px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-shulker-box{background-position:-400px -64px;} +.icon-minecraft-blue-stained-glass{background-position:-832px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-stained-glass{background-position:-416px -64px;} +.icon-minecraft-blue-stained-glass-pane{background-position:-864px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-stained-glass-pane{background-position:-432px -64px;} +.icon-minecraft-blue-terracotta{background-position:-896px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-terracotta{background-position:-448px -64px;} +.icon-minecraft-blue-wool{background-position:-928px -128px;} +.icon-minecraft-sm.icon-minecraft-blue-wool{background-position:-464px -64px;} +.icon-minecraft-bone{background-position:-960px -128px;} +.icon-minecraft-sm.icon-minecraft-bone{background-position:-480px -64px;} +.icon-minecraft-bone-block{background-position:-992px -128px;} +.icon-minecraft-sm.icon-minecraft-bone-block{background-position:-496px -64px;} +.icon-minecraft-bone-meal{background-position:0 -160px;} +.icon-minecraft-sm.icon-minecraft-bone-meal{background-position:0 -80px;} +.icon-minecraft-book{background-position:-32px -160px;} +.icon-minecraft-sm.icon-minecraft-book{background-position:-16px -80px;} +.icon-minecraft-writable-book{background-position:-64px -160px;} +.icon-minecraft-sm.icon-minecraft-writable-book{background-position:-32px -80px;} +.icon-minecraft-bookshelf{background-position:-96px -160px;} +.icon-minecraft-sm.icon-minecraft-bookshelf{background-position:-48px -80px;} +.icon-minecraft-experience-bottle{background-position:-128px -160px;} +.icon-minecraft-sm.icon-minecraft-experience-bottle{background-position:-64px -80px;} +.icon-minecraft-bow{background-position:-160px -160px;} +.icon-minecraft-sm.icon-minecraft-bow{background-position:-80px -80px;} +.icon-minecraft-bowl{background-position:-192px -160px;} +.icon-minecraft-sm.icon-minecraft-bowl{background-position:-96px -80px;} +.icon-minecraft-brain-coral{background-position:-224px -160px;} +.icon-minecraft-sm.icon-minecraft-brain-coral{background-position:-112px -80px;} +.icon-minecraft-brain-coral-block{background-position:-256px -160px;} +.icon-minecraft-sm.icon-minecraft-brain-coral-block{background-position:-128px -80px;} +.icon-minecraft-brain-coral-fan{background-position:-288px -160px;} +.icon-minecraft-sm.icon-minecraft-brain-coral-fan{background-position:-144px -80px;} +.icon-minecraft-brain-coral-wall-fan{background-position:-320px -160px;} +.icon-minecraft-sm.icon-minecraft-brain-coral-wall-fan{background-position:-160px -80px;} +.icon-minecraft-bread{background-position:-352px -160px;} +.icon-minecraft-sm.icon-minecraft-bread{background-position:-176px -80px;} +.icon-minecraft-brewing-stand{background-position:-384px -160px;} +.icon-minecraft-sm.icon-minecraft-brewing-stand{background-position:-192px -80px;} +.icon-minecraft-brick{background-position:-416px -160px;} +.icon-minecraft-sm.icon-minecraft-brick{background-position:-208px -80px;} +.icon-minecraft-brick-slab{background-position:-448px -160px;} +.icon-minecraft-sm.icon-minecraft-brick-slab{background-position:-224px -80px;} +.icon-minecraft-brick-stairs{background-position:-480px -160px;} +.icon-minecraft-sm.icon-minecraft-brick-stairs{background-position:-240px -80px;} +.icon-minecraft-brick-wall{background-position:-512px -160px;} +.icon-minecraft-sm.icon-minecraft-brick-wall{background-position:-256px -80px;} +.icon-minecraft-bricks{background-position:-544px -160px;} +.icon-minecraft-sm.icon-minecraft-bricks{background-position:-272px -80px;} +.icon-minecraft-brown-bed{background-position:-576px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-bed{background-position:-288px -80px;} +.icon-minecraft-brown-carpet{background-position:-608px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-carpet{background-position:-304px -80px;} +.icon-minecraft-brown-concrete{background-position:-640px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-concrete{background-position:-320px -80px;} +.icon-minecraft-brown-concrete-powder{background-position:-672px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-concrete-powder{background-position:-336px -80px;} +.icon-minecraft-brown-dye{background-position:-704px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-dye{background-position:-352px -80px;} +.icon-minecraft-brown-glazed-terracotta{background-position:-736px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-glazed-terracotta{background-position:-368px -80px;} +.icon-minecraft-brown-mushroom{background-position:-768px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-mushroom{background-position:-384px -80px;} +.icon-minecraft-brown-mushroom-block{background-position:-800px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-mushroom-block{background-position:-400px -80px;} +.icon-minecraft-brown-shulker-box{background-position:-832px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-shulker-box{background-position:-416px -80px;} +.icon-minecraft-brown-stained-glass{background-position:-864px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-stained-glass{background-position:-432px -80px;} +.icon-minecraft-brown-stained-glass-pane{background-position:-896px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-stained-glass-pane{background-position:-448px -80px;} +.icon-minecraft-brown-terracotta{background-position:-928px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-terracotta{background-position:-464px -80px;} +.icon-minecraft-brown-wool{background-position:-960px -160px;} +.icon-minecraft-sm.icon-minecraft-brown-wool{background-position:-480px -80px;} +.icon-minecraft-bubble-column{background-position:-992px -160px;} +.icon-minecraft-sm.icon-minecraft-bubble-column{background-position:-496px -80px;} +.icon-minecraft-bubble-coral{background-position:0 -192px;} +.icon-minecraft-sm.icon-minecraft-bubble-coral{background-position:0 -96px;} +.icon-minecraft-bubble-coral-block{background-position:-32px -192px;} +.icon-minecraft-sm.icon-minecraft-bubble-coral-block{background-position:-16px -96px;} +.icon-minecraft-bubble-coral-fan{background-position:-64px -192px;} +.icon-minecraft-sm.icon-minecraft-bubble-coral-fan{background-position:-32px -96px;} +.icon-minecraft-bubble-coral-wall-fan{background-position:-96px -192px;} +.icon-minecraft-sm.icon-minecraft-bubble-coral-wall-fan{background-position:-48px -96px;} +.icon-minecraft-bucket{background-position:-128px -192px;} +.icon-minecraft-sm.icon-minecraft-bucket{background-position:-64px -96px;} +.icon-minecraft-axolotl-bucket{background-position:-160px -192px;} +.icon-minecraft-sm.icon-minecraft-axolotl-bucket{background-position:-80px -96px;} +.icon-minecraft-cod-bucket{background-position:-192px -192px;} +.icon-minecraft-sm.icon-minecraft-cod-bucket{background-position:-96px -96px;} +.icon-minecraft-pufferfish-bucket{background-position:-224px -192px;} +.icon-minecraft-sm.icon-minecraft-pufferfish-bucket{background-position:-112px -96px;} +.icon-minecraft-salmon-bucket{background-position:-256px -192px;} +.icon-minecraft-sm.icon-minecraft-salmon-bucket{background-position:-128px -96px;} +.icon-minecraft-tropical-fish-bucket{background-position:-288px -192px;} +.icon-minecraft-sm.icon-minecraft-tropical-fish-bucket{background-position:-144px -96px;} +.icon-minecraft-budding-amethyst{background-position:-320px -192px;} +.icon-minecraft-sm.icon-minecraft-budding-amethyst{background-position:-160px -96px;} +.icon-minecraft-bundle{background-position:-352px -192px;} +.icon-minecraft-sm.icon-minecraft-bundle{background-position:-176px -96px;} +.icon-minecraft-cactus{background-position:-384px -192px;} +.icon-minecraft-sm.icon-minecraft-cactus{background-position:-192px -96px;} +.icon-minecraft-cake{background-position:-416px -192px;} +.icon-minecraft-sm.icon-minecraft-cake{background-position:-208px -96px;} +.icon-minecraft-black-candle-cake{background-position:-448px -192px;} +.icon-minecraft-sm.icon-minecraft-black-candle-cake{background-position:-224px -96px;} +.icon-minecraft-blue-candle-cake{background-position:-480px -192px;} +.icon-minecraft-sm.icon-minecraft-blue-candle-cake{background-position:-240px -96px;} +.icon-minecraft-brown-candle-cake{background-position:-512px -192px;} +.icon-minecraft-sm.icon-minecraft-brown-candle-cake{background-position:-256px -96px;} +.icon-minecraft-candle-cake{background-position:-544px -192px;} +.icon-minecraft-sm.icon-minecraft-candle-cake{background-position:-272px -96px;} +.icon-minecraft-cyan-candle-cake{background-position:-576px -192px;} +.icon-minecraft-sm.icon-minecraft-cyan-candle-cake{background-position:-288px -96px;} +.icon-minecraft-gray-candle-cake{background-position:-608px -192px;} +.icon-minecraft-sm.icon-minecraft-gray-candle-cake{background-position:-304px -96px;} +.icon-minecraft-green-candle-cake{background-position:-640px -192px;} +.icon-minecraft-sm.icon-minecraft-green-candle-cake{background-position:-320px -96px;} +.icon-minecraft-light-blue-candle-cake{background-position:-672px -192px;} +.icon-minecraft-sm.icon-minecraft-light-blue-candle-cake{background-position:-336px -96px;} +.icon-minecraft-light-gray-candle-cake{background-position:-704px -192px;} +.icon-minecraft-sm.icon-minecraft-light-gray-candle-cake{background-position:-352px -96px;} +.icon-minecraft-lime-candle-cake{background-position:-736px -192px;} +.icon-minecraft-sm.icon-minecraft-lime-candle-cake{background-position:-368px -96px;} +.icon-minecraft-magenta-candle-cake{background-position:-768px -192px;} +.icon-minecraft-sm.icon-minecraft-magenta-candle-cake{background-position:-384px -96px;} +.icon-minecraft-orange-candle-cake{background-position:-800px -192px;} +.icon-minecraft-sm.icon-minecraft-orange-candle-cake{background-position:-400px -96px;} +.icon-minecraft-pink-candle-cake{background-position:-832px -192px;} +.icon-minecraft-sm.icon-minecraft-pink-candle-cake{background-position:-416px -96px;} +.icon-minecraft-purple-candle-cake{background-position:-864px -192px;} +.icon-minecraft-sm.icon-minecraft-purple-candle-cake{background-position:-432px -96px;} +.icon-minecraft-red-candle-cake{background-position:-896px -192px;} +.icon-minecraft-sm.icon-minecraft-red-candle-cake{background-position:-448px -96px;} +.icon-minecraft-white-candle-cake{background-position:-928px -192px;} +.icon-minecraft-sm.icon-minecraft-white-candle-cake{background-position:-464px -96px;} +.icon-minecraft-yellow-candle-cake{background-position:-960px -192px;} +.icon-minecraft-sm.icon-minecraft-yellow-candle-cake{background-position:-480px -96px;} +.icon-minecraft-calcite{background-position:-992px -192px;} +.icon-minecraft-sm.icon-minecraft-calcite{background-position:-496px -96px;} +.icon-minecraft-campfire{background-position:0 -224px;} +.icon-minecraft-sm.icon-minecraft-campfire{background-position:0 -112px;} +.icon-minecraft-black-candle{background-position:-32px -224px;} +.icon-minecraft-sm.icon-minecraft-black-candle{background-position:-16px -112px;} +.icon-minecraft-blue-candle{background-position:-64px -224px;} +.icon-minecraft-sm.icon-minecraft-blue-candle{background-position:-32px -112px;} +.icon-minecraft-brown-candle{background-position:-96px -224px;} +.icon-minecraft-sm.icon-minecraft-brown-candle{background-position:-48px -112px;} +.icon-minecraft-candle{background-position:-128px -224px;} +.icon-minecraft-sm.icon-minecraft-candle{background-position:-64px -112px;} +.icon-minecraft-cyan-candle{background-position:-160px -224px;} +.icon-minecraft-sm.icon-minecraft-cyan-candle{background-position:-80px -112px;} +.icon-minecraft-gray-candle{background-position:-192px -224px;} +.icon-minecraft-sm.icon-minecraft-gray-candle{background-position:-96px -112px;} +.icon-minecraft-green-candle{background-position:-224px -224px;} +.icon-minecraft-sm.icon-minecraft-green-candle{background-position:-112px -112px;} +.icon-minecraft-light-blue-candle{background-position:-256px -224px;} +.icon-minecraft-sm.icon-minecraft-light-blue-candle{background-position:-128px -112px;} +.icon-minecraft-light-gray-candle{background-position:-288px -224px;} +.icon-minecraft-sm.icon-minecraft-light-gray-candle{background-position:-144px -112px;} +.icon-minecraft-lime-candle{background-position:-320px -224px;} +.icon-minecraft-sm.icon-minecraft-lime-candle{background-position:-160px -112px;} +.icon-minecraft-magenta-candle{background-position:-352px -224px;} +.icon-minecraft-sm.icon-minecraft-magenta-candle{background-position:-176px -112px;} +.icon-minecraft-orange-candle{background-position:-384px -224px;} +.icon-minecraft-sm.icon-minecraft-orange-candle{background-position:-192px -112px;} +.icon-minecraft-pink-candle{background-position:-416px -224px;} +.icon-minecraft-sm.icon-minecraft-pink-candle{background-position:-208px -112px;} +.icon-minecraft-purple-candle{background-position:-448px -224px;} +.icon-minecraft-sm.icon-minecraft-purple-candle{background-position:-224px -112px;} +.icon-minecraft-red-candle{background-position:-480px -224px;} +.icon-minecraft-sm.icon-minecraft-red-candle{background-position:-240px -112px;} +.icon-minecraft-white-candle{background-position:-512px -224px;} +.icon-minecraft-sm.icon-minecraft-white-candle{background-position:-256px -112px;} +.icon-minecraft-yellow-candle{background-position:-544px -224px;} +.icon-minecraft-sm.icon-minecraft-yellow-candle{background-position:-272px -112px;} +.icon-minecraft-carrot{background-position:-576px -224px;} +.icon-minecraft-sm.icon-minecraft-carrot{background-position:-288px -112px;} +.icon-minecraft-carrot-on-a-stick{background-position:-608px -224px;} +.icon-minecraft-sm.icon-minecraft-carrot-on-a-stick{background-position:-304px -112px;} +.icon-minecraft-carrots{background-position:-640px -224px;} +.icon-minecraft-sm.icon-minecraft-carrots{background-position:-320px -112px;} +.icon-minecraft-cartography-table{background-position:-672px -224px;} +.icon-minecraft-sm.icon-minecraft-cartography-table{background-position:-336px -112px;} +.icon-minecraft-carved-pumpkin{background-position:-704px -224px;} +.icon-minecraft-sm.icon-minecraft-carved-pumpkin{background-position:-352px -112px;} +.icon-minecraft-spawn-egg-cat{background-position:-736px -224px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-cat{background-position:-368px -112px;} +.icon-minecraft-cauldron{background-position:-768px -224px;} +.icon-minecraft-sm.icon-minecraft-cauldron{background-position:-384px -112px;} +.icon-minecraft-cave-air{background-position:-800px -224px;} +.icon-minecraft-sm.icon-minecraft-cave-air{background-position:-400px -112px;} +.icon-minecraft-spawn-egg-cave-spider{background-position:-832px -224px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-cave-spider{background-position:-416px -112px;} +.icon-minecraft-cave-vines{background-position:-864px -224px;} +.icon-minecraft-sm.icon-minecraft-cave-vines{background-position:-432px -112px;} +.icon-minecraft-cave-vines-plant{background-position:-896px -224px;} +.icon-minecraft-sm.icon-minecraft-cave-vines-plant{background-position:-448px -112px;} +.icon-minecraft-chain{background-position:-928px -224px;} +.icon-minecraft-sm.icon-minecraft-chain{background-position:-464px -112px;} +.icon-minecraft-chain-command-block{background-position:-960px -224px;} +.icon-minecraft-sm.icon-minecraft-chain-command-block{background-position:-480px -112px;} +.icon-minecraft-chainmail-boots{background-position:-992px -224px;} +.icon-minecraft-sm.icon-minecraft-chainmail-boots{background-position:-496px -112px;} +.icon-minecraft-chainmail-chestplate{background-position:0 -256px;} +.icon-minecraft-sm.icon-minecraft-chainmail-chestplate{background-position:0 -128px;} +.icon-minecraft-chainmail-helmet{background-position:-32px -256px;} +.icon-minecraft-sm.icon-minecraft-chainmail-helmet{background-position:-16px -128px;} +.icon-minecraft-chainmail-leggings{background-position:-64px -256px;} +.icon-minecraft-sm.icon-minecraft-chainmail-leggings{background-position:-32px -128px;} +.icon-minecraft-charcoal{background-position:-96px -256px;} +.icon-minecraft-sm.icon-minecraft-charcoal{background-position:-48px -128px;} +.icon-minecraft-chest{background-position:-128px -256px;} +.icon-minecraft-sm.icon-minecraft-chest{background-position:-64px -128px;} +.icon-minecraft-spawn-egg-chicken{background-position:-160px -256px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-chicken{background-position:-80px -128px;} +.icon-minecraft-chipped-anvil{background-position:-192px -256px;} +.icon-minecraft-sm.icon-minecraft-chipped-anvil{background-position:-96px -128px;} +.icon-minecraft-chiseled-deepslate{background-position:-224px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-deepslate{background-position:-112px -128px;} +.icon-minecraft-chiseled-nether-bricks{background-position:-256px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-nether-bricks{background-position:-128px -128px;} +.icon-minecraft-chiseled-polished-blackstone{background-position:-288px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-polished-blackstone{background-position:-144px -128px;} +.icon-minecraft-chiseled-quartz-block{background-position:-320px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-quartz-block{background-position:-160px -128px;} +.icon-minecraft-chiseled-red-sandstone{background-position:-352px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-red-sandstone{background-position:-176px -128px;} +.icon-minecraft-chiseled-sandstone{background-position:-384px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-sandstone{background-position:-192px -128px;} +.icon-minecraft-chiseled-stone-bricks{background-position:-416px -256px;} +.icon-minecraft-sm.icon-minecraft-chiseled-stone-bricks{background-position:-208px -128px;} +.icon-minecraft-chorus-flower{background-position:-448px -256px;} +.icon-minecraft-sm.icon-minecraft-chorus-flower{background-position:-224px -128px;} +.icon-minecraft-chorus-fruit{background-position:-480px -256px;} +.icon-minecraft-sm.icon-minecraft-chorus-fruit{background-position:-240px -128px;} +.icon-minecraft-chorus-plant{background-position:-512px -256px;} +.icon-minecraft-sm.icon-minecraft-chorus-plant{background-position:-256px -128px;} +.icon-minecraft-clay{background-position:-544px -256px;} +.icon-minecraft-sm.icon-minecraft-clay{background-position:-272px -128px;} +.icon-minecraft-clay-ball{background-position:-576px -256px;} +.icon-minecraft-sm.icon-minecraft-clay-ball{background-position:-288px -128px;} +.icon-minecraft-clock{background-position:-608px -256px;} +.icon-minecraft-sm.icon-minecraft-clock{background-position:-304px -128px;} +.icon-minecraft-coal{background-position:-640px -256px;} +.icon-minecraft-sm.icon-minecraft-coal{background-position:-320px -128px;} +.icon-minecraft-coal-ore{background-position:-672px -256px;} +.icon-minecraft-sm.icon-minecraft-coal-ore{background-position:-336px -128px;} +.icon-minecraft-coarse-dirt{background-position:-704px -256px;} +.icon-minecraft-sm.icon-minecraft-coarse-dirt{background-position:-352px -128px;} +.icon-minecraft-cobbled-deepslate{background-position:-736px -256px;} +.icon-minecraft-sm.icon-minecraft-cobbled-deepslate{background-position:-368px -128px;} +.icon-minecraft-cobbled-deepslate-slab{background-position:-768px -256px;} +.icon-minecraft-sm.icon-minecraft-cobbled-deepslate-slab{background-position:-384px -128px;} +.icon-minecraft-cobbled-deepslate-stairs{background-position:-800px -256px;} +.icon-minecraft-sm.icon-minecraft-cobbled-deepslate-stairs{background-position:-400px -128px;} +.icon-minecraft-cobbled-deepslate-wall{background-position:-832px -256px;} +.icon-minecraft-sm.icon-minecraft-cobbled-deepslate-wall{background-position:-416px -128px;} +.icon-minecraft-cobblestone{background-position:-864px -256px;} +.icon-minecraft-sm.icon-minecraft-cobblestone{background-position:-432px -128px;} +.icon-minecraft-cobblestone-slab{background-position:-896px -256px;} +.icon-minecraft-sm.icon-minecraft-cobblestone-slab{background-position:-448px -128px;} +.icon-minecraft-cobblestone-stairs{background-position:-928px -256px;} +.icon-minecraft-sm.icon-minecraft-cobblestone-stairs{background-position:-464px -128px;} +.icon-minecraft-cobblestone-wall{background-position:-960px -256px;} +.icon-minecraft-sm.icon-minecraft-cobblestone-wall{background-position:-480px -128px;} +.icon-minecraft-cobweb{background-position:-992px -256px;} +.icon-minecraft-sm.icon-minecraft-cobweb{background-position:-496px -128px;} +.icon-minecraft-cocoa{background-position:0 -288px;} +.icon-minecraft-sm.icon-minecraft-cocoa{background-position:0 -144px;} +.icon-minecraft-cocoa-beans{background-position:-32px -288px;} +.icon-minecraft-sm.icon-minecraft-cocoa-beans{background-position:-16px -144px;} +.icon-minecraft-spawn-egg-cod{background-position:-64px -288px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-cod{background-position:-32px -144px;} +.icon-minecraft-command-block{background-position:-96px -288px;} +.icon-minecraft-sm.icon-minecraft-command-block{background-position:-48px -144px;} +.icon-minecraft-compass{background-position:-128px -288px;} +.icon-minecraft-sm.icon-minecraft-compass{background-position:-64px -144px;} +.icon-minecraft-composter{background-position:-160px -288px;} +.icon-minecraft-sm.icon-minecraft-composter{background-position:-80px -144px;} +.icon-minecraft-conduit{background-position:-192px -288px;} +.icon-minecraft-sm.icon-minecraft-conduit{background-position:-96px -144px;} +.icon-minecraft-cooked-chicken{background-position:-224px -288px;} +.icon-minecraft-sm.icon-minecraft-cooked-chicken{background-position:-112px -144px;} +.icon-minecraft-cooked-cod{background-position:-256px -288px;} +.icon-minecraft-sm.icon-minecraft-cooked-cod{background-position:-128px -144px;} +.icon-minecraft-cooked-mutton{background-position:-288px -288px;} +.icon-minecraft-sm.icon-minecraft-cooked-mutton{background-position:-144px -144px;} +.icon-minecraft-cooked-porkchop{background-position:-320px -288px;} +.icon-minecraft-sm.icon-minecraft-cooked-porkchop{background-position:-160px -144px;} +.icon-minecraft-cooked-rabbit{background-position:-352px -288px;} +.icon-minecraft-sm.icon-minecraft-cooked-rabbit{background-position:-176px -144px;} +.icon-minecraft-cooked-salmon{background-position:-384px -288px;} +.icon-minecraft-sm.icon-minecraft-cooked-salmon{background-position:-192px -144px;} +.icon-minecraft-cookie{background-position:-416px -288px;} +.icon-minecraft-sm.icon-minecraft-cookie{background-position:-208px -144px;} +.icon-minecraft-copper-ingot{background-position:-448px -288px;} +.icon-minecraft-sm.icon-minecraft-copper-ingot{background-position:-224px -144px;} +.icon-minecraft-copper-ore{background-position:-480px -288px;} +.icon-minecraft-sm.icon-minecraft-copper-ore{background-position:-240px -144px;} +.icon-minecraft-cornflower{background-position:-512px -288px;} +.icon-minecraft-sm.icon-minecraft-cornflower{background-position:-256px -144px;} +.icon-minecraft-spawn-egg-cow{background-position:-544px -288px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-cow{background-position:-272px -144px;} +.icon-minecraft-cracked-deepslate-bricks{background-position:-576px -288px;} +.icon-minecraft-sm.icon-minecraft-cracked-deepslate-bricks{background-position:-288px -144px;} +.icon-minecraft-cracked-deepslate-tiles{background-position:-608px -288px;} +.icon-minecraft-sm.icon-minecraft-cracked-deepslate-tiles{background-position:-304px -144px;} +.icon-minecraft-cracked-nether-bricks{background-position:-640px -288px;} +.icon-minecraft-sm.icon-minecraft-cracked-nether-bricks{background-position:-320px -144px;} +.icon-minecraft-cracked-polished-blackstone-bricks{background-position:-672px -288px;} +.icon-minecraft-sm.icon-minecraft-cracked-polished-blackstone-bricks{background-position:-336px -144px;} +.icon-minecraft-cracked-stone-bricks{background-position:-704px -288px;} +.icon-minecraft-sm.icon-minecraft-cracked-stone-bricks{background-position:-352px -144px;} +.icon-minecraft-crafting-table{background-position:-736px -288px;} +.icon-minecraft-sm.icon-minecraft-crafting-table{background-position:-368px -144px;} +.icon-minecraft-creeper-head{background-position:-768px -288px;} +.icon-minecraft-sm.icon-minecraft-creeper-head{background-position:-384px -144px;} +.icon-minecraft-spawn-egg-creeper{background-position:-800px -288px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-creeper{background-position:-400px -144px;} +.icon-minecraft-creeper-wall-head{background-position:-832px -288px;} +.icon-minecraft-sm.icon-minecraft-creeper-wall-head{background-position:-416px -144px;} +.icon-minecraft-crimson-button{background-position:-864px -288px;} +.icon-minecraft-sm.icon-minecraft-crimson-button{background-position:-432px -144px;} +.icon-minecraft-crimson-door{background-position:-896px -288px;} +.icon-minecraft-sm.icon-minecraft-crimson-door{background-position:-448px -144px;} +.icon-minecraft-crimson-fence{background-position:-928px -288px;} +.icon-minecraft-sm.icon-minecraft-crimson-fence{background-position:-464px -144px;} +.icon-minecraft-crimson-fence-gate{background-position:-960px -288px;} +.icon-minecraft-sm.icon-minecraft-crimson-fence-gate{background-position:-480px -144px;} +.icon-minecraft-crimson-fungus{background-position:-992px -288px;} +.icon-minecraft-sm.icon-minecraft-crimson-fungus{background-position:-496px -144px;} +.icon-minecraft-crimson-hyphae{background-position:0 -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-hyphae{background-position:0 -160px;} +.icon-minecraft-crimson-nylium{background-position:-32px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-nylium{background-position:-16px -160px;} +.icon-minecraft-crimson-planks{background-position:-64px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-planks{background-position:-32px -160px;} +.icon-minecraft-crimson-pressure-plate{background-position:-96px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-pressure-plate{background-position:-48px -160px;} +.icon-minecraft-crimson-roots{background-position:-128px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-roots{background-position:-64px -160px;} +.icon-minecraft-crimson-sign{background-position:-160px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-sign{background-position:-80px -160px;} +.icon-minecraft-crimson-slab{background-position:-192px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-slab{background-position:-96px -160px;} +.icon-minecraft-crimson-stairs{background-position:-224px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-stairs{background-position:-112px -160px;} +.icon-minecraft-crimson-stem{background-position:-256px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-stem{background-position:-128px -160px;} +.icon-minecraft-crimson-trapdoor{background-position:-288px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-trapdoor{background-position:-144px -160px;} +.icon-minecraft-crimson-wall-sign{background-position:-320px -320px;} +.icon-minecraft-sm.icon-minecraft-crimson-wall-sign{background-position:-160px -160px;} +.icon-minecraft-crossbow{background-position:-352px -320px;} +.icon-minecraft-sm.icon-minecraft-crossbow{background-position:-176px -160px;} +.icon-minecraft-crying-obsidian{background-position:-384px -320px;} +.icon-minecraft-sm.icon-minecraft-crying-obsidian{background-position:-192px -160px;} +.icon-minecraft-cut-copper{background-position:-416px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-copper{background-position:-208px -160px;} +.icon-minecraft-cut-copper-slab{background-position:-448px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-copper-slab{background-position:-224px -160px;} +.icon-minecraft-cut-copper-stairs{background-position:-480px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-copper-stairs{background-position:-240px -160px;} +.icon-minecraft-cut-red-sandstone{background-position:-512px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-red-sandstone{background-position:-256px -160px;} +.icon-minecraft-cut-red-sandstone-slab{background-position:-544px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-red-sandstone-slab{background-position:-272px -160px;} +.icon-minecraft-cut-sandstone{background-position:-576px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-sandstone{background-position:-288px -160px;} +.icon-minecraft-cut-sandstone-slab{background-position:-608px -320px;} +.icon-minecraft-sm.icon-minecraft-cut-sandstone-slab{background-position:-304px -160px;} +.icon-minecraft-cyan-bed{background-position:-640px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-bed{background-position:-320px -160px;} +.icon-minecraft-cyan-carpet{background-position:-672px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-carpet{background-position:-336px -160px;} +.icon-minecraft-cyan-concrete{background-position:-704px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-concrete{background-position:-352px -160px;} +.icon-minecraft-cyan-concrete-powder{background-position:-736px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-concrete-powder{background-position:-368px -160px;} +.icon-minecraft-cyan-dye{background-position:-768px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-dye{background-position:-384px -160px;} +.icon-minecraft-cyan-glazed-terracotta{background-position:-800px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-glazed-terracotta{background-position:-400px -160px;} +.icon-minecraft-cyan-shulker-box{background-position:-832px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-shulker-box{background-position:-416px -160px;} +.icon-minecraft-cyan-stained-glass{background-position:-864px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-stained-glass{background-position:-432px -160px;} +.icon-minecraft-cyan-stained-glass-pane{background-position:-896px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-stained-glass-pane{background-position:-448px -160px;} +.icon-minecraft-cyan-terracotta{background-position:-928px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-terracotta{background-position:-464px -160px;} +.icon-minecraft-cyan-wool{background-position:-960px -320px;} +.icon-minecraft-sm.icon-minecraft-cyan-wool{background-position:-480px -160px;} +.icon-minecraft-damaged-anvil{background-position:-992px -320px;} +.icon-minecraft-sm.icon-minecraft-damaged-anvil{background-position:-496px -160px;} +.icon-minecraft-dandelion{background-position:0 -352px;} +.icon-minecraft-sm.icon-minecraft-dandelion{background-position:0 -176px;} +.icon-minecraft-dark-oak-boat{background-position:-32px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-boat{background-position:-16px -176px;} +.icon-minecraft-dark-oak-button{background-position:-64px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-button{background-position:-32px -176px;} +.icon-minecraft-dark-oak-door{background-position:-96px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-door{background-position:-48px -176px;} +.icon-minecraft-dark-oak-fence{background-position:-128px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-fence{background-position:-64px -176px;} +.icon-minecraft-dark-oak-fence-gate{background-position:-160px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-fence-gate{background-position:-80px -176px;} +.icon-minecraft-dark-oak-leaves{background-position:-192px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-leaves{background-position:-96px -176px;} +.icon-minecraft-dark-oak-log{background-position:-224px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-log{background-position:-112px -176px;} +.icon-minecraft-dark-oak-planks{background-position:-256px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-planks{background-position:-128px -176px;} +.icon-minecraft-dark-oak-pressure-plate{background-position:-288px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-pressure-plate{background-position:-144px -176px;} +.icon-minecraft-dark-oak-sapling{background-position:-320px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-sapling{background-position:-160px -176px;} +.icon-minecraft-dark-oak-sign{background-position:-352px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-sign{background-position:-176px -176px;} +.icon-minecraft-dark-oak-slab{background-position:-384px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-slab{background-position:-192px -176px;} +.icon-minecraft-dark-oak-stairs{background-position:-416px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-stairs{background-position:-208px -176px;} +.icon-minecraft-dark-oak-trapdoor{background-position:-448px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-trapdoor{background-position:-224px -176px;} +.icon-minecraft-dark-oak-wall-sign{background-position:-480px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-wall-sign{background-position:-240px -176px;} +.icon-minecraft-dark-oak-wood{background-position:-512px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-oak-wood{background-position:-256px -176px;} +.icon-minecraft-dark-prismarine{background-position:-544px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-prismarine{background-position:-272px -176px;} +.icon-minecraft-dark-prismarine-slab{background-position:-576px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-prismarine-slab{background-position:-288px -176px;} +.icon-minecraft-dark-prismarine-stairs{background-position:-608px -352px;} +.icon-minecraft-sm.icon-minecraft-dark-prismarine-stairs{background-position:-304px -176px;} +.icon-minecraft-daylight-detector{background-position:-640px -352px;} +.icon-minecraft-sm.icon-minecraft-daylight-detector{background-position:-320px -176px;} +.icon-minecraft-dead-brain-coral{background-position:-672px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-brain-coral{background-position:-336px -176px;} +.icon-minecraft-dead-brain-coral-block{background-position:-704px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-brain-coral-block{background-position:-352px -176px;} +.icon-minecraft-dead-brain-coral-fan{background-position:-736px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-brain-coral-fan{background-position:-368px -176px;} +.icon-minecraft-dead-brain-coral-wall-fan{background-position:-768px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-brain-coral-wall-fan{background-position:-384px -176px;} +.icon-minecraft-dead-bubble-coral{background-position:-800px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-bubble-coral{background-position:-400px -176px;} +.icon-minecraft-dead-bubble-coral-block{background-position:-832px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-bubble-coral-block{background-position:-416px -176px;} +.icon-minecraft-dead-bubble-coral-fan{background-position:-864px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-bubble-coral-fan{background-position:-432px -176px;} +.icon-minecraft-dead-bubble-coral-wall-fan{background-position:-896px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-bubble-coral-wall-fan{background-position:-448px -176px;} +.icon-minecraft-dead-bush{background-position:-928px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-bush{background-position:-464px -176px;} +.icon-minecraft-dead-fire-coral{background-position:-960px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-fire-coral{background-position:-480px -176px;} +.icon-minecraft-dead-fire-coral-block{background-position:-992px -352px;} +.icon-minecraft-sm.icon-minecraft-dead-fire-coral-block{background-position:-496px -176px;} +.icon-minecraft-dead-fire-coral-fan{background-position:0 -384px;} +.icon-minecraft-sm.icon-minecraft-dead-fire-coral-fan{background-position:0 -192px;} +.icon-minecraft-dead-fire-coral-wall-fan{background-position:-32px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-fire-coral-wall-fan{background-position:-16px -192px;} +.icon-minecraft-dead-horn-coral{background-position:-64px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-horn-coral{background-position:-32px -192px;} +.icon-minecraft-dead-horn-coral-block{background-position:-96px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-horn-coral-block{background-position:-48px -192px;} +.icon-minecraft-dead-horn-coral-fan{background-position:-128px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-horn-coral-fan{background-position:-64px -192px;} +.icon-minecraft-dead-horn-coral-wall-fan{background-position:-160px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-horn-coral-wall-fan{background-position:-80px -192px;} +.icon-minecraft-dead-tube-coral{background-position:-192px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-tube-coral{background-position:-96px -192px;} +.icon-minecraft-dead-tube-coral-block{background-position:-224px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-tube-coral-block{background-position:-112px -192px;} +.icon-minecraft-dead-tube-coral-fan{background-position:-256px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-tube-coral-fan{background-position:-128px -192px;} +.icon-minecraft-dead-tube-coral-wall-fan{background-position:-288px -384px;} +.icon-minecraft-sm.icon-minecraft-dead-tube-coral-wall-fan{background-position:-144px -192px;} +.icon-minecraft-debug-stick{background-position:-320px -384px;} +.icon-minecraft-sm.icon-minecraft-debug-stick{background-position:-160px -192px;} +.icon-minecraft-deepslate{background-position:-352px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate{background-position:-176px -192px;} +.icon-minecraft-deepslate-brick-slab{background-position:-384px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-brick-slab{background-position:-192px -192px;} +.icon-minecraft-deepslate-brick-stairs{background-position:-416px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-brick-stairs{background-position:-208px -192px;} +.icon-minecraft-deepslate-brick-wall{background-position:-448px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-brick-wall{background-position:-224px -192px;} +.icon-minecraft-deepslate-bricks{background-position:-480px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-bricks{background-position:-240px -192px;} +.icon-minecraft-deepslate-coal-ore{background-position:-512px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-coal-ore{background-position:-256px -192px;} +.icon-minecraft-deepslate-copper-ore{background-position:-544px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-copper-ore{background-position:-272px -192px;} +.icon-minecraft-deepslate-diamond-ore{background-position:-576px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-diamond-ore{background-position:-288px -192px;} +.icon-minecraft-deepslate-emerald-ore{background-position:-608px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-emerald-ore{background-position:-304px -192px;} +.icon-minecraft-deepslate-gold-ore{background-position:-640px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-gold-ore{background-position:-320px -192px;} +.icon-minecraft-deepslate-iron-ore{background-position:-672px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-iron-ore{background-position:-336px -192px;} +.icon-minecraft-deepslate-lapis-ore{background-position:-704px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-lapis-ore{background-position:-352px -192px;} +.icon-minecraft-deepslate-redstone-ore{background-position:-736px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-redstone-ore{background-position:-368px -192px;} +.icon-minecraft-deepslate-tile-slab{background-position:-768px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-tile-slab{background-position:-384px -192px;} +.icon-minecraft-deepslate-tile-stairs{background-position:-800px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-tile-stairs{background-position:-400px -192px;} +.icon-minecraft-deepslate-tile-wall{background-position:-832px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-tile-wall{background-position:-416px -192px;} +.icon-minecraft-deepslate-tiles{background-position:-864px -384px;} +.icon-minecraft-sm.icon-minecraft-deepslate-tiles{background-position:-432px -192px;} +.icon-minecraft-detector-rail{background-position:-896px -384px;} +.icon-minecraft-sm.icon-minecraft-detector-rail{background-position:-448px -192px;} +.icon-minecraft-diamond{background-position:-928px -384px;} +.icon-minecraft-sm.icon-minecraft-diamond{background-position:-464px -192px;} +.icon-minecraft-diamond-axe{background-position:-960px -384px;} +.icon-minecraft-sm.icon-minecraft-diamond-axe{background-position:-480px -192px;} +.icon-minecraft-diamond-boots{background-position:-992px -384px;} +.icon-minecraft-sm.icon-minecraft-diamond-boots{background-position:-496px -192px;} +.icon-minecraft-diamond-chestplate{background-position:0 -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-chestplate{background-position:0 -208px;} +.icon-minecraft-diamond-helmet{background-position:-32px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-helmet{background-position:-16px -208px;} +.icon-minecraft-diamond-hoe{background-position:-64px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-hoe{background-position:-32px -208px;} +.icon-minecraft-diamond-horse-armor{background-position:-96px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-horse-armor{background-position:-48px -208px;} +.icon-minecraft-diamond-leggings{background-position:-128px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-leggings{background-position:-64px -208px;} +.icon-minecraft-diamond-ore{background-position:-160px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-ore{background-position:-80px -208px;} +.icon-minecraft-diamond-pickaxe{background-position:-192px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-pickaxe{background-position:-96px -208px;} +.icon-minecraft-diamond-shovel{background-position:-224px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-shovel{background-position:-112px -208px;} +.icon-minecraft-diamond-sword{background-position:-256px -416px;} +.icon-minecraft-sm.icon-minecraft-diamond-sword{background-position:-128px -208px;} +.icon-minecraft-diorite{background-position:-288px -416px;} +.icon-minecraft-sm.icon-minecraft-diorite{background-position:-144px -208px;} +.icon-minecraft-diorite-slab{background-position:-320px -416px;} +.icon-minecraft-sm.icon-minecraft-diorite-slab{background-position:-160px -208px;} +.icon-minecraft-diorite-stairs{background-position:-352px -416px;} +.icon-minecraft-sm.icon-minecraft-diorite-stairs{background-position:-176px -208px;} +.icon-minecraft-diorite-wall{background-position:-384px -416px;} +.icon-minecraft-sm.icon-minecraft-diorite-wall{background-position:-192px -208px;} +.icon-minecraft-dirt{background-position:-416px -416px;} +.icon-minecraft-sm.icon-minecraft-dirt{background-position:-208px -208px;} +.icon-minecraft-dirt-path{background-position:-448px -416px;} +.icon-minecraft-sm.icon-minecraft-dirt-path{background-position:-224px -208px;} +.icon-minecraft-dispenser{background-position:-480px -416px;} +.icon-minecraft-sm.icon-minecraft-dispenser{background-position:-240px -208px;} +.icon-minecraft-spawn-egg-dolphin{background-position:-512px -416px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-dolphin{background-position:-256px -208px;} +.icon-minecraft-spawn-egg-donkey{background-position:-544px -416px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-donkey{background-position:-272px -208px;} +.icon-minecraft-dragon-egg{background-position:-576px -416px;} +.icon-minecraft-sm.icon-minecraft-dragon-egg{background-position:-288px -208px;} +.icon-minecraft-dragon-head{background-position:-608px -416px;} +.icon-minecraft-sm.icon-minecraft-dragon-head{background-position:-304px -208px;} +.icon-minecraft-dragon-wall-head{background-position:-640px -416px;} +.icon-minecraft-sm.icon-minecraft-dragon-wall-head{background-position:-320px -208px;} +.icon-minecraft-dragon-breath{background-position:-672px -416px;} +.icon-minecraft-sm.icon-minecraft-dragon-breath{background-position:-336px -208px;} +.icon-minecraft-dried-kelp{background-position:-704px -416px;} +.icon-minecraft-sm.icon-minecraft-dried-kelp{background-position:-352px -208px;} +.icon-minecraft-dried-kelp-block{background-position:-736px -416px;} +.icon-minecraft-sm.icon-minecraft-dried-kelp-block{background-position:-368px -208px;} +.icon-minecraft-dripstone-block{background-position:-768px -416px;} +.icon-minecraft-sm.icon-minecraft-dripstone-block{background-position:-384px -208px;} +.icon-minecraft-dropper{background-position:-800px -416px;} +.icon-minecraft-sm.icon-minecraft-dropper{background-position:-400px -208px;} +.icon-minecraft-spawn-egg-drowned{background-position:-832px -416px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-drowned{background-position:-416px -208px;} +.icon-minecraft-egg{background-position:-864px -416px;} +.icon-minecraft-sm.icon-minecraft-egg{background-position:-432px -208px;} +.icon-minecraft-spawn-egg-elder-guardian{background-position:-896px -416px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-elder-guardian{background-position:-448px -208px;} +.icon-minecraft-elytra{background-position:-928px -416px;} +.icon-minecraft-sm.icon-minecraft-elytra{background-position:-464px -208px;} +.icon-minecraft-emerald{background-position:-960px -416px;} +.icon-minecraft-sm.icon-minecraft-emerald{background-position:-480px -208px;} +.icon-minecraft-emerald-ore{background-position:-992px -416px;} +.icon-minecraft-sm.icon-minecraft-emerald-ore{background-position:-496px -208px;} +.icon-minecraft-map{background-position:0 -448px;} +.icon-minecraft-sm.icon-minecraft-map{background-position:0 -224px;} +.icon-minecraft-enchanted-book{background-position:-32px -448px;} +.icon-minecraft-sm.icon-minecraft-enchanted-book{background-position:-16px -224px;} +.icon-minecraft-enchanted-golden-apple{background-position:-64px -448px;} +.icon-minecraft-sm.icon-minecraft-enchanted-golden-apple{background-position:-32px -224px;} +.icon-minecraft-enchanting-table{background-position:-96px -448px;} +.icon-minecraft-sm.icon-minecraft-enchanting-table{background-position:-48px -224px;} +.icon-minecraft-end-crystal{background-position:-128px -448px;} +.icon-minecraft-sm.icon-minecraft-end-crystal{background-position:-64px -224px;} +.icon-minecraft-end-gateway{background-position:-160px -448px;} +.icon-minecraft-sm.icon-minecraft-end-gateway{background-position:-80px -224px;} +.icon-minecraft-end-portal{background-position:-192px -448px;} +.icon-minecraft-sm.icon-minecraft-end-portal{background-position:-96px -224px;} +.icon-minecraft-end-portal-frame{background-position:-224px -448px;} +.icon-minecraft-sm.icon-minecraft-end-portal-frame{background-position:-112px -224px;} +.icon-minecraft-end-rod{background-position:-256px -448px;} +.icon-minecraft-sm.icon-minecraft-end-rod{background-position:-128px -224px;} +.icon-minecraft-end-stone{background-position:-288px -448px;} +.icon-minecraft-sm.icon-minecraft-end-stone{background-position:-144px -224px;} +.icon-minecraft-end-stone-brick-slab{background-position:-320px -448px;} +.icon-minecraft-sm.icon-minecraft-end-stone-brick-slab{background-position:-160px -224px;} +.icon-minecraft-end-stone-brick-stairs{background-position:-352px -448px;} +.icon-minecraft-sm.icon-minecraft-end-stone-brick-stairs{background-position:-176px -224px;} +.icon-minecraft-end-stone-brick-wall{background-position:-384px -448px;} +.icon-minecraft-sm.icon-minecraft-end-stone-brick-wall{background-position:-192px -224px;} +.icon-minecraft-end-stone-bricks{background-position:-416px -448px;} +.icon-minecraft-sm.icon-minecraft-end-stone-bricks{background-position:-208px -224px;} +.icon-minecraft-ender-chest{background-position:-448px -448px;} +.icon-minecraft-sm.icon-minecraft-ender-chest{background-position:-224px -224px;} +.icon-minecraft-ender-pearl{background-position:-480px -448px;} +.icon-minecraft-sm.icon-minecraft-ender-pearl{background-position:-240px -224px;} +.icon-minecraft-spawn-egg-enderman{background-position:-512px -448px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-enderman{background-position:-256px -224px;} +.icon-minecraft-spawn-egg-endermite{background-position:-544px -448px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-endermite{background-position:-272px -224px;} +.icon-minecraft-spawn-egg-evoker{background-position:-576px -448px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-evoker{background-position:-288px -224px;} +.icon-minecraft-exposed-copper{background-position:-608px -448px;} +.icon-minecraft-sm.icon-minecraft-exposed-copper{background-position:-304px -224px;} +.icon-minecraft-exposed-cut-copper{background-position:-640px -448px;} +.icon-minecraft-sm.icon-minecraft-exposed-cut-copper{background-position:-320px -224px;} +.icon-minecraft-exposed-cut-copper-slab{background-position:-672px -448px;} +.icon-minecraft-sm.icon-minecraft-exposed-cut-copper-slab{background-position:-336px -224px;} +.icon-minecraft-exposed-cut-copper-stairs{background-position:-704px -448px;} +.icon-minecraft-sm.icon-minecraft-exposed-cut-copper-stairs{background-position:-352px -224px;} +.icon-minecraft-ender-eye{background-position:-736px -448px;} +.icon-minecraft-sm.icon-minecraft-ender-eye{background-position:-368px -224px;} +.icon-minecraft-farmland{background-position:-768px -448px;} +.icon-minecraft-sm.icon-minecraft-farmland{background-position:-384px -224px;} +.icon-minecraft-feather{background-position:-800px -448px;} +.icon-minecraft-sm.icon-minecraft-feather{background-position:-400px -224px;} +.icon-minecraft-fermented-spider-eye{background-position:-832px -448px;} +.icon-minecraft-sm.icon-minecraft-fermented-spider-eye{background-position:-416px -224px;} +.icon-minecraft-fern{background-position:-864px -448px;} +.icon-minecraft-sm.icon-minecraft-fern{background-position:-432px -224px;} +.icon-minecraft-fire{background-position:-896px -448px;} +.icon-minecraft-sm.icon-minecraft-fire{background-position:-448px -224px;} +.icon-minecraft-fire-charge{background-position:-928px -448px;} +.icon-minecraft-sm.icon-minecraft-fire-charge{background-position:-464px -224px;} +.icon-minecraft-fire-coral{background-position:-960px -448px;} +.icon-minecraft-sm.icon-minecraft-fire-coral{background-position:-480px -224px;} +.icon-minecraft-fire-coral-block{background-position:-992px -448px;} +.icon-minecraft-sm.icon-minecraft-fire-coral-block{background-position:-496px -224px;} +.icon-minecraft-fire-coral-fan{background-position:0 -480px;} +.icon-minecraft-sm.icon-minecraft-fire-coral-fan{background-position:0 -240px;} +.icon-minecraft-fire-coral-wall-fan{background-position:-32px -480px;} +.icon-minecraft-sm.icon-minecraft-fire-coral-wall-fan{background-position:-16px -240px;} +.icon-minecraft-firework-rocket{background-position:-64px -480px;} +.icon-minecraft-sm.icon-minecraft-firework-rocket{background-position:-32px -240px;} +.icon-minecraft-firework-star{background-position:-96px -480px;} +.icon-minecraft-sm.icon-minecraft-firework-star{background-position:-48px -240px;} +.icon-minecraft-fishing-rod{background-position:-128px -480px;} +.icon-minecraft-sm.icon-minecraft-fishing-rod{background-position:-64px -240px;} +.icon-minecraft-fletching-table{background-position:-160px -480px;} +.icon-minecraft-sm.icon-minecraft-fletching-table{background-position:-80px -240px;} +.icon-minecraft-flint{background-position:-192px -480px;} +.icon-minecraft-sm.icon-minecraft-flint{background-position:-96px -240px;} +.icon-minecraft-flint-and-steel{background-position:-224px -480px;} +.icon-minecraft-sm.icon-minecraft-flint-and-steel{background-position:-112px -240px;} +.icon-minecraft-flower-pot{background-position:-256px -480px;} +.icon-minecraft-sm.icon-minecraft-flower-pot{background-position:-128px -240px;} +.icon-minecraft-flowering-azalea{background-position:-288px -480px;} +.icon-minecraft-sm.icon-minecraft-flowering-azalea{background-position:-144px -240px;} +.icon-minecraft-flowering-azalea-leaves{background-position:-320px -480px;} +.icon-minecraft-sm.icon-minecraft-flowering-azalea-leaves{background-position:-160px -240px;} +.icon-minecraft-spawn-egg-fox{background-position:-352px -480px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-fox{background-position:-176px -240px;} +.icon-minecraft-frosted-ice{background-position:-384px -480px;} +.icon-minecraft-sm.icon-minecraft-frosted-ice{background-position:-192px -240px;} +.icon-minecraft-furnace{background-position:-416px -480px;} +.icon-minecraft-sm.icon-minecraft-furnace{background-position:-208px -240px;} +.icon-minecraft-spawn-egg-ghast{background-position:-448px -480px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-ghast{background-position:-224px -240px;} +.icon-minecraft-ghast-tear{background-position:-480px -480px;} +.icon-minecraft-sm.icon-minecraft-ghast-tear{background-position:-240px -240px;} +.icon-minecraft-gilded-blackstone{background-position:-512px -480px;} +.icon-minecraft-sm.icon-minecraft-gilded-blackstone{background-position:-256px -240px;} +.icon-minecraft-glass{background-position:-544px -480px;} +.icon-minecraft-sm.icon-minecraft-glass{background-position:-272px -240px;} +.icon-minecraft-glass-bottle{background-position:-576px -480px;} +.icon-minecraft-sm.icon-minecraft-glass-bottle{background-position:-288px -240px;} +.icon-minecraft-glass-pane{background-position:-608px -480px;} +.icon-minecraft-sm.icon-minecraft-glass-pane{background-position:-304px -240px;} +.icon-minecraft-glistering-melon-slice{background-position:-640px -480px;} +.icon-minecraft-sm.icon-minecraft-glistering-melon-slice{background-position:-320px -240px;} +.icon-minecraft-glow-berries{background-position:-672px -480px;} +.icon-minecraft-sm.icon-minecraft-glow-berries{background-position:-336px -240px;} +.icon-minecraft-glow-ink-sac{background-position:-704px -480px;} +.icon-minecraft-sm.icon-minecraft-glow-ink-sac{background-position:-352px -240px;} +.icon-minecraft-glow-item-frame{background-position:-736px -480px;} +.icon-minecraft-sm.icon-minecraft-glow-item-frame{background-position:-368px -240px;} +.icon-minecraft-glow-lichen{background-position:-768px -480px;} +.icon-minecraft-sm.icon-minecraft-glow-lichen{background-position:-384px -240px;} +.icon-minecraft-spawn-egg-glow-squid{background-position:-800px -480px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-glow-squid{background-position:-400px -240px;} +.icon-minecraft-glowstone{background-position:-832px -480px;} +.icon-minecraft-sm.icon-minecraft-glowstone{background-position:-416px -240px;} +.icon-minecraft-glowstone-dust{background-position:-864px -480px;} +.icon-minecraft-sm.icon-minecraft-glowstone-dust{background-position:-432px -240px;} +.icon-minecraft-spawn-egg-goat{background-position:-896px -480px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-goat{background-position:-448px -240px;} +.icon-minecraft-gold-ingot{background-position:-928px -480px;} +.icon-minecraft-sm.icon-minecraft-gold-ingot{background-position:-464px -240px;} +.icon-minecraft-gold-nugget{background-position:-960px -480px;} +.icon-minecraft-sm.icon-minecraft-gold-nugget{background-position:-480px -240px;} +.icon-minecraft-gold-ore{background-position:-992px -480px;} +.icon-minecraft-sm.icon-minecraft-gold-ore{background-position:-496px -240px;} +.icon-minecraft-golden-apple{background-position:0 -512px;} +.icon-minecraft-sm.icon-minecraft-golden-apple{background-position:0 -256px;} +.icon-minecraft-golden-axe{background-position:-32px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-axe{background-position:-16px -256px;} +.icon-minecraft-golden-boots{background-position:-64px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-boots{background-position:-32px -256px;} +.icon-minecraft-golden-carrot{background-position:-96px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-carrot{background-position:-48px -256px;} +.icon-minecraft-golden-chestplate{background-position:-128px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-chestplate{background-position:-64px -256px;} +.icon-minecraft-golden-helmet{background-position:-160px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-helmet{background-position:-80px -256px;} +.icon-minecraft-golden-hoe{background-position:-192px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-hoe{background-position:-96px -256px;} +.icon-minecraft-golden-horse-armor{background-position:-224px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-horse-armor{background-position:-112px -256px;} +.icon-minecraft-golden-leggings{background-position:-256px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-leggings{background-position:-128px -256px;} +.icon-minecraft-golden-pickaxe{background-position:-288px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-pickaxe{background-position:-144px -256px;} +.icon-minecraft-golden-shovel{background-position:-320px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-shovel{background-position:-160px -256px;} +.icon-minecraft-golden-sword{background-position:-352px -512px;} +.icon-minecraft-sm.icon-minecraft-golden-sword{background-position:-176px -256px;} +.icon-minecraft-granite{background-position:-384px -512px;} +.icon-minecraft-sm.icon-minecraft-granite{background-position:-192px -256px;} +.icon-minecraft-granite-slab{background-position:-416px -512px;} +.icon-minecraft-sm.icon-minecraft-granite-slab{background-position:-208px -256px;} +.icon-minecraft-granite-stairs{background-position:-448px -512px;} +.icon-minecraft-sm.icon-minecraft-granite-stairs{background-position:-224px -256px;} +.icon-minecraft-granite-wall{background-position:-480px -512px;} +.icon-minecraft-sm.icon-minecraft-granite-wall{background-position:-240px -256px;} +.icon-minecraft-grass{background-position:-512px -512px;} +.icon-minecraft-sm.icon-minecraft-grass{background-position:-256px -256px;} +.icon-minecraft-grass-block{background-position:-544px -512px;} +.icon-minecraft-sm.icon-minecraft-grass-block{background-position:-272px -256px;} +.icon-minecraft-gravel{background-position:-576px -512px;} +.icon-minecraft-sm.icon-minecraft-gravel{background-position:-288px -256px;} +.icon-minecraft-gray-bed{background-position:-608px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-bed{background-position:-304px -256px;} +.icon-minecraft-gray-carpet{background-position:-640px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-carpet{background-position:-320px -256px;} +.icon-minecraft-gray-concrete{background-position:-672px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-concrete{background-position:-336px -256px;} +.icon-minecraft-gray-concrete-powder{background-position:-704px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-concrete-powder{background-position:-352px -256px;} +.icon-minecraft-gray-dye{background-position:-736px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-dye{background-position:-368px -256px;} +.icon-minecraft-gray-glazed-terracotta{background-position:-768px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-glazed-terracotta{background-position:-384px -256px;} +.icon-minecraft-gray-shulker-box{background-position:-800px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-shulker-box{background-position:-400px -256px;} +.icon-minecraft-gray-stained-glass{background-position:-832px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-stained-glass{background-position:-416px -256px;} +.icon-minecraft-gray-stained-glass-pane{background-position:-864px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-stained-glass-pane{background-position:-432px -256px;} +.icon-minecraft-gray-terracotta{background-position:-896px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-terracotta{background-position:-448px -256px;} +.icon-minecraft-gray-wool{background-position:-928px -512px;} +.icon-minecraft-sm.icon-minecraft-gray-wool{background-position:-464px -256px;} +.icon-minecraft-green-bed{background-position:-960px -512px;} +.icon-minecraft-sm.icon-minecraft-green-bed{background-position:-480px -256px;} +.icon-minecraft-green-carpet{background-position:-992px -512px;} +.icon-minecraft-sm.icon-minecraft-green-carpet{background-position:-496px -256px;} +.icon-minecraft-green-concrete{background-position:0 -544px;} +.icon-minecraft-sm.icon-minecraft-green-concrete{background-position:0 -272px;} +.icon-minecraft-green-concrete-powder{background-position:-32px -544px;} +.icon-minecraft-sm.icon-minecraft-green-concrete-powder{background-position:-16px -272px;} +.icon-minecraft-green-dye{background-position:-64px -544px;} +.icon-minecraft-sm.icon-minecraft-green-dye{background-position:-32px -272px;} +.icon-minecraft-green-glazed-terracotta{background-position:-96px -544px;} +.icon-minecraft-sm.icon-minecraft-green-glazed-terracotta{background-position:-48px -272px;} +.icon-minecraft-green-shulker-box{background-position:-128px -544px;} +.icon-minecraft-sm.icon-minecraft-green-shulker-box{background-position:-64px -272px;} +.icon-minecraft-green-stained-glass{background-position:-160px -544px;} +.icon-minecraft-sm.icon-minecraft-green-stained-glass{background-position:-80px -272px;} +.icon-minecraft-green-stained-glass-pane{background-position:-192px -544px;} +.icon-minecraft-sm.icon-minecraft-green-stained-glass-pane{background-position:-96px -272px;} +.icon-minecraft-green-terracotta{background-position:-224px -544px;} +.icon-minecraft-sm.icon-minecraft-green-terracotta{background-position:-112px -272px;} +.icon-minecraft-green-wool{background-position:-256px -544px;} +.icon-minecraft-sm.icon-minecraft-green-wool{background-position:-128px -272px;} +.icon-minecraft-grindstone{background-position:-288px -544px;} +.icon-minecraft-sm.icon-minecraft-grindstone{background-position:-144px -272px;} +.icon-minecraft-spawn-egg-guardian{background-position:-320px -544px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-guardian{background-position:-160px -272px;} +.icon-minecraft-gunpowder{background-position:-352px -544px;} +.icon-minecraft-sm.icon-minecraft-gunpowder{background-position:-176px -272px;} +.icon-minecraft-hanging-roots{background-position:-384px -544px;} +.icon-minecraft-sm.icon-minecraft-hanging-roots{background-position:-192px -272px;} +.icon-minecraft-hay-block{background-position:-416px -544px;} +.icon-minecraft-sm.icon-minecraft-hay-block{background-position:-208px -272px;} +.icon-minecraft-heart-of-the-sea{background-position:-448px -544px;} +.icon-minecraft-sm.icon-minecraft-heart-of-the-sea{background-position:-224px -272px;} +.icon-minecraft-heavy-weighted-pressure-plate{background-position:-480px -544px;} +.icon-minecraft-sm.icon-minecraft-heavy-weighted-pressure-plate{background-position:-240px -272px;} +.icon-minecraft-spawn-egg-hoglin{background-position:-512px -544px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-hoglin{background-position:-256px -272px;} +.icon-minecraft-honey-block{background-position:-544px -544px;} +.icon-minecraft-sm.icon-minecraft-honey-block{background-position:-272px -272px;} +.icon-minecraft-honey-bottle{background-position:-576px -544px;} +.icon-minecraft-sm.icon-minecraft-honey-bottle{background-position:-288px -272px;} +.icon-minecraft-honeycomb{background-position:-608px -544px;} +.icon-minecraft-sm.icon-minecraft-honeycomb{background-position:-304px -272px;} +.icon-minecraft-honeycomb-block{background-position:-640px -544px;} +.icon-minecraft-sm.icon-minecraft-honeycomb-block{background-position:-320px -272px;} +.icon-minecraft-hopper{background-position:-672px -544px;} +.icon-minecraft-sm.icon-minecraft-hopper{background-position:-336px -272px;} +.icon-minecraft-horn-coral{background-position:-704px -544px;} +.icon-minecraft-sm.icon-minecraft-horn-coral{background-position:-352px -272px;} +.icon-minecraft-horn-coral-block{background-position:-736px -544px;} +.icon-minecraft-sm.icon-minecraft-horn-coral-block{background-position:-368px -272px;} +.icon-minecraft-horn-coral-fan{background-position:-768px -544px;} +.icon-minecraft-sm.icon-minecraft-horn-coral-fan{background-position:-384px -272px;} +.icon-minecraft-horn-coral-wall-fan{background-position:-800px -544px;} +.icon-minecraft-sm.icon-minecraft-horn-coral-wall-fan{background-position:-400px -272px;} +.icon-minecraft-spawn-egg-horse{background-position:-832px -544px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-horse{background-position:-416px -272px;} +.icon-minecraft-spawn-egg-husk{background-position:-864px -544px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-husk{background-position:-432px -272px;} +.icon-minecraft-ice{background-position:-896px -544px;} +.icon-minecraft-sm.icon-minecraft-ice{background-position:-448px -272px;} +.icon-minecraft-infested-chiseled-stone-bricks{background-position:-928px -544px;} +.icon-minecraft-sm.icon-minecraft-infested-chiseled-stone-bricks{background-position:-464px -272px;} +.icon-minecraft-infested-cobblestone{background-position:-960px -544px;} +.icon-minecraft-sm.icon-minecraft-infested-cobblestone{background-position:-480px -272px;} +.icon-minecraft-infested-cracked-stone-bricks{background-position:-992px -544px;} +.icon-minecraft-sm.icon-minecraft-infested-cracked-stone-bricks{background-position:-496px -272px;} +.icon-minecraft-infested-deepslate{background-position:0 -576px;} +.icon-minecraft-sm.icon-minecraft-infested-deepslate{background-position:0 -288px;} +.icon-minecraft-infested-mossy-stone-bricks{background-position:-32px -576px;} +.icon-minecraft-sm.icon-minecraft-infested-mossy-stone-bricks{background-position:-16px -288px;} +.icon-minecraft-infested-stone{background-position:-64px -576px;} +.icon-minecraft-sm.icon-minecraft-infested-stone{background-position:-32px -288px;} +.icon-minecraft-infested-stone-bricks{background-position:-96px -576px;} +.icon-minecraft-sm.icon-minecraft-infested-stone-bricks{background-position:-48px -288px;} +.icon-minecraft-ink-sac{background-position:-128px -576px;} +.icon-minecraft-sm.icon-minecraft-ink-sac{background-position:-64px -288px;} +.icon-minecraft-iron-axe{background-position:-160px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-axe{background-position:-80px -288px;} +.icon-minecraft-iron-bars{background-position:-192px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-bars{background-position:-96px -288px;} +.icon-minecraft-iron-boots{background-position:-224px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-boots{background-position:-112px -288px;} +.icon-minecraft-iron-chestplate{background-position:-256px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-chestplate{background-position:-128px -288px;} +.icon-minecraft-iron-door{background-position:-288px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-door{background-position:-144px -288px;} +.icon-minecraft-iron-helmet{background-position:-320px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-helmet{background-position:-160px -288px;} +.icon-minecraft-iron-hoe{background-position:-352px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-hoe{background-position:-176px -288px;} +.icon-minecraft-iron-horse-armor{background-position:-384px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-horse-armor{background-position:-192px -288px;} +.icon-minecraft-iron-ingot{background-position:-416px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-ingot{background-position:-208px -288px;} +.icon-minecraft-iron-leggings{background-position:-448px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-leggings{background-position:-224px -288px;} +.icon-minecraft-iron-nugget{background-position:-480px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-nugget{background-position:-240px -288px;} +.icon-minecraft-iron-ore{background-position:-512px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-ore{background-position:-256px -288px;} +.icon-minecraft-iron-pickaxe{background-position:-544px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-pickaxe{background-position:-272px -288px;} +.icon-minecraft-iron-shovel{background-position:-576px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-shovel{background-position:-288px -288px;} +.icon-minecraft-iron-sword{background-position:-608px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-sword{background-position:-304px -288px;} +.icon-minecraft-iron-trapdoor{background-position:-640px -576px;} +.icon-minecraft-sm.icon-minecraft-iron-trapdoor{background-position:-320px -288px;} +.icon-minecraft-item-frame{background-position:-672px -576px;} +.icon-minecraft-sm.icon-minecraft-item-frame{background-position:-336px -288px;} +.icon-minecraft-jack-o-lantern{background-position:-704px -576px;} +.icon-minecraft-sm.icon-minecraft-jack-o-lantern{background-position:-352px -288px;} +.icon-minecraft-jigsaw{background-position:-736px -576px;} +.icon-minecraft-sm.icon-minecraft-jigsaw{background-position:-368px -288px;} +.icon-minecraft-jukebox{background-position:-768px -576px;} +.icon-minecraft-sm.icon-minecraft-jukebox{background-position:-384px -288px;} +.icon-minecraft-jungle-boat{background-position:-800px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-boat{background-position:-400px -288px;} +.icon-minecraft-jungle-button{background-position:-832px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-button{background-position:-416px -288px;} +.icon-minecraft-jungle-door{background-position:-864px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-door{background-position:-432px -288px;} +.icon-minecraft-jungle-fence{background-position:-896px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-fence{background-position:-448px -288px;} +.icon-minecraft-jungle-fence-gate{background-position:-928px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-fence-gate{background-position:-464px -288px;} +.icon-minecraft-jungle-leaves{background-position:-960px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-leaves{background-position:-480px -288px;} +.icon-minecraft-jungle-log{background-position:-992px -576px;} +.icon-minecraft-sm.icon-minecraft-jungle-log{background-position:-496px -288px;} +.icon-minecraft-jungle-planks{background-position:0 -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-planks{background-position:0 -304px;} +.icon-minecraft-jungle-pressure-plate{background-position:-32px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-pressure-plate{background-position:-16px -304px;} +.icon-minecraft-jungle-sapling{background-position:-64px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-sapling{background-position:-32px -304px;} +.icon-minecraft-jungle-sign{background-position:-96px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-sign{background-position:-48px -304px;} +.icon-minecraft-jungle-slab{background-position:-128px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-slab{background-position:-64px -304px;} +.icon-minecraft-jungle-stairs{background-position:-160px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-stairs{background-position:-80px -304px;} +.icon-minecraft-jungle-trapdoor{background-position:-192px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-trapdoor{background-position:-96px -304px;} +.icon-minecraft-jungle-wall-sign{background-position:-224px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-wall-sign{background-position:-112px -304px;} +.icon-minecraft-jungle-wood{background-position:-256px -608px;} +.icon-minecraft-sm.icon-minecraft-jungle-wood{background-position:-128px -304px;} +.icon-minecraft-kelp{background-position:-288px -608px;} +.icon-minecraft-sm.icon-minecraft-kelp{background-position:-144px -304px;} +.icon-minecraft-kelp-plant{background-position:-320px -608px;} +.icon-minecraft-sm.icon-minecraft-kelp-plant{background-position:-160px -304px;} +.icon-minecraft-knowledge-book{background-position:-352px -608px;} +.icon-minecraft-sm.icon-minecraft-knowledge-book{background-position:-176px -304px;} +.icon-minecraft-ladder{background-position:-384px -608px;} +.icon-minecraft-sm.icon-minecraft-ladder{background-position:-192px -304px;} +.icon-minecraft-lantern{background-position:-416px -608px;} +.icon-minecraft-sm.icon-minecraft-lantern{background-position:-208px -304px;} +.icon-minecraft-lapis-lazuli{background-position:-448px -608px;} +.icon-minecraft-sm.icon-minecraft-lapis-lazuli{background-position:-224px -304px;} +.icon-minecraft-lapis-ore{background-position:-480px -608px;} +.icon-minecraft-sm.icon-minecraft-lapis-ore{background-position:-240px -304px;} +.icon-minecraft-large-fern{background-position:-512px -608px;} +.icon-minecraft-sm.icon-minecraft-large-fern{background-position:-256px -304px;} +.icon-minecraft-lava{background-position:-544px -608px;} +.icon-minecraft-sm.icon-minecraft-lava{background-position:-272px -304px;} +.icon-minecraft-lava-bucket{background-position:-576px -608px;} +.icon-minecraft-sm.icon-minecraft-lava-bucket{background-position:-288px -304px;} +.icon-minecraft-lava-cauldron{background-position:-608px -608px;} +.icon-minecraft-sm.icon-minecraft-lava-cauldron{background-position:-304px -304px;} +.icon-minecraft-lead{background-position:-640px -608px;} +.icon-minecraft-sm.icon-minecraft-lead{background-position:-320px -304px;} +.icon-minecraft-leather{background-position:-672px -608px;} +.icon-minecraft-sm.icon-minecraft-leather{background-position:-336px -304px;} +.icon-minecraft-leather-boots{background-position:-704px -608px;} +.icon-minecraft-sm.icon-minecraft-leather-boots{background-position:-352px -304px;} +.icon-minecraft-leather-helmet{background-position:-736px -608px;} +.icon-minecraft-sm.icon-minecraft-leather-helmet{background-position:-368px -304px;} +.icon-minecraft-leather-horse-armor{background-position:-768px -608px;} +.icon-minecraft-sm.icon-minecraft-leather-horse-armor{background-position:-384px -304px;} +.icon-minecraft-leather-leggings{background-position:-800px -608px;} +.icon-minecraft-sm.icon-minecraft-leather-leggings{background-position:-400px -304px;} +.icon-minecraft-leather-chestplate{background-position:-832px -608px;} +.icon-minecraft-sm.icon-minecraft-leather-chestplate{background-position:-416px -304px;} +.icon-minecraft-lectern{background-position:-864px -608px;} +.icon-minecraft-sm.icon-minecraft-lectern{background-position:-432px -304px;} +.icon-minecraft-lever{background-position:-896px -608px;} +.icon-minecraft-sm.icon-minecraft-lever{background-position:-448px -304px;} +.icon-minecraft-light{background-position:-928px -608px;} +.icon-minecraft-sm.icon-minecraft-light{background-position:-464px -304px;} +.icon-minecraft-light-blue-bed{background-position:-960px -608px;} +.icon-minecraft-sm.icon-minecraft-light-blue-bed{background-position:-480px -304px;} +.icon-minecraft-light-blue-carpet{background-position:-992px -608px;} +.icon-minecraft-sm.icon-minecraft-light-blue-carpet{background-position:-496px -304px;} +.icon-minecraft-light-blue-concrete{background-position:0 -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-concrete{background-position:0 -320px;} +.icon-minecraft-light-blue-concrete-powder{background-position:-32px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-concrete-powder{background-position:-16px -320px;} +.icon-minecraft-light-blue-dye{background-position:-64px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-dye{background-position:-32px -320px;} +.icon-minecraft-light-blue-glazed-terracotta{background-position:-96px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-glazed-terracotta{background-position:-48px -320px;} +.icon-minecraft-light-blue-shulker-box{background-position:-128px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-shulker-box{background-position:-64px -320px;} +.icon-minecraft-light-blue-stained-glass{background-position:-160px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-stained-glass{background-position:-80px -320px;} +.icon-minecraft-light-blue-stained-glass-pane{background-position:-192px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-stained-glass-pane{background-position:-96px -320px;} +.icon-minecraft-light-blue-terracotta{background-position:-224px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-terracotta{background-position:-112px -320px;} +.icon-minecraft-light-blue-wool{background-position:-256px -640px;} +.icon-minecraft-sm.icon-minecraft-light-blue-wool{background-position:-128px -320px;} +.icon-minecraft-light-gray-bed{background-position:-288px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-bed{background-position:-144px -320px;} +.icon-minecraft-light-gray-carpet{background-position:-320px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-carpet{background-position:-160px -320px;} +.icon-minecraft-light-gray-concrete{background-position:-352px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-concrete{background-position:-176px -320px;} +.icon-minecraft-light-gray-concrete-powder{background-position:-384px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-concrete-powder{background-position:-192px -320px;} +.icon-minecraft-light-gray-dye{background-position:-416px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-dye{background-position:-208px -320px;} +.icon-minecraft-light-gray-glazed-terracotta{background-position:-448px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-glazed-terracotta{background-position:-224px -320px;} +.icon-minecraft-light-gray-shulker-box{background-position:-480px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-shulker-box{background-position:-240px -320px;} +.icon-minecraft-light-gray-stained-glass{background-position:-512px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-stained-glass{background-position:-256px -320px;} +.icon-minecraft-light-gray-stained-glass-pane{background-position:-544px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-stained-glass-pane{background-position:-272px -320px;} +.icon-minecraft-light-gray-terracotta{background-position:-576px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-terracotta{background-position:-288px -320px;} +.icon-minecraft-light-gray-wool{background-position:-608px -640px;} +.icon-minecraft-sm.icon-minecraft-light-gray-wool{background-position:-304px -320px;} +.icon-minecraft-light-weighted-pressure-plate{background-position:-640px -640px;} +.icon-minecraft-sm.icon-minecraft-light-weighted-pressure-plate{background-position:-320px -320px;} +.icon-minecraft-lightning-rod{background-position:-672px -640px;} +.icon-minecraft-sm.icon-minecraft-lightning-rod{background-position:-336px -320px;} +.icon-minecraft-lilac{background-position:-704px -640px;} +.icon-minecraft-sm.icon-minecraft-lilac{background-position:-352px -320px;} +.icon-minecraft-lily-of-the-valley{background-position:-736px -640px;} +.icon-minecraft-sm.icon-minecraft-lily-of-the-valley{background-position:-368px -320px;} +.icon-minecraft-lily-pad{background-position:-768px -640px;} +.icon-minecraft-sm.icon-minecraft-lily-pad{background-position:-384px -320px;} +.icon-minecraft-lime-bed{background-position:-800px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-bed{background-position:-400px -320px;} +.icon-minecraft-lime-carpet{background-position:-832px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-carpet{background-position:-416px -320px;} +.icon-minecraft-lime-concrete{background-position:-864px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-concrete{background-position:-432px -320px;} +.icon-minecraft-lime-concrete-powder{background-position:-896px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-concrete-powder{background-position:-448px -320px;} +.icon-minecraft-lime-dye{background-position:-928px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-dye{background-position:-464px -320px;} +.icon-minecraft-lime-glazed-terracotta{background-position:-960px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-glazed-terracotta{background-position:-480px -320px;} +.icon-minecraft-lime-shulker-box{background-position:-992px -640px;} +.icon-minecraft-sm.icon-minecraft-lime-shulker-box{background-position:-496px -320px;} +.icon-minecraft-lime-stained-glass{background-position:0 -672px;} +.icon-minecraft-sm.icon-minecraft-lime-stained-glass{background-position:0 -336px;} +.icon-minecraft-lime-stained-glass-pane{background-position:-32px -672px;} +.icon-minecraft-sm.icon-minecraft-lime-stained-glass-pane{background-position:-16px -336px;} +.icon-minecraft-lime-terracotta{background-position:-64px -672px;} +.icon-minecraft-sm.icon-minecraft-lime-terracotta{background-position:-32px -336px;} +.icon-minecraft-lime-wool{background-position:-96px -672px;} +.icon-minecraft-sm.icon-minecraft-lime-wool{background-position:-48px -336px;} +.icon-minecraft-lingering-potion{background-position:-128px -672px;} +.icon-minecraft-sm.icon-minecraft-lingering-potion{background-position:-64px -336px;} +.icon-minecraft-spawn-egg-llama{background-position:-160px -672px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-llama{background-position:-80px -336px;} +.icon-minecraft-lodestone{background-position:-192px -672px;} +.icon-minecraft-sm.icon-minecraft-lodestone{background-position:-96px -336px;} +.icon-minecraft-lodestone-compass{background-position:-224px -672px;} +.icon-minecraft-sm.icon-minecraft-lodestone-compass{background-position:-112px -336px;} +.icon-minecraft-loom{background-position:-256px -672px;} +.icon-minecraft-sm.icon-minecraft-loom{background-position:-128px -336px;} +.icon-minecraft-magenta-bed{background-position:-288px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-bed{background-position:-144px -336px;} +.icon-minecraft-magenta-carpet{background-position:-320px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-carpet{background-position:-160px -336px;} +.icon-minecraft-magenta-concrete{background-position:-352px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-concrete{background-position:-176px -336px;} +.icon-minecraft-magenta-concrete-powder{background-position:-384px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-concrete-powder{background-position:-192px -336px;} +.icon-minecraft-magenta-dye{background-position:-416px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-dye{background-position:-208px -336px;} +.icon-minecraft-magenta-glazed-terracotta{background-position:-448px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-glazed-terracotta{background-position:-224px -336px;} +.icon-minecraft-magenta-shulker-box{background-position:-480px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-shulker-box{background-position:-240px -336px;} +.icon-minecraft-magenta-stained-glass{background-position:-512px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-stained-glass{background-position:-256px -336px;} +.icon-minecraft-magenta-stained-glass-pane{background-position:-544px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-stained-glass-pane{background-position:-272px -336px;} +.icon-minecraft-magenta-terracotta{background-position:-576px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-terracotta{background-position:-288px -336px;} +.icon-minecraft-magenta-wool{background-position:-608px -672px;} +.icon-minecraft-sm.icon-minecraft-magenta-wool{background-position:-304px -336px;} +.icon-minecraft-magma-block{background-position:-640px -672px;} +.icon-minecraft-sm.icon-minecraft-magma-block{background-position:-320px -336px;} +.icon-minecraft-magma-cream{background-position:-672px -672px;} +.icon-minecraft-sm.icon-minecraft-magma-cream{background-position:-336px -336px;} +.icon-minecraft-spawn-egg-magma-cube{background-position:-704px -672px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-magma-cube{background-position:-352px -336px;} +.icon-minecraft-filled-map{background-position:-736px -672px;} +.icon-minecraft-sm.icon-minecraft-filled-map{background-position:-368px -336px;} +.icon-minecraft-melon{background-position:-768px -672px;} +.icon-minecraft-sm.icon-minecraft-melon{background-position:-384px -336px;} +.icon-minecraft-melon-seeds{background-position:-800px -672px;} +.icon-minecraft-sm.icon-minecraft-melon-seeds{background-position:-400px -336px;} +.icon-minecraft-melon-slice{background-position:-832px -672px;} +.icon-minecraft-sm.icon-minecraft-melon-slice{background-position:-416px -336px;} +.icon-minecraft-melon-stem{background-position:-864px -672px;} +.icon-minecraft-sm.icon-minecraft-melon-stem{background-position:-432px -336px;} +.icon-minecraft-milk-bucket{background-position:-896px -672px;} +.icon-minecraft-sm.icon-minecraft-milk-bucket{background-position:-448px -336px;} +.icon-minecraft-minecart{background-position:-928px -672px;} +.icon-minecraft-sm.icon-minecraft-minecart{background-position:-464px -336px;} +.icon-minecraft-chest-minecart{background-position:-960px -672px;} +.icon-minecraft-sm.icon-minecraft-chest-minecart{background-position:-480px -336px;} +.icon-minecraft-command-block-minecart{background-position:-992px -672px;} +.icon-minecraft-sm.icon-minecraft-command-block-minecart{background-position:-496px -336px;} +.icon-minecraft-furnace-minecart{background-position:0 -704px;} +.icon-minecraft-sm.icon-minecraft-furnace-minecart{background-position:0 -352px;} +.icon-minecraft-hopper-minecart{background-position:-32px -704px;} +.icon-minecraft-sm.icon-minecraft-hopper-minecart{background-position:-16px -352px;} +.icon-minecraft-tnt-minecart{background-position:-64px -704px;} +.icon-minecraft-sm.icon-minecraft-tnt-minecart{background-position:-32px -352px;} +.icon-minecraft-spawn-egg-mooshroom{background-position:-96px -704px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-mooshroom{background-position:-48px -352px;} +.icon-minecraft-moss-block{background-position:-128px -704px;} +.icon-minecraft-sm.icon-minecraft-moss-block{background-position:-64px -352px;} +.icon-minecraft-moss-carpet{background-position:-160px -704px;} +.icon-minecraft-sm.icon-minecraft-moss-carpet{background-position:-80px -352px;} +.icon-minecraft-mossy-cobblestone{background-position:-192px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-cobblestone{background-position:-96px -352px;} +.icon-minecraft-mossy-cobblestone-slab{background-position:-224px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-cobblestone-slab{background-position:-112px -352px;} +.icon-minecraft-mossy-cobblestone-stairs{background-position:-256px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-cobblestone-stairs{background-position:-128px -352px;} +.icon-minecraft-mossy-cobblestone-wall{background-position:-288px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-cobblestone-wall{background-position:-144px -352px;} +.icon-minecraft-mossy-stone-brick-slab{background-position:-320px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-stone-brick-slab{background-position:-160px -352px;} +.icon-minecraft-mossy-stone-brick-stairs{background-position:-352px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-stone-brick-stairs{background-position:-176px -352px;} +.icon-minecraft-mossy-stone-brick-wall{background-position:-384px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-stone-brick-wall{background-position:-192px -352px;} +.icon-minecraft-mossy-stone-bricks{background-position:-416px -704px;} +.icon-minecraft-sm.icon-minecraft-mossy-stone-bricks{background-position:-208px -352px;} +.icon-minecraft-moving-piston{background-position:-448px -704px;} +.icon-minecraft-sm.icon-minecraft-moving-piston{background-position:-224px -352px;} +.icon-minecraft-spawn-egg-mule{background-position:-480px -704px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-mule{background-position:-240px -352px;} +.icon-minecraft-mushroom-stem{background-position:-512px -704px;} +.icon-minecraft-sm.icon-minecraft-mushroom-stem{background-position:-256px -352px;} +.icon-minecraft-mushroom-stew{background-position:-544px -704px;} +.icon-minecraft-sm.icon-minecraft-mushroom-stew{background-position:-272px -352px;} +.icon-minecraft-music-disc-pigstep{background-position:-576px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-pigstep{background-position:-288px -352px;} +.icon-minecraft-music-disc-otherside{background-position:-608px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-otherside{background-position:-304px -352px;} +.icon-minecraft-music-disc-stal{background-position:-640px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-stal{background-position:-320px -352px;} +.icon-minecraft-music-disc-chirp{background-position:-672px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-chirp{background-position:-336px -352px;} +.icon-minecraft-music-disc-wait{background-position:-704px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-wait{background-position:-352px -352px;} +.icon-minecraft-music-disc-ward{background-position:-736px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-ward{background-position:-368px -352px;} +.icon-minecraft-music-disc-mellohi{background-position:-768px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-mellohi{background-position:-384px -352px;} +.icon-minecraft-music-disc-strad{background-position:-800px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-strad{background-position:-400px -352px;} +.icon-minecraft-music-disc-far{background-position:-832px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-far{background-position:-416px -352px;} +.icon-minecraft-music-disc-mall{background-position:-864px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-mall{background-position:-432px -352px;} +.icon-minecraft-music-disc-cat{background-position:-896px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-cat{background-position:-448px -352px;} +.icon-minecraft-music-disc-blocks{background-position:-928px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-blocks{background-position:-464px -352px;} +.icon-minecraft-music-disc-13{background-position:-960px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-13{background-position:-480px -352px;} +.icon-minecraft-music-disc-11{background-position:-992px -704px;} +.icon-minecraft-sm.icon-minecraft-music-disc-11{background-position:-496px -352px;} +.icon-minecraft-mycelium{background-position:0 -736px;} +.icon-minecraft-sm.icon-minecraft-mycelium{background-position:0 -368px;} +.icon-minecraft-name-tag{background-position:-32px -736px;} +.icon-minecraft-sm.icon-minecraft-name-tag{background-position:-16px -368px;} +.icon-minecraft-nautilus-shell{background-position:-64px -736px;} +.icon-minecraft-sm.icon-minecraft-nautilus-shell{background-position:-32px -368px;} +.icon-minecraft-nether-brick{background-position:-96px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-brick{background-position:-48px -368px;} +.icon-minecraft-nether-brick-fence{background-position:-128px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-brick-fence{background-position:-64px -368px;} +.icon-minecraft-nether-brick-slab{background-position:-160px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-brick-slab{background-position:-80px -368px;} +.icon-minecraft-nether-brick-stairs{background-position:-192px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-brick-stairs{background-position:-96px -368px;} +.icon-minecraft-nether-brick-wall{background-position:-224px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-brick-wall{background-position:-112px -368px;} +.icon-minecraft-nether-bricks{background-position:-256px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-bricks{background-position:-128px -368px;} +.icon-minecraft-nether-gold-ore{background-position:-288px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-gold-ore{background-position:-144px -368px;} +.icon-minecraft-nether-portal{background-position:-320px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-portal{background-position:-160px -368px;} +.icon-minecraft-quartz{background-position:-352px -736px;} +.icon-minecraft-sm.icon-minecraft-quartz{background-position:-176px -368px;} +.icon-minecraft-nether-quartz-ore{background-position:-384px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-quartz-ore{background-position:-192px -368px;} +.icon-minecraft-nether-sprouts{background-position:-416px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-sprouts{background-position:-208px -368px;} +.icon-minecraft-nether-star{background-position:-448px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-star{background-position:-224px -368px;} +.icon-minecraft-nether-wart{background-position:-480px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-wart{background-position:-240px -368px;} +.icon-minecraft-nether-wart-block{background-position:-512px -736px;} +.icon-minecraft-sm.icon-minecraft-nether-wart-block{background-position:-256px -368px;} +.icon-minecraft-netherite-axe{background-position:-544px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-axe{background-position:-272px -368px;} +.icon-minecraft-netherite-boots{background-position:-576px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-boots{background-position:-288px -368px;} +.icon-minecraft-netherite-chestplate{background-position:-608px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-chestplate{background-position:-304px -368px;} +.icon-minecraft-netherite-helmet{background-position:-640px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-helmet{background-position:-320px -368px;} +.icon-minecraft-netherite-hoe{background-position:-672px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-hoe{background-position:-336px -368px;} +.icon-minecraft-netherite-ingot{background-position:-704px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-ingot{background-position:-352px -368px;} +.icon-minecraft-netherite-leggings{background-position:-736px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-leggings{background-position:-368px -368px;} +.icon-minecraft-netherite-pickaxe{background-position:-768px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-pickaxe{background-position:-384px -368px;} +.icon-minecraft-netherite-scrap{background-position:-800px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-scrap{background-position:-400px -368px;} +.icon-minecraft-netherite-shovel{background-position:-832px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-shovel{background-position:-416px -368px;} +.icon-minecraft-netherite-sword{background-position:-864px -736px;} +.icon-minecraft-sm.icon-minecraft-netherite-sword{background-position:-432px -368px;} +.icon-minecraft-netherrack{background-position:-896px -736px;} +.icon-minecraft-sm.icon-minecraft-netherrack{background-position:-448px -368px;} +.icon-minecraft-note-block{background-position:-928px -736px;} +.icon-minecraft-sm.icon-minecraft-note-block{background-position:-464px -368px;} +.icon-minecraft-oak-boat{background-position:-960px -736px;} +.icon-minecraft-sm.icon-minecraft-oak-boat{background-position:-480px -368px;} +.icon-minecraft-oak-button{background-position:-992px -736px;} +.icon-minecraft-sm.icon-minecraft-oak-button{background-position:-496px -368px;} +.icon-minecraft-oak-door{background-position:0 -768px;} +.icon-minecraft-sm.icon-minecraft-oak-door{background-position:0 -384px;} +.icon-minecraft-oak-fence{background-position:-32px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-fence{background-position:-16px -384px;} +.icon-minecraft-oak-fence-gate{background-position:-64px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-fence-gate{background-position:-32px -384px;} +.icon-minecraft-oak-leaves{background-position:-96px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-leaves{background-position:-48px -384px;} +.icon-minecraft-oak-log{background-position:-128px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-log{background-position:-64px -384px;} +.icon-minecraft-oak-planks{background-position:-160px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-planks{background-position:-80px -384px;} +.icon-minecraft-oak-pressure-plate{background-position:-192px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-pressure-plate{background-position:-96px -384px;} +.icon-minecraft-oak-sapling{background-position:-224px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-sapling{background-position:-112px -384px;} +.icon-minecraft-oak-sign{background-position:-256px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-sign{background-position:-128px -384px;} +.icon-minecraft-oak-slab{background-position:-288px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-slab{background-position:-144px -384px;} +.icon-minecraft-oak-stairs{background-position:-320px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-stairs{background-position:-160px -384px;} +.icon-minecraft-oak-trapdoor{background-position:-352px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-trapdoor{background-position:-176px -384px;} +.icon-minecraft-oak-wall-sign{background-position:-384px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-wall-sign{background-position:-192px -384px;} +.icon-minecraft-oak-wood{background-position:-416px -768px;} +.icon-minecraft-sm.icon-minecraft-oak-wood{background-position:-208px -384px;} +.icon-minecraft-observer{background-position:-448px -768px;} +.icon-minecraft-sm.icon-minecraft-observer{background-position:-224px -384px;} +.icon-minecraft-obsidian{background-position:-480px -768px;} +.icon-minecraft-sm.icon-minecraft-obsidian{background-position:-240px -384px;} +.icon-minecraft-spawn-egg-ocelot{background-position:-512px -768px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-ocelot{background-position:-256px -384px;} +.icon-minecraft-orange-bed{background-position:-544px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-bed{background-position:-272px -384px;} +.icon-minecraft-orange-carpet{background-position:-576px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-carpet{background-position:-288px -384px;} +.icon-minecraft-orange-concrete{background-position:-608px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-concrete{background-position:-304px -384px;} +.icon-minecraft-orange-concrete-powder{background-position:-640px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-concrete-powder{background-position:-320px -384px;} +.icon-minecraft-orange-dye{background-position:-672px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-dye{background-position:-336px -384px;} +.icon-minecraft-orange-glazed-terracotta{background-position:-704px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-glazed-terracotta{background-position:-352px -384px;} +.icon-minecraft-orange-shulker-box{background-position:-736px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-shulker-box{background-position:-368px -384px;} +.icon-minecraft-orange-stained-glass{background-position:-768px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-stained-glass{background-position:-384px -384px;} +.icon-minecraft-orange-stained-glass-pane{background-position:-800px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-stained-glass-pane{background-position:-400px -384px;} +.icon-minecraft-orange-terracotta{background-position:-832px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-terracotta{background-position:-416px -384px;} +.icon-minecraft-orange-tulip{background-position:-864px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-tulip{background-position:-432px -384px;} +.icon-minecraft-orange-wool{background-position:-896px -768px;} +.icon-minecraft-sm.icon-minecraft-orange-wool{background-position:-448px -384px;} +.icon-minecraft-oxeye-daisy{background-position:-928px -768px;} +.icon-minecraft-sm.icon-minecraft-oxeye-daisy{background-position:-464px -384px;} +.icon-minecraft-oxidized-copper{background-position:-960px -768px;} +.icon-minecraft-sm.icon-minecraft-oxidized-copper{background-position:-480px -384px;} +.icon-minecraft-oxidized-cut-copper{background-position:-992px -768px;} +.icon-minecraft-sm.icon-minecraft-oxidized-cut-copper{background-position:-496px -384px;} +.icon-minecraft-oxidized-cut-copper-slab{background-position:0 -800px;} +.icon-minecraft-sm.icon-minecraft-oxidized-cut-copper-slab{background-position:0 -400px;} +.icon-minecraft-oxidized-cut-copper-stairs{background-position:-32px -800px;} +.icon-minecraft-sm.icon-minecraft-oxidized-cut-copper-stairs{background-position:-16px -400px;} +.icon-minecraft-packed-ice{background-position:-64px -800px;} +.icon-minecraft-sm.icon-minecraft-packed-ice{background-position:-32px -400px;} +.icon-minecraft-painting{background-position:-96px -800px;} +.icon-minecraft-sm.icon-minecraft-painting{background-position:-48px -400px;} +.icon-minecraft-spawn-egg-panda{background-position:-128px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-panda{background-position:-64px -400px;} +.icon-minecraft-paper{background-position:-160px -800px;} +.icon-minecraft-sm.icon-minecraft-paper{background-position:-80px -400px;} +.icon-minecraft-spawn-egg-parrot{background-position:-192px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-parrot{background-position:-96px -400px;} +.icon-minecraft-peony{background-position:-224px -800px;} +.icon-minecraft-sm.icon-minecraft-peony{background-position:-112px -400px;} +.icon-minecraft-petrified-oak-slab{background-position:-256px -800px;} +.icon-minecraft-sm.icon-minecraft-petrified-oak-slab{background-position:-128px -400px;} +.icon-minecraft-phantom-membrane{background-position:-288px -800px;} +.icon-minecraft-sm.icon-minecraft-phantom-membrane{background-position:-144px -400px;} +.icon-minecraft-spawn-egg-phantom{background-position:-320px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-phantom{background-position:-160px -400px;} +.icon-minecraft-spawn-egg-pig{background-position:-352px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-pig{background-position:-176px -400px;} +.icon-minecraft-spawn-egg-piglin-brute{background-position:-384px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-piglin-brute{background-position:-192px -400px;} +.icon-minecraft-spawn-egg-piglin{background-position:-416px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-piglin{background-position:-208px -400px;} +.icon-minecraft-spawn-egg-pillager{background-position:-448px -800px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-pillager{background-position:-224px -400px;} +.icon-minecraft-pink-bed{background-position:-480px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-bed{background-position:-240px -400px;} +.icon-minecraft-pink-carpet{background-position:-512px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-carpet{background-position:-256px -400px;} +.icon-minecraft-pink-concrete{background-position:-544px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-concrete{background-position:-272px -400px;} +.icon-minecraft-pink-concrete-powder{background-position:-576px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-concrete-powder{background-position:-288px -400px;} +.icon-minecraft-pink-dye{background-position:-608px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-dye{background-position:-304px -400px;} +.icon-minecraft-pink-glazed-terracotta{background-position:-640px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-glazed-terracotta{background-position:-320px -400px;} +.icon-minecraft-pink-shulker-box{background-position:-672px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-shulker-box{background-position:-336px -400px;} +.icon-minecraft-pink-stained-glass{background-position:-704px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-stained-glass{background-position:-352px -400px;} +.icon-minecraft-pink-stained-glass-pane{background-position:-736px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-stained-glass-pane{background-position:-368px -400px;} +.icon-minecraft-pink-terracotta{background-position:-768px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-terracotta{background-position:-384px -400px;} +.icon-minecraft-pink-tulip{background-position:-800px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-tulip{background-position:-400px -400px;} +.icon-minecraft-pink-wool{background-position:-832px -800px;} +.icon-minecraft-sm.icon-minecraft-pink-wool{background-position:-416px -400px;} +.icon-minecraft-piston{background-position:-864px -800px;} +.icon-minecraft-sm.icon-minecraft-piston{background-position:-432px -400px;} +.icon-minecraft-piston-head{background-position:-896px -800px;} +.icon-minecraft-sm.icon-minecraft-piston-head{background-position:-448px -400px;} +.icon-minecraft-player-head{background-position:-928px -800px;} +.icon-minecraft-sm.icon-minecraft-player-head{background-position:-464px -400px;} +.icon-minecraft-player-wall-head{background-position:-960px -800px;} +.icon-minecraft-sm.icon-minecraft-player-wall-head{background-position:-480px -400px;} +.icon-minecraft-podzol{background-position:-992px -800px;} +.icon-minecraft-sm.icon-minecraft-podzol{background-position:-496px -400px;} +.icon-minecraft-pointed-dripstone{background-position:0 -832px;} +.icon-minecraft-sm.icon-minecraft-pointed-dripstone{background-position:0 -416px;} +.icon-minecraft-poisonous-potato{background-position:-32px -832px;} +.icon-minecraft-sm.icon-minecraft-poisonous-potato{background-position:-16px -416px;} +.icon-minecraft-spawn-egg-polar-bear{background-position:-64px -832px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-polar-bear{background-position:-32px -416px;} +.icon-minecraft-polished-andesite{background-position:-96px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-andesite{background-position:-48px -416px;} +.icon-minecraft-polished-andesite-slab{background-position:-128px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-andesite-slab{background-position:-64px -416px;} +.icon-minecraft-polished-andesite-stairs{background-position:-160px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-andesite-stairs{background-position:-80px -416px;} +.icon-minecraft-polished-basalt{background-position:-192px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-basalt{background-position:-96px -416px;} +.icon-minecraft-polished-blackstone{background-position:-224px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone{background-position:-112px -416px;} +.icon-minecraft-polished-blackstone-brick-slab{background-position:-256px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-brick-slab{background-position:-128px -416px;} +.icon-minecraft-polished-blackstone-brick-stairs{background-position:-288px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-brick-stairs{background-position:-144px -416px;} +.icon-minecraft-polished-blackstone-brick-wall{background-position:-320px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-brick-wall{background-position:-160px -416px;} +.icon-minecraft-polished-blackstone-bricks{background-position:-352px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-bricks{background-position:-176px -416px;} +.icon-minecraft-polished-blackstone-button{background-position:-384px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-button{background-position:-192px -416px;} +.icon-minecraft-polished-blackstone-pressure-plate{background-position:-416px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-pressure-plate{background-position:-208px -416px;} +.icon-minecraft-polished-blackstone-slab{background-position:-448px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-slab{background-position:-224px -416px;} +.icon-minecraft-polished-blackstone-stairs{background-position:-480px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-stairs{background-position:-240px -416px;} +.icon-minecraft-polished-blackstone-wall{background-position:-512px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-blackstone-wall{background-position:-256px -416px;} +.icon-minecraft-polished-deepslate{background-position:-544px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-deepslate{background-position:-272px -416px;} +.icon-minecraft-polished-deepslate-slab{background-position:-576px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-deepslate-slab{background-position:-288px -416px;} +.icon-minecraft-polished-deepslate-stairs{background-position:-608px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-deepslate-stairs{background-position:-304px -416px;} +.icon-minecraft-polished-deepslate-wall{background-position:-640px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-deepslate-wall{background-position:-320px -416px;} +.icon-minecraft-polished-diorite{background-position:-672px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-diorite{background-position:-336px -416px;} +.icon-minecraft-polished-diorite-slab{background-position:-704px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-diorite-slab{background-position:-352px -416px;} +.icon-minecraft-polished-diorite-stairs{background-position:-736px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-diorite-stairs{background-position:-368px -416px;} +.icon-minecraft-polished-granite{background-position:-768px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-granite{background-position:-384px -416px;} +.icon-minecraft-polished-granite-slab{background-position:-800px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-granite-slab{background-position:-400px -416px;} +.icon-minecraft-polished-granite-stairs{background-position:-832px -832px;} +.icon-minecraft-sm.icon-minecraft-polished-granite-stairs{background-position:-416px -416px;} +.icon-minecraft-popped-chorus-fruit{background-position:-864px -832px;} +.icon-minecraft-sm.icon-minecraft-popped-chorus-fruit{background-position:-432px -416px;} +.icon-minecraft-poppy{background-position:-896px -832px;} +.icon-minecraft-sm.icon-minecraft-poppy{background-position:-448px -416px;} +.icon-minecraft-potato{background-position:-928px -832px;} +.icon-minecraft-sm.icon-minecraft-potato{background-position:-464px -416px;} +.icon-minecraft-potatoes{background-position:-960px -832px;} +.icon-minecraft-sm.icon-minecraft-potatoes{background-position:-480px -416px;} +.icon-minecraft-potion{background-position:-992px -832px;} +.icon-minecraft-sm.icon-minecraft-potion{background-position:-496px -416px;} +.icon-minecraft-potted-acacia-sapling{background-position:0 -864px;} +.icon-minecraft-sm.icon-minecraft-potted-acacia-sapling{background-position:0 -432px;} +.icon-minecraft-potted-allium{background-position:-32px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-allium{background-position:-16px -432px;} +.icon-minecraft-potted-azalea-bush{background-position:-64px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-azalea-bush{background-position:-32px -432px;} +.icon-minecraft-potted-azure-bluet{background-position:-96px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-azure-bluet{background-position:-48px -432px;} +.icon-minecraft-potted-bamboo{background-position:-128px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-bamboo{background-position:-64px -432px;} +.icon-minecraft-potted-birch-sapling{background-position:-160px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-birch-sapling{background-position:-80px -432px;} +.icon-minecraft-potted-blue-orchid{background-position:-192px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-blue-orchid{background-position:-96px -432px;} +.icon-minecraft-potted-brown-mushroom{background-position:-224px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-brown-mushroom{background-position:-112px -432px;} +.icon-minecraft-potted-cactus{background-position:-256px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-cactus{background-position:-128px -432px;} +.icon-minecraft-potted-cornflower{background-position:-288px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-cornflower{background-position:-144px -432px;} +.icon-minecraft-potted-crimson-fungus{background-position:-320px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-crimson-fungus{background-position:-160px -432px;} +.icon-minecraft-potted-crimson-roots{background-position:-352px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-crimson-roots{background-position:-176px -432px;} +.icon-minecraft-potted-dandelion{background-position:-384px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-dandelion{background-position:-192px -432px;} +.icon-minecraft-potted-dark-oak-sapling{background-position:-416px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-dark-oak-sapling{background-position:-208px -432px;} +.icon-minecraft-potted-dead-bush{background-position:-448px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-dead-bush{background-position:-224px -432px;} +.icon-minecraft-potted-fern{background-position:-480px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-fern{background-position:-240px -432px;} +.icon-minecraft-potted-flowering-azalea-bush{background-position:-512px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-flowering-azalea-bush{background-position:-256px -432px;} +.icon-minecraft-potted-jungle-sapling{background-position:-544px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-jungle-sapling{background-position:-272px -432px;} +.icon-minecraft-potted-lily-of-the-valley{background-position:-576px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-lily-of-the-valley{background-position:-288px -432px;} +.icon-minecraft-potted-oak-sapling{background-position:-608px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-oak-sapling{background-position:-304px -432px;} +.icon-minecraft-potted-orange-tulip{background-position:-640px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-orange-tulip{background-position:-320px -432px;} +.icon-minecraft-potted-oxeye-daisy{background-position:-672px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-oxeye-daisy{background-position:-336px -432px;} +.icon-minecraft-potted-pink-tulip{background-position:-704px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-pink-tulip{background-position:-352px -432px;} +.icon-minecraft-potted-poppy{background-position:-736px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-poppy{background-position:-368px -432px;} +.icon-minecraft-potted-red-mushroom{background-position:-768px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-red-mushroom{background-position:-384px -432px;} +.icon-minecraft-potted-red-tulip{background-position:-800px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-red-tulip{background-position:-400px -432px;} +.icon-minecraft-potted-spruce-sapling{background-position:-832px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-spruce-sapling{background-position:-416px -432px;} +.icon-minecraft-potted-warped-fungus{background-position:-864px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-warped-fungus{background-position:-432px -432px;} +.icon-minecraft-potted-warped-roots{background-position:-896px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-warped-roots{background-position:-448px -432px;} +.icon-minecraft-potted-white-tulip{background-position:-928px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-white-tulip{background-position:-464px -432px;} +.icon-minecraft-potted-wither-rose{background-position:-960px -864px;} +.icon-minecraft-sm.icon-minecraft-potted-wither-rose{background-position:-480px -432px;} +.icon-minecraft-powder-snow{background-position:-992px -864px;} +.icon-minecraft-sm.icon-minecraft-powder-snow{background-position:-496px -432px;} +.icon-minecraft-powder-snow-bucket{background-position:0 -896px;} +.icon-minecraft-sm.icon-minecraft-powder-snow-bucket{background-position:0 -448px;} +.icon-minecraft-powder-snow-cauldron{background-position:-32px -896px;} +.icon-minecraft-sm.icon-minecraft-powder-snow-cauldron{background-position:-16px -448px;} +.icon-minecraft-powered-rail{background-position:-64px -896px;} +.icon-minecraft-sm.icon-minecraft-powered-rail{background-position:-32px -448px;} +.icon-minecraft-prismarine{background-position:-96px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine{background-position:-48px -448px;} +.icon-minecraft-prismarine-brick-slab{background-position:-128px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-brick-slab{background-position:-64px -448px;} +.icon-minecraft-prismarine-brick-stairs{background-position:-160px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-brick-stairs{background-position:-80px -448px;} +.icon-minecraft-prismarine-bricks{background-position:-192px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-bricks{background-position:-96px -448px;} +.icon-minecraft-prismarine-crystals{background-position:-224px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-crystals{background-position:-112px -448px;} +.icon-minecraft-prismarine-shard{background-position:-256px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-shard{background-position:-128px -448px;} +.icon-minecraft-prismarine-slab{background-position:-288px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-slab{background-position:-144px -448px;} +.icon-minecraft-prismarine-stairs{background-position:-320px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-stairs{background-position:-160px -448px;} +.icon-minecraft-prismarine-wall{background-position:-352px -896px;} +.icon-minecraft-sm.icon-minecraft-prismarine-wall{background-position:-176px -448px;} +.icon-minecraft-pufferfish{background-position:-384px -896px;} +.icon-minecraft-sm.icon-minecraft-pufferfish{background-position:-192px -448px;} +.icon-minecraft-spawn-egg-pufferfish{background-position:-416px -896px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-pufferfish{background-position:-208px -448px;} +.icon-minecraft-pumpkin{background-position:-448px -896px;} +.icon-minecraft-sm.icon-minecraft-pumpkin{background-position:-224px -448px;} +.icon-minecraft-pumpkin-pie{background-position:-480px -896px;} +.icon-minecraft-sm.icon-minecraft-pumpkin-pie{background-position:-240px -448px;} +.icon-minecraft-pumpkin-seeds{background-position:-512px -896px;} +.icon-minecraft-sm.icon-minecraft-pumpkin-seeds{background-position:-256px -448px;} +.icon-minecraft-pumpkin-stem{background-position:-544px -896px;} +.icon-minecraft-sm.icon-minecraft-pumpkin-stem{background-position:-272px -448px;} +.icon-minecraft-purple-bed{background-position:-576px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-bed{background-position:-288px -448px;} +.icon-minecraft-purple-carpet{background-position:-608px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-carpet{background-position:-304px -448px;} +.icon-minecraft-purple-concrete{background-position:-640px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-concrete{background-position:-320px -448px;} +.icon-minecraft-purple-concrete-powder{background-position:-672px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-concrete-powder{background-position:-336px -448px;} +.icon-minecraft-purple-dye{background-position:-704px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-dye{background-position:-352px -448px;} +.icon-minecraft-purple-glazed-terracotta{background-position:-736px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-glazed-terracotta{background-position:-368px -448px;} +.icon-minecraft-purple-shulker-box{background-position:-768px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-shulker-box{background-position:-384px -448px;} +.icon-minecraft-purple-stained-glass{background-position:-800px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-stained-glass{background-position:-400px -448px;} +.icon-minecraft-purple-stained-glass-pane{background-position:-832px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-stained-glass-pane{background-position:-416px -448px;} +.icon-minecraft-purple-terracotta{background-position:-864px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-terracotta{background-position:-432px -448px;} +.icon-minecraft-purple-wool{background-position:-896px -896px;} +.icon-minecraft-sm.icon-minecraft-purple-wool{background-position:-448px -448px;} +.icon-minecraft-purpur-block{background-position:-928px -896px;} +.icon-minecraft-sm.icon-minecraft-purpur-block{background-position:-464px -448px;} +.icon-minecraft-purpur-pillar{background-position:-960px -896px;} +.icon-minecraft-sm.icon-minecraft-purpur-pillar{background-position:-480px -448px;} +.icon-minecraft-purpur-slab{background-position:-992px -896px;} +.icon-minecraft-sm.icon-minecraft-purpur-slab{background-position:-496px -448px;} +.icon-minecraft-purpur-stairs{background-position:0 -928px;} +.icon-minecraft-sm.icon-minecraft-purpur-stairs{background-position:0 -464px;} +.icon-minecraft-quartz-bricks{background-position:-32px -928px;} +.icon-minecraft-sm.icon-minecraft-quartz-bricks{background-position:-16px -464px;} +.icon-minecraft-quartz-pillar{background-position:-64px -928px;} +.icon-minecraft-sm.icon-minecraft-quartz-pillar{background-position:-32px -464px;} +.icon-minecraft-quartz-slab{background-position:-96px -928px;} +.icon-minecraft-sm.icon-minecraft-quartz-slab{background-position:-48px -464px;} +.icon-minecraft-quartz-stairs{background-position:-128px -928px;} +.icon-minecraft-sm.icon-minecraft-quartz-stairs{background-position:-64px -464px;} +.icon-minecraft-rabbit-hide{background-position:-160px -928px;} +.icon-minecraft-sm.icon-minecraft-rabbit-hide{background-position:-80px -464px;} +.icon-minecraft-spawn-egg-rabbit{background-position:-192px -928px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-rabbit{background-position:-96px -464px;} +.icon-minecraft-rabbit-stew{background-position:-224px -928px;} +.icon-minecraft-sm.icon-minecraft-rabbit-stew{background-position:-112px -464px;} +.icon-minecraft-rabbit-foot{background-position:-256px -928px;} +.icon-minecraft-sm.icon-minecraft-rabbit-foot{background-position:-128px -464px;} +.icon-minecraft-rail{background-position:-288px -928px;} +.icon-minecraft-sm.icon-minecraft-rail{background-position:-144px -464px;} +.icon-minecraft-spawn-egg-ravager{background-position:-320px -928px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-ravager{background-position:-160px -464px;} +.icon-minecraft-beef{background-position:-352px -928px;} +.icon-minecraft-sm.icon-minecraft-beef{background-position:-176px -464px;} +.icon-minecraft-chicken{background-position:-384px -928px;} +.icon-minecraft-sm.icon-minecraft-chicken{background-position:-192px -464px;} +.icon-minecraft-cod{background-position:-416px -928px;} +.icon-minecraft-sm.icon-minecraft-cod{background-position:-208px -464px;} +.icon-minecraft-raw-copper{background-position:-448px -928px;} +.icon-minecraft-sm.icon-minecraft-raw-copper{background-position:-224px -464px;} +.icon-minecraft-raw-gold{background-position:-480px -928px;} +.icon-minecraft-sm.icon-minecraft-raw-gold{background-position:-240px -464px;} +.icon-minecraft-raw-iron{background-position:-512px -928px;} +.icon-minecraft-sm.icon-minecraft-raw-iron{background-position:-256px -464px;} +.icon-minecraft-mutton{background-position:-544px -928px;} +.icon-minecraft-sm.icon-minecraft-mutton{background-position:-272px -464px;} +.icon-minecraft-porkchop{background-position:-576px -928px;} +.icon-minecraft-sm.icon-minecraft-porkchop{background-position:-288px -464px;} +.icon-minecraft-rabbit{background-position:-608px -928px;} +.icon-minecraft-sm.icon-minecraft-rabbit{background-position:-304px -464px;} +.icon-minecraft-salmon{background-position:-640px -928px;} +.icon-minecraft-sm.icon-minecraft-salmon{background-position:-320px -464px;} +.icon-minecraft-red-bed{background-position:-672px -928px;} +.icon-minecraft-sm.icon-minecraft-red-bed{background-position:-336px -464px;} +.icon-minecraft-red-carpet{background-position:-704px -928px;} +.icon-minecraft-sm.icon-minecraft-red-carpet{background-position:-352px -464px;} +.icon-minecraft-red-concrete{background-position:-736px -928px;} +.icon-minecraft-sm.icon-minecraft-red-concrete{background-position:-368px -464px;} +.icon-minecraft-red-concrete-powder{background-position:-768px -928px;} +.icon-minecraft-sm.icon-minecraft-red-concrete-powder{background-position:-384px -464px;} +.icon-minecraft-red-dye{background-position:-800px -928px;} +.icon-minecraft-sm.icon-minecraft-red-dye{background-position:-400px -464px;} +.icon-minecraft-red-glazed-terracotta{background-position:-832px -928px;} +.icon-minecraft-sm.icon-minecraft-red-glazed-terracotta{background-position:-416px -464px;} +.icon-minecraft-red-mushroom{background-position:-864px -928px;} +.icon-minecraft-sm.icon-minecraft-red-mushroom{background-position:-432px -464px;} +.icon-minecraft-red-mushroom-block{background-position:-896px -928px;} +.icon-minecraft-sm.icon-minecraft-red-mushroom-block{background-position:-448px -464px;} +.icon-minecraft-red-nether-brick-slab{background-position:-928px -928px;} +.icon-minecraft-sm.icon-minecraft-red-nether-brick-slab{background-position:-464px -464px;} +.icon-minecraft-red-nether-brick-stairs{background-position:-960px -928px;} +.icon-minecraft-sm.icon-minecraft-red-nether-brick-stairs{background-position:-480px -464px;} +.icon-minecraft-red-nether-brick-wall{background-position:-992px -928px;} +.icon-minecraft-sm.icon-minecraft-red-nether-brick-wall{background-position:-496px -464px;} +.icon-minecraft-red-nether-bricks{background-position:0 -960px;} +.icon-minecraft-sm.icon-minecraft-red-nether-bricks{background-position:0 -480px;} +.icon-minecraft-red-sand{background-position:-32px -960px;} +.icon-minecraft-sm.icon-minecraft-red-sand{background-position:-16px -480px;} +.icon-minecraft-red-sandstone{background-position:-64px -960px;} +.icon-minecraft-sm.icon-minecraft-red-sandstone{background-position:-32px -480px;} +.icon-minecraft-red-sandstone-slab{background-position:-96px -960px;} +.icon-minecraft-sm.icon-minecraft-red-sandstone-slab{background-position:-48px -480px;} +.icon-minecraft-red-sandstone-stairs{background-position:-128px -960px;} +.icon-minecraft-sm.icon-minecraft-red-sandstone-stairs{background-position:-64px -480px;} +.icon-minecraft-red-sandstone-wall{background-position:-160px -960px;} +.icon-minecraft-sm.icon-minecraft-red-sandstone-wall{background-position:-80px -480px;} +.icon-minecraft-red-shulker-box{background-position:-192px -960px;} +.icon-minecraft-sm.icon-minecraft-red-shulker-box{background-position:-96px -480px;} +.icon-minecraft-red-stained-glass{background-position:-224px -960px;} +.icon-minecraft-sm.icon-minecraft-red-stained-glass{background-position:-112px -480px;} +.icon-minecraft-red-stained-glass-pane{background-position:-256px -960px;} +.icon-minecraft-sm.icon-minecraft-red-stained-glass-pane{background-position:-128px -480px;} +.icon-minecraft-red-terracotta{background-position:-288px -960px;} +.icon-minecraft-sm.icon-minecraft-red-terracotta{background-position:-144px -480px;} +.icon-minecraft-red-tulip{background-position:-320px -960px;} +.icon-minecraft-sm.icon-minecraft-red-tulip{background-position:-160px -480px;} +.icon-minecraft-red-wool{background-position:-352px -960px;} +.icon-minecraft-sm.icon-minecraft-red-wool{background-position:-176px -480px;} +.icon-minecraft-comparator{background-position:-384px -960px;} +.icon-minecraft-sm.icon-minecraft-comparator{background-position:-192px -480px;} +.icon-minecraft-redstone{background-position:-416px -960px;} +.icon-minecraft-sm.icon-minecraft-redstone{background-position:-208px -480px;} +.icon-minecraft-redstone-lamp{background-position:-448px -960px;} +.icon-minecraft-sm.icon-minecraft-redstone-lamp{background-position:-224px -480px;} +.icon-minecraft-redstone-ore{background-position:-480px -960px;} +.icon-minecraft-sm.icon-minecraft-redstone-ore{background-position:-240px -480px;} +.icon-minecraft-repeater{background-position:-512px -960px;} +.icon-minecraft-sm.icon-minecraft-repeater{background-position:-256px -480px;} +.icon-minecraft-redstone-torch{background-position:-544px -960px;} +.icon-minecraft-sm.icon-minecraft-redstone-torch{background-position:-272px -480px;} +.icon-minecraft-redstone-wall-torch{background-position:-576px -960px;} +.icon-minecraft-sm.icon-minecraft-redstone-wall-torch{background-position:-288px -480px;} +.icon-minecraft-redstone-wire{background-position:-608px -960px;} +.icon-minecraft-sm.icon-minecraft-redstone-wire{background-position:-304px -480px;} +.icon-minecraft-repeating-command-block{background-position:-640px -960px;} +.icon-minecraft-sm.icon-minecraft-repeating-command-block{background-position:-320px -480px;} +.icon-minecraft-respawn-anchor{background-position:-672px -960px;} +.icon-minecraft-sm.icon-minecraft-respawn-anchor{background-position:-336px -480px;} +.icon-minecraft-rooted-dirt{background-position:-704px -960px;} +.icon-minecraft-sm.icon-minecraft-rooted-dirt{background-position:-352px -480px;} +.icon-minecraft-rose-bush{background-position:-736px -960px;} +.icon-minecraft-sm.icon-minecraft-rose-bush{background-position:-368px -480px;} +.icon-minecraft-rotten-flesh{background-position:-768px -960px;} +.icon-minecraft-sm.icon-minecraft-rotten-flesh{background-position:-384px -480px;} +.icon-minecraft-saddle{background-position:-800px -960px;} +.icon-minecraft-sm.icon-minecraft-saddle{background-position:-400px -480px;} +.icon-minecraft-spawn-egg-salmon{background-position:-832px -960px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-salmon{background-position:-416px -480px;} +.icon-minecraft-sand{background-position:-864px -960px;} +.icon-minecraft-sm.icon-minecraft-sand{background-position:-432px -480px;} +.icon-minecraft-sandstone{background-position:-896px -960px;} +.icon-minecraft-sm.icon-minecraft-sandstone{background-position:-448px -480px;} +.icon-minecraft-sandstone-slab{background-position:-928px -960px;} +.icon-minecraft-sm.icon-minecraft-sandstone-slab{background-position:-464px -480px;} +.icon-minecraft-sandstone-stairs{background-position:-960px -960px;} +.icon-minecraft-sm.icon-minecraft-sandstone-stairs{background-position:-480px -480px;} +.icon-minecraft-sandstone-wall{background-position:-992px -960px;} +.icon-minecraft-sm.icon-minecraft-sandstone-wall{background-position:-496px -480px;} +.icon-minecraft-scaffolding{background-position:0 -992px;} +.icon-minecraft-sm.icon-minecraft-scaffolding{background-position:0 -496px;} +.icon-minecraft-sculk-sensor{background-position:-32px -992px;} +.icon-minecraft-sm.icon-minecraft-sculk-sensor{background-position:-16px -496px;} +.icon-minecraft-scute{background-position:-64px -992px;} +.icon-minecraft-sm.icon-minecraft-scute{background-position:-32px -496px;} +.icon-minecraft-sea-lantern{background-position:-96px -992px;} +.icon-minecraft-sm.icon-minecraft-sea-lantern{background-position:-48px -496px;} +.icon-minecraft-sea-pickle{background-position:-128px -992px;} +.icon-minecraft-sm.icon-minecraft-sea-pickle{background-position:-64px -496px;} +.icon-minecraft-seagrass{background-position:-160px -992px;} +.icon-minecraft-sm.icon-minecraft-seagrass{background-position:-80px -496px;} +.icon-minecraft-shears{background-position:-192px -992px;} +.icon-minecraft-sm.icon-minecraft-shears{background-position:-96px -496px;} +.icon-minecraft-spawn-egg-sheep{background-position:-224px -992px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-sheep{background-position:-112px -496px;} +.icon-minecraft-shield{background-position:-256px -992px;} +.icon-minecraft-sm.icon-minecraft-shield{background-position:-128px -496px;} +.icon-minecraft-shroomlight{background-position:-288px -992px;} +.icon-minecraft-sm.icon-minecraft-shroomlight{background-position:-144px -496px;} +.icon-minecraft-shulker-box{background-position:-320px -992px;} +.icon-minecraft-sm.icon-minecraft-shulker-box{background-position:-160px -496px;} +.icon-minecraft-shulker-shell{background-position:-352px -992px;} +.icon-minecraft-sm.icon-minecraft-shulker-shell{background-position:-176px -496px;} +.icon-minecraft-spawn-egg-shulker{background-position:-384px -992px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-shulker{background-position:-192px -496px;} +.icon-minecraft-spawn-egg-silverfish{background-position:-416px -992px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-silverfish{background-position:-208px -496px;} +.icon-minecraft-spawn-egg-skeleton-horse{background-position:-448px -992px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-skeleton-horse{background-position:-224px -496px;} +.icon-minecraft-skeleton-skull{background-position:-480px -992px;} +.icon-minecraft-sm.icon-minecraft-skeleton-skull{background-position:-240px -496px;} +.icon-minecraft-spawn-egg-skeleton{background-position:-512px -992px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-skeleton{background-position:-256px -496px;} +.icon-minecraft-skeleton-wall-skull{background-position:-544px -992px;} +.icon-minecraft-sm.icon-minecraft-skeleton-wall-skull{background-position:-272px -496px;} +.icon-minecraft-slime-block{background-position:-576px -992px;} +.icon-minecraft-sm.icon-minecraft-slime-block{background-position:-288px -496px;} +.icon-minecraft-spawn-egg-slime{background-position:-608px -992px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-slime{background-position:-304px -496px;} +.icon-minecraft-slime-ball{background-position:-640px -992px;} +.icon-minecraft-sm.icon-minecraft-slime-ball{background-position:-320px -496px;} +.icon-minecraft-small-dripleaf{background-position:-672px -992px;} +.icon-minecraft-sm.icon-minecraft-small-dripleaf{background-position:-336px -496px;} +.icon-minecraft-smithing-table{background-position:-704px -992px;} +.icon-minecraft-sm.icon-minecraft-smithing-table{background-position:-352px -496px;} +.icon-minecraft-smoker{background-position:-736px -992px;} +.icon-minecraft-sm.icon-minecraft-smoker{background-position:-368px -496px;} +.icon-minecraft-smooth-basalt{background-position:-768px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-basalt{background-position:-384px -496px;} +.icon-minecraft-smooth-quartz{background-position:-800px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-quartz{background-position:-400px -496px;} +.icon-minecraft-smooth-quartz-slab{background-position:-832px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-quartz-slab{background-position:-416px -496px;} +.icon-minecraft-smooth-quartz-stairs{background-position:-864px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-quartz-stairs{background-position:-432px -496px;} +.icon-minecraft-smooth-red-sandstone{background-position:-896px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-red-sandstone{background-position:-448px -496px;} +.icon-minecraft-smooth-red-sandstone-slab{background-position:-928px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-red-sandstone-slab{background-position:-464px -496px;} +.icon-minecraft-smooth-red-sandstone-stairs{background-position:-960px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-red-sandstone-stairs{background-position:-480px -496px;} +.icon-minecraft-smooth-sandstone{background-position:-992px -992px;} +.icon-minecraft-sm.icon-minecraft-smooth-sandstone{background-position:-496px -496px;} +.icon-minecraft-smooth-sandstone-slab{background-position:0 -1024px;} +.icon-minecraft-sm.icon-minecraft-smooth-sandstone-slab{background-position:0 -512px;} +.icon-minecraft-smooth-sandstone-stairs{background-position:-32px -1024px;} +.icon-minecraft-sm.icon-minecraft-smooth-sandstone-stairs{background-position:-16px -512px;} +.icon-minecraft-smooth-stone{background-position:-64px -1024px;} +.icon-minecraft-sm.icon-minecraft-smooth-stone{background-position:-32px -512px;} +.icon-minecraft-smooth-stone-slab{background-position:-96px -1024px;} +.icon-minecraft-sm.icon-minecraft-smooth-stone-slab{background-position:-48px -512px;} +.icon-minecraft-snow{background-position:-128px -1024px;} +.icon-minecraft-sm.icon-minecraft-snow{background-position:-64px -512px;} +.icon-minecraft-snow-block{background-position:-160px -1024px;} +.icon-minecraft-sm.icon-minecraft-snow-block{background-position:-80px -512px;} +.icon-minecraft-snowball{background-position:-192px -1024px;} +.icon-minecraft-sm.icon-minecraft-snowball{background-position:-96px -512px;} +.icon-minecraft-soul-campfire{background-position:-224px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-campfire{background-position:-112px -512px;} +.icon-minecraft-soul-fire{background-position:-256px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-fire{background-position:-128px -512px;} +.icon-minecraft-soul-lantern{background-position:-288px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-lantern{background-position:-144px -512px;} +.icon-minecraft-soul-sand{background-position:-320px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-sand{background-position:-160px -512px;} +.icon-minecraft-soul-soil{background-position:-352px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-soil{background-position:-176px -512px;} +.icon-minecraft-soul-torch{background-position:-384px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-torch{background-position:-192px -512px;} +.icon-minecraft-soul-wall-torch{background-position:-416px -1024px;} +.icon-minecraft-sm.icon-minecraft-soul-wall-torch{background-position:-208px -512px;} +.icon-minecraft-spawner{background-position:-448px -1024px;} +.icon-minecraft-sm.icon-minecraft-spawner{background-position:-224px -512px;} +.icon-minecraft-spectral-arrow{background-position:-480px -1024px;} +.icon-minecraft-sm.icon-minecraft-spectral-arrow{background-position:-240px -512px;} +.icon-minecraft-spider-eye{background-position:-512px -1024px;} +.icon-minecraft-sm.icon-minecraft-spider-eye{background-position:-256px -512px;} +.icon-minecraft-spawn-egg-spider{background-position:-544px -1024px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-spider{background-position:-272px -512px;} +.icon-minecraft-splash-potion{background-position:-576px -1024px;} +.icon-minecraft-sm.icon-minecraft-splash-potion{background-position:-288px -512px;} +.icon-minecraft-sponge{background-position:-608px -1024px;} +.icon-minecraft-sm.icon-minecraft-sponge{background-position:-304px -512px;} +.icon-minecraft-spore-blossom{background-position:-640px -1024px;} +.icon-minecraft-sm.icon-minecraft-spore-blossom{background-position:-320px -512px;} +.icon-minecraft-spruce-boat{background-position:-672px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-boat{background-position:-336px -512px;} +.icon-minecraft-spruce-button{background-position:-704px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-button{background-position:-352px -512px;} +.icon-minecraft-spruce-door{background-position:-736px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-door{background-position:-368px -512px;} +.icon-minecraft-spruce-fence{background-position:-768px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-fence{background-position:-384px -512px;} +.icon-minecraft-spruce-fence-gate{background-position:-800px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-fence-gate{background-position:-400px -512px;} +.icon-minecraft-spruce-leaves{background-position:-832px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-leaves{background-position:-416px -512px;} +.icon-minecraft-spruce-log{background-position:-864px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-log{background-position:-432px -512px;} +.icon-minecraft-spruce-planks{background-position:-896px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-planks{background-position:-448px -512px;} +.icon-minecraft-spruce-pressure-plate{background-position:-928px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-pressure-plate{background-position:-464px -512px;} +.icon-minecraft-spruce-sapling{background-position:-960px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-sapling{background-position:-480px -512px;} +.icon-minecraft-spruce-sign{background-position:-992px -1024px;} +.icon-minecraft-sm.icon-minecraft-spruce-sign{background-position:-496px -512px;} +.icon-minecraft-spruce-slab{background-position:0 -1056px;} +.icon-minecraft-sm.icon-minecraft-spruce-slab{background-position:0 -528px;} +.icon-minecraft-spruce-stairs{background-position:-32px -1056px;} +.icon-minecraft-sm.icon-minecraft-spruce-stairs{background-position:-16px -528px;} +.icon-minecraft-spruce-trapdoor{background-position:-64px -1056px;} +.icon-minecraft-sm.icon-minecraft-spruce-trapdoor{background-position:-32px -528px;} +.icon-minecraft-spruce-wall-sign{background-position:-96px -1056px;} +.icon-minecraft-sm.icon-minecraft-spruce-wall-sign{background-position:-48px -528px;} +.icon-minecraft-spruce-wood{background-position:-128px -1056px;} +.icon-minecraft-sm.icon-minecraft-spruce-wood{background-position:-64px -528px;} +.icon-minecraft-spyglass{background-position:-160px -1056px;} +.icon-minecraft-sm.icon-minecraft-spyglass{background-position:-80px -528px;} +.icon-minecraft-spawn-egg-squid{background-position:-192px -1056px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-squid{background-position:-96px -528px;} +.icon-minecraft-cooked-beef{background-position:-224px -1056px;} +.icon-minecraft-sm.icon-minecraft-cooked-beef{background-position:-112px -528px;} +.icon-minecraft-stick{background-position:-256px -1056px;} +.icon-minecraft-sm.icon-minecraft-stick{background-position:-128px -528px;} +.icon-minecraft-sticky-piston{background-position:-288px -1056px;} +.icon-minecraft-sm.icon-minecraft-sticky-piston{background-position:-144px -528px;} +.icon-minecraft-stone{background-position:-320px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone{background-position:-160px -528px;} +.icon-minecraft-stone-axe{background-position:-352px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-axe{background-position:-176px -528px;} +.icon-minecraft-stone-brick-slab{background-position:-384px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-brick-slab{background-position:-192px -528px;} +.icon-minecraft-stone-brick-stairs{background-position:-416px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-brick-stairs{background-position:-208px -528px;} +.icon-minecraft-stone-brick-wall{background-position:-448px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-brick-wall{background-position:-224px -528px;} +.icon-minecraft-stone-bricks{background-position:-480px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-bricks{background-position:-240px -528px;} +.icon-minecraft-stone-button{background-position:-512px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-button{background-position:-256px -528px;} +.icon-minecraft-stone-hoe{background-position:-544px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-hoe{background-position:-272px -528px;} +.icon-minecraft-stone-pickaxe{background-position:-576px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-pickaxe{background-position:-288px -528px;} +.icon-minecraft-stone-pressure-plate{background-position:-608px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-pressure-plate{background-position:-304px -528px;} +.icon-minecraft-stone-shovel{background-position:-640px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-shovel{background-position:-320px -528px;} +.icon-minecraft-stone-slab{background-position:-672px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-slab{background-position:-336px -528px;} +.icon-minecraft-stone-stairs{background-position:-704px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-stairs{background-position:-352px -528px;} +.icon-minecraft-stone-sword{background-position:-736px -1056px;} +.icon-minecraft-sm.icon-minecraft-stone-sword{background-position:-368px -528px;} +.icon-minecraft-stonecutter{background-position:-768px -1056px;} +.icon-minecraft-sm.icon-minecraft-stonecutter{background-position:-384px -528px;} +.icon-minecraft-spawn-egg-stray{background-position:-800px -1056px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-stray{background-position:-400px -528px;} +.icon-minecraft-spawn-egg-strider{background-position:-832px -1056px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-strider{background-position:-416px -528px;} +.icon-minecraft-string{background-position:-864px -1056px;} +.icon-minecraft-sm.icon-minecraft-string{background-position:-432px -528px;} +.icon-minecraft-stripped-acacia-log{background-position:-896px -1056px;} +.icon-minecraft-sm.icon-minecraft-stripped-acacia-log{background-position:-448px -528px;} +.icon-minecraft-stripped-acacia-wood{background-position:-928px -1056px;} +.icon-minecraft-sm.icon-minecraft-stripped-acacia-wood{background-position:-464px -528px;} +.icon-minecraft-stripped-birch-log{background-position:-960px -1056px;} +.icon-minecraft-sm.icon-minecraft-stripped-birch-log{background-position:-480px -528px;} +.icon-minecraft-stripped-birch-wood{background-position:-992px -1056px;} +.icon-minecraft-sm.icon-minecraft-stripped-birch-wood{background-position:-496px -528px;} +.icon-minecraft-stripped-crimson-hyphae{background-position:0 -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-crimson-hyphae{background-position:0 -544px;} +.icon-minecraft-stripped-crimson-stem{background-position:-32px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-crimson-stem{background-position:-16px -544px;} +.icon-minecraft-stripped-dark-oak-log{background-position:-64px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-dark-oak-log{background-position:-32px -544px;} +.icon-minecraft-stripped-dark-oak-wood{background-position:-96px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-dark-oak-wood{background-position:-48px -544px;} +.icon-minecraft-stripped-jungle-log{background-position:-128px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-jungle-log{background-position:-64px -544px;} +.icon-minecraft-stripped-jungle-wood{background-position:-160px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-jungle-wood{background-position:-80px -544px;} +.icon-minecraft-stripped-oak-log{background-position:-192px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-oak-log{background-position:-96px -544px;} +.icon-minecraft-stripped-oak-wood{background-position:-224px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-oak-wood{background-position:-112px -544px;} +.icon-minecraft-stripped-spruce-log{background-position:-256px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-spruce-log{background-position:-128px -544px;} +.icon-minecraft-stripped-spruce-wood{background-position:-288px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-spruce-wood{background-position:-144px -544px;} +.icon-minecraft-stripped-warped-hyphae{background-position:-320px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-warped-hyphae{background-position:-160px -544px;} +.icon-minecraft-stripped-warped-stem{background-position:-352px -1088px;} +.icon-minecraft-sm.icon-minecraft-stripped-warped-stem{background-position:-176px -544px;} +.icon-minecraft-structure-block{background-position:-384px -1088px;} +.icon-minecraft-sm.icon-minecraft-structure-block{background-position:-192px -544px;} +.icon-minecraft-structure-void{background-position:-416px -1088px;} +.icon-minecraft-sm.icon-minecraft-structure-void{background-position:-208px -544px;} +.icon-minecraft-sugar{background-position:-448px -1088px;} +.icon-minecraft-sm.icon-minecraft-sugar{background-position:-224px -544px;} +.icon-minecraft-sugar-cane{background-position:-480px -1088px;} +.icon-minecraft-sm.icon-minecraft-sugar-cane{background-position:-240px -544px;} +.icon-minecraft-sunflower{background-position:-512px -1088px;} +.icon-minecraft-sm.icon-minecraft-sunflower{background-position:-256px -544px;} +.icon-minecraft-suspicious-stew{background-position:-544px -1088px;} +.icon-minecraft-sm.icon-minecraft-suspicious-stew{background-position:-272px -544px;} +.icon-minecraft-sweet-berries{background-position:-576px -1088px;} +.icon-minecraft-sm.icon-minecraft-sweet-berries{background-position:-288px -544px;} +.icon-minecraft-sweet-berry-bush{background-position:-608px -1088px;} +.icon-minecraft-sm.icon-minecraft-sweet-berry-bush{background-position:-304px -544px;} +.icon-minecraft-tall-grass{background-position:-640px -1088px;} +.icon-minecraft-sm.icon-minecraft-tall-grass{background-position:-320px -544px;} +.icon-minecraft-tall-seagrass{background-position:-672px -1088px;} +.icon-minecraft-sm.icon-minecraft-tall-seagrass{background-position:-336px -544px;} +.icon-minecraft-target{background-position:-704px -1088px;} +.icon-minecraft-sm.icon-minecraft-target{background-position:-352px -544px;} +.icon-minecraft-terracotta{background-position:-736px -1088px;} +.icon-minecraft-sm.icon-minecraft-terracotta{background-position:-368px -544px;} +.icon-minecraft-tinted-glass{background-position:-768px -1088px;} +.icon-minecraft-sm.icon-minecraft-tinted-glass{background-position:-384px -544px;} +.icon-minecraft-tipped-arrow{background-position:-800px -1088px;} +.icon-minecraft-sm.icon-minecraft-tipped-arrow{background-position:-400px -544px;} +.icon-minecraft-tnt{background-position:-832px -1088px;} +.icon-minecraft-sm.icon-minecraft-tnt{background-position:-416px -544px;} +.icon-minecraft-torch{background-position:-864px -1088px;} +.icon-minecraft-sm.icon-minecraft-torch{background-position:-432px -544px;} +.icon-minecraft-totem-of-undying{background-position:-896px -1088px;} +.icon-minecraft-sm.icon-minecraft-totem-of-undying{background-position:-448px -544px;} +.icon-minecraft-spawn-egg-trader-llama{background-position:-928px -1088px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-trader-llama{background-position:-464px -544px;} +.icon-minecraft-trapped-chest{background-position:-960px -1088px;} +.icon-minecraft-sm.icon-minecraft-trapped-chest{background-position:-480px -544px;} +.icon-minecraft-trident{background-position:-992px -1088px;} +.icon-minecraft-sm.icon-minecraft-trident{background-position:-496px -544px;} +.icon-minecraft-tripwire{background-position:0 -1120px;} +.icon-minecraft-sm.icon-minecraft-tripwire{background-position:0 -560px;} +.icon-minecraft-tripwire-hook{background-position:-32px -1120px;} +.icon-minecraft-sm.icon-minecraft-tripwire-hook{background-position:-16px -560px;} +.icon-minecraft-tropical-fish{background-position:-64px -1120px;} +.icon-minecraft-sm.icon-minecraft-tropical-fish{background-position:-32px -560px;} +.icon-minecraft-spawn-egg-tropical-fish{background-position:-96px -1120px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-tropical-fish{background-position:-48px -560px;} +.icon-minecraft-tube-coral{background-position:-128px -1120px;} +.icon-minecraft-sm.icon-minecraft-tube-coral{background-position:-64px -560px;} +.icon-minecraft-tube-coral-block{background-position:-160px -1120px;} +.icon-minecraft-sm.icon-minecraft-tube-coral-block{background-position:-80px -560px;} +.icon-minecraft-tube-coral-fan{background-position:-192px -1120px;} +.icon-minecraft-sm.icon-minecraft-tube-coral-fan{background-position:-96px -560px;} +.icon-minecraft-tube-coral-wall-fan{background-position:-224px -1120px;} +.icon-minecraft-sm.icon-minecraft-tube-coral-wall-fan{background-position:-112px -560px;} +.icon-minecraft-tuff{background-position:-256px -1120px;} +.icon-minecraft-sm.icon-minecraft-tuff{background-position:-128px -560px;} +.icon-minecraft-turtle-egg{background-position:-288px -1120px;} +.icon-minecraft-sm.icon-minecraft-turtle-egg{background-position:-144px -560px;} +.icon-minecraft-turtle-helmet{background-position:-320px -1120px;} +.icon-minecraft-sm.icon-minecraft-turtle-helmet{background-position:-160px -560px;} +.icon-minecraft-spawn-egg-turtle{background-position:-352px -1120px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-turtle{background-position:-176px -560px;} +.icon-minecraft-twisting-vines{background-position:-384px -1120px;} +.icon-minecraft-sm.icon-minecraft-twisting-vines{background-position:-192px -560px;} +.icon-minecraft-twisting-vines-plant{background-position:-416px -1120px;} +.icon-minecraft-sm.icon-minecraft-twisting-vines-plant{background-position:-208px -560px;} +.icon-minecraft-spawn-egg-vex{background-position:-448px -1120px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-vex{background-position:-224px -560px;} +.icon-minecraft-spawn-egg-villager{background-position:-480px -1120px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-villager{background-position:-240px -560px;} +.icon-minecraft-spawn-egg-vindicator{background-position:-512px -1120px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-vindicator{background-position:-256px -560px;} +.icon-minecraft-vine{background-position:-544px -1120px;} +.icon-minecraft-sm.icon-minecraft-vine{background-position:-272px -560px;} +.icon-minecraft-void-air{background-position:-576px -1120px;} +.icon-minecraft-sm.icon-minecraft-void-air{background-position:-288px -560px;} +.icon-minecraft-wall-torch{background-position:-608px -1120px;} +.icon-minecraft-sm.icon-minecraft-wall-torch{background-position:-304px -560px;} +.icon-minecraft-spawn-egg-wandering-trader{background-position:-640px -1120px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-wandering-trader{background-position:-320px -560px;} +.icon-minecraft-warped-button{background-position:-672px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-button{background-position:-336px -560px;} +.icon-minecraft-warped-door{background-position:-704px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-door{background-position:-352px -560px;} +.icon-minecraft-warped-fence{background-position:-736px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-fence{background-position:-368px -560px;} +.icon-minecraft-warped-fence-gate{background-position:-768px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-fence-gate{background-position:-384px -560px;} +.icon-minecraft-warped-fungus{background-position:-800px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-fungus{background-position:-400px -560px;} +.icon-minecraft-warped-fungus-on-a-stick{background-position:-832px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-fungus-on-a-stick{background-position:-416px -560px;} +.icon-minecraft-warped-hyphae{background-position:-864px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-hyphae{background-position:-432px -560px;} +.icon-minecraft-warped-nylium{background-position:-896px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-nylium{background-position:-448px -560px;} +.icon-minecraft-warped-planks{background-position:-928px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-planks{background-position:-464px -560px;} +.icon-minecraft-warped-pressure-plate{background-position:-960px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-pressure-plate{background-position:-480px -560px;} +.icon-minecraft-warped-roots{background-position:-992px -1120px;} +.icon-minecraft-sm.icon-minecraft-warped-roots{background-position:-496px -560px;} +.icon-minecraft-warped-sign{background-position:0 -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-sign{background-position:0 -576px;} +.icon-minecraft-warped-slab{background-position:-32px -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-slab{background-position:-16px -576px;} +.icon-minecraft-warped-stairs{background-position:-64px -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-stairs{background-position:-32px -576px;} +.icon-minecraft-warped-stem{background-position:-96px -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-stem{background-position:-48px -576px;} +.icon-minecraft-warped-trapdoor{background-position:-128px -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-trapdoor{background-position:-64px -576px;} +.icon-minecraft-warped-wall-sign{background-position:-160px -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-wall-sign{background-position:-80px -576px;} +.icon-minecraft-warped-wart-block{background-position:-192px -1152px;} +.icon-minecraft-sm.icon-minecraft-warped-wart-block{background-position:-96px -576px;} +.icon-minecraft-water{background-position:-224px -1152px;} +.icon-minecraft-sm.icon-minecraft-water{background-position:-112px -576px;} +.icon-minecraft-water-bucket{background-position:-256px -1152px;} +.icon-minecraft-sm.icon-minecraft-water-bucket{background-position:-128px -576px;} +.icon-minecraft-water-cauldron{background-position:-288px -1152px;} +.icon-minecraft-sm.icon-minecraft-water-cauldron{background-position:-144px -576px;} +.icon-minecraft-waxed-copper-block{background-position:-320px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-copper-block{background-position:-160px -576px;} +.icon-minecraft-waxed-cut-copper{background-position:-352px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-cut-copper{background-position:-176px -576px;} +.icon-minecraft-waxed-cut-copper-slab{background-position:-384px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-cut-copper-slab{background-position:-192px -576px;} +.icon-minecraft-waxed-cut-copper-stairs{background-position:-416px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-cut-copper-stairs{background-position:-208px -576px;} +.icon-minecraft-waxed-exposed-copper{background-position:-448px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-exposed-copper{background-position:-224px -576px;} +.icon-minecraft-waxed-exposed-cut-copper{background-position:-480px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-exposed-cut-copper{background-position:-240px -576px;} +.icon-minecraft-waxed-exposed-cut-copper-slab{background-position:-512px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-exposed-cut-copper-slab{background-position:-256px -576px;} +.icon-minecraft-waxed-exposed-cut-copper-stairs{background-position:-544px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-exposed-cut-copper-stairs{background-position:-272px -576px;} +.icon-minecraft-waxed-oxidized-copper{background-position:-576px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-oxidized-copper{background-position:-288px -576px;} +.icon-minecraft-waxed-oxidized-cut-copper{background-position:-608px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-oxidized-cut-copper{background-position:-304px -576px;} +.icon-minecraft-waxed-oxidized-cut-copper-slab{background-position:-640px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-oxidized-cut-copper-slab{background-position:-320px -576px;} +.icon-minecraft-waxed-oxidized-cut-copper-stairs{background-position:-672px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-oxidized-cut-copper-stairs{background-position:-336px -576px;} +.icon-minecraft-waxed-weathered-copper{background-position:-704px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-weathered-copper{background-position:-352px -576px;} +.icon-minecraft-waxed-weathered-cut-copper{background-position:-736px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-weathered-cut-copper{background-position:-368px -576px;} +.icon-minecraft-waxed-weathered-cut-copper-slab{background-position:-768px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-weathered-cut-copper-slab{background-position:-384px -576px;} +.icon-minecraft-waxed-weathered-cut-copper-stairs{background-position:-800px -1152px;} +.icon-minecraft-sm.icon-minecraft-waxed-weathered-cut-copper-stairs{background-position:-400px -576px;} +.icon-minecraft-weathered-copper{background-position:-832px -1152px;} +.icon-minecraft-sm.icon-minecraft-weathered-copper{background-position:-416px -576px;} +.icon-minecraft-weathered-cut-copper{background-position:-864px -1152px;} +.icon-minecraft-sm.icon-minecraft-weathered-cut-copper{background-position:-432px -576px;} +.icon-minecraft-weathered-cut-copper-slab{background-position:-896px -1152px;} +.icon-minecraft-sm.icon-minecraft-weathered-cut-copper-slab{background-position:-448px -576px;} +.icon-minecraft-weathered-cut-copper-stairs{background-position:-928px -1152px;} +.icon-minecraft-sm.icon-minecraft-weathered-cut-copper-stairs{background-position:-464px -576px;} +.icon-minecraft-weeping-vines{background-position:-960px -1152px;} +.icon-minecraft-sm.icon-minecraft-weeping-vines{background-position:-480px -576px;} +.icon-minecraft-weeping-vines-plant{background-position:-992px -1152px;} +.icon-minecraft-sm.icon-minecraft-weeping-vines-plant{background-position:-496px -576px;} +.icon-minecraft-wet-sponge{background-position:0 -1184px;} +.icon-minecraft-sm.icon-minecraft-wet-sponge{background-position:0 -592px;} +.icon-minecraft-wheat{background-position:-32px -1184px;} +.icon-minecraft-sm.icon-minecraft-wheat{background-position:-16px -592px;} +.icon-minecraft-wheat-seeds{background-position:-64px -1184px;} +.icon-minecraft-sm.icon-minecraft-wheat-seeds{background-position:-32px -592px;} +.icon-minecraft-white-bed{background-position:-96px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-bed{background-position:-48px -592px;} +.icon-minecraft-white-carpet{background-position:-128px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-carpet{background-position:-64px -592px;} +.icon-minecraft-white-concrete{background-position:-160px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-concrete{background-position:-80px -592px;} +.icon-minecraft-white-concrete-powder{background-position:-192px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-concrete-powder{background-position:-96px -592px;} +.icon-minecraft-white-dye{background-position:-224px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-dye{background-position:-112px -592px;} +.icon-minecraft-white-glazed-terracotta{background-position:-256px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-glazed-terracotta{background-position:-128px -592px;} +.icon-minecraft-white-shulker-box{background-position:-288px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-shulker-box{background-position:-144px -592px;} +.icon-minecraft-white-stained-glass{background-position:-320px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-stained-glass{background-position:-160px -592px;} +.icon-minecraft-white-stained-glass-pane{background-position:-352px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-stained-glass-pane{background-position:-176px -592px;} +.icon-minecraft-white-terracotta{background-position:-384px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-terracotta{background-position:-192px -592px;} +.icon-minecraft-white-tulip{background-position:-416px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-tulip{background-position:-208px -592px;} +.icon-minecraft-white-wool{background-position:-448px -1184px;} +.icon-minecraft-sm.icon-minecraft-white-wool{background-position:-224px -592px;} +.icon-minecraft-spawn-egg-witch{background-position:-480px -1184px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-witch{background-position:-240px -592px;} +.icon-minecraft-wither-rose{background-position:-512px -1184px;} +.icon-minecraft-sm.icon-minecraft-wither-rose{background-position:-256px -592px;} +.icon-minecraft-wither-skeleton-skull{background-position:-544px -1184px;} +.icon-minecraft-sm.icon-minecraft-wither-skeleton-skull{background-position:-272px -592px;} +.icon-minecraft-spawn-egg-wither-skeleton{background-position:-576px -1184px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-wither-skeleton{background-position:-288px -592px;} +.icon-minecraft-wither-skeleton-wall-skull{background-position:-608px -1184px;} +.icon-minecraft-sm.icon-minecraft-wither-skeleton-wall-skull{background-position:-304px -592px;} +.icon-minecraft-spawn-egg-wolf{background-position:-640px -1184px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-wolf{background-position:-320px -592px;} +.icon-minecraft-wooden-axe{background-position:-672px -1184px;} +.icon-minecraft-sm.icon-minecraft-wooden-axe{background-position:-336px -592px;} +.icon-minecraft-wooden-hoe{background-position:-704px -1184px;} +.icon-minecraft-sm.icon-minecraft-wooden-hoe{background-position:-352px -592px;} +.icon-minecraft-wooden-pickaxe{background-position:-736px -1184px;} +.icon-minecraft-sm.icon-minecraft-wooden-pickaxe{background-position:-368px -592px;} +.icon-minecraft-wooden-shovel{background-position:-768px -1184px;} +.icon-minecraft-sm.icon-minecraft-wooden-shovel{background-position:-384px -592px;} +.icon-minecraft-wooden-sword{background-position:-800px -1184px;} +.icon-minecraft-sm.icon-minecraft-wooden-sword{background-position:-400px -592px;} +.icon-minecraft-written-book{background-position:-832px -1184px;} +.icon-minecraft-sm.icon-minecraft-written-book{background-position:-416px -592px;} +.icon-minecraft-yellow-bed{background-position:-864px -1184px;} +.icon-minecraft-sm.icon-minecraft-yellow-bed{background-position:-432px -592px;} +.icon-minecraft-yellow-carpet{background-position:-896px -1184px;} +.icon-minecraft-sm.icon-minecraft-yellow-carpet{background-position:-448px -592px;} +.icon-minecraft-yellow-concrete{background-position:-928px -1184px;} +.icon-minecraft-sm.icon-minecraft-yellow-concrete{background-position:-464px -592px;} +.icon-minecraft-yellow-concrete-powder{background-position:-960px -1184px;} +.icon-minecraft-sm.icon-minecraft-yellow-concrete-powder{background-position:-480px -592px;} +.icon-minecraft-yellow-dye{background-position:-992px -1184px;} +.icon-minecraft-sm.icon-minecraft-yellow-dye{background-position:-496px -592px;} +.icon-minecraft-yellow-glazed-terracotta{background-position:0 -1216px;} +.icon-minecraft-sm.icon-minecraft-yellow-glazed-terracotta{background-position:0 -608px;} +.icon-minecraft-yellow-shulker-box{background-position:-32px -1216px;} +.icon-minecraft-sm.icon-minecraft-yellow-shulker-box{background-position:-16px -608px;} +.icon-minecraft-yellow-stained-glass{background-position:-64px -1216px;} +.icon-minecraft-sm.icon-minecraft-yellow-stained-glass{background-position:-32px -608px;} +.icon-minecraft-yellow-stained-glass-pane{background-position:-96px -1216px;} +.icon-minecraft-sm.icon-minecraft-yellow-stained-glass-pane{background-position:-48px -608px;} +.icon-minecraft-yellow-terracotta{background-position:-128px -1216px;} +.icon-minecraft-sm.icon-minecraft-yellow-terracotta{background-position:-64px -608px;} +.icon-minecraft-yellow-wool{background-position:-160px -1216px;} +.icon-minecraft-sm.icon-minecraft-yellow-wool{background-position:-80px -608px;} +.icon-minecraft-spawn-egg-zoglin{background-position:-192px -1216px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-zoglin{background-position:-96px -608px;} +.icon-minecraft-zombie-head{background-position:-224px -1216px;} +.icon-minecraft-sm.icon-minecraft-zombie-head{background-position:-112px -608px;} +.icon-minecraft-spawn-egg-zombie-horse{background-position:-256px -1216px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-zombie-horse{background-position:-128px -608px;} +.icon-minecraft-spawn-egg-zombie{background-position:-288px -1216px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-zombie{background-position:-144px -608px;} +.icon-minecraft-spawn-egg-zombie-villager{background-position:-320px -1216px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-zombie-villager{background-position:-160px -608px;} +.icon-minecraft-zombie-wall-head{background-position:-352px -1216px;} +.icon-minecraft-sm.icon-minecraft-zombie-wall-head{background-position:-176px -608px;} +.icon-minecraft-spawn-egg-zombified-piglin{background-position:-384px -1216px;} +.icon-minecraft-sm.icon-minecraft-spawn-egg-zombified-piglin{background-position:-192px -608px;} diff --git a/resources/css/minecraft-skinviewer.css b/resources/css/minecraft-skinviewer.css new file mode 100644 index 0000000000000000000000000000000000000000..eb2057085fab9acfb92363a841a439414d1d2f10 --- /dev/null +++ b/resources/css/minecraft-skinviewer.css @@ -0,0 +1,1284 @@ +/*! + * Copyright 2018 Robert Koszewski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +@keyframes spin { + from { + transform: rotateY(360deg); + } + to { + transform: rotateY(0); + } +} +@keyframes waving { + 0% { + transform: rotateX(-2deg); + } + 50% { + transform: rotateX(2deg); + } + 100% { + transform: rotateX(-2deg); + } +} +.mc-face-viewer-4x { + image-rendering: pixelated; + background-size: 256px; + width: 32px; + height: 32px; + background-position: -32px -32px; + overflow: hidden; + display: inline-block; +} +.mc-face-viewer-4x::after { + content: " "; + width: 32px; + height: 32px; + background-size: 288px; + background-image: inherit; + background-position: -182px -38px; + overflow: hidden; + display: inline-block; +} +.mc-face-viewer-8x { + image-rendering: pixelated; + background-size: 512px; + width: 64px; + height: 64px; + background-position: -64px -64px; + overflow: hidden; + display: inline-block; +} +.mc-face-viewer-8x::after { + content: " "; + width: 64px; + height: 64px; + background-size: 576px; + background-image: inherit; + background-position: -364px -76px; + overflow: hidden; + display: inline-block; +} +.mc-skin-viewer-9x { + width: 72px; + height: 288px; + margin: 15px auto 40px auto; + perspective: 800px; + perspective-origin: 50% 100px; + transform-style: preserve-3d; + background-image: none !important; + image-rendering: pixelated; +} +.mc-skin-viewer-9x.hide-accessories .accessory { + display: none; +} +.mc-skin-viewer-9x.spin > .player { + animation: spin 12s infinite linear; +} +.mc-skin-viewer-9x .player { + transform-style: preserve-3d; +} +.mc-skin-viewer-9x .player .front, +.mc-skin-viewer-9x .player .back, +.mc-skin-viewer-9x .player .left, +.mc-skin-viewer-9x .player .right, +.mc-skin-viewer-9x .player .top, +.mc-skin-viewer-9x .player .bottom { + position: absolute; + background-size: 576px; + background-repeat: no-repeat; + backface-visibility: hidden; +} +.mc-skin-viewer-9x .player .accessory { + background-image: none; +} +.mc-skin-viewer-9x .player .accessory .front, +.mc-skin-viewer-9x .player .accessory .back, +.mc-skin-viewer-9x .player .accessory .left, +.mc-skin-viewer-9x .player .accessory .right, +.mc-skin-viewer-9x .player .accessory .top, +.mc-skin-viewer-9x .player .accessory .bottom { + backface-visibility: visible; +} +.mc-skin-viewer-9x .player > .head { + position: absolute; + transform-style: preserve-3d; + width: 72px; + height: 72px; + margin: 0 auto; + background-image: none !important; +} +.mc-skin-viewer-9x .player > .head .front, +.mc-skin-viewer-9x .player > .head .back, +.mc-skin-viewer-9x .player > .head .left, +.mc-skin-viewer-9x .player > .head .right, +.mc-skin-viewer-9x .player > .head .top, +.mc-skin-viewer-9x .player > .head .bottom { + width: 72px; + height: 72px; +} +.mc-skin-viewer-9x .player > .head .front { + background-position: -72px -72px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(36px); +} +.mc-skin-viewer-9x .player > .head .back { + background-position: -216px -72px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(36px); +} +.mc-skin-viewer-9x .player > .head .right { + background-position: 0 -72px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(36px); +} +.mc-skin-viewer-9x .player > .head .left { + background-position: -144px -72px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(36px); +} +.mc-skin-viewer-9x .player > .head .top { + background-position: -72px 0; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(36px); +} +.mc-skin-viewer-9x .player > .head .bottom { + background-position: -144px 0; + transform: rotateX(270deg) rotateY(0deg) rotateZ(180deg) translateX(0px) translateY(0px) translateZ(36px); +} +.mc-skin-viewer-9x .player > .head > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.125, 1.125, 1.125) translateY(-3.5px); +} +.mc-skin-viewer-9x .player > .head > .accessory > .front { + background-position: -360px -72px; +} +.mc-skin-viewer-9x .player > .head > .accessory > .back { + background-position: -504px -72px; +} +.mc-skin-viewer-9x .player > .head > .accessory > .right { + background-position: -288px -72px; +} +.mc-skin-viewer-9x .player > .head > .accessory > .left { + background-position: -432px -72px; +} +.mc-skin-viewer-9x .player > .head > .accessory > .top { + background-position: -360px 0; +} +.mc-skin-viewer-9x .player > .head > .accessory > .bottom { + background-position: -432px 0; +} +.mc-skin-viewer-9x .player > .body { + position: absolute; + transform-style: preserve-3d; + width: 72px; + height: 72px; + margin: 0 auto; + transform: translateY(72px); + background-image: none !important; +} +.mc-skin-viewer-9x .player > .body .front, +.mc-skin-viewer-9x .player > .body .back, +.mc-skin-viewer-9x .player > .body .left, +.mc-skin-viewer-9x .player > .body .right, +.mc-skin-viewer-9x .player > .body .top, +.mc-skin-viewer-9x .player > .body .bottom { + width: 72px; + height: 108px; +} +.mc-skin-viewer-9x .player > .body .left, +.mc-skin-viewer-9x .player > .body .right { + width: 36px; +} +.mc-skin-viewer-9x .player > .body .top, +.mc-skin-viewer-9x .player > .body .bottom { + height: 36px; +} +.mc-skin-viewer-9x .player > .body .front { + background-position: -180px -180px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .body .back { + background-position: -288px -180px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .body .right { + background-position: -144px -180px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .body .left { + background-position: -252px -180px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(54px); +} +.mc-skin-viewer-9x .player > .body .top { + background-position: -180px -144px; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .body .bottom { + background-position: -252px -144px; + transform: rotateX(270deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(90px); +} +.mc-skin-viewer-9x .player > .body > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.0625, 1.0625, 1.0625) translateY(-3.375px); +} +.mc-skin-viewer-9x .player > .body > .accessory > .front { + background-position: -180px -324px; +} +.mc-skin-viewer-9x .player > .body > .accessory > .back { + background-position: -288px -324px; +} +.mc-skin-viewer-9x .player > .body > .accessory > .right { + background-position: -144px -324px; +} +.mc-skin-viewer-9x .player > .body > .accessory > .left { + background-position: -252px -324px; +} +.mc-skin-viewer-9x .player > .body > .accessory > .top { + background-position: -180px -288px; +} +.mc-skin-viewer-9x .player > .body > .accessory > .bottom { + background-position: -252px -288px; +} +.mc-skin-viewer-9x .player > .left-arm, +.mc-skin-viewer-9x .player > .right-arm { + position: absolute; + transform-style: preserve-3d; + width: 36px; + height: 108px; + margin: 0 auto; + transform: translateY(72px) translateX(-36px); + background-image: none !important; +} +.mc-skin-viewer-9x .player > .left-arm .front, +.mc-skin-viewer-9x .player > .right-arm .front, +.mc-skin-viewer-9x .player > .left-arm .back, +.mc-skin-viewer-9x .player > .right-arm .back, +.mc-skin-viewer-9x .player > .left-arm .left, +.mc-skin-viewer-9x .player > .right-arm .left, +.mc-skin-viewer-9x .player > .left-arm .right, +.mc-skin-viewer-9x .player > .right-arm .right, +.mc-skin-viewer-9x .player > .left-arm .top, +.mc-skin-viewer-9x .player > .right-arm .top, +.mc-skin-viewer-9x .player > .left-arm .bottom, +.mc-skin-viewer-9x .player > .right-arm .bottom { + width: 36px; + height: 108px; +} +.mc-skin-viewer-9x .player > .left-arm .top, +.mc-skin-viewer-9x .player > .right-arm .top, +.mc-skin-viewer-9x .player > .left-arm .bottom, +.mc-skin-viewer-9x .player > .right-arm .bottom { + height: 36px; +} +.mc-skin-viewer-9x .player > .left-arm .front, +.mc-skin-viewer-9x .player > .right-arm .front { + background-position: -396px -180px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-arm .back, +.mc-skin-viewer-9x .player > .right-arm .back { + background-position: -468px -180px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-arm .right, +.mc-skin-viewer-9x .player > .right-arm .right { + background-position: -360px -180px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-arm .left, +.mc-skin-viewer-9x .player > .right-arm .left { + background-position: -432px -180px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-arm .top, +.mc-skin-viewer-9x .player > .right-arm .top { + background-position: -396px -144px; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-arm .bottom, +.mc-skin-viewer-9x .player > .right-arm .bottom { + background-position: -432px -144px; + transform: rotateX(270deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(90px); +} +.mc-skin-viewer-9x .player > .left-arm > .accessory, +.mc-skin-viewer-9x .player > .right-arm > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.0625, 1.0625, 1.0625) translateY(-3.375px); +} +.mc-skin-viewer-9x .player > .left-arm > .accessory .front, +.mc-skin-viewer-9x .player > .right-arm > .accessory .front { + background-position: -396px -324px; +} +.mc-skin-viewer-9x .player > .left-arm > .accessory .back, +.mc-skin-viewer-9x .player > .right-arm > .accessory .back { + background-position: -468px -324px; +} +.mc-skin-viewer-9x .player > .left-arm > .accessory .right, +.mc-skin-viewer-9x .player > .right-arm > .accessory .right { + background-position: -360px -324px; +} +.mc-skin-viewer-9x .player > .left-arm > .accessory .left, +.mc-skin-viewer-9x .player > .right-arm > .accessory .left { + background-position: -432px -324px; +} +.mc-skin-viewer-9x .player > .left-arm > .accessory .top, +.mc-skin-viewer-9x .player > .right-arm > .accessory .top { + background-position: -396px -288px; +} +.mc-skin-viewer-9x .player > .left-arm > .accessory .bottom, +.mc-skin-viewer-9x .player > .right-arm > .accessory .bottom { + background-position: -432px -288px; +} +.mc-skin-viewer-9x .player > .right-arm { + transform: translateY(72px) translateX(72px) scaleX(-1); +} +.mc-skin-viewer-9x .player > .left-leg, +.mc-skin-viewer-9x .player > .right-leg { + position: absolute; + transform-style: preserve-3d; + width: 36px; + height: 108px; + margin: 0 auto; + transform: translateY(180px); + background-image: none !important; +} +.mc-skin-viewer-9x .player > .left-leg .front, +.mc-skin-viewer-9x .player > .right-leg .front, +.mc-skin-viewer-9x .player > .left-leg .back, +.mc-skin-viewer-9x .player > .right-leg .back, +.mc-skin-viewer-9x .player > .left-leg .left, +.mc-skin-viewer-9x .player > .right-leg .left, +.mc-skin-viewer-9x .player > .left-leg .right, +.mc-skin-viewer-9x .player > .right-leg .right, +.mc-skin-viewer-9x .player > .left-leg .top, +.mc-skin-viewer-9x .player > .right-leg .top, +.mc-skin-viewer-9x .player > .left-leg .bottom, +.mc-skin-viewer-9x .player > .right-leg .bottom { + width: 36px; + height: 108px; +} +.mc-skin-viewer-9x .player > .left-leg .top, +.mc-skin-viewer-9x .player > .right-leg .top, +.mc-skin-viewer-9x .player > .left-leg .bottom, +.mc-skin-viewer-9x .player > .right-leg .bottom { + height: 36px; +} +.mc-skin-viewer-9x .player > .left-leg .front, +.mc-skin-viewer-9x .player > .right-leg .front { + background-position: -36px -180px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-leg .back, +.mc-skin-viewer-9x .player > .right-leg .back { + background-position: -108px -180px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-leg .right, +.mc-skin-viewer-9x .player > .right-leg .right { + background-position: 0 -180px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-leg .left, +.mc-skin-viewer-9x .player > .right-leg .left { + background-position: -72px -180px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-leg .top, +.mc-skin-viewer-9x .player > .right-leg .top { + background-position: -36px -144px; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x .player > .left-leg .bottom, +.mc-skin-viewer-9x .player > .right-leg .bottom { + background-position: -72px -144px; + transform: rotateX(270deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(90px); +} +.mc-skin-viewer-9x .player > .left-leg > .accessory, +.mc-skin-viewer-9x .player > .right-leg > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.03125, 1.03125, 1.03125) translateY(-1.6875px); +} +.mc-skin-viewer-9x .player > .left-leg > .accessory .front, +.mc-skin-viewer-9x .player > .right-leg > .accessory .front { + background-position: -36px -324px; +} +.mc-skin-viewer-9x .player > .left-leg > .accessory .back, +.mc-skin-viewer-9x .player > .right-leg > .accessory .back { + background-position: -108px -324px; +} +.mc-skin-viewer-9x .player > .left-leg > .accessory .right, +.mc-skin-viewer-9x .player > .right-leg > .accessory .right { + background-position: 0 -324px; +} +.mc-skin-viewer-9x .player > .left-leg > .accessory .left, +.mc-skin-viewer-9x .player > .right-leg > .accessory .left { + background-position: -72px -324px; +} +.mc-skin-viewer-9x .player > .left-leg > .accessory .top, +.mc-skin-viewer-9x .player > .right-leg > .accessory .top { + background-position: -36px -288px; +} +.mc-skin-viewer-9x .player > .left-leg > .accessory .bottom, +.mc-skin-viewer-9x .player > .right-leg > .accessory .bottom { + background-position: -72px -288px; +} +.mc-skin-viewer-9x .player > .right-leg { + transform: translateY(180px) translateX(36px) scaleX(-1); +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm { + transform: translateY(72px) translateX(72px); +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm .front { + background-position: -324px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm .back { + background-position: -396px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm .right { + background-position: -288px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm .left { + background-position: -360px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm .top { + background-position: -324px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm .bottom { + background-position: -360px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm > .accessory .front { + background-position: -468px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm > .accessory .back { + background-position: -540px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm > .accessory .right { + background-position: -432px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm > .accessory .left { + background-position: -504px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm > .accessory .top { + background-position: -468px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-arm > .accessory .bottom { + background-position: -504px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg { + transform: translateY(180px) translateX(36px); +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg .front { + background-position: -180px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg .back { + background-position: -252px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg .right { + background-position: -144px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg .left { + background-position: -216px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg .top { + background-position: -180px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg .bottom { + background-position: -216px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg > .accessory .front { + background-position: -36px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg > .accessory .back { + background-position: -108px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg > .accessory .right { + background-position: 0 -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg > .accessory .left { + background-position: -72px -468px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg > .accessory .top { + background-position: -36px -432px; +} +.mc-skin-viewer-9x:not(.legacy) .player > .right-leg > .accessory .bottom { + background-position: -72px -432px; +} +.mc-skin-viewer-9x.slim .player > .left-arm .front, +.mc-skin-viewer-9x.slim .player > .right-arm .front, +.mc-skin-viewer-9x.slim .player > .left-arm .back, +.mc-skin-viewer-9x.slim .player > .right-arm .back, +.mc-skin-viewer-9x.slim .player > .left-arm .top, +.mc-skin-viewer-9x.slim .player > .right-arm .top, +.mc-skin-viewer-9x.slim .player > .left-arm .bottom, +.mc-skin-viewer-9x.slim .player > .right-arm .bottom { + width: 27px; +} +.mc-skin-viewer-9x.slim .player > .left-arm .front { + transform: rotateX(0deg) rotateY(0deg) translateX(9px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x.slim .player > .left-arm .back { + background-position: -459px -180px; + transform: rotateX(0deg) rotateY(180deg) translateX(-9px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x.slim .player > .left-arm .right { + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(9px); +} +.mc-skin-viewer-9x.slim .player > .left-arm .left { + background-position: -423px -180px; +} +.mc-skin-viewer-9x.slim .player > .left-arm .top { + transform: rotateX(90deg) rotateY(0deg) translateX(9px) translateY(0px) translateZ(18px); +} +.mc-skin-viewer-9x.slim .player > .left-arm .bottom { + background-position: -423px -144px; + transform: rotateX(270deg) rotateY(0deg) translateX(9px) translateY(0px) translateZ(90px); +} +.mc-skin-viewer-9x.slim .player > .left-arm > .accessory .back { + background-position: -459px -324px; +} +.mc-skin-viewer-9x.slim .player > .left-arm > .accessory .left { + background-position: -423px -324px; +} +.mc-skin-viewer-9x.slim .player > .left-arm > .accessory .bottom { + background-position: -423px -288px; +} +.mc-skin-viewer-9x.slim .player > .right-arm .back { + background-position: -387px -468px; +} +.mc-skin-viewer-9x.slim .player > .right-arm .left { + background-position: -351px -468px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(9px); +} +.mc-skin-viewer-9x.slim .player > .right-arm .bottom { + background-position: -351px -432px; +} +.mc-skin-viewer-9x.slim .player > .right-arm > .accessory .back { + background-position: -531px -468px; +} +.mc-skin-viewer-9x.slim .player > .right-arm > .accessory .left { + background-position: -495px -468px; +} +.mc-skin-viewer-9x.slim .player > .right-arm > .accessory .bottom { + background-position: -495px -432px; +} +.mc-skin-viewer-9x.slim.legacy .player > .right-arm { + transform: translateY(72px) translateX(63px) scaleX(-1); +} +.mc-skin-viewer-9x.slim.legacy .player > .right-arm .back { + background-position: -459px -180px; +} +.mc-skin-viewer-9x.slim.legacy .player > .right-arm > .accessory .back { + background-position: -459px -324px; +} +.mc-skin-viewer-9x .player .cape { + transform-style: preserve-3d; + transform: rotateY(180deg) translateX(-9px) translateZ(22.5px) translateY(67.5px) rotateX(5deg); +} +.mc-skin-viewer-9x .player .cape > .front, +.mc-skin-viewer-9x .player .cape > .back, +.mc-skin-viewer-9x .player .cape > .left, +.mc-skin-viewer-9x .player .cape > .right, +.mc-skin-viewer-9x .player .cape > .top, +.mc-skin-viewer-9x .player .cape > .bottom { + position: absolute; + background-image: inherit!important; + background-size: 576px 288px; + backface-visibility: hidden; +} +.mc-skin-viewer-9x .player .cape > .front, +.mc-skin-viewer-9x .player .cape > .back { + width: 90px; + height: 135px; +} +.mc-skin-viewer-9x .player .cape > .left, +.mc-skin-viewer-9x .player .cape > .right { + width: 9px; + height: 135px; +} +.mc-skin-viewer-9x .player .cape > .top, +.mc-skin-viewer-9x .player .cape > .bottom { + width: 90px; + height: 9px; +} +.mc-skin-viewer-9x .player .cape > .front { + background-position: -9px -9px; + transform: translateZ(4.5px); +} +.mc-skin-viewer-9x .player .cape > .back { + background-position: -108px -9px; + transform: translateZ(-4.5px) rotateY(180deg); +} +.mc-skin-viewer-9x .player .cape > .left { + background-position: 0 -9px; + transform: rotateY(270deg) translateZ(4.5px); +} +.mc-skin-viewer-9x .player .cape > .right { + background-position: -99px -9px; + transform: rotateY(-270deg) translateZ(85.5px); +} +.mc-skin-viewer-9x .player .cape > .top { + background-position: -9px 0; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(4.5px); +} +.mc-skin-viewer-9x .player .cape > .bottom { + background-position: -99px 0; + transform: rotateX(-90deg) translateZ(130.5px); +} +.mc-skin-viewer-9x.legacy-cape > .player .cape > .front, +.mc-skin-viewer-9x.legacy-cape > .player .cape > .back, +.mc-skin-viewer-9x.legacy-cape > .player .cape > .left, +.mc-skin-viewer-9x.legacy-cape > .player .cape > .right, +.mc-skin-viewer-9x.legacy-cape > .player .cape > .top, +.mc-skin-viewer-9x.legacy-cape > .player .cape > .bottom { + background-size: 198px 153px; +} +.mc-skin-viewer-11x { + width: 88px; + height: 352px; + margin: 15px auto 40px auto; + perspective: 800px; + perspective-origin: 50% 100px; + transform-style: preserve-3d; + background-image: none !important; + image-rendering: pixelated; +} +.mc-skin-viewer-11x.hide-accessories .accessory { + display: none; +} +.mc-skin-viewer-11x.spin > .player { + animation: spin 12s infinite linear; +} +.mc-skin-viewer-11x .player { + transform-style: preserve-3d; +} +.mc-skin-viewer-11x .player .front, +.mc-skin-viewer-11x .player .back, +.mc-skin-viewer-11x .player .left, +.mc-skin-viewer-11x .player .right, +.mc-skin-viewer-11x .player .top, +.mc-skin-viewer-11x .player .bottom { + position: absolute; + background-size: 704px; + background-repeat: no-repeat; + backface-visibility: hidden; +} +.mc-skin-viewer-11x .player .accessory { + background-image: none; +} +.mc-skin-viewer-11x .player .accessory .front, +.mc-skin-viewer-11x .player .accessory .back, +.mc-skin-viewer-11x .player .accessory .left, +.mc-skin-viewer-11x .player .accessory .right, +.mc-skin-viewer-11x .player .accessory .top, +.mc-skin-viewer-11x .player .accessory .bottom { + backface-visibility: visible; +} +.mc-skin-viewer-11x .player > .head { + position: absolute; + transform-style: preserve-3d; + width: 88px; + height: 88px; + margin: 0 auto; + background-image: none !important; +} +.mc-skin-viewer-11x .player > .head .front, +.mc-skin-viewer-11x .player > .head .back, +.mc-skin-viewer-11x .player > .head .left, +.mc-skin-viewer-11x .player > .head .right, +.mc-skin-viewer-11x .player > .head .top, +.mc-skin-viewer-11x .player > .head .bottom { + width: 88px; + height: 88px; +} +.mc-skin-viewer-11x .player > .head .front { + background-position: -88px -88px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(44px); +} +.mc-skin-viewer-11x .player > .head .back { + background-position: -264px -88px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(44px); +} +.mc-skin-viewer-11x .player > .head .right { + background-position: 0 -88px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(44px); +} +.mc-skin-viewer-11x .player > .head .left { + background-position: -176px -88px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(44px); +} +.mc-skin-viewer-11x .player > .head .top { + background-position: -88px 0; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(44px); +} +.mc-skin-viewer-11x .player > .head .bottom { + background-position: -176px 0; + transform: rotateX(270deg) rotateY(0deg) rotateZ(180deg) translateX(0px) translateY(0px) translateZ(44px); +} +.mc-skin-viewer-11x .player > .head > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.125, 1.125, 1.125) translateY(-4.5px); +} +.mc-skin-viewer-11x .player > .head > .accessory > .front { + background-position: -440px -88px; +} +.mc-skin-viewer-11x .player > .head > .accessory > .back { + background-position: -616px -88px; +} +.mc-skin-viewer-11x .player > .head > .accessory > .right { + background-position: -352px -88px; +} +.mc-skin-viewer-11x .player > .head > .accessory > .left { + background-position: -528px -88px; +} +.mc-skin-viewer-11x .player > .head > .accessory > .top { + background-position: -440px 0; +} +.mc-skin-viewer-11x .player > .head > .accessory > .bottom { + background-position: -528px 0; +} +.mc-skin-viewer-11x .player > .body { + position: absolute; + transform-style: preserve-3d; + width: 88px; + height: 88px; + margin: 0 auto; + transform: translateY(88px); + background-image: none !important; +} +.mc-skin-viewer-11x .player > .body .front, +.mc-skin-viewer-11x .player > .body .back, +.mc-skin-viewer-11x .player > .body .left, +.mc-skin-viewer-11x .player > .body .right, +.mc-skin-viewer-11x .player > .body .top, +.mc-skin-viewer-11x .player > .body .bottom { + width: 88px; + height: 132px; +} +.mc-skin-viewer-11x .player > .body .left, +.mc-skin-viewer-11x .player > .body .right { + width: 44px; +} +.mc-skin-viewer-11x .player > .body .top, +.mc-skin-viewer-11x .player > .body .bottom { + height: 44px; +} +.mc-skin-viewer-11x .player > .body .front { + background-position: -220px -220px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .body .back { + background-position: -352px -220px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .body .right { + background-position: -176px -220px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .body .left { + background-position: -308px -220px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(66px); +} +.mc-skin-viewer-11x .player > .body .top { + background-position: -220px -176px; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .body .bottom { + background-position: -308px -176px; + transform: rotateX(270deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(110px); +} +.mc-skin-viewer-11x .player > .body > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.0625, 1.0625, 1.0625) translateY(-4.125px); +} +.mc-skin-viewer-11x .player > .body > .accessory > .front { + background-position: -220px -396px; +} +.mc-skin-viewer-11x .player > .body > .accessory > .back { + background-position: -352px -396px; +} +.mc-skin-viewer-11x .player > .body > .accessory > .right { + background-position: -176px -396px; +} +.mc-skin-viewer-11x .player > .body > .accessory > .left { + background-position: -308px -396px; +} +.mc-skin-viewer-11x .player > .body > .accessory > .top { + background-position: -220px -352px; +} +.mc-skin-viewer-11x .player > .body > .accessory > .bottom { + background-position: -308px -352px; +} +.mc-skin-viewer-11x .player > .left-arm, +.mc-skin-viewer-11x .player > .right-arm { + position: absolute; + transform-style: preserve-3d; + width: 44px; + height: 132px; + margin: 0 auto; + transform: translateY(88px) translateX(-44px); + background-image: none !important; +} +.mc-skin-viewer-11x .player > .left-arm .front, +.mc-skin-viewer-11x .player > .right-arm .front, +.mc-skin-viewer-11x .player > .left-arm .back, +.mc-skin-viewer-11x .player > .right-arm .back, +.mc-skin-viewer-11x .player > .left-arm .left, +.mc-skin-viewer-11x .player > .right-arm .left, +.mc-skin-viewer-11x .player > .left-arm .right, +.mc-skin-viewer-11x .player > .right-arm .right, +.mc-skin-viewer-11x .player > .left-arm .top, +.mc-skin-viewer-11x .player > .right-arm .top, +.mc-skin-viewer-11x .player > .left-arm .bottom, +.mc-skin-viewer-11x .player > .right-arm .bottom { + width: 44px; + height: 132px; +} +.mc-skin-viewer-11x .player > .left-arm .top, +.mc-skin-viewer-11x .player > .right-arm .top, +.mc-skin-viewer-11x .player > .left-arm .bottom, +.mc-skin-viewer-11x .player > .right-arm .bottom { + height: 44px; +} +.mc-skin-viewer-11x .player > .left-arm .front, +.mc-skin-viewer-11x .player > .right-arm .front { + background-position: -484px -220px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-arm .back, +.mc-skin-viewer-11x .player > .right-arm .back { + background-position: -572px -220px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-arm .right, +.mc-skin-viewer-11x .player > .right-arm .right { + background-position: -440px -220px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-arm .left, +.mc-skin-viewer-11x .player > .right-arm .left { + background-position: -528px -220px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-arm .top, +.mc-skin-viewer-11x .player > .right-arm .top { + background-position: -484px -176px; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-arm .bottom, +.mc-skin-viewer-11x .player > .right-arm .bottom { + background-position: -528px -176px; + transform: rotateX(270deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(110px); +} +.mc-skin-viewer-11x .player > .left-arm > .accessory, +.mc-skin-viewer-11x .player > .right-arm > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.0625, 1.0625, 1.0625) translateY(-4.125px); +} +.mc-skin-viewer-11x .player > .left-arm > .accessory .front, +.mc-skin-viewer-11x .player > .right-arm > .accessory .front { + background-position: -484px -396px; +} +.mc-skin-viewer-11x .player > .left-arm > .accessory .back, +.mc-skin-viewer-11x .player > .right-arm > .accessory .back { + background-position: -572px -396px; +} +.mc-skin-viewer-11x .player > .left-arm > .accessory .right, +.mc-skin-viewer-11x .player > .right-arm > .accessory .right { + background-position: -440px -396px; +} +.mc-skin-viewer-11x .player > .left-arm > .accessory .left, +.mc-skin-viewer-11x .player > .right-arm > .accessory .left { + background-position: -528px -396px; +} +.mc-skin-viewer-11x .player > .left-arm > .accessory .top, +.mc-skin-viewer-11x .player > .right-arm > .accessory .top { + background-position: -484px -352px; +} +.mc-skin-viewer-11x .player > .left-arm > .accessory .bottom, +.mc-skin-viewer-11x .player > .right-arm > .accessory .bottom { + background-position: -528px -352px; +} +.mc-skin-viewer-11x .player > .right-arm { + transform: translateY(88px) translateX(88px) scaleX(-1); +} +.mc-skin-viewer-11x .player > .left-leg, +.mc-skin-viewer-11x .player > .right-leg { + position: absolute; + transform-style: preserve-3d; + width: 44px; + height: 132px; + margin: 0 auto; + transform: translateY(220px); + background-image: none !important; +} +.mc-skin-viewer-11x .player > .left-leg .front, +.mc-skin-viewer-11x .player > .right-leg .front, +.mc-skin-viewer-11x .player > .left-leg .back, +.mc-skin-viewer-11x .player > .right-leg .back, +.mc-skin-viewer-11x .player > .left-leg .left, +.mc-skin-viewer-11x .player > .right-leg .left, +.mc-skin-viewer-11x .player > .left-leg .right, +.mc-skin-viewer-11x .player > .right-leg .right, +.mc-skin-viewer-11x .player > .left-leg .top, +.mc-skin-viewer-11x .player > .right-leg .top, +.mc-skin-viewer-11x .player > .left-leg .bottom, +.mc-skin-viewer-11x .player > .right-leg .bottom { + width: 44px; + height: 132px; +} +.mc-skin-viewer-11x .player > .left-leg .top, +.mc-skin-viewer-11x .player > .right-leg .top, +.mc-skin-viewer-11x .player > .left-leg .bottom, +.mc-skin-viewer-11x .player > .right-leg .bottom { + height: 44px; +} +.mc-skin-viewer-11x .player > .left-leg .front, +.mc-skin-viewer-11x .player > .right-leg .front { + background-position: -44px -220px; + transform: rotateX(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-leg .back, +.mc-skin-viewer-11x .player > .right-leg .back { + background-position: -132px -220px; + transform: rotateX(0deg) rotateY(180deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-leg .right, +.mc-skin-viewer-11x .player > .right-leg .right { + background-position: 0 -220px; + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-leg .left, +.mc-skin-viewer-11x .player > .right-leg .left { + background-position: -88px -220px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-leg .top, +.mc-skin-viewer-11x .player > .right-leg .top { + background-position: -44px -176px; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x .player > .left-leg .bottom, +.mc-skin-viewer-11x .player > .right-leg .bottom { + background-position: -88px -176px; + transform: rotateX(270deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(110px); +} +.mc-skin-viewer-11x .player > .left-leg > .accessory, +.mc-skin-viewer-11x .player > .right-leg > .accessory { + transform-style: preserve-3d; + transform: scale3d(1.03125, 1.03125, 1.03125) translateY(-2.0625px); +} +.mc-skin-viewer-11x .player > .left-leg > .accessory .front, +.mc-skin-viewer-11x .player > .right-leg > .accessory .front { + background-position: -44px -396px; +} +.mc-skin-viewer-11x .player > .left-leg > .accessory .back, +.mc-skin-viewer-11x .player > .right-leg > .accessory .back { + background-position: -132px -396px; +} +.mc-skin-viewer-11x .player > .left-leg > .accessory .right, +.mc-skin-viewer-11x .player > .right-leg > .accessory .right { + background-position: 0 -396px; +} +.mc-skin-viewer-11x .player > .left-leg > .accessory .left, +.mc-skin-viewer-11x .player > .right-leg > .accessory .left { + background-position: -88px -396px; +} +.mc-skin-viewer-11x .player > .left-leg > .accessory .top, +.mc-skin-viewer-11x .player > .right-leg > .accessory .top { + background-position: -44px -352px; +} +.mc-skin-viewer-11x .player > .left-leg > .accessory .bottom, +.mc-skin-viewer-11x .player > .right-leg > .accessory .bottom { + background-position: -88px -352px; +} +.mc-skin-viewer-11x .player > .right-leg { + transform: translateY(220px) translateX(44px) scaleX(-1); +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm { + transform: translateY(88px) translateX(88px); +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm .front { + background-position: -396px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm .back { + background-position: -484px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm .right { + background-position: -352px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm .left { + background-position: -440px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm .top { + background-position: -396px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm .bottom { + background-position: -440px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm > .accessory .front { + background-position: -572px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm > .accessory .back { + background-position: -660px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm > .accessory .right { + background-position: -528px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm > .accessory .left { + background-position: -616px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm > .accessory .top { + background-position: -572px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-arm > .accessory .bottom { + background-position: -616px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg { + transform: translateY(220px) translateX(44px); +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg .front { + background-position: -220px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg .back { + background-position: -308px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg .right { + background-position: -176px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg .left { + background-position: -264px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg .top { + background-position: -220px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg .bottom { + background-position: -264px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg > .accessory .front { + background-position: -44px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg > .accessory .back { + background-position: -132px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg > .accessory .right { + background-position: 0 -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg > .accessory .left { + background-position: -88px -572px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg > .accessory .top { + background-position: -44px -528px; +} +.mc-skin-viewer-11x:not(.legacy) .player > .right-leg > .accessory .bottom { + background-position: -88px -528px; +} +.mc-skin-viewer-11x.slim .player > .left-arm .front, +.mc-skin-viewer-11x.slim .player > .right-arm .front, +.mc-skin-viewer-11x.slim .player > .left-arm .back, +.mc-skin-viewer-11x.slim .player > .right-arm .back, +.mc-skin-viewer-11x.slim .player > .left-arm .top, +.mc-skin-viewer-11x.slim .player > .right-arm .top, +.mc-skin-viewer-11x.slim .player > .left-arm .bottom, +.mc-skin-viewer-11x.slim .player > .right-arm .bottom { + width: 33px; +} +.mc-skin-viewer-11x.slim .player > .left-arm .front { + transform: rotateX(0deg) rotateY(0deg) translateX(11px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x.slim .player > .left-arm .back { + background-position: -561px -220px; + transform: rotateX(0deg) rotateY(180deg) translateX(-11px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x.slim .player > .left-arm .right { + transform: rotateX(0deg) rotateY(270deg) translateX(0px) translateY(0px) translateZ(11px); +} +.mc-skin-viewer-11x.slim .player > .left-arm .left { + background-position: -517px -220px; +} +.mc-skin-viewer-11x.slim .player > .left-arm .top { + transform: rotateX(90deg) rotateY(0deg) translateX(11px) translateY(0px) translateZ(22px); +} +.mc-skin-viewer-11x.slim .player > .left-arm .bottom { + background-position: -517px -176px; + transform: rotateX(270deg) rotateY(0deg) translateX(11px) translateY(0px) translateZ(110px); +} +.mc-skin-viewer-11x.slim .player > .left-arm > .accessory .back { + background-position: -561px -396px; +} +.mc-skin-viewer-11x.slim .player > .left-arm > .accessory .left { + background-position: -517px -396px; +} +.mc-skin-viewer-11x.slim .player > .left-arm > .accessory .bottom { + background-position: -517px -352px; +} +.mc-skin-viewer-11x.slim .player > .right-arm .back { + background-position: -473px -572px; +} +.mc-skin-viewer-11x.slim .player > .right-arm .left { + background-position: -429px -572px; + transform: rotateX(0deg) rotateY(90deg) translateX(0px) translateY(0px) translateZ(11px); +} +.mc-skin-viewer-11x.slim .player > .right-arm .bottom { + background-position: -429px -528px; +} +.mc-skin-viewer-11x.slim .player > .right-arm > .accessory .back { + background-position: -649px -572px; +} +.mc-skin-viewer-11x.slim .player > .right-arm > .accessory .left { + background-position: -605px -572px; +} +.mc-skin-viewer-11x.slim .player > .right-arm > .accessory .bottom { + background-position: -605px -528px; +} +.mc-skin-viewer-11x.slim.legacy .player > .right-arm { + transform: translateY(88px) translateX(77px) scaleX(-1); +} +.mc-skin-viewer-11x.slim.legacy .player > .right-arm .back { + background-position: -561px -220px; +} +.mc-skin-viewer-11x.slim.legacy .player > .right-arm > .accessory .back { + background-position: -561px -396px; +} +.mc-skin-viewer-11x .player .cape { + transform-style: preserve-3d; + transform: rotateY(180deg) translateX(-11px) translateZ(27.5px) translateY(82.5px) rotateX(5deg); +} +.mc-skin-viewer-11x .player .cape > .front, +.mc-skin-viewer-11x .player .cape > .back, +.mc-skin-viewer-11x .player .cape > .left, +.mc-skin-viewer-11x .player .cape > .right, +.mc-skin-viewer-11x .player .cape > .top, +.mc-skin-viewer-11x .player .cape > .bottom { + position: absolute; + background-image: inherit!important; + background-size: 704px 352px; + backface-visibility: hidden; +} +.mc-skin-viewer-11x .player .cape > .front, +.mc-skin-viewer-11x .player .cape > .back { + width: 110px; + height: 165px; +} +.mc-skin-viewer-11x .player .cape > .left, +.mc-skin-viewer-11x .player .cape > .right { + width: 11px; + height: 165px; +} +.mc-skin-viewer-11x .player .cape > .top, +.mc-skin-viewer-11x .player .cape > .bottom { + width: 110px; + height: 11px; +} +.mc-skin-viewer-11x .player .cape > .front { + background-position: -11px -11px; + transform: translateZ(5.5px); +} +.mc-skin-viewer-11x .player .cape > .back { + background-position: -132px -11px; + transform: translateZ(-5.5px) rotateY(180deg); +} +.mc-skin-viewer-11x .player .cape > .left { + background-position: 0 -11px; + transform: rotateY(270deg) translateZ(5.5px); +} +.mc-skin-viewer-11x .player .cape > .right { + background-position: -121px -11px; + transform: rotateY(-270deg) translateZ(104.5px); +} +.mc-skin-viewer-11x .player .cape > .top { + background-position: -11px 0; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(5.5px); +} +.mc-skin-viewer-11x .player .cape > .bottom { + background-position: -121px 0; + transform: rotateX(-90deg) translateZ(159.5px); +} +.mc-skin-viewer-11x.legacy-cape > .player .cape > .front, +.mc-skin-viewer-11x.legacy-cape > .player .cape > .back, +.mc-skin-viewer-11x.legacy-cape > .player .cape > .left, +.mc-skin-viewer-11x.legacy-cape > .player .cape > .right, +.mc-skin-viewer-11x.legacy-cape > .player .cape > .top, +.mc-skin-viewer-11x.legacy-cape > .player .cape > .bottom { + background-size: 242px 187px; +} +.mc-cape-viewer-9x { + width: 90px; + height: 135px; + margin: 10px auto; + perspective: 800px; + perspective-origin: 50% 100px; + background-image: none; + image-rendering: pixelated; +} +.mc-cape-viewer-9x .wrapper { + transform-style: preserve-3d; + width: 90px; + height: 135px; + position: relative; + background-image: none !important; +} +.mc-cape-viewer-9x .wrapper .cape { + transform-style: preserve-3d; +} +.mc-cape-viewer-9x .wrapper .cape > .front, +.mc-cape-viewer-9x .wrapper .cape > .back, +.mc-cape-viewer-9x .wrapper .cape > .left, +.mc-cape-viewer-9x .wrapper .cape > .right, +.mc-cape-viewer-9x .wrapper .cape > .top, +.mc-cape-viewer-9x .wrapper .cape > .bottom { + position: absolute; + background-size: 576px 288px; + backface-visibility: hidden; +} +.mc-cape-viewer-9x .wrapper .cape > .front, +.mc-cape-viewer-9x .wrapper .cape > .back { + width: 90px; + height: 135px; +} +.mc-cape-viewer-9x .wrapper .cape > .left, +.mc-cape-viewer-9x .wrapper .cape > .right { + width: 9px; + height: 135px; +} +.mc-cape-viewer-9x .wrapper .cape > .top, +.mc-cape-viewer-9x .wrapper .cape > .bottom { + width: 90px; + height: 9px; +} +.mc-cape-viewer-9x .wrapper .cape > .front { + background-position: -9px -9px; + transform: translateZ(4.5px); +} +.mc-cape-viewer-9x .wrapper .cape > .back { + background-position: -108px -9px; + transform: translateZ(-4.5px) rotateY(180deg); +} +.mc-cape-viewer-9x .wrapper .cape > .left { + background-position: 0 -9px; + transform: rotateY(270deg) translateZ(4.5px); +} +.mc-cape-viewer-9x .wrapper .cape > .right { + background-position: -99px -9px; + transform: rotateY(-270deg) translateZ(85.5px); +} +.mc-cape-viewer-9x .wrapper .cape > .top { + background-position: -9px 0; + transform: rotateX(90deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(4.5px); +} +.mc-cape-viewer-9x .wrapper .cape > .bottom { + background-position: -99px 0; + transform: rotateX(-90deg) translateZ(130.5px); +} +.mc-cape-viewer-9x.legacy .wrapper .cape > .front, +.mc-cape-viewer-9x.legacy .wrapper .cape > .back, +.mc-cape-viewer-9x.legacy .wrapper .cape > .left, +.mc-cape-viewer-9x.legacy .wrapper .cape > .right { + background-size: 198px 153px; +} +.mc-cape-viewer-9x.waving > .wrapper > .cape { + animation: waving 2s infinite ease-in-out; +} +.mc-cape-viewer-9x.spin > .wrapper > .cape { + animation: spin 12s infinite linear; +} diff --git a/resources/fonts/DinNextLtW04MediumCond.eot b/resources/fonts/DinNextLtW04MediumCond.eot new file mode 100644 index 0000000000000000000000000000000000000000..2a8cb069c3ae31b13c8f515e2e3f40c0ddf1aec6 Binary files /dev/null and b/resources/fonts/DinNextLtW04MediumCond.eot differ diff --git a/resources/fonts/DinNextLtW04MediumCond.svg b/resources/fonts/DinNextLtW04MediumCond.svg new file mode 100644 index 0000000000000000000000000000000000000000..27cddf4c9f6111653240ede9dbe141f8a662e716 --- /dev/null +++ b/resources/fonts/DinNextLtW04MediumCond.svg @@ -0,0 +1,8450 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20200427 at Thu Nov 6 01:48:55 2014 + By www +Copyright (c) 2010 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. +</metadata> +<defs> +<font id="DINNextLTW04-MediumCond" horiz-adv-x="398" > + <font-face + font-family="DINNextLTW04-MediumCond" + font-weight="500" + font-stretch="condensed" + units-per-em="1000" + panose-1="2 11 6 6 2 2 3 5 2 3" + ascent="800" + descent="-200" + x-height="482" + cap-height="680" + bbox="-92.6923 -221 872 902" + underline-thickness="50" + underline-position="-125" + unicode-range="U+0020-FB04" + /> +<missing-glyph horiz-adv-x="388" +d="M0 670q0 10 10 10h368q10 0 10 -10v-660q0 -10 -10 -10h-368q-10 0 -10 10v660zM59 61q0 -6 6 -6h259q6 0 6 6v558q0 6 -6 6h-259q-6 0 -6 -6v-558zM168 224q-10 0 -10 10v46q0 21 13 44l36 67q9 17 13 30t4 34q0 19 -3 28q-7 20 -30 20q-22 0 -29 -20q-2 -5 -2.5 -13 +t-0.5 -28q0 -10 -11 -8l-46 4q-9 1 -9 11q0 23 2 34.5t4 18.5q9 28 34 44.5t59 16.5q35 0 60 -16.5t34 -44.5q2 -7 4 -18t2 -26q0 -26 -5 -42.5t-16 -36.5l-35 -67q-5 -9 -7.5 -17.5t-2.5 -18.5v-42q0 -10 -10 -10h-48zM158 182q0 10 10 10h48q10 0 10 -10v-58 +q0 -10 -10 -10h-48q-10 0 -10 10v58z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="567" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM229 36q-6 8 1 14l59 54q7 6 15 -1q17 -15 40 -15q31 0 48 18.5t17 60.5v503q0 10 10 10h87q10 0 10 -10v-494q0 -49 -12.5 -84t-36 -57.5t-55.5 -33t-71 -10.5q-35 0 -65 11.5t-47 33.5z +" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="408" +d="M61 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM265 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM200 -180q-10 0 -10 10v72 +q0 10 10 10l14 1q22 2 31.5 13t9.5 43v503q0 10 10 10h82q10 0 10 -10v-508q0 -73 -33.5 -108.5t-108.5 -35.5h-15z" /> + <glyph glyph-name="napostrophe" unicode=""n" horiz-adv-x="405" +d="M-6 511q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7zM266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16 +q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="uniFB00" unicode="ff" horiz-adv-x="512" +d="M78 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M334 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +" /> + <glyph glyph-name="uniFB01" unicode="fi" horiz-adv-x="460" +d="M78 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M317 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM317 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="uniFB02" unicode="fl" horiz-adv-x="489" +d="M78 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M450 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3z" /> + <glyph glyph-name="uniFB03" unicode="ffi" horiz-adv-x="716" +d="M78 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M334 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M573 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM573 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="uniFB04" unicode="ffl" horiz-adv-x="745" +d="M78 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M334 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +M706 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3z" /> + <glyph glyph-name=".notdef" horiz-adv-x="388" +d="M0 670q0 10 10 10h368q10 0 10 -10v-660q0 -10 -10 -10h-368q-10 0 -10 10v660zM59 61q0 -6 6 -6h259q6 0 6 6v558q0 6 -6 6h-259q-6 0 -6 -6v-558zM168 224q-10 0 -10 10v46q0 21 13 44l36 67q9 17 13 30t4 34q0 19 -3 28q-7 20 -30 20q-22 0 -29 -20q-2 -5 -2.5 -13 +t-0.5 -28q0 -10 -11 -8l-46 4q-9 1 -9 11q0 23 2 34.5t4 18.5q9 28 34 44.5t59 16.5q35 0 60 -16.5t34 -44.5q2 -7 4 -18t2 -26q0 -26 -5 -42.5t-16 -36.5l-35 -67q-5 -9 -7.5 -17.5t-2.5 -18.5v-42q0 -10 -10 -10h-48zM158 182q0 10 10 10h48q10 0 10 -10v-58 +q0 -10 -10 -10h-48q-10 0 -10 10v58z" /> + <glyph glyph-name=".null" horiz-adv-x="0" + /> + <glyph glyph-name="nonmarkingreturn" horiz-adv-x="333" + /> + <glyph glyph-name="glyph219" horiz-adv-x="500" + /> + <glyph glyph-name="glyph219" horiz-adv-x="500" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="194" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="241" +d="M97 170q-10 0 -10 10l-22 490q0 10 10 10h91q10 0 10 -10l-22 -490q0 -10 -10 -10h-47zM68 109q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85q-10 0 -10 10v99z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="278" +d="M173 493q-10 0 -10 10v167q0 10 10 10h55q10 0 10 -10v-167q0 -10 -10 -10h-55zM50 493q-10 0 -10 10v167q0 10 10 10h55q10 0 10 -10v-167q0 -10 -10 -10h-55z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="509" +d="M111 216h-50q-10 0 -10 10v52q0 10 10 10h58l13 122h-52q-10 0 -10 10v52q0 10 10 10h59l20 188q2 10 11 10h57q11 0 9 -10l-20 -188h97l20 188q2 10 11 10h57q11 0 9 -10l-20 -188h58q10 0 10 -10v-52q0 -10 -10 -10h-65l-13 -122h59q10 0 10 -10v-52q0 -10 -10 -10h-67 +l-21 -206q-2 -10 -11 -10h-57q-11 0 -9 10l21 206h-97l-21 -206q-2 -10 -11 -10h-57q-11 0 -9 10zM293 288l13 122h-97l-13 -122h97z" /> + <glyph glyph-name="dollar" unicode="$" +d="M35 165q0 10 8 11l75 13q11 1 11 -9q1 -47 12.5 -68.5t37.5 -26.5v221l-28 11q-32 13 -53 29t-34 38.5t-18 52.5t-5 70q0 84 33 130.5t105 50.5v41q0 10 10 10h17q10 0 10 -10v-41q68 -6 98.5 -48t36.5 -112q1 -9 -9 -11l-73 -11q-9 -2 -11 8q-3 36 -12 55t-30 24v-190 +l26 -10q31 -12 53 -28t35.5 -39t19.5 -55t6 -76q0 -101 -34 -149.5t-106 -53.5v-55q0 -10 -10 -10h-17q-10 0 -10 10v55q-74 5 -107.5 47.5t-36.5 125.5zM179 594q-22 -5 -31 -25t-9 -58t7 -58.5t33 -33.5v175zM216 86q22 5 32 25.5t10 69.5q0 46 -9.5 70.5t-32.5 38.5v-204 +z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="674" +d="M426 679q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54q-10 0 -7 10zM161 328q-37 0 -60.5 16t-32.5 45q-3 8 -4.5 15.5t-2 20t-1 31.5t-0.5 51q0 31 0.5 51t1 32t2 19.5t4.5 15.5q9 29 32.5 45t60.5 16q38 0 61 -16t32 -45q3 -8 4.5 -15.5t2 -19.5t1 -32 +t0.5 -51q0 -32 -0.5 -51t-1 -31.5t-2 -20t-4.5 -15.5q-9 -29 -32 -45t-61 -16zM161 392q20 0 25 17q1 2 1.5 6t1 14.5t0.5 28.5v49v49.5t-0.5 28.5t-1 14t-1.5 6q-5 17 -25 17t-25 -17q-1 -2 -1.5 -6t-1 -14t-0.5 -28.5v-49.5v-49t0.5 -28.5t1 -14.5t1.5 -6q5 -17 25 -17z +M420 55q-3 7 -4.5 15t-2 20t-1 31.5t-0.5 51.5q0 31 0.5 50.5t1 32t2 20t4.5 15.5q9 29 32 45t61 16q37 0 60.5 -16t32.5 -45q3 -8 4.5 -15.5t2 -20t1 -32t0.5 -50.5q0 -32 -0.5 -51.5t-1 -31.5t-2 -20t-4.5 -15q-9 -29 -32.5 -45t-60.5 -16q-38 0 -61 16t-32 45zM488 75 +q5 -17 25 -17t25 17q1 2 1.5 6t1 14t0.5 28.5v49.5v49t-0.5 28.5t-1 14.5t-1.5 6q-5 17 -25 17t-25 -17q-1 -2 -1.5 -6t-1 -14.5t-0.5 -28.5v-49v-49.5t0.5 -28.5t1 -14t1.5 -6z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="553" +d="M63 143q0 50 31 100.5t90 119.5q-20 33 -34.5 59t-23.5 47.5t-13 40.5t-4 38q0 32 11 58t30 44.5t45.5 28.5t58.5 10q31 0 58 -10t46 -28.5t30 -44.5t11 -58q0 -18 -4.5 -37t-15.5 -41.5t-31 -51t-51 -64.5l71 -119l45 77q5 8 13 3l55 -31q8 -5 3 -14l-67 -117l23 -38 +q9 -16 15.5 -20.5t16.5 -4.5h3q10 0 10 -10v-70q0 -10 -10 -10h-30q-29 0 -42 8.5t-26 29.5l-16 26q-31 -39 -65.5 -56t-79.5 -17q-72 0 -112.5 41.5t-40.5 110.5zM249 437q18 21 29.5 37t18 29t8.5 24.5t2 23.5q0 58 -52 58t-52 -58q0 -14 8.5 -38.5t37.5 -75.5zM158 145 +q0 -32 17.5 -49.5t46.5 -17.5q23 0 44 13.5t48 52.5l-82 137q-38 -45 -56 -76t-18 -60z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="155" +d="M50 493q-10 0 -10 10v167q0 10 10 10h55q10 0 10 -10v-167q0 -10 -10 -10h-55z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="271" +d="M161 -74q-47 91 -71.5 195t-24.5 207t24.5 207t71.5 195q3 10 13 10h49q10 0 7 -10q-30 -91 -46.5 -195t-16.5 -207t16.5 -207t46.5 -195q3 -10 -7 -10h-49q-10 0 -13 10z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="271" +d="M41 -74q30 91 46.5 195t16.5 207t-16.5 207t-46.5 195q-3 10 7 10h50q8 0 13 -10q46 -91 70.5 -195t24.5 -207t-24.5 -207t-70.5 -195q-5 -10 -13 -10h-50q-10 0 -7 10z" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="328" +d="M144 392q-10 0 -10 10l1 84l-59 -36q-8 -5 -13 4l-20 35q-5 9 3 14l59 33l-59 33q-8 5 -3 14l20 35q5 9 13 4l59 -36l-1 84q0 10 10 10h40q10 0 10 -10l-2 -84l60 36q8 5 13 -4l20 -35q5 -9 -3 -14l-60 -33l60 -33q8 -5 3 -14l-20 -35q-5 -9 -13 -4l-60 35l2 -83 +q0 -10 -10 -10h-40z" /> + <glyph glyph-name="plus" unicode="+" +d="M153 225q0 6 -6 6h-101q-10 0 -10 10v70q0 10 10 10h101q6 0 6 6v102q0 10 10 10h73q10 0 10 -10v-102q0 -6 6 -6h100q10 0 10 -10v-70q0 -10 -10 -10h-100q-6 0 -6 -6v-102q0 -10 -10 -10h-73q-10 0 -10 10v102z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="191" +d="M46 109q0 10 10 10h79q10 0 10 -10v-82q0 -17 -8 -28l-71 -95q-5 -6 -11 -6q-9 0 -9 9v202z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="368" +d="M52 218q-10 0 -10 10v75q0 10 10 10h264q10 0 10 -10v-75q0 -10 -10 -10h-264z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="197" +d="M46 109q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85q-10 0 -10 10v99z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="245" +d="M146 679q2 10 11 10h57q11 0 9 -10l-125 -678q-1 -10 -11 -10h-57q-11 0 -9 10z" /> + <glyph glyph-name="zero" unicode="0" +d="M57 84q-3 9 -5 20.5t-3.5 37.5t-2 72.5t-0.5 125.5t0.5 125.5t2 72.5t3.5 37.5t5 20.5q14 45 51 69t91 24t91 -24t52 -69q3 -9 4.5 -20.5t3 -37.5t2 -72.5t0.5 -125.5t-0.5 -125.5t-2 -72.5t-3 -37.5t-4.5 -20.5q-15 -45 -52 -69t-91 -24t-91 24t-51 69zM154 115 +q5 -14 15.5 -22.5t29.5 -8.5t30 8.5t16 22.5q1 5 2 12.5t2 30t1 65v117.5v117.5t-1 65t-2 30t-2 12.5q-5 14 -16 22.5t-30 8.5t-29.5 -8.5t-15.5 -22.5q-2 -5 -3 -12.5t-1.5 -30t-1 -65t-0.5 -117.5t0.5 -117.5t1 -65t1.5 -30t3 -12.5z" /> + <glyph glyph-name="one" unicode="1" +d="M167 562h-2l-85 -60q-4 -3 -7.5 -1.5t-3.5 7.5v85q0 9 10 17l87 64q9 6 18 6h75q10 0 10 -10v-660q0 -10 -10 -10h-82q-10 0 -10 10v552z" /> + <glyph glyph-name="two" unicode="2" +d="M49 81q0 9 5 20l169 304q7 12 12 23.5t8 24.5t4.5 28.5t1.5 35.5t-1 29t-3 17q-11 33 -47 33q-35 0 -46 -33l-2 -8t-1.5 -10.5t-0.5 -17v-26.5q0 -12 -12 -10l-78 7q-9 1 -9 12q0 32 1.5 51t6.5 33q15 45 50.5 70t92.5 25t92 -24.5t50 -69.5q5 -14 7 -33t2 -45 +q0 -28 -2.5 -50t-7.5 -40.5t-13 -36t-19 -36.5l-149 -260v-1h181q10 0 10 -10v-73q0 -10 -10 -10h-282q-10 0 -10 10v71z" /> + <glyph glyph-name="three" unicode="3" +d="M56 86q-5 14 -7 32.5t-2 45.5q0 11 10 12l77 7q12 2 12 -10q0 -28 1 -38t3 -18q11 -33 46 -33q36 0 47 32q1 4 2 8.5t1.5 13t0.5 22v35.5v38.5t-0.5 23t-1.5 12.5t-2 7q-5 17 -17.5 23.5t-32.5 6.5h-15q-10 0 -10 10v72q0 10 10 10h15q20 0 32.5 6t17.5 23q1 3 2 7 +t1.5 12t0.5 20.5v33.5v26.5t-0.5 17.5t-1.5 11.5t-2 8.5q-11 32 -47 32q-35 0 -46 -33q-2 -8 -3 -18t-1 -38q0 -12 -12 -10l-77 7q-10 1 -10 12q0 27 2 45.5t7 32.5q14 45 49.5 70t91.5 25q58 0 93 -24t50 -69q5 -14 7 -36t2 -60q0 -20 -0.5 -34t-1 -23.5t-2 -16t-3.5 -12.5 +q-6 -20 -18.5 -33.5t-30.5 -24.5v-2q18 -11 30.5 -24.5t18.5 -33.5q2 -6 3.5 -12.5t2 -17.5t1 -28t0.5 -43q0 -25 -0.5 -42.5t-1.5 -30.5t-3 -22t-4 -16q-15 -45 -50.5 -69t-92.5 -24q-56 0 -91.5 25t-49.5 70z" /> + <glyph glyph-name="four" unicode="4" +d="M34 101q-10 0 -10 10v72q0 5 2 11l140 478q3 8 12 8h83q11 0 8 -11l-140 -473v-2h86q6 0 6 6v180q0 10 10 10h82q10 0 10 -10v-180q0 -6 5 -6h34q10 0 10 -10v-73q0 -10 -10 -10h-33q-6 0 -6 -6v-85q0 -10 -10 -10h-82q-10 0 -10 10v85q0 6 -6 6h-181z" /> + <glyph glyph-name="five" unicode="5" +d="M57 86q-5 14 -6.5 31t-1.5 37q0 10 9 12l78 8q12 2 12 -10q0 -21 1 -30t3 -17q11 -33 46 -33q36 0 47 32q1 3 2 8t1.5 15.5t0.5 29v48.5v48t-0.5 28.5t-1.5 15.5t-2 8q-10 32 -47 32q-19 0 -30 -8t-16 -22q-4 -9 -15 -9h-68q-10 0 -10 10v350q0 10 10 10h272q10 0 10 -10 +v-73q0 -10 -10 -10h-184q-6 0 -6 -6v-166h1q11 12 30.5 20t42.5 8q47 0 75 -20t41 -60q3 -8 4.5 -17.5t3 -25.5t2 -40.5t0.5 -62.5q0 -33 -0.5 -55t-1.5 -37t-3 -24t-4 -16q-15 -45 -50.5 -69.5t-92.5 -24.5q-56 0 -91.5 25t-50.5 70z" /> + <glyph glyph-name="six" unicode="6" +d="M56 87q-2 7 -4 15.5t-3 21t-1.5 30.5t-0.5 44q0 35 1.5 61t5 47.5t10 41t15.5 43.5l107 279q4 10 14 10h83q12 0 7 -11l-104 -270l2 -2q4 2 13 4t21 2q50 0 78 -23.5t42 -67.5q4 -14 7 -39t3 -75q0 -26 -0.5 -44t-1.5 -30.5t-3 -21t-4 -15.5q-15 -45 -51 -70.5t-93 -25.5 +t-93 25.5t-50 70.5zM153 117q11 -33 46 -33q36 0 47 33q1 4 2 8.5t1.5 12.5t0.5 22.5v37.5v37t-0.5 22t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22v-37v-37.5t0.5 -22.5t1.5 -12.5t2 -8.5z" /> + <glyph glyph-name="seven" unicode="7" +d="M251 585v2h-104q-6 0 -6 -6v-64q0 -10 -10 -10h-74q-10 0 -10 10v153q0 10 10 10h286q10 0 10 -10v-74q0 -5 -2 -11l-167 -575q-3 -10 -13 -10h-83q-10 0 -6 13z" /> + <glyph glyph-name="eight" unicode="8" +d="M56 87q-2 7 -4 15.5t-3 20.5t-1.5 30t-0.5 44q0 42 2 61t7 35q6 19 16.5 35t27.5 27v2q-17 11 -27.5 27t-16.5 35q-5 16 -7 33.5t-2 47.5q0 39 2 59t7 34q14 45 50 70.5t93 25.5t93 -25.5t51 -70.5q5 -14 7 -34t2 -59q0 -30 -2 -47.5t-7 -33.5q-6 -19 -16.5 -35 +t-27.5 -27v-2q31 -22 44 -62q5 -16 7 -35t2 -61q0 -26 -0.5 -44t-1.5 -30t-3 -20.5t-4 -15.5q-15 -45 -51 -70.5t-93 -25.5t-93 25.5t-50 70.5zM199 403q36 0 47 33q1 3 2 7t1.5 11t0.5 18v28v26.5t-0.5 17.5t-1.5 11l-2 8q-11 33 -47 33q-35 0 -46 -33l-2 -8t-1.5 -11 +t-0.5 -17.5v-26.5v-28t0.5 -18t1.5 -11t2 -7q10 -33 46 -33zM153 117q11 -33 46 -33q36 0 47 33l2 8t1.5 12.5t0.5 22.5v37v37t-0.5 22.5t-1.5 12.5t-2 7q-11 33 -47 33t-46 -33q-1 -3 -2 -7t-1.5 -12.5t-0.5 -22.5v-37v-37t0.5 -22.5t1.5 -12.5z" /> + <glyph glyph-name="nine" unicode="9" +d="M212 281l-2 2q-4 -2 -12.5 -4t-21.5 -2q-49 0 -77 23.5t-42 67.5q-5 14 -7.5 39t-2.5 75q0 52 2 74.5t7 36.5q14 45 50 70.5t93 25.5t93 -25.5t51 -70.5q4 -14 6.5 -36.5t2.5 -74.5q0 -35 -1.5 -61t-5.5 -47.5t-10 -41t-15 -43.5l-107 -279q-4 -10 -14 -10h-83 +q-12 0 -7 11zM199 370q36 0 47 33q1 3 2 7.5t1.5 12.5t0.5 22v37v37.5t-0.5 22.5t-1.5 12.5t-2 8.5q-11 33 -47 33q-35 0 -46 -33q-1 -4 -2 -8.5t-1.5 -12.5t-0.5 -22.5v-37.5v-37t0.5 -22t1.5 -12.5t2 -7.5q10 -33 46 -33z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="213" +d="M64 363q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85zM54 109q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85q-10 0 -10 10v99z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="213" +d="M64 363q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85zM57 109q0 10 10 10h79q10 0 10 -10v-82q0 -17 -8 -28l-71 -95q-5 -6 -11 -6q-9 0 -9 9v202z" /> + <glyph glyph-name="less" unicode="<" +d="M46 231q-10 4 -10 15v60q0 11 10 15l306 123q10 3 10 -7v-74q0 -9 -10 -13l-191 -73v-2l191 -73q10 -4 10 -13v-74q0 -10 -10 -7z" /> + <glyph glyph-name="equal" unicode="=" +d="M46 328q-10 0 -10 10v69q0 10 10 10h306q10 0 10 -10v-69q0 -10 -10 -10h-306zM46 135q-10 0 -10 10v69q0 10 10 10h306q10 0 10 -10v-69q0 -10 -10 -10h-306z" /> + <glyph glyph-name="greater" unicode=">" +d="M46 108q-10 -3 -10 7v74q0 9 10 13l192 73v2l-192 73q-10 4 -10 13v74q0 10 10 7l306 -123q10 -4 10 -15v-60q0 -11 -10 -15z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="391" +d="M140 170q-10 0 -10 10v75q0 18 4.5 34t14.5 34l56 103q13 24 19 45.5t6 56.5q0 23 -4 36q-11 32 -46 32t-47 -32l-2 -8t-1.5 -11t-0.5 -17.5v-26.5q0 -12 -11 -10l-78 7q-10 1 -10 12q0 37 2 54t7 30q15 45 53 70t90 25q57 0 92 -26.5t49 -68.5q5 -14 7 -29t2 -37 +q0 -38 -7 -64t-21 -54l-56 -105q-8 -14 -12 -27t-4 -28v-70q0 -10 -10 -10h-82zM129 109q0 10 10 10h84q10 0 10 -10v-99q0 -10 -10 -10h-84q-10 0 -10 10v99z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="661" +d="M50 72q-5 13 -8.5 29t-5.5 38t-3.5 53t-1.5 76t1.5 76t3.5 53t5.5 37.5t8.5 29.5q31 94 104.5 145t176.5 51q102 0 175.5 -51t104.5 -145q4 -14 8 -29.5t6 -37.5t3.5 -53t1.5 -76q0 -31 -0.5 -52t-2 -35.5t-3 -23.5t-4.5 -17q-14 -44 -44.5 -62.5t-69.5 -18.5 +q-37 0 -65 16.5t-42 48.5h-1q-13 -33 -33.5 -49t-61.5 -16q-70 0 -91 66q-3 7 -4.5 17t-3 25.5t-2 38.5t-0.5 58t0.5 58t2 38.5t3 25t4.5 17.5q21 66 89 66q29 0 46.5 -12.5t26.5 -32.5h2v28q0 10 10 10h64q10 0 10 -10v-263q0 -57 46 -57q33 0 42 30q1 3 2 8t1.5 15.5 +t0.5 30v52.5q0 45 -1 74.5t-3 49t-5 31.5t-6 23q-22 68 -75.5 105t-130.5 37q-78 0 -131.5 -37t-75.5 -105q-3 -11 -6 -23t-5 -31.5t-3 -49t-1 -74.5t1 -74.5t3 -49t5 -32t6 -22.5q22 -67 75.5 -104.5t131.5 -37.5q49 0 86 11t66 32q8 5 14 -3l28 -39q5 -9 -3 -14 +q-42 -29 -88 -44t-103 -15q-103 0 -176.5 51t-104.5 145zM289 166q11 -29 42 -29q32 0 41 29q1 3 2 8t1.5 15.5t0.5 28v46.5v46.5t-0.5 28t-1.5 15.5t-2 8q-9 29 -41 29q-31 0 -42 -29q-1 -3 -2 -8t-1.5 -15.5t-0.5 -28v-46.5v-46.5t0.5 -28t1.5 -15.5t2 -8z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="427" +d="M53 670q0 10 10 10h149q92 0 134 -42.5t42 -133.5q0 -63 -20.5 -96.5t-58.5 -50.5v-2q38 -11 62.5 -49t24.5 -106q0 -57 -12.5 -95t-37 -61.5t-62 -33.5t-86.5 -10h-135q-10 0 -10 10v660zM202 396q44 0 61.5 18.5t17.5 74.5t-17.5 75t-61.5 19h-36q-6 0 -6 -6v-175 +q0 -6 6 -6h36zM160 103q0 -6 6 -6h36q48 0 67 22t19 82t-19 81.5t-67 21.5h-36q-6 0 -6 -6v-195z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="387" +d="M54 95q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 53.5 76.5t100.5 27.5q73 0 116 -39t48 -124q2 -11 -7 -12l-81 -14q-11 -2 -11 9q-2 44 -17.5 63.5t-44.5 19.5q-23 0 -35.5 -9.5t-18.5 -28.5q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61 +t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 18.5 -28.5t35.5 -9.5q29 0 44.5 19.5t17.5 63.5q0 11 11 9l81 -14q9 -1 7 -12q-5 -85 -48 -124t-116 -39q-63 0 -100.5 27.5t-53.5 76.5z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="443" +d="M53 670q0 10 10 10h157q67 0 107 -27t58 -82q4 -14 7.5 -31t5.5 -43t3 -64t1 -93q0 -56 -1 -93.5t-3 -63.5t-5.5 -43t-7.5 -31q-18 -55 -58 -82t-107 -27h-157q-10 0 -10 10v660zM160 103q0 -6 6 -6h43q55 0 72 49q3 9 5 21.5t3.5 34t2.5 54.5t1 84t-1 84t-2.5 54.5 +t-3.5 34t-5 21.5q-17 49 -72 49h-43q-6 0 -6 -6v-474z" /> + <glyph glyph-name="E" unicode="E" horiz-adv-x="381" +d="M53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="376" +d="M53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-184q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-274q0 -10 -10 -10h-87q-10 0 -10 10v660z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="426" +d="M54 97q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q74 0 117.5 -39t51.5 -120q2 -10 -8 -12l-81 -14q-9 -2 -11 8q-8 80 -68 80q-22 0 -38 -10.5t-21 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5 +t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5t-103.5 27.5t-57.5 78.5z +" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="447" +d="M53 670q0 10 10 10h87q10 0 10 -10v-268q0 -6 6 -6h115q6 0 6 6v268q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v283q0 6 -6 6h-115q-6 0 -6 -6v-283q0 -10 -10 -10h-87q-10 0 -10 10v660z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="354" +d="M16 36q-6 8 1 14l59 54q7 6 15 -1q17 -15 40 -15q31 0 48 18.5t17 60.5v503q0 10 10 10h87q10 0 10 -10v-494q0 -49 -12.5 -84t-36 -57.5t-55.5 -33t-71 -10.5q-35 0 -65 11.5t-47 33.5z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="441" +d="M53 670q0 10 10 10h87q10 0 10 -10v-281l137 283q4 8 13 8h91q4 0 5.5 -3t-0.5 -7l-136 -265l157 -395q4 -10 -5 -10h-93q-8 0 -11 7l-113 287l-45 -93v-191q0 -10 -10 -10h-87q-10 0 -10 10v660z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="372" +d="M53 670q0 10 10 10h87q10 0 10 -10v-567q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="558" +d="M53 670q0 10 10 10h87q13 0 16 -10l113 -383h4l110 383q3 10 16 10h86q10 0 10 -10v-660q0 -10 -10 -10h-77q-10 0 -10 10v430h-6l-88 -309q-3 -10 -13 -10h-44q-10 0 -13 10l-88 309h-6v-430q0 -10 -10 -10h-77q-10 0 -10 10v660z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="461" +d="M53 670q0 10 10 10h106q11 0 14 -10l126 -470h5v470q0 10 10 10h74q10 0 10 -10v-660q0 -10 -10 -10h-99q-11 0 -14 10l-132 470h-6v-470q0 -10 -10 -10h-74q-10 0 -10 10v660z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="429" +d="M215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5 +t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15 +q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="425" +d="M63 0q-10 0 -10 10v660q0 10 10 10h137q45 0 81 -11t61 -35.5t38 -64.5t13 -98q0 -113 -51 -161t-142 -48h-34q-6 0 -6 -6v-246q0 -10 -10 -10h-87zM200 359q23 0 39 5.5t26.5 18.5t15.5 34.5t5 53.5q0 64 -20 88t-66 24h-34q-6 0 -6 -6v-212q0 -6 6 -6h34z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="429" +d="M376 -18q-7 -7 -14 0l-47 40q-40 -31 -100 -31q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-1 -114t-3.5 -69 +t-6.5 -40t-10 -27l50 -41q8 -6 2 -14zM215 87q9 0 17 1t13 3l-50 41q-8 6 -2 14l34 41q7 9 15 1l38 -34h2v186q0 70 -0.5 109.5t-1.5 60.5t-3 29t-4 15q-5 17 -21 27.5t-37 10.5q-22 0 -38 -10.5t-21 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29 +t3.5 -15q5 -18 21 -28.5t38 -10.5z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="436" +d="M311 0q-8 0 -11 7l-83 271h-17h-34q-6 0 -6 -6v-262q0 -10 -10 -10h-87q-10 0 -10 10v660q0 10 10 10h137q45 0 81 -10.5t61 -34.5t38.5 -62.5t13.5 -94.5q0 -67 -21.5 -109.5t-59.5 -64.5l96 -294q4 -10 -5 -10h-93zM201 373q45 0 65.5 22t20.5 83q0 60 -20.5 82.5 +t-65.5 22.5h-35q-6 0 -6 -6v-198q0 -6 6 -6h35z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="404" +d="M375 195q0 -50 -9 -88.5t-29.5 -64t-54 -38.5t-81.5 -13q-166 0 -170 178q0 10 8 11l84 14q11 2 11 -9q2 -54 18.5 -77t51.5 -23q32 0 48 20.5t16 76.5q0 27 -3 46t-10.5 32.5t-20.5 22.5t-33 17l-41 16q-35 14 -58.5 31t-37.5 39.5t-20 52t-6 69.5q0 88 40 134.5 +t125 46.5t123.5 -43t43.5 -123q0 -8 -9 -11l-80 -12q-11 -2 -11 8q-2 42 -16.5 64.5t-47.5 22.5q-62 0 -62 -82q0 -24 2.5 -40t10 -27.5t20.5 -19.5t33 -16l41 -16q33 -13 56.5 -29.5t38.5 -39.5t22 -55t7 -75z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="375" +d="M144 0q-10 0 -10 10v567q0 6 -6 6h-104q-10 0 -10 10v77q0 10 10 10h327q10 0 10 -10v-77q0 -10 -10 -10h-104q-6 0 -6 -6v-567q0 -10 -10 -10h-87z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="443" +d="M222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="401" +d="M162 0q-8 0 -10 10l-135 660q-2 10 9 10h86q9 0 10 -10l79 -459h3l76 459q1 10 11 10h84q11 0 9 -10l-135 -660q-2 -10 -10 -10h-77z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="579" +d="M371 0q-8 0 -10 10l-69 437h-2l-72 -437q-2 -10 -10 -10h-75q-8 0 -10 10l-105 660q-2 10 9 10h86q10 0 11 -10l49 -443h3l73 443q1 10 11 10h59q10 0 11 -10l73 -443h3l52 443q1 10 11 10h83q11 0 9 -10l-106 -660q-2 -10 -10 -10h-74z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="402" +d="M292 0q-8 0 -11 10l-79 216h-2l-79 -216q-3 -10 -11 -10h-88q-11 0 -8 10l133 345l-121 315q-3 10 8 10h88q8 0 11 -10l67 -193h2l67 193q3 10 11 10h88q11 0 8 -10l-122 -315l134 -345q3 -10 -8 -10h-88z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="386" +d="M150 0q-10 0 -10 10v269l-130 391q-3 10 8 10h88q9 0 12 -10l76 -263h3l74 263q3 10 12 10h86q11 0 8 -10l-130 -391v-269q0 -10 -10 -10h-87z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="370" +d="M45 0q-10 0 -10 10v72q0 4 2 10l187 489v2h-169q-10 0 -10 10v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-184 -487v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="247" +d="M62 -84q-10 0 -10 10v804q0 10 10 10h135q10 0 10 -10v-63q0 -10 -10 -10h-46q-6 0 -6 -6v-646q0 -6 6 -6h46q10 0 10 -10v-63q0 -10 -10 -10h-135z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="245" +d="M157 -9q-10 0 -11 10l-125 678q-2 10 9 10h57q9 0 11 -10l125 -678q2 -10 -9 -10h-57z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="247" +d="M50 -84q-10 0 -10 10v63q0 10 10 10h45q6 0 6 6v646q0 6 -6 6h-45q-10 0 -10 10v63q0 10 10 10h135q10 0 10 -10v-804q0 -10 -10 -10h-135z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="408" +d="M290 263q-9 0 -13 10l-72 263h-2l-71 -263q-4 -10 -13 -10h-75q-10 0 -7 10l122 397q3 10 14 10h62q11 0 14 -10l122 -397q3 -10 -7 -10h-74z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="411" +d="M0 -128v57h411v-57h-411z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="415" +d="M230 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="401" +d="M61 0q-10 0 -10 10v660q0 10 10 10h82q10 0 10 -10v-237h1q10 25 31 41.5t59 16.5q80 0 105 -80q3 -10 5.5 -22t4 -31t2.5 -47t1 -70q0 -43 -1 -71t-2.5 -46.5t-4 -30.5t-5.5 -22q-25 -80 -105 -80q-38 0 -59 16t-31 42h-1v-39q0 -10 -10 -10h-82zM260 241v58.5t-1 34 +t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="357" +d="M188 -9q-54 0 -89 24.5t-50 70.5q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q15 46 50 70.5t89 24.5q63 0 103 -35.5t44 -95.5q0 -10 -8 -11l-76 -15q-11 -2 -12 9q-4 29 -17 41.5t-34 12.5q-34 0 -44 -31q-2 -5 -2.5 -11t-1.5 -19 +t-1 -35.5v-59.5v-60t1 -35t1.5 -19t2.5 -11q10 -31 44 -31q21 0 34 12.5t17 41.5q1 10 12 9l76 -15q8 -1 8 -11q-4 -60 -44 -95.5t-103 -35.5z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v237q0 10 10 10h82q10 0 10 -10v-660q0 -10 -10 -10h-82zM141 241v-58.5t1 -34 +t1.5 -18.5t2.5 -11q11 -34 49 -34q37 0 48 34q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5z" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="380" +d="M190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32 +q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="256" +d="M78 0q-10 0 -10 10v388q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v41q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h56q10 0 10 -10v-58q0 -10 -10 -10h-56q-6 0 -6 -6v-388q0 -10 -10 -10h-82z +" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="400" +d="M192 -189q-57 0 -94 27.5t-49 69.5q-2 8 4 11l76 27q9 3 13 -5q17 -37 53 -37q23 0 38 15t15 44v101h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -105 80q-3 10 -5.5 22t-4 30t-2.5 44.5t-1 65.5t1 65.5t2.5 44.5t4 30t5.5 22q25 81 105 81q38 0 59 -17t30 -43h1v41 +q0 10 10 10h82q10 0 10 -10v-497q0 -81 -43 -122.5t-115 -41.5zM195 98q37 0 48 35q1 5 2 10.5t2 17.5t1 32v55v54.5t-1 32t-2 17.5t-2 11q-11 34 -48 34t-48 -34q-2 -5 -2.5 -11t-1.5 -17.5t-1 -32v-54.5v-55t1 -32t1.5 -17.5t2.5 -10.5q11 -35 48 -35z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="405" +d="M266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v660q0 10 10 10h82q10 0 10 -10v-236h1q13 25 35 41t57 16q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="204" +d="M61 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="204" +d="M61 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM-4 -180q-10 0 -10 10v72q0 10 10 10l14 1q22 2 31.5 13t9.5 43v503q0 10 10 10h82q10 0 10 -10v-508q0 -73 -33.5 -108.5t-108.5 -35.5h-15z" /> + <glyph glyph-name="k" unicode="k" horiz-adv-x="396" +d="M289 0q-9 0 -13 10l-83 197l-40 -72v-125q0 -10 -10 -10h-82q-10 0 -10 10v660q0 10 10 10h82q10 0 10 -10v-383l103 185q6 10 14 10h84q11 0 6 -10l-106 -176l128 -286q5 -10 -6 -10h-87z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="233" +d="M194 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="610" +d="M471 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16q32 0 56 -13t37 -40h1q16 25 40 39t61 14 +q60 0 91 -36t31 -114v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="405" +d="M266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="385" +d="M348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241 +v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="401" +d="M61 -180q-10 0 -10 10v642q0 10 10 10h82q10 0 10 -10v-39h1q10 25 31 41.5t59 16.5q80 0 105 -80q3 -10 5.5 -22t4 -31t2.5 -47t1 -70q0 -43 -1 -71t-2.5 -46.5t-4 -30.5t-5.5 -22q-25 -80 -105 -80q-38 0 -59 16t-31 42h-1v-219q0 -10 -10 -10h-82zM260 241v58.5t-1 34 +t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="401" +d="M258 -180q-10 0 -10 10v219h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-642q0 -10 -10 -10h-82zM195 85q37 0 48 34 +q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="295" +d="M61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-47h1q14 29 39 47.5t67 18.5h9t9 -1q10 -3 7 -11l-23 -85q-2 -6 -10 -6h-16q-38 0 -60.5 -23t-22.5 -71v-284q0 -10 -10 -10h-82z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="350" +d="M176 -9q-66 0 -105 33t-45 90q-2 10 8 12l72 14q10 2 12 -8q4 -29 20 -42.5t39 -13.5t37.5 14.5t14.5 40.5q0 23 -11 37.5t-41 25.5l-39 15q-48 18 -76 52.5t-28 88.5q0 30 10 56t29 44.5t45 29.5t59 11q32 0 56.5 -9t41.5 -24t27.5 -35t13.5 -42q2 -11 -7 -13l-68 -13 +q-9 -1 -12 8q-5 19 -17 31.5t-35 12.5t-35 -14.5t-12 -35.5q0 -17 11 -31.5t41 -25.5l39 -15q57 -22 80.5 -57.5t23.5 -89.5q0 -32 -10 -58.5t-29 -46.5t-46.5 -31t-63.5 -11z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="255" +d="M189 -6q-63 0 -93 30.5t-30 102.5v271q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v132q0 10 10 10h82q10 0 10 -10v-132q0 -6 6 -6h45q10 0 10 -10v-58q0 -10 -10 -10h-45q-6 0 -6 -6v-269q0 -41 39 -41h12q10 0 10 -10v-74q0 -10 -10 -10h-30z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="403" +d="M260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="362" +d="M146 0q-8 0 -11 10l-119 462q-3 10 7 10h84q9 0 11 -10l64 -298h1l64 298q2 10 11 10h81q10 0 8 -10l-119 -462q-3 -10 -12 -10h-70z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="541" +d="M333 0q-11 0 -12 10l-50 280h-2l-49 -280q-1 -10 -12 -10h-70q-10 0 -11 10l-109 462q-3 10 7 10h84q9 0 11 -10l54 -298h1l56 298q2 10 11 10h59q9 0 11 -10l54 -298h1l55 298q2 10 11 10h83q10 0 7 -10l-108 -462q-3 -10 -12 -10h-70z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="365" +d="M261 0q-9 0 -13 8l-66 145h-1l-65 -145q-4 -8 -14 -8h-82q-11 0 -5 11l116 237l-109 223q-6 11 5 11h82q10 0 14 -8l61 -131h1l57 131q4 8 14 8h82q10 0 5 -11l-110 -223l117 -237q5 -11 -5 -11h-84z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="370" +d="M62 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 33.5 13.5t19.5 41.5l11 48l-120 454q-3 10 7 10h84q9 0 11 -10l64 -298h1l64 298q2 10 11 10h81q10 0 7 -10l-127 -500q-12 -47 -25 -77t-29.5 -46.5t-39 -22.5t-52.5 -6h-15z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="320" +d="M38 0q-10 0 -10 10v68q0 7 3 13l149 299v2h-132q-10 0 -10 10v70q0 10 10 10h238q10 0 10 -10v-57q0 -7 -3 -13l-155 -309v-2h148q10 0 10 -10v-71q0 -10 -10 -10h-248z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="312" +d="M234 -84q-57 0 -87.5 31t-30.5 88v184q0 35 -12 52.5t-44 17.5q-10 0 -10 10v63q0 10 10 10q32 0 44 17.5t12 52.5v179q0 57 30.5 88t87.5 31h28q10 0 10 -10v-63q0 -10 -10 -10h-10q-42 0 -42 -46v-148q0 -59 -10 -87.5t-45 -43.5v-3q35 -15 45 -43.5t10 -87.5v-153 +q0 -46 42 -46h10q10 0 10 -10v-63q0 -10 -10 -10h-28z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="281" +d="M110 -84q-10 0 -10 10v804q0 10 10 10h61q10 0 10 -10v-804q0 -10 -10 -10h-61z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="312" +d="M50 -84q-10 0 -10 10v63q0 10 10 10h9q42 0 42 46v153q0 30 2 51t8 36.5t17 25.5t29 18v3q-18 7 -29 17.5t-17 26t-8 36.5t-2 51v148q0 46 -42 46h-9q-10 0 -10 10v63q0 10 10 10h27q57 0 88 -31t31 -88v-179q0 -35 12 -52.5t43 -17.5q10 0 10 -10v-63q0 -10 -10 -10 +q-31 0 -43 -17.5t-12 -52.5v-184q0 -57 -31 -88t-88 -31h-27z" /> + <glyph glyph-name="asciitilde" unicode="~" +d="M261 213q-23 0 -38 6.5t-32 17.5q-16 10 -26 15.5t-21 5.5q-15 0 -25 -8.5t-24 -32.5q-4 -7 -13 -2l-47 25q-9 5 -4 15q41 84 106 84q23 0 38 -6.5t32 -17.5q16 -10 26 -15.5t21 -5.5q16 0 26 8.5t24 32.5q4 7 13 2l46 -25q9 -5 4 -15q-20 -43 -45.5 -63.5t-60.5 -20.5z +" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="194" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="241" +d="M144.006 312.011q9.99902 0 9.99902 -10l21.999 -489.97q0 -10 -9.99902 -10h-90.9951q-9.99902 0 -9.99902 10l21.999 489.97q0 10 9.99902 10h46.9971zM173.004 373.007q0 -10 -9.99902 -10h-84.9951q-9.99902 0 -9.99902 10v98.9941q0 9.99902 9.99902 9.99902 +h84.9951q9.99902 0 9.99902 -9.99902v-98.9941z" /> + <glyph glyph-name="cent" unicode="¢" +d="M195 -99q-10 0 -10 10v81q-99 6 -127 94q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q14 42 45 66.5t82 27.5v81q0 10 10 10h17q10 0 10 -10v-81q57 -5 89.5 -36.5t40.5 -85.5q2 -11 -7 -12l-77 -15q-11 -2 -12 7q-7 39 -34 47v-308 +q27 8 34 46q1 9 12 7l77 -14q9 -1 7 -12q-8 -54 -40.5 -85.5t-89.5 -36.5v-81q0 -10 -10 -10h-17zM153 116q8 -24 32 -30v309q-25 -4 -32 -29q-2 -5 -2.5 -10.5t-1.5 -18t-1 -35v-61.5v-61.5t1 -35t1.5 -18t2.5 -10.5z" /> + <glyph glyph-name="sterling" unicode="£" +d="M57 0q-10 0 -10 10v73q0 5 3 10q14 19 20.5 38.5t6.5 52.5v93q0 6 -6 6h-29q-10 0 -10 10v53q0 10 10 10h29q6 0 6 6v172q0 71 35.5 113t109.5 42q71 0 104.5 -40t39.5 -101q2 -10 -8 -12l-77 -13q-9 -2 -11 8q-3 35 -13.5 50t-33.5 15q-24 0 -34 -15t-10 -45v-174 +q0 -6 6 -6h89q10 0 10 -10v-53q0 -10 -10 -10h-89q-6 0 -6 -6v-93q0 -29 -5.5 -51t-19.5 -38v-2h205q10 0 10 -10v-73q0 -10 -10 -10h-302z" /> + <glyph glyph-name="currency" unicode="¤" +d="M319 169q-7 -7 -14 0l-37 36q-15 -8 -32.5 -13t-36.5 -5q-40 0 -70 18l-36 -36q-7 -7 -14 0l-35 35q-6 6 0 14l37 37q-17 31 -17 68q0 38 18 68l-37 37q-7 7 0 14l35 35q7 7 14 0l36 -37q30 18 69 18q20 0 37.5 -5t32.5 -13l37 37q7 7 14 0l34 -35q7 -7 0 -14l-37 -37 +q8 -15 13 -32t5 -36q0 -20 -5 -37.5t-13 -32.5l36 -35q6 -8 0 -14zM199 257q29 0 47 18.5t18 47.5t-18 47.5t-47 18.5t-46.5 -18.5t-17.5 -47.5t17.5 -47.5t46.5 -18.5z" /> + <glyph glyph-name="yen" unicode="¥" +d="M159 0q-10 0 -10 10v110q0 6 -6 6h-88q-10 0 -10 10v54q0 10 10 10h88q6 0 6 6v43q0 6 -6 6h-88q-10 0 -10 10v54q0 10 10 10h78v3l-109 338q-3 10 8 10h85q9 0 12 -10l71 -263h3l69 263q3 10 12 10h83q11 0 8 -10l-109 -338v-3h77q10 0 10 -10v-54q0 -10 -10 -10h-87 +q-6 0 -6 -6v-43q0 -6 6 -6h87q10 0 10 -10v-54q0 -10 -10 -10h-87q-6 0 -6 -6v-110q0 -10 -10 -10h-81z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="281" +d="M110 388q-10 0 -10 10v332q0 10 10 10h61q10 0 10 -10v-332q0 -10 -10 -10h-61zM110 -84q-10 0 -10 10v336q0 10 10 10h61q10 0 10 -10v-336q0 -10 -10 -10h-61z" /> + <glyph glyph-name="section" unicode="§" horiz-adv-x="467" +d="M231 -189q-54 0 -85 22t-43 60q-5 14 -6.5 30t-1.5 36q0 9 8 9l73 7q8 0 8 -9q0 -20 1.5 -29t3.5 -16q8 -27 43 -27q18 0 28 7t15 20q2 7 3.5 15t1.5 25q0 16 -1 27t-4 20q-6 19 -26.5 33t-59.5 28q-38 14 -61.5 35t-34.5 54q-6 18 -9.5 40.5t-3.5 53.5q0 24 2.5 41.5 +t7.5 32.5q18 55 69 75v1q-37 16 -53 60q-9 31 -9 75q0 23 1.5 38.5t6.5 29.5q13 39 45.5 61.5t84.5 22.5t83 -22t43 -60q9 -27 9 -66q0 -9 -8 -9l-73 -7q-9 0 -9 9q0 20 -1 29t-3 16q-8 27 -40 27q-33 0 -41 -27q-2 -7 -3 -15.5t-1 -26.5q0 -12 1 -22.5t4 -19.5 +q6 -19 24.5 -32.5t58.5 -27.5q38 -13 61.5 -34t34.5 -54q6 -19 9 -41.5t3 -53.5q0 -23 -2 -40.5t-7 -33.5q-18 -56 -69 -75v-1q18 -8 32.5 -22.5t22.5 -37.5q10 -29 10 -77q0 -24 -2 -40t-7 -30q-13 -39 -46.5 -61.5t-87.5 -22.5zM234 150q41 0 53 38q3 10 4.5 24t1.5 40 +t-1.5 40.5t-4.5 24.5q-12 38 -53 38q-22 0 -34.5 -9.5t-19.5 -28.5q-3 -10 -4.5 -24.5t-1.5 -40.5t1.5 -40t4.5 -24q13 -38 54 -38z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="415" +d="M251 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM99 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="706" +d="M353 -9q-109 0 -185 53t-108 150q-8 26 -13.5 60.5t-5.5 85.5t5.5 85.5t13.5 60.5q32 97 108 150t185 53t185 -53t108 -150q8 -26 13.5 -60.5t5.5 -85.5t-5.5 -85.5t-13.5 -60.5q-32 -97 -108 -150t-185 -53zM353 59q84 0 140.5 39.5t80.5 112.5q7 22 12 51.5t5 77.5 +t-5 77.5t-12 51.5q-24 73 -80.5 112.5t-140.5 39.5t-140.5 -39.5t-80.5 -112.5q-7 -22 -12 -51.5t-5 -77.5t5 -77.5t12 -51.5q24 -73 80.5 -112.5t140.5 -39.5zM357 143q-87 0 -113 76q-2 7 -4 15.5t-3 22.5t-1.5 34t-0.5 49t0.5 49t1.5 34t3 22.5t4 15.5q26 76 113 76 +q48 0 79.5 -25t36.5 -64q2 -8 -5 -10l-61 -11q-7 -2 -9 5q-5 17 -15.5 24.5t-25.5 7.5q-29 0 -38 -27q-1 -3 -2 -7.5t-1.5 -14.5t-0.5 -27.5v-47.5v-47.5t0.5 -27.5t1.5 -14.5t2 -7.5q9 -27 38 -27q15 0 25.5 7.5t15.5 24.5q2 7 9 5l61 -11q7 -2 5 -10q-5 -39 -36.5 -64 +t-79.5 -25z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="282" +d="M186 392q-10 0 -10 10v18h-2q-6 -14 -22 -23t-36 -9q-34 0 -55 21.5t-21 63.5q0 52 27.5 75t71.5 23h31q6 0 6 6v7q0 23 -11 32t-33 9q-23 0 -52 -17q-10 -5 -13 5l-16 38q-3 7 6 13q14 9 37 16.5t49 7.5q48 0 73 -23t25 -78v-185q0 -10 -10 -10h-45zM138 445 +q16 0 27 9.5t11 27.5v30q0 6 -6 6h-23q-42 0 -42 -37q0 -18 9 -27t24 -9z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="485" +d="M238 257q-7 7 0 14l177 178q3 3 6.5 2t3.5 -6v-80q0 -8 -10 -18l-79 -79q-4 -4 0 -8l79 -79q10 -10 10 -18v-80q0 -5 -3.5 -6t-6.5 2zM37 257q-7 7 0 14l177 178q3 3 6.5 2t3.5 -6v-80q0 -8 -10 -18l-78 -79q-4 -4 0 -8l78 -79q10 -10 10 -18v-80q0 -5 -3.5 -6t-6.5 2z +" /> + <glyph glyph-name="logicalnot" unicode="¬" +d="M279 144q-10 0 -10 10v71q0 6 -6 6h-217q-10 0 -10 10v70q0 10 10 10h306q10 0 10 -10v-157q0 -10 -10 -10h-73z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="368" +d="M52 218q-10 0 -10 10v75q0 10 10 10h264q10 0 10 -10v-75q0 -10 -10 -10h-264z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="434" +d="M217 303q-59 0 -100.5 28t-59.5 82q-5 15 -8 34t-3 46q0 26 3 45t8 34q18 54 59.5 82t100.5 28t100.5 -28t59.5 -82q5 -15 8 -34t3 -45q0 -27 -3 -46t-8 -34q-18 -54 -59.5 -82t-100.5 -28zM217 338q45 0 77.5 22t45.5 63q4 12 6.5 28.5t2.5 41.5q0 24 -2.5 40.5 +t-6.5 28.5q-13 41 -45.5 63t-77.5 22q-46 0 -78 -22t-46 -63q-4 -12 -6.5 -28.5t-2.5 -40.5q0 -25 2.5 -41.5t6.5 -28.5q14 -41 46 -63t78 -22zM171 388q-7 0 -7 7v198q0 7 7 7h47q61 0 61 -62q0 -20 -7 -33.5t-18 -21.5l29 -88q3 -7 -5 -7h-28q-6 0 -9 7l-24 79h-10 +q-4 0 -4 -5v-74q0 -7 -7 -7h-25zM215 509q13 0 18.5 5.5t5.5 22.5q0 16 -5.5 21t-18.5 5h-8q-4 0 -4 -4v-45q0 -5 4 -5h8z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="415" +d="M105 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="341" +d="M170 445q-26 0 -47.5 9t-38 25t-25.5 37.5t-9 47.5t9 48t25.5 38t38 25t47.5 9t48 -9t38.5 -25t25.5 -38t9 -48t-9 -47.5t-25.5 -37.5t-38.5 -25t-48 -9zM170 502q27 0 43.5 17.5t16.5 44.5q0 28 -16.5 45.5t-43.5 17.5q-26 0 -42.5 -17.5t-16.5 -45.5q0 -27 16.5 -44.5 +t42.5 -17.5z" /> + <glyph glyph-name="plusminus" unicode="±" +d="M163 137q-10 0 -10 10v102q0 6 -6 6h-101q-10 0 -10 10v70q0 10 10 10h101q6 0 6 6v102q0 10 10 10h73q10 0 10 -10v-102q0 -6 6 -6h100q10 0 10 -10v-70q0 -10 -10 -10h-100q-6 0 -6 -6v-102q0 -10 -10 -10h-73zM46 0q-10 0 -10 10v69q0 10 10 10h306q10 0 10 -10v-69 +q0 -10 -10 -10h-306z" /> + <glyph glyph-name="uni00B2" unicode="²" horiz-adv-x="281" +d="M45 430q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20 +t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193z" /> + <glyph glyph-name="uni00B3" unicode="³" horiz-adv-x="281" +d="M139 422q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5 +q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48 +t-66 -17z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="415" +d="M128 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="uni00B5" unicode="µ" horiz-adv-x="407" +d="M264 0q-10 0 -10 10v38h-1q-9 -28 -29 -42t-47 -14q-7 0 -14 1.5t-10 4.5v-168q0 -10 -10 -10h-82q-10 0 -10 10v642q0 10 10 10h82q10 0 10 -10v-317q0 -70 51 -70q50 0 50 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="uni00B5" unicode="μ" horiz-adv-x="407" +d="M264 0q-10 0 -10 10v38h-1q-9 -28 -29 -42t-47 -14q-7 0 -14 1.5t-10 4.5v-168q0 -10 -10 -10h-82q-10 0 -10 10v642q0 10 10 10h82q10 0 10 -10v-317q0 -70 51 -70q50 0 50 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="510" +d="M379 -180q-10 0 -10 10v759q0 6 -6 6h-54q-6 0 -6 -6v-759q0 -10 -10 -10h-61q-10 0 -10 10v428q-36 3 -66 20.5t-51.5 45.5t-33 65t-11.5 80t13.5 81.5t38.5 67.5t61 45.5t81 16.5h186q10 0 10 -10v-840q0 -10 -10 -10h-61z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="197" +d="M56 205q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="415" +d="M200 0q4 10 13 10h59q10 0 7 -10l-51 -145q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="uni00B9" unicode="¹" horiz-adv-x="281" +d="M130 430q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="287" +d="M144 386q-36 0 -61 15.5t-36 47.5q-4 11 -5.5 27.5t-1.5 60.5t1.5 60.5t5.5 27.5q11 32 36 47.5t61 15.5q35 0 60 -15.5t36 -47.5q4 -11 5.5 -27.5t1.5 -60.5t-1.5 -60.5t-5.5 -27.5q-11 -32 -36 -47.5t-60 -15.5zM144 449q26 0 32 21q2 7 3 18.5t1 48.5t-1 48.5t-3 18.5 +q-6 21 -32 21q-27 0 -33 -21q-2 -7 -3 -18.5t-1 -48.5t1 -48.5t3 -18.5q6 -21 33 -21z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="485" +d="M271 79q-3 -3 -6.5 -2t-3.5 6v80q0 8 10 18l78 79q4 4 0 8l-78 79q-10 10 -10 18v80q0 5 3.5 6t6.5 -2l177 -178q7 -7 0 -14zM70 79q-3 -3 -6.5 -2t-3.5 6v80q0 8 10 18l79 79q4 4 0 8l-79 79q-10 10 -10 18v80q0 5 3.5 6t6.5 -2l177 -178q7 -7 0 -14z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="740" +d="M159 274q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61zM564 1q-10 0 -10 10v36q0 6 -6 6h-123q-10 0 -10 10v50q0 7 3 16l88 268q3 10 12 10h62q10 0 7 -10l-89 -271v-3h50q6 0 6 6v95 +q0 10 10 10h55q10 0 10 -10v-95q0 -6 5 -6h15q10 0 10 -10v-50q0 -10 -10 -10h-14q-6 0 -6 -6v-36q0 -10 -10 -10h-55zM202 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="758" +d="M159 274q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61zM474 1q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5 +t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193zM202 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10 +l-252 -678q-4 -10 -13 -10h-54z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="779" +d="M603 1q-10 0 -10 10v36q0 6 -6 6h-123q-10 0 -10 10v50q0 7 3 16l88 268q3 10 12 10h62q10 0 7 -10l-89 -271v-3h50q6 0 6 6v95q0 10 10 10h55q10 0 10 -10v-95q0 -6 5 -6h15q10 0 10 -10v-50q0 -10 -10 -10h-14q-6 0 -6 -6v-36q0 -10 -10 -10h-55zM242 -9q-10 0 -7 10 +l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54zM186 266q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52 +q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1 +q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="391" +d="M251.009 312.011q9.99902 0 9.99902 -10v-74.9951q0 -17.999 -4.5 -33.998q-4.49902 -15.999 -14.499 -33.998l-55.9961 -102.993q-12.999 -23.999 -18.999 -45.498q-6 -21.498 -6 -56.4961q0 -22.999 4 -35.998q10.999 -31.998 45.9971 -31.998t46.9971 31.998l2 8 +q1 3.99902 1.5 10.999t0.5 17.499v26.498q0 12 10.999 10l77.9951 -7q10 -1 10 -11.999q0 -36.998 -2 -53.9971t-7 -29.998q-14.999 -44.9971 -52.9961 -69.9951q-37.998 -24.999 -89.9951 -24.999q-56.9961 0 -91.9941 26.498q-34.998 26.499 -48.9971 68.4961 +q-5 13.999 -6.99902 28.998q-2 14.999 -2 36.998q0 37.998 6.99902 63.9961q7 25.998 20.999 53.9971l55.9971 104.993q7.99902 13.999 11.999 26.998q3.99902 13 3.99902 27.999v69.9951q0 10 10 10h81.9951zM262.008 373.007q0 -10 -9.99902 -10h-83.9951 +q-9.99902 0 -9.99902 10v98.9941q0 9.99902 9.99902 9.99902h83.9951q9.99902 0 9.99902 -9.99902v-98.9941z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM185 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7 +t-6.5 -3h-55z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM183 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10 +h-55z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM277 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52 +q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM254 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5 +t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM253 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM101 769 +q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM209 721q-38 0 -64 26t-26 65q0 38 26 64t64 26q39 0 65 -26t26 -64q0 -39 -26 -65t-65 -26z +M209 764q20 0 33 14t13 34t-13 33.5t-33 13.5t-32.5 -13.5t-12.5 -33.5t12.5 -34t32.5 -14z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="656" +d="M339 0q-10 0 -10 10v131q0 6 -6 6h-157l-50 -137q-3 -10 -13 -10h-84q-10 0 -7 10l247 660q3 10 11 10h347q10 0 10 -10v-77q0 -10 -10 -10h-175q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h175q10 0 10 -10v-77 +q0 -10 -10 -10h-278zM199 237h124q6 0 6 6v339h-3z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="387" +d="M170 -6q-46 8 -74.5 33.5t-41.5 67.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 53.5 76.5t100.5 27.5q73 0 116 -39t48 -124q2 -11 -7 -12l-81 -14q-11 -2 -11 9q-2 44 -17.5 63.5t-44.5 19.5q-23 0 -35.5 -9.5t-18.5 -28.5 +q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 18.5 -28.5t35.5 -9.5q29 0 44.5 19.5t17.5 63.5q0 11 11 9l81 -14q9 -1 7 -12q-4 -72 -36 -110.5t-86 -48.5l-49 -140q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="Egrave" unicode="È" horiz-adv-x="381" +d="M183 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6 +h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="Eacute" unicode="É" horiz-adv-x="381" +d="M165 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176 +q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="381" +d="M53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660zM271 750q-10 0 -19 10l-48 60h-2l-47 -60 +q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="381" +d="M246 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM94 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77 +q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM82 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM78 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM175 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM151 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM-1 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="443" +d="M63 0q-10 0 -10 10v287q0 6 -6 6h-26q-10 0 -10 10v60q0 10 10 10h26q6 0 6 6v281q0 10 10 10h157q67 0 107 -27t58 -82q4 -14 7.5 -31t5.5 -43t3 -64t1 -93q0 -56 -1 -93.5t-3 -63.5t-5.5 -43t-7.5 -31q-18 -55 -58 -82t-107 -27h-157zM209 97q55 0 72 49q3 9 5 21.5 +t3.5 34t2.5 54.5t1 84t-1 84t-2.5 54.5t-3.5 34t-5 21.5q-17 49 -72 49h-43q-6 0 -6 -6v-188q0 -6 6 -6h57q10 0 10 -10v-60q0 -10 -10 -10h-57q-6 0 -6 -6v-194q0 -6 6 -6h43z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="461" +d="M275 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z +M53 670q0 10 10 10h106q11 0 14 -10l126 -470h5v470q0 10 10 10h74q10 0 10 -10v-660q0 -10 -10 -10h-99q-11 0 -14 10l-132 470h-6v-470q0 -10 -10 -10h-74q-10 0 -10 10v660z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="429" +d="M190 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5 +t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5 +q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="429" +d="M175 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5 +q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5 +t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="429" +d="M215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5 +t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15 +q5 -17 20.5 -27.5t37.5 -10.5zM282 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="429" +d="M259 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z +M215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5 +t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15 +q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="429" +d="M258 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM106 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24 +q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15 +q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="multiply" unicode="×" +d="M296 133q-7 -7 -14 0l-79 79q-4 3 -8 0l-78 -79q-7 -7 -14 0l-47 47q-7 7 0 14l79 78q3 4 0 8l-79 78q-7 7 0 14l47 47q7 7 14 0l78 -79q4 -3 8 0l79 79q7 7 14 0l46 -47q7 -7 0 -14l-79 -78q-3 -4 0 -8l79 -78q7 -7 0 -14z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="429" +d="M40 -30q-11 0 -6 10l35 82q-10 18 -15 35q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q69 0 113 -36l21 48q4 9 13 9h26q10 0 7 -10l-36 -82q5 -8 9 -17t7 -18q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5 +t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5q-71 0 -115 35l-20 -47q-4 -9 -13 -9h-27zM150 238l125 305l-3 11q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-102zM215 88q21 0 36.5 10.5 +t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5v101l-125 -304l3 -11q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="443" +d="M201 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55zM222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10 +v-497q0 -91 -45 -136.5t-124 -45.5z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="443" +d="M193 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497 +q0 -91 -45 -136.5t-124 -45.5z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="443" +d="M222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5zM289 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3 +t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="443" +d="M265 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM113 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5 +t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="386" +d="M150 0q-10 0 -10 10v269l-130 391q-3 10 8 10h88q9 0 12 -10l76 -263h3l74 263q3 10 12 10h86q11 0 8 -10l-130 -391v-269q0 -10 -10 -10h-87zM163 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="425" +d="M63 0q-10 0 -10 10v660q0 10 10 10h87q10 0 10 -10v-104q0 -6 6 -6h34q45 0 81 -11t61 -35.5t38 -64.5t13 -98q0 -57 -13 -97t-38 -64.5t-61 -36t-81 -11.5h-34q-6 0 -6 -6v-126q0 -10 -10 -10h-87zM201 239q45 0 65 23.5t20 88.5q0 64 -20 88t-65 24h-35q-6 0 -6 -6 +v-212q0 -6 6 -6h35z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="413" +d="M219 -4q-10 0 -10 10v73q0 10 10 10h7q29 0 37 24q1 3 2 8.5t1.5 16.5t1 30t0.5 50t-0.5 49.5t-1 29.5t-1.5 16.5t-2 8.5q-8 24 -37 24h-7q-10 0 -10 10v73q0 10 10 10h5q29 0 36 24q2 5 3 17t1 42q0 73 -55 73q-56 0 -56 -73v-512q0 -10 -10 -10h-82q-10 0 -10 10v501 +q0 40 9 73t28 56t48.5 36t71.5 13q75 0 116.5 -42t41.5 -117q0 -27 -2.5 -46.5t-8.5 -34t-16.5 -25.5t-25.5 -22v-2q17 -11 29 -24.5t19 -34.5q3 -8 4.5 -17t2.5 -22.5t1.5 -33.5t0.5 -50q0 -35 -0.5 -59.5t-2 -41t-3.5 -27.5t-5 -20q-13 -41 -43 -57.5t-79 -16.5h-18z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM172 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM158 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM260 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125 +q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM237 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19 +t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM236 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM84 574q-10 0 -10 10v86q0 10 10 10h65 +q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM192 539q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM192 582q20 0 33 13.5t13 33.5 +q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="578" +d="M388 -9q-41 0 -72 13t-51 45h-1q-25 -34 -52 -46t-63 -12q-20 0 -40.5 7t-37 23.5t-27 44.5t-10.5 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q71 0 106 -33h1q17 17 42 25t54 8q57 0 93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -33 47 -33q40 0 53 44q3 9 12 7l77 -15q9 -1 7 -12q-11 -54 -50.5 -85.5t-99.5 -31.5zM436 288q6 0 6 6 +q0 37 -2 51.5t-5 22.5q-5 14 -16 23t-30 9q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="357" +d="M147 -5q-74 17 -98 91q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q15 46 50 70.5t89 24.5q63 0 103 -35.5t44 -95.5q0 -10 -8 -11l-76 -15q-11 -2 -12 9q-4 29 -17 41.5t-34 12.5q-34 0 -44 -31q-2 -5 -2.5 -11t-1.5 -19t-1 -35.5v-59.5 +v-60t1 -35t1.5 -19t2.5 -11q10 -31 44 -31q21 0 34 12.5t17 41.5q1 10 12 9l76 -15q8 -1 8 -11q-3 -51 -32 -84t-77 -43l-49 -140q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="380" +d="M190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32 +q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9zM172 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81 +q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="380" +d="M149 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5 +t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6 +q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="380" +d="M259 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71 +t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5 +t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="380" +d="M235 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM83 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5 +q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23 +q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="204" +d="M61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM79 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="204" +d="M75 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="204" +d="M171 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="204" +d="M147 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM-5 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="385" +d="M260 558l22 -42q20 -38 33 -69t20.5 -62.5t10 -68t2.5 -85.5q0 -34 -0.5 -56.5t-2 -38.5t-3.5 -26.5t-5 -19.5q-15 -47 -52.5 -73t-92.5 -26t-92 26t-52 73q-3 9 -5 19.5t-3.5 25.5t-2 36.5t-0.5 53.5q0 33 1 56t2.5 39.5t4 28t5.5 20.5q14 43 44 67.5t74 24.5 +q15 0 28 -3t19 -8h1l-43 80l-67 -21q-8 -3 -11 6l-16 48q-3 9 7 12l55 17l-41 78q-5 10 6 10h81q9 0 15 -10l26 -50l62 20q8 3 11 -6l16 -48q3 -9 -7 -12zM192 85q20 0 31.5 9t17.5 26q1 5 2 11t2 16.5t1 29v48.5v51t-1 30t-2 17t-2 11q-6 16 -17.5 25.5t-31.5 9.5 +q-19 0 -31 -9.5t-17 -25.5q-2 -5 -2.5 -11t-1.5 -17t-1 -30v-51v-48.5t1 -29t1.5 -16.5t2.5 -11q11 -35 48 -35z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="405" +d="M266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82zM248 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4 +q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="385" +d="M348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241 +v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5zM168 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125 +q5 -10 -6 -10h-57z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="385" +d="M156 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5 +t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5 +t1 34v58.5z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="385" +d="M261 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5 +t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11 +q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="385" +d="M348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241 +v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5zM238 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5 +q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="385" +d="M237 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM85 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20 +t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34 +t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="divide" unicode="÷" +d="M199 382q-27 0 -44.5 17t-17.5 45q0 27 17.5 44t44.5 17t44.5 -17t17.5 -44q0 -28 -17.5 -45t-44.5 -17zM46 231q-10 0 -10 10v70q0 10 10 10h306q10 0 10 -10v-70q0 -10 -10 -10h-306zM199 47q-27 0 -44.5 17t-17.5 44q0 28 17.5 45t44.5 17t44.5 -17t17.5 -45 +q0 -27 -17.5 -44t-44.5 -17z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="385" +d="M348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26l-19 -37q-5 -10 -13 -10h-22q-5 0 -7 2.5t0 7.5l33 64q-17 20 -24 46q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26t93 -26 +l19 37q5 10 13 10h22q5 0 7 -2.5t0 -7.5l-33 -65q15 -20 24 -45q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM138 241q0 -25 -0.5 -42t0.5 -30l99 206q-14 23 -45 23q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -19t-1 -34.5v-58.5zM247 310l-99 -204q14 -22 44 -22q39 0 50 34 +q1 5 2 11t2 19t1 34.5v58.5v69z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="403" +d="M260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM177 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81 +q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="403" +d="M169 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82 +q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="403" +d="M270 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317 +q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="403" +d="M246 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM94 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82 +q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="370" +d="M62 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 33.5 13.5t19.5 41.5l11 48l-120 454q-3 10 7 10h84q9 0 11 -10l64 -298h1l64 298q2 10 11 10h81q10 0 7 -10l-127 -500q-12 -47 -25 -77t-29.5 -46.5t-39 -22.5t-52.5 -6h-15zM155 555q-11 0 -6 10l69 125q6 10 16 10h81 +q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="401" +d="M61 -180q-10 0 -10 10v840q0 10 10 10h82q10 0 10 -10v-237h1q10 25 31 41.5t59 16.5q80 0 105 -80q3 -10 5.5 -22t4 -31t2.5 -47t1 -70q0 -43 -1 -71t-2.5 -46.5t-4 -30.5t-5.5 -22q-25 -80 -105 -80q-38 0 -59 16t-31 42h-1v-219q0 -10 -10 -10h-82zM260 241v58.5 +t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="370" +d="M62 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 33.5 13.5t19.5 41.5l11 48l-120 454q-3 10 7 10h84q9 0 11 -10l64 -298h1l64 298q2 10 11 10h81q10 0 7 -10l-127 -500q-12 -47 -25 -77t-29.5 -46.5t-39 -22.5t-52.5 -6h-15zM230 574q-10 0 -10 10v86q0 10 10 10h65 +q10 0 10 -10v-86q0 -10 -10 -10h-65zM78 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM107 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM90 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="421" +d="M159 670q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-85q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10zM261 237l-48 253h-3l-50 -253h101zM209 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5 +t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="383" +d="M249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM192 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10q8 -22 22 -35.5t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45 +q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="421" +d="M341 -190q-41 0 -65 21t-24 62q0 31 16 58t42 50q-4 2 -5 9l-26 137h-137l-26 -137q-2 -10 -11 -10h-85q-10 0 -8 10l147 660q3 10 11 10h84q9 0 11 -10l144 -660q2 -6 -5 -10q-29 -20 -49 -45t-20 -46q0 -12 6 -18t14 -6q10 0 18 5q9 6 13 -4l20 -46q3 -8 -5 -13 +q-10 -7 -26.5 -12t-33.5 -5zM213 490h-3l-50 -253h101z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="383" +d="M268 -190q-41 0 -65.5 21t-24.5 62q0 31 16.5 58.5t45.5 53.5q-1 1 -1 5v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5 +q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12q82 0 116.5 -38.5t34.5 -126.5v-316q0 -7 -7 -11q-30 -21 -49 -45t-19 -45q0 -24 19 -24q10 0 18 5q9 6 13 -4l21 -46q3 -8 -5 -13q-10 -7 -27 -12t-33 -5zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5 +t-15 -48.5q0 -64 48 -64z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="387" +d="M54 95q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 53.5 76.5t100.5 27.5q73 0 116 -39t48 -124q2 -11 -7 -12l-81 -14q-11 -2 -11 9q-2 44 -17.5 63.5t-44.5 19.5q-23 0 -35.5 -9.5t-18.5 -28.5q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61 +t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 18.5 -28.5t35.5 -9.5q29 0 44.5 19.5t17.5 63.5q0 11 11 9l81 -14q9 -1 7 -12q-5 -85 -48 -124t-116 -39q-63 0 -100.5 27.5t-53.5 76.5zM169 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107 +q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="357" +d="M150 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM188 -9q-54 0 -89 24.5t-50 70.5q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q15 46 50 70.5t89 24.5q63 0 103 -35.5t44 -95.5q0 -10 -8 -11 +l-76 -15q-11 -2 -12 9q-4 29 -17 41.5t-34 12.5q-34 0 -44 -31q-2 -5 -2.5 -11t-1.5 -19t-1 -35.5v-59.5v-60t1 -35t1.5 -19t2.5 -11q10 -31 44 -31q21 0 34 12.5t17 41.5q1 10 12 9l76 -15q8 -1 8 -11q-4 -60 -44 -95.5t-103 -35.5z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="387" +d="M54 95q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 53.5 76.5t100.5 27.5q73 0 116 -39t48 -124q2 -11 -7 -12l-81 -14q-11 -2 -11 9q-2 44 -17.5 63.5t-44.5 19.5q-23 0 -35.5 -9.5t-18.5 -28.5q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61 +t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 18.5 -28.5t35.5 -9.5q29 0 44.5 19.5t17.5 63.5q0 11 11 9l81 -14q9 -1 7 -12q-5 -85 -48 -124t-116 -39q-63 0 -100.5 27.5t-53.5 76.5zM275 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7 +l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="357" +d="M257 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM188 -9q-54 0 -89 24.5t-50 70.5q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q15 46 50 70.5 +t89 24.5q63 0 103 -35.5t44 -95.5q0 -10 -8 -11l-76 -15q-11 -2 -12 9q-4 29 -17 41.5t-34 12.5q-34 0 -44 -31q-2 -5 -2.5 -11t-1.5 -19t-1 -35.5v-59.5v-60t1 -35t1.5 -19t2.5 -11q10 -31 44 -31q21 0 34 12.5t17 41.5q1 10 12 9l76 -15q8 -1 8 -11q-4 -60 -44 -95.5 +t-103 -35.5z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="387" +d="M155 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM54 95q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 53.5 76.5t100.5 27.5q73 0 116 -39t48 -124q2 -11 -7 -12l-81 -14q-11 -2 -11 9q-2 44 -17.5 63.5 +t-44.5 19.5q-23 0 -35.5 -9.5t-18.5 -28.5q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 18.5 -28.5t35.5 -9.5q29 0 44.5 19.5t17.5 63.5q0 11 11 9l81 -14q9 -1 7 -12q-5 -85 -48 -124t-116 -39q-63 0 -100.5 27.5t-53.5 76.5z +" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="357" +d="M188 -9q-54 0 -89 24.5t-50 70.5q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q15 46 50 70.5t89 24.5q63 0 103 -35.5t44 -95.5q0 -10 -8 -11l-76 -15q-11 -2 -12 9q-4 29 -17 41.5t-34 12.5q-34 0 -44 -31q-2 -5 -2.5 -11t-1.5 -19 +t-1 -35.5v-59.5v-60t1 -35t1.5 -19t2.5 -11q10 -31 44 -31q21 0 34 12.5t17 41.5q1 10 12 9l76 -15q8 -1 8 -11q-4 -60 -44 -95.5t-103 -35.5zM139 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="387" +d="M54 95q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 53.5 76.5t100.5 27.5q73 0 116 -39t48 -124q2 -11 -7 -12l-81 -14q-11 -2 -11 9q-2 44 -17.5 63.5t-44.5 19.5q-23 0 -35.5 -9.5t-18.5 -28.5q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61 +t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 18.5 -28.5t35.5 -9.5q29 0 44.5 19.5t17.5 63.5q0 11 11 9l81 -14q9 -1 7 -12q-5 -85 -48 -124t-116 -39q-63 0 -100.5 27.5t-53.5 76.5zM179 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59 +q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="357" +d="M163 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM188 -9q-54 0 -89 24.5t-50 70.5q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q15 46 50 70.5 +t89 24.5q63 0 103 -35.5t44 -95.5q0 -10 -8 -11l-76 -15q-11 -2 -12 9q-4 29 -17 41.5t-34 12.5q-34 0 -44 -31q-2 -5 -2.5 -11t-1.5 -19t-1 -35.5v-59.5v-60t1 -35t1.5 -19t2.5 -11q10 -31 44 -31q21 0 34 12.5t17 41.5q1 10 12 9l76 -15q8 -1 8 -11q-4 -60 -44 -95.5 +t-103 -35.5z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="443" +d="M177 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM53 670q0 10 10 10h157q67 0 107 -27t58 -82q4 -14 7.5 -31t5.5 -43t3 -64t1 -93q0 -56 -1 -93.5t-3 -63.5t-5.5 -43t-7.5 -31 +q-18 -55 -58 -82t-107 -27h-157q-10 0 -10 10v660zM160 103q0 -6 6 -6h43q55 0 72 49q3 9 5 21.5t3.5 34t2.5 54.5t1 84t-1 84t-2.5 54.5t-3.5 34t-5 21.5q-17 49 -72 49h-43q-6 0 -6 -6v-474z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="401" +d="M388 511q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7zM258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80 +q38 0 59 -16.5t31 -41.5h1v237q0 10 10 10h82q10 0 10 -10v-660q0 -10 -10 -10h-82zM141 241v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34q37 0 48 34q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34 +v-58.5z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="443" +d="M63 0q-10 0 -10 10v287q0 6 -6 6h-26q-10 0 -10 10v60q0 10 10 10h26q6 0 6 6v281q0 10 10 10h157q67 0 107 -27t58 -82q4 -14 7.5 -31t5.5 -43t3 -64t1 -93q0 -56 -1 -93.5t-3 -63.5t-5.5 -43t-7.5 -31q-18 -55 -58 -82t-107 -27h-157zM209 97q55 0 72 49q3 9 5 21.5 +t3.5 34t2.5 54.5t1 84t-1 84t-2.5 54.5t-3.5 34t-5 21.5q-17 49 -72 49h-43q-6 0 -6 -6v-188q0 -6 6 -6h57q10 0 10 -10v-60q0 -10 -10 -10h-57q-6 0 -6 -6v-194q0 -6 6 -6h43z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="399" +d="M350 10q0 -10 -10 -10h-82q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v100q0 6 -6 6h-73q-10 0 -10 10v58q0 10 10 10h73q6 0 6 6v47 +q0 10 10 10h82q10 0 10 -10v-47q0 -6 6 -6h20q10 0 10 -10v-58q0 -10 -10 -10h-20q-6 0 -6 -6v-523zM141 241v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34q37 0 48 34q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11 +t-1.5 -18.5t-1 -34v-58.5z" /> + <glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="381" +d="M101 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77 +q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="380" +d="M190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32 +q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9zM89 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60 +q0 -10 -10 -10h-205z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="381" +d="M203 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176 +q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="380" +d="M190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32 +q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9zM191 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45 +q7 0 10 -10q8 -22 22 -35.5t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="381" +d="M161 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77 +q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="380" +d="M190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32 +q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9zM151 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86 +q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="381" +d="M264 -190q-41 0 -65 21t-24 62q0 33 16.5 59t39.5 48h-168q-10 0 -10 10v660q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-15 +q-29 -20 -48.5 -45t-19.5 -46q0 -24 19 -24q10 0 18 5q9 6 13 -4l20 -46q3 -8 -5 -13q-9 -7 -26 -12t-34 -5z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="380" +d="M190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -33 47 -33 +q40 0 53 44q3 9 12 7l77 -15q9 -1 7 -12q-4 -18 -11 -34t-18 -29q-21 -34 -34 -57t-19.5 -38t-8.5 -24.5t-2 -16.5q0 -12 6 -18t14 -6q10 0 18 5q9 6 13 -4l20 -46q3 -8 -5 -13q-10 -7 -26.5 -12t-33.5 -5q-41 0 -65 21t-24 62q0 23 7.5 46t30.5 53q-3 -1 -12 -1zM238 288 +q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93z" /> + <glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="381" +d="M177 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM53 670q0 10 10 10h279q10 0 10 -10v-77q0 -10 -10 -10h-176q-6 0 -6 -6v-179q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10 +h-152q-6 0 -6 -6v-186q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="380" +d="M165 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM190 -9q-57 0 -92 25t-50 71q-3 9 -5 19.5t-3.5 27.5t-2 42.5t-0.5 64.5t0.5 64.5t2 42.5t3.5 27.5t5 19.5q15 46 50.5 71 +t92.5 25t93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -32 47 -32q40 0 53 43q3 9 12 7l77 -15q9 -1 7 -12q-10 -54 -50 -85.5t-100 -31.5zM191 400q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5 +t-1.5 -51.5q0 -6 6 -6h93q6 0 6 6q0 37 -1.5 51.5t-4.5 22.5q-5 14 -16.5 23t-30.5 9z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="426" +d="M54 97q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q74 0 117.5 -39t51.5 -120q2 -10 -8 -12l-81 -14q-9 -2 -11 8q-8 80 -68 80q-22 0 -38 -10.5t-21 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5 +t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5t-103.5 27.5t-57.5 78.5z +M281 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="400" +d="M269 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM192 -189q-57 0 -94 27.5t-49 69.5q-2 8 4 11l76 27q9 3 13 -5q17 -37 53 -37q23 0 38 15t15 44v101h-1q-9 -25 -30 -41.5 +t-59 -16.5q-80 0 -105 80q-3 10 -5.5 22t-4 30t-2.5 44.5t-1 65.5t1 65.5t2.5 44.5t4 30t5.5 22q25 81 105 81q38 0 59 -17t30 -43h1v41q0 10 10 10h82q10 0 10 -10v-497q0 -81 -43 -122.5t-115 -41.5zM195 98q37 0 48 35q1 5 2 10.5t2 17.5t1 32v55v54.5t-1 32t-2 17.5 +t-2 11q-11 34 -48 34t-48 -34q-2 -5 -2.5 -11t-1.5 -17.5t-1 -32v-54.5v-55t1 -32t1.5 -17.5t2.5 -10.5q11 -35 48 -35z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="426" +d="M213 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5zM54 97q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5 +t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q74 0 117.5 -39t51.5 -120q2 -10 -8 -12l-81 -14q-9 -2 -11 8q-8 80 -68 80q-22 0 -38 -10.5t-21 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5 +t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5t-103.5 27.5t-57.5 78.5z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="400" +d="M192 -189q-57 0 -94 27.5t-49 69.5q-2 8 4 11l76 27q9 3 13 -5q17 -37 53 -37q23 0 38 15t15 44v101h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -105 80q-3 10 -5.5 22t-4 30t-2.5 44.5t-1 65.5t1 65.5t2.5 44.5t4 30t5.5 22q25 81 105 81q38 0 59 -17t30 -43h1v41 +q0 10 10 10h82q10 0 10 -10v-497q0 -81 -43 -122.5t-115 -41.5zM195 98q37 0 48 35q1 5 2 10.5t2 17.5t1 32v55v54.5t-1 32t-2 17.5t-2 11q-11 34 -48 34t-48 -34q-2 -5 -2.5 -11t-1.5 -17.5t-1 -32v-54.5v-55t1 -32t1.5 -17.5t2.5 -10.5q11 -35 48 -35zM201 556 +q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10q8 -22 22 -35.5t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="426" +d="M172 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM54 97q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q74 0 117.5 -39t51.5 -120q2 -10 -8 -12l-81 -14q-9 -2 -11 8q-8 80 -68 80 +q-22 0 -38 -10.5t-21 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113 +t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5t-103.5 27.5t-57.5 78.5z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="400" +d="M192 -189q-57 0 -94 27.5t-49 69.5q-2 8 4 11l76 27q9 3 13 -5q17 -37 53 -37q23 0 38 15t15 44v101h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -105 80q-3 10 -5.5 22t-4 30t-2.5 44.5t-1 65.5t1 65.5t2.5 44.5t4 30t5.5 22q25 81 105 81q38 0 59 -17t30 -43h1v41 +q0 10 10 10h82q10 0 10 -10v-497q0 -81 -43 -122.5t-115 -41.5zM195 98q37 0 48 35q1 5 2 10.5t2 17.5t1 32v55v54.5t-1 32t-2 17.5t-2 11q-11 34 -48 34t-48 -34q-2 -5 -2.5 -11t-1.5 -17.5t-1 -32v-54.5v-55t1 -32t1.5 -17.5t2.5 -10.5q11 -35 48 -35zM161 574 +q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="426" +d="M176 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM54 97q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q74 0 117.5 -39t51.5 -120q2 -10 -8 -12l-81 -14q-9 -2 -11 8 +q-8 80 -68 80q-22 0 -38 -10.5t-21 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30 +q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5t-103.5 27.5t-57.5 78.5z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="400" +d="M167 572q-10 0 -10 10v55q0 8 1 12.5t6 9.5l61 73q6 7 13 7q9 0 9 -10v-147q0 -10 -10 -10h-70zM192 -189q-57 0 -94 27.5t-49 69.5q-2 8 4 11l76 27q9 3 13 -5q17 -37 53 -37q23 0 38 15t15 44v101h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -105 80q-3 10 -5.5 22t-4 30 +t-2.5 44.5t-1 65.5t1 65.5t2.5 44.5t4 30t5.5 22q25 81 105 81q38 0 59 -17t30 -43h1v41q0 10 10 10h82q10 0 10 -10v-497q0 -81 -43 -122.5t-115 -41.5zM195 98q37 0 48 35q1 5 2 10.5t2 17.5t1 32v55v54.5t-1 32t-2 17.5t-2 11q-11 34 -48 34t-48 -34q-2 -5 -2.5 -11 +t-1.5 -17.5t-1 -32v-54.5v-55t1 -32t1.5 -17.5t2.5 -10.5q11 -35 48 -35z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="447" +d="M53 670q0 10 10 10h87q10 0 10 -10v-268q0 -6 6 -6h115q6 0 6 6v268q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v283q0 6 -6 6h-115q-6 0 -6 -6v-283q0 -10 -10 -10h-87q-10 0 -10 10v660zM290 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10 +h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="405" +d="M266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v660q0 10 10 10h82q10 0 10 -10v-236h1q13 25 35 41t57 16q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82zM275 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60 +q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="447" +d="M297 0q-10 0 -10 10v283q0 6 -6 6h-115q-6 0 -6 -6v-283q0 -10 -10 -10h-87q-10 0 -10 10v475q0 6 -6 6h-19q-10 0 -10 10v60q0 10 10 10h19q6 0 6 6v93q0 10 10 10h87q10 0 10 -10v-93q0 -6 6 -6h115q6 0 6 6v93q0 10 10 10h87q10 0 10 -10v-93q0 -6 6 -6h19 +q10 0 10 -10v-60q0 -10 -10 -10h-19q-6 0 -6 -6v-475q0 -10 -10 -10h-87zM281 396q6 0 6 6v83q0 6 -6 6h-115q-6 0 -6 -6v-83q0 -6 6 -6h115z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="405" +d="M266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v523q0 6 -6 6h-20q-10 0 -10 10v58q0 10 10 10h20q6 0 6 6v47q0 10 10 10h82q10 0 10 -10v-47q0 -6 6 -6h73q10 0 10 -10v-58q0 -10 -10 -10h-73q-6 0 -6 -6v-99h1q13 25 35 41 +t57 16q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM152 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5 +t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="204" +d="M61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM148 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7 +t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM5 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="204" +d="M61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM1 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM107 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38 +t-38 -26t-52.5 -9.5z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="204" +d="M61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM103 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10q8 -22 22 -35.5t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="213" +d="M100 -190q-41 0 -65.5 21t-24.5 62q0 30 14.5 55.5t41.5 51.5h-3q-10 0 -10 10v660q0 10 10 10h87q10 0 10 -10v-660q0 -5 -3 -8q-33 -31 -48 -53.5t-15 -39.5q0 -24 19 -24q6 0 10 1.5t9 3.5q9 6 13 -4l20 -46q3 -8 -5 -13q-10 -7 -26.5 -12t-33.5 -5z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="204" +d="M61 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM93 -190q-41 0 -65 21t-24 62q0 29 13.5 55t42.5 52q-9 0 -9 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -5 -4 -9q-32 -31 -47 -53t-15 -39q0 -24 20 -24q10 0 18 5q9 6 13 -4l20 -46 +q3 -8 -5 -13q-10 -7 -26.5 -12t-33.5 -5z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="213" +d="M53 670q0 10 10 10h87q10 0 10 -10v-660q0 -10 -10 -10h-87q-10 0 -10 10v660zM67 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="204" +d="M61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="354" +d="M16 36q-6 8 1 14l59 54q7 6 15 -1q17 -15 40 -15q31 0 48 18.5t17 60.5v503q0 10 10 10h87q10 0 10 -10v-494q0 -49 -12.5 -84t-36 -57.5t-55.5 -33t-71 -10.5q-35 0 -65 11.5t-47 33.5zM314 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7 +l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="204" +d="M-4 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 31.5 13t9.5 42v502q0 10 10 10h82q10 0 10 -10v-508q0 -73 -33.5 -108.5t-108.5 -35.5h-15zM171 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125 +q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="441" +d="M194 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM53 670q0 10 10 10h87q10 0 10 -10v-281l137 283q4 8 13 8h91q4 0 5.5 -3t-0.5 -7l-136 -265l157 -395q4 -10 -5 -10h-93q-8 0 -11 7l-113 287l-45 -93v-191q0 -10 -10 -10 +h-87q-10 0 -10 10v660z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" horiz-adv-x="396" +d="M176 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM289 0q-9 0 -13 10l-83 197l-40 -72v-125q0 -10 -10 -10h-82q-10 0 -10 10v660q0 10 10 10h82q10 0 10 -10v-383l103 185q6 10 14 10h84q11 0 6 -10l-106 -176l128 -286 +q5 -10 -6 -10h-87z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" horiz-adv-x="396" +d="M289 0q-9 0 -13 10l-83 197l-40 -72v-125q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-185l103 185q6 10 14 10h84q11 0 6 -10l-106 -176l128 -286q5 -10 -6 -10h-87z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="372" +d="M85 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM53 670q0 10 10 10h87q10 0 10 -10v-567q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="233" +d="M75 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM194 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="372" +d="M152 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM53 670q0 10 10 10h87q10 0 10 -10v-567q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="233" +d="M99 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM194 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="372" +d="M208 511q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7zM53 670q0 10 10 10h87q10 0 10 -10v-567q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="233" +d="M205 511q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7zM194 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="372" +d="M53 670q0 10 10 10h87q10 0 10 -10v-567q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v660zM250 246q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="286" +d="M194 -6q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v530q0 10 10 10h82q10 0 10 -10v-530q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3zM202 255q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="372" +d="M160 326v-223q0 -6 6 -6h176q10 0 10 -10v-77q0 -10 -10 -10h-279q-10 0 -10 10v246l-36 -24q-4 -2 -7 -0.5t-3 5.5v78q0 9 10 16l36 25v314q0 10 10 10h87q10 0 10 -10v-245l86 60q4 2 7 0.5t3 -5.5v-79q0 -9 -10 -16z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="233" +d="M153 353v-213q0 -24 9.5 -36t29.5 -16l5 -1q10 -2 10 -11v-72q0 -10 -10 -10h-3q-40 1 -67 9.5t-44 26t-24.5 45t-7.5 65.5v146l-27 -18q-4 -2 -7 -0.5t-3 5.5v75q0 9 10 16l27 18v288q0 10 10 10h82q10 0 10 -10v-222l44 31q4 2 7 0.5t3 -5.5v-74q0 -9 -10 -16z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="461" +d="M173 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM53 670q0 10 10 10h106q11 0 14 -10l126 -470h5v470q0 10 10 10h74q10 0 10 -10v-660q0 -10 -10 -10h-99q-11 0 -14 10l-132 470h-6v-470q0 -10 -10 -10h-74 +q-10 0 -10 10v660z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="405" +d="M152 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16q54 0 83 -35.5 +t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="461" +d="M204 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM53 670q0 10 10 10h106q11 0 14 -10l126 -470h5v470q0 10 10 10h74q10 0 10 -10v-660q0 -10 -10 -10h-99q-11 0 -14 10l-132 470h-6v-470q0 -10 -10 -10h-74q-10 0 -10 10 +v660z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="405" +d="M167 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16q54 0 83 -35.5 +t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="461" +d="M204 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM53 670q0 10 10 10h106q11 0 14 -10l126 -470h5v470q0 10 10 10h74q10 0 10 -10v-660q0 -10 -10 -10h-99q-11 0 -14 10l-132 470 +h-6v-470q0 -10 -10 -10h-74q-10 0 -10 10v660z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="405" +d="M177 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM266 0q-10 0 -10 10v317q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38 +h1q13 25 35 41t57 16q54 0 83 -35.5t29 -114.5v-331q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="461" +d="M239 -180q-10 0 -10 10v77q0 9 10 10l10 1q53 5 53 58v6l-149 498h-6v-470q0 -10 -10 -10h-74q-10 0 -10 10v660q0 10 10 10h106q11 0 14 -10l126 -461h5v461q0 10 10 10h74q10 0 10 -10v-684q0 -88 -38.5 -127t-119.5 -39h-11z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="405" +d="M205 -180q-10 0 -10 10v72q0 10 10 10l10 1q22 2 31.5 13t9.5 43v358q0 70 -52 70q-51 0 -51 -70v-317q0 -10 -10 -10h-82q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-38h1q13 25 35 41t57 16q54 0 83 -35.5t29 -114.5v-377q0 -73 -33.5 -108.5t-108.5 -35.5h-11z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="429" +d="M112 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38 +t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5 +q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="385" +d="M91 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205zM348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73 +t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="429" +d="M214 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38 +t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29 +t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="385" +d="M348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241 +v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5zM193 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10q8 -22 22 -35.5 +t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="429" +d="M215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5t103 -27.5t57 -78.5q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5 +t-103 -27.5zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15 +q5 -17 20.5 -27.5t37.5 -10.5zM254 761q-5 0 -6.5 2.5t1.5 7.5l69 107q7 10 17 10h68q5 0 6 -3t-2 -7l-84 -107q-9 -10 -19 -10h-50zM121 761q-5 0 -6.5 2.5t1.5 7.5l70 107q7 10 17 10h67q5 0 6 -3t-2 -7l-84 -107q-9 -10 -19 -10h-50z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="385" +d="M229 555q-11 0 -6 10l61 125q4 10 16 10h67q5 0 6 -3t-1 -7l-75 -125q-6 -10 -17 -10h-51zM97 555q-11 0 -6 10l60 125q4 10 16 10h67q5 0 6 -3t-1 -7l-74 -125q-6 -10 -18 -10h-50zM348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26 +q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q56 0 93 -26t52 -73q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM246 241v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5 +t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="608" +d="M289 0q-10 0 -10 10v11h-1q-11 -13 -31.5 -21.5t-49.5 -8.5q-53 0 -89.5 25.5t-53.5 76.5q-4 11 -6.5 24.5t-4 39.5t-2 69t-0.5 114t0.5 114t2 69t4 39.5t6.5 24.5q17 51 53.5 76.5t89.5 25.5q29 0 49.5 -8.5t31.5 -21.5h1v11q0 10 10 10h280q10 0 10 -10v-77 +q0 -10 -10 -10h-177q-6 0 -6 -6v-179q0 -6 6 -6h153q10 0 10 -10v-77q0 -10 -10 -10h-153q-6 0 -6 -6v-186q0 -6 6 -6h177q10 0 10 -10v-77q0 -10 -10 -10h-280zM215 88q21 0 36.5 10.5t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5t-0.5 109.5t-1 60.5t-2 29t-3.5 15 +q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 20.5 -27.5t37.5 -10.5z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="589" +d="M399 -9q-32 0 -59.5 10t-42.5 27h-2q-37 -37 -103 -37q-55 0 -92 26t-52 73q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26q65 0 103 -38h1q20 19 45 28.5t59 9.5q57 0 93 -26t51 -72q3 -9 5 -20t3.5 -30t2 -49.5t0.5 -77.5 +q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37.5t1 -23t1.5 -13.5t2 -9q11 -33 47 -33q40 0 53 44q3 9 12 7l77 -15q9 -1 7 -12q-11 -54 -50.5 -85.5t-99.5 -31.5zM447 288q6 0 6 6q0 37 -2 51.5t-5 22.5q-5 14 -16 23t-30 9q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5 +t-1.5 -51.5q0 -6 6 -6h93zM246 241v58.5t-1 34t-2 18.5t-2 11q-11 34 -49 34q-37 0 -48 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 48 -34q38 0 49 34q1 5 2 11t2 18.5t1 34v58.5z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="436" +d="M311 0q-8 0 -11 7l-83 271h-17h-34q-6 0 -6 -6v-262q0 -10 -10 -10h-87q-10 0 -10 10v660q0 10 10 10h137q45 0 81 -10.5t61 -34.5t38.5 -62.5t13.5 -94.5q0 -67 -21.5 -109.5t-59.5 -64.5l96 -294q4 -10 -5 -10h-93zM201 373q45 0 65.5 22t20.5 83q0 60 -20.5 82.5 +t-65.5 22.5h-35q-6 0 -6 -6v-198q0 -6 6 -6h35zM151 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="295" +d="M119 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-47h1q14 29 39 47.5t67 18.5h9t9 -1q10 -3 7 -11l-23 -85q-2 -6 -10 -6h-16q-38 0 -60.5 -23t-22.5 -71v-284 +q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="436" +d="M186 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM311 0q-8 0 -11 7l-83 271h-17h-34q-6 0 -6 -6v-262q0 -10 -10 -10h-87q-10 0 -10 10v660q0 10 10 10h137q45 0 81 -10.5t61 -34.5t38.5 -62.5t13.5 -94.5 +q0 -67 -21.5 -109.5t-59.5 -64.5l96 -294q4 -10 -5 -10h-93zM201 373q45 0 65.5 22t20.5 83q0 60 -20.5 82.5t-65.5 22.5h-35q-6 0 -6 -6v-198q0 -6 6 -6h35z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="295" +d="M66 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-47h1q14 29 39 47.5t67 18.5h9t9 -1q10 -3 7 -11l-23 -85q-2 -6 -10 -6h-16q-38 0 -60.5 -23t-22.5 -71v-284 +q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="436" +d="M166 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM311 0q-8 0 -11 7l-83 271h-17h-34q-6 0 -6 -6v-262q0 -10 -10 -10h-87q-10 0 -10 10v660q0 10 10 10h137q45 0 81 -10.5 +t61 -34.5t38.5 -62.5t13.5 -94.5q0 -67 -21.5 -109.5t-59.5 -64.5l96 -294q4 -10 -5 -10h-93zM201 373q45 0 65.5 22t20.5 83q0 60 -20.5 82.5t-65.5 22.5h-35q-6 0 -6 -6v-198q0 -6 6 -6h35z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="295" +d="M132 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM61 0q-10 0 -10 10v462q0 10 10 10h82q10 0 10 -10v-47h1q14 29 39 47.5t67 18.5h9t9 -1q10 -3 7 -11l-23 -85q-2 -6 -10 -6h-16 +q-38 0 -60.5 -23t-22.5 -71v-284q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="404" +d="M375 195q0 -50 -9 -88.5t-29.5 -64t-54 -38.5t-81.5 -13q-166 0 -170 178q0 10 8 11l84 14q11 2 11 -9q2 -54 18.5 -77t51.5 -23q32 0 48 20.5t16 76.5q0 27 -3 46t-10.5 32.5t-20.5 22.5t-33 17l-41 16q-35 14 -58.5 31t-37.5 39.5t-20 52t-6 69.5q0 88 40 134.5 +t125 46.5t123.5 -43t43.5 -123q0 -8 -9 -11l-80 -12q-11 -2 -11 8q-2 42 -16.5 64.5t-47.5 22.5q-62 0 -62 -82q0 -24 2.5 -40t10 -27.5t20.5 -19.5t33 -16l41 -16q33 -13 56.5 -29.5t38.5 -39.5t22 -55t7 -75zM166 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3 +t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="350" +d="M134 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM176 -9q-66 0 -105 33t-45 90q-2 10 8 12l72 14q10 2 12 -8q4 -29 20 -42.5t39 -13.5t37.5 14.5t14.5 40.5q0 23 -11 37.5t-41 25.5l-39 15q-48 18 -76 52.5t-28 88.5 +q0 30 10 56t29 44.5t45 29.5t59 11q32 0 56.5 -9t41.5 -24t27.5 -35t13.5 -42q2 -11 -7 -13l-68 -13q-9 -1 -12 8q-5 19 -17 31.5t-35 12.5t-35 -14.5t-12 -35.5q0 -17 11 -31.5t41 -25.5l39 -15q57 -22 80.5 -57.5t23.5 -89.5q0 -32 -10 -58.5t-29 -46.5t-46.5 -31 +t-63.5 -11z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="404" +d="M375 195q0 -50 -9 -88.5t-29.5 -64t-54 -38.5t-81.5 -13q-166 0 -170 178q0 10 8 11l84 14q11 2 11 -9q2 -54 18.5 -77t51.5 -23q32 0 48 20.5t16 76.5q0 27 -3 46t-10.5 32.5t-20.5 22.5t-33 17l-41 16q-35 14 -58.5 31t-37.5 39.5t-20 52t-6 69.5q0 88 40 134.5 +t125 46.5t123.5 -43t43.5 -123q0 -8 -9 -11l-80 -12q-11 -2 -11 8q-2 42 -16.5 64.5t-47.5 22.5q-62 0 -62 -82q0 -24 2.5 -40t10 -27.5t20.5 -19.5t33 -16l41 -16q33 -13 56.5 -29.5t38.5 -39.5t22 -55t7 -75zM271 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60 +q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="350" +d="M245 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM176 -9q-66 0 -105 33t-45 90q-2 10 8 12l72 14q10 2 12 -8q4 -29 20 -42.5t39 -13.5t37.5 14.5t14.5 40.5q0 23 -11 37.5 +t-41 25.5l-39 15q-48 18 -76 52.5t-28 88.5q0 30 10 56t29 44.5t45 29.5t59 11q32 0 56.5 -9t41.5 -24t27.5 -35t13.5 -42q2 -11 -7 -13l-68 -13q-9 -1 -12 8q-5 19 -17 31.5t-35 12.5t-35 -14.5t-12 -35.5q0 -17 11 -31.5t41 -25.5l39 -15q57 -22 80.5 -57.5t23.5 -89.5 +q0 -32 -10 -58.5t-29 -46.5t-46.5 -31t-63.5 -11z" /> + <glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="404" +d="M163 -6q-129 18 -132 175q0 10 8 11l84 14q11 2 11 -9q2 -54 18.5 -77t51.5 -23q32 0 48 20.5t16 76.5q0 27 -3 46t-10.5 32.5t-20.5 22.5t-33 17l-41 16q-35 14 -58.5 31t-37.5 39.5t-20 52t-6 69.5q0 88 40 134.5t125 46.5t123.5 -43t43.5 -123q0 -8 -9 -11l-80 -12 +q-11 -2 -11 8q-2 42 -16.5 64.5t-47.5 22.5q-62 0 -62 -82q0 -24 2.5 -40t10 -27.5t20.5 -19.5t33 -16l41 -16q33 -13 56.5 -29.5t38.5 -39.5t22 -55t7 -75q0 -89 -30 -139.5t-102 -61.5l-49 -139q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="350" +d="M136 -5q-48 9 -76.5 40t-33.5 79q-2 10 8 12l72 14q10 2 12 -8q4 -29 20 -42.5t39 -13.5t37.5 14.5t14.5 40.5q0 23 -11 37.5t-41 25.5l-39 15q-48 18 -76 52.5t-28 88.5q0 30 10 56t29 44.5t45 29.5t59 11q32 0 56.5 -9t41.5 -24t27.5 -35t13.5 -42q2 -11 -7 -13 +l-68 -13q-9 -1 -12 8q-5 19 -17 31.5t-35 12.5t-35 -14.5t-12 -35.5q0 -17 11 -31.5t41 -25.5l39 -15q57 -22 80.5 -57.5t23.5 -89.5t-28 -93t-81 -50l-49 -140q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="404" +d="M375 195q0 -50 -9 -88.5t-29.5 -64t-54 -38.5t-81.5 -13q-166 0 -170 178q0 10 8 11l84 14q11 2 11 -9q2 -54 18.5 -77t51.5 -23q32 0 48 20.5t16 76.5q0 27 -3 46t-10.5 32.5t-20.5 22.5t-33 17l-41 16q-35 14 -58.5 31t-37.5 39.5t-20 52t-6 69.5q0 88 40 134.5 +t125 46.5t123.5 -43t43.5 -123q0 -8 -9 -11l-80 -12q-11 -2 -11 8q-2 42 -16.5 64.5t-47.5 22.5q-62 0 -62 -82q0 -24 2.5 -40t10 -27.5t20.5 -19.5t33 -16l41 -16q33 -13 56.5 -29.5t38.5 -39.5t22 -55t7 -75zM168 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10 +l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="350" +d="M151 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM176 -9q-66 0 -105 33t-45 90q-2 10 8 12l72 14q10 2 12 -8q4 -29 20 -42.5t39 -13.5t37.5 14.5t14.5 40.5q0 23 -11 37.5 +t-41 25.5l-39 15q-48 18 -76 52.5t-28 88.5q0 30 10 56t29 44.5t45 29.5t59 11q32 0 56.5 -9t41.5 -24t27.5 -35t13.5 -42q2 -11 -7 -13l-68 -13q-9 -1 -12 8q-5 19 -17 31.5t-35 12.5t-35 -14.5t-12 -35.5q0 -17 11 -31.5t41 -25.5l39 -15q57 -22 80.5 -57.5t23.5 -89.5 +q0 -32 -10 -58.5t-29 -46.5t-46.5 -31t-63.5 -11z" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" horiz-adv-x="375" +d="M153 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM144 0q-10 0 -10 10v567q0 6 -6 6h-104q-10 0 -10 10v77q0 10 10 10h327q10 0 10 -10v-77q0 -10 -10 -10h-104q-6 0 -6 -6v-567q0 -10 -10 -10h-87z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" horiz-adv-x="255" +d="M112 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM189 -6q-63 0 -93 30.5t-30 102.5v271q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v132q0 10 10 10h82q10 0 10 -10v-132q0 -6 6 -6h45q10 0 10 -10v-58 +q0 -10 -10 -10h-45q-6 0 -6 -6v-269q0 -41 39 -41h12q10 0 10 -10v-74q0 -10 -10 -10h-30z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="375" +d="M163 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM144 0q-10 0 -10 10v567q0 6 -6 6h-104q-10 0 -10 10v77q0 10 10 10h327q10 0 10 -10v-77q0 -10 -10 -10h-104q-6 0 -6 -6v-567 +q0 -10 -10 -10h-87z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="255" +d="M208 511q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7zM189 -6q-63 0 -93 30.5t-30 102.5v271q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v132q0 10 10 10h82q10 0 10 -10v-132q0 -6 6 -6h45q10 0 10 -10v-58 +q0 -10 -10 -10h-45q-6 0 -6 -6v-269q0 -41 39 -41h12q10 0 10 -10v-74q0 -10 -10 -10h-30z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="375" +d="M144 0q-10 0 -10 10v343q0 6 -6 6h-60q-10 0 -10 10v71q0 10 10 10h60q6 0 6 6v121q0 6 -6 6h-104q-10 0 -10 10v77q0 10 10 10h327q10 0 10 -10v-77q0 -10 -10 -10h-104q-6 0 -6 -6v-121q0 -6 6 -6h60q10 0 10 -10v-71q0 -10 -10 -10h-60q-6 0 -6 -6v-343q0 -10 -10 -10 +h-87z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="255" +d="M189 -6q-63 0 -93 30.5t-30 102.5v128q0 6 -6 6h-21q-10 0 -10 10v56q0 10 10 10h21q6 0 6 6v55q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v132q0 10 10 10h82q10 0 10 -10v-132q0 -6 6 -6h45q10 0 10 -10v-58q0 -10 -10 -10h-45q-6 0 -6 -6v-55q0 -6 6 -6h28 +q10 0 10 -10v-56q0 -10 -10 -10h-28q-6 0 -6 -6v-126q0 -41 39 -41h12q10 0 10 -10v-74q0 -10 -10 -10h-30z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="443" +d="M266 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z +M222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="403" +d="M260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM247 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4 +q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="443" +d="M119 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205zM222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5 +t-124 -45.5z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="403" +d="M260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM100 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60 +q0 -10 -10 -10h-205z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="443" +d="M221 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5zM222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87 +q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="403" +d="M260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM202 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10 +q8 -22 22 -35.5t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="443" +d="M222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5zM221 721q-38 0 -64 26t-26 65q0 38 26 64t64 26q39 0 65 -26t26 -64 +q0 -39 -26 -65t-65 -26zM221 764q20 0 33 14t13 34t-13 33.5t-33 13.5t-32.5 -13.5t-12.5 -33.5t12.5 -34t32.5 -14z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="403" +d="M202 539q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM202 582q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5zM260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16 +q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="443" +d="M222 -9q-79 0 -124.5 45.5t-45.5 136.5v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -91 -45 -136.5t-124 -45.5zM258 761q-5 0 -6.5 2.5t1.5 7.5l69 107q7 10 17 10h68q5 0 6 -3t-2 -7 +l-84 -107q-9 -10 -19 -10h-50zM125 761q-5 0 -6.5 2.5t1.5 7.5l70 107q7 10 17 10h67q5 0 6 -3t-2 -7l-84 -107q-9 -10 -19 -10h-50z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="403" +d="M260 0q-10 0 -10 10v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM238 555q-11 0 -6 10l61 125q4 10 16 10h67q5 0 6 -3t-1 -7 +l-75 -125q-6 -10 -17 -10h-51zM106 555q-11 0 -6 10l60 125q4 10 16 10h67q5 0 6 -3t-1 -7l-74 -125q-6 -10 -18 -10h-50z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="443" +d="M225 -190q-41 0 -65.5 21t-24.5 62q0 26 9.5 48.5t33.5 53.5q-59 11 -92.5 55t-33.5 123v497q0 10 10 10h87q10 0 10 -10v-511q0 -32 16.5 -51.5t46.5 -19.5t46 19.5t16 51.5v511q0 10 10 10h87q10 0 10 -10v-497q0 -78 -33.5 -122.5t-90.5 -55.5q-31 -35 -39.5 -53.5 +t-8.5 -32.5q0 -24 19 -24q10 0 18 5q9 6 13 -4l21 -46q3 -8 -5 -13q-10 -7 -27 -12t-33 -5z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="403" +d="M284 -190q-41 0 -65.5 21t-24.5 62q0 33 17 59.5t42 49.5q-3 3 -3 8v38h-1q-13 -25 -34.5 -41t-56.5 -16q-54 0 -82.5 35t-28.5 115v331q0 10 10 10h82q10 0 10 -10v-317q0 -70 50 -70q51 0 51 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -7 -7 -11q-29 -19 -48 -44.5 +t-19 -45.5q0 -24 19 -24q10 0 18 5q9 6 13 -4l21 -46q3 -8 -5 -13q-10 -7 -27 -12t-33 -5z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="579" +d="M371 0q-8 0 -10 10l-69 437h-2l-72 -437q-2 -10 -10 -10h-75q-8 0 -10 10l-105 660q-2 10 9 10h86q10 0 11 -10l49 -443h3l73 443q1 10 11 10h59q10 0 11 -10l73 -443h3l52 443q1 10 11 10h83q11 0 9 -10l-106 -660q-2 -10 -10 -10h-74zM356 750q-10 0 -19 10l-48 60h-2 +l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="541" +d="M337 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60zM333 0q-11 0 -12 10l-50 280h-2l-49 -280q-1 -10 -12 -10h-70q-10 0 -11 10l-109 462q-3 10 7 10h84q9 0 11 -10l54 -298h1 +l56 298q2 10 11 10h59q9 0 11 -10l54 -298h1l55 298q2 10 11 10h83q10 0 7 -10l-108 -462q-3 -10 -12 -10h-70z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="386" +d="M150 0q-10 0 -10 10v269l-130 391q-3 10 8 10h88q9 0 12 -10l76 -263h3l74 263q3 10 12 10h86q11 0 8 -10l-130 -391v-269q0 -10 -10 -10h-87zM262 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125 +q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="370" +d="M62 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 33.5 13.5t19.5 41.5l11 48l-120 454q-3 10 7 10h84q9 0 11 -10l64 -298h1l64 298q2 10 11 10h81q10 0 7 -10l-127 -500q-12 -47 -25 -77t-29.5 -46.5t-39 -22.5t-52.5 -6h-15zM254 555q-10 0 -19 10l-48 60h-2l-47 -60 +q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="386" +d="M150 0q-10 0 -10 10v269l-130 391q-3 10 8 10h88q9 0 12 -10l76 -263h3l74 263q3 10 12 10h86q11 0 8 -10l-130 -391v-269q0 -10 -10 -10h-87zM238 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM86 769q-10 0 -10 10v86q0 10 10 10h65 +q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="370" +d="M45 0q-10 0 -10 10v72q0 4 2 10l187 489v2h-169q-10 0 -10 10v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-184 -487v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281zM147 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10 +h-55z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="320" +d="M130 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM38 0q-10 0 -10 10v68q0 7 3 13l149 299v2h-132q-10 0 -10 10v70q0 10 10 10h238q10 0 10 -10v-57q0 -7 -3 -13l-155 -309v-2h148q10 0 10 -10v-71q0 -10 -10 -10h-248z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="370" +d="M148 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM45 0q-10 0 -10 10v72q0 4 2 10l187 489v2h-169q-10 0 -10 10v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-184 -487v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="320" +d="M38 0q-10 0 -10 10v68q0 7 3 13l149 299v2h-132q-10 0 -10 10v70q0 10 10 10h238q10 0 10 -10v-57q0 -7 -3 -13l-155 -309v-2h148q10 0 10 -10v-71q0 -10 -10 -10h-248zM122 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="370" +d="M163 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM45 0q-10 0 -10 10v72q0 4 2 10l187 489v2h-169q-10 0 -10 10v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-184 -487v-2 +h176q10 0 10 -10v-77q0 -10 -10 -10h-281z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="320" +d="M137 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM38 0q-10 0 -10 10v68q0 7 3 13l149 299v2h-132q-10 0 -10 10v70q0 10 10 10h238q10 0 10 -10v-57q0 -7 -3 -13l-155 -309v-2 +h148q10 0 10 -10v-71q0 -10 -10 -10h-248z" /> + <glyph glyph-name="florin" unicode="ƒ" +d="M260 325l-46 -343q-11 -83 -48.5 -122.5t-116.5 -39.5h-21q-10 0 -10 10v74q0 10 10 10h15q32 0 48 13.5t21 49.5l47 348h-67q-10 0 -10 10v62q0 10 10 10h78l15 111q11 83 48.5 122.5t116.5 39.5h21q10 0 10 -10v-74q0 -10 -10 -10h-15q-32 0 -48 -13.5t-21 -49.5 +l-16 -116h67q10 0 10 -10v-62q0 -10 -10 -10h-78z" /> + <glyph glyph-name="Aringacute" unicode="Ǻ" horiz-adv-x="421" +d="M181 773q-5 0 -6 3t2 7l82 95q5 5 9 7.5t12 2.5h77q5 0 6.5 -3t-1.5 -7l-103 -95q-10 -10 -20 -10h-58zM316 0q-9 0 -11 10l-27 137h-135l-27 -137q-2 -10 -11 -10h-85q-10 0 -8 10l127 569q3 9 10 10q-27 25 -27 67q0 39 25.5 64.5t64.5 25.5t64.5 -25.5t25.5 -64.5 +q0 -20 -7.5 -37.5t-20.5 -29.5q9 0 11 -10l124 -569q2 -10 -8 -10h-85zM212 609q20 0 32.5 13.5t12.5 33.5t-12.5 33.5t-32.5 13.5t-32.5 -13.5t-12.5 -33.5t12.5 -33.5t32.5 -13.5zM160 237h101l-48 253h-3z" /> + <glyph glyph-name="aringacute" unicode="ǻ" horiz-adv-x="383" +d="M157 773q-5 0 -6 3t2 7l82 95q5 5 9 7.5t12 2.5h77q5 0 6.5 -3t-1.5 -7l-104 -95q-5 -5 -9 -7.5t-10 -2.5h-58zM249 0q-10 0 -10 10v38h-1q-9 -26 -32.5 -41.5t-56.5 -15.5q-21 0 -41.5 7t-37 23.5t-26.5 44.5t-10 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28 +q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12q82 0 116.5 -38.5t34.5 -126.5v-316q0 -10 -10 -10h-78zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM191 539 +q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM191 582q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5z" /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="656" +d="M320 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM339 0q-10 0 -10 10v131q0 6 -6 6h-157l-50 -137q-3 -10 -13 -10h-84q-10 0 -7 10l247 660q3 10 11 10h347q10 0 10 -10v-77q0 -10 -10 -10h-175q-6 0 -6 -6v-179 +q0 -6 6 -6h152q10 0 10 -10v-77q0 -10 -10 -10h-152q-6 0 -6 -6v-186q0 -6 6 -6h175q10 0 10 -10v-77q0 -10 -10 -10h-278zM199 237h124q6 0 6 6v339h-3z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="578" +d="M258 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM388 -9q-41 0 -72 13t-51 45h-1q-25 -34 -52 -46t-63 -12q-20 0 -40.5 7t-37 23.5t-27 44.5t-10.5 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5 +t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12q71 0 106 -33h1q17 17 42 25t54 8q57 0 93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -33 47 -33 +q40 0 53 44q3 9 12 7l77 -15q9 -1 7 -12q-11 -54 -50.5 -85.5t-99.5 -31.5zM436 288q6 0 6 6q0 37 -2 51.5t-5 22.5q-5 14 -16 23t-30 9q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5 +t-15 -48.5q0 -64 48 -64z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" horiz-adv-x="429" +d="M40 -30q-11 0 -6 10l35 82q-10 18 -15 35q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q69 0 113 -36l21 48q4 9 13 9h26q10 0 7 -10l-36 -82q5 -8 9 -17t7 -18q4 -11 6.5 -24t4 -38t2 -67.5t0.5 -113.5 +t-0.5 -113.5t-2 -67.5t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5q-71 0 -115 35l-20 -47q-4 -9 -13 -9h-27zM150 238l125 305l-3 11q-5 17 -20.5 27.5t-36.5 10.5q-22 0 -37.5 -10.5t-20.5 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-102zM215 88q21 0 36.5 10.5 +t20.5 27.5q2 7 3.5 15t2 29t1 60.5t0.5 109.5v101l-125 -304l3 -11q5 -17 20.5 -27.5t37.5 -10.5zM175 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="385" +d="M348 241q0 -38 -0.5 -62.5t-2 -41t-3.5 -27.5t-5 -20q-15 -47 -52 -73t-93 -26q-55 0 -92 26l-19 -37q-5 -10 -13 -10h-22q-5 0 -7 2.5t0 7.5l33 64q-17 20 -24 46q-3 9 -5 20t-3.5 27.5t-2 41t-0.5 62.5q0 37 0.5 62t2 41.5t3.5 27.5t5 20q15 47 52 73t92 26t93 -26 +l19 37q5 10 13 10h22q5 0 7 -2.5t0 -7.5l-33 -65q15 -20 24 -45q3 -9 5 -20t3.5 -27.5t2 -41.5t0.5 -62zM138 241q0 -25 -0.5 -42t0.5 -30l99 206q-14 23 -45 23q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -19t-1 -34.5v-58.5zM247 310l-99 -204q14 -22 44 -22q39 0 50 34 +q1 5 2 11t2 19t1 34.5v58.5v69zM156 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" horiz-adv-x="404" +d="M167 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM375 195q0 -50 -9 -88.5t-29.5 -64t-54 -38.5t-81.5 -13q-166 0 -170 178q0 10 8 11l84 14q11 2 11 -9q2 -54 18.5 -77t51.5 -23q32 0 48 20.5t16 76.5q0 27 -3 46 +t-10.5 32.5t-20.5 22.5t-33 17l-41 16q-35 14 -58.5 31t-37.5 39.5t-20 52t-6 69.5q0 88 40 134.5t125 46.5t123.5 -43t43.5 -123q0 -8 -9 -11l-80 -12q-11 -2 -11 8q-2 42 -16.5 64.5t-47.5 22.5q-62 0 -62 -82q0 -24 2.5 -40t10 -27.5t20.5 -19.5t33 -16l41 -16 +q33 -13 56.5 -29.5t38.5 -39.5t22 -55t7 -75z" /> + <glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="350" +d="M140 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM176 -9q-66 0 -105 33t-45 90q-2 10 8 12l72 14q10 2 12 -8q4 -29 20 -42.5t39 -13.5t37.5 14.5t14.5 40.5q0 23 -11 37.5t-41 25.5l-39 15q-48 18 -76 52.5t-28 88.5 +q0 30 10 56t29 44.5t45 29.5t59 11q32 0 56.5 -9t41.5 -24t27.5 -35t13.5 -42q2 -11 -7 -13l-68 -13q-9 -1 -12 8q-5 19 -17 31.5t-35 12.5t-35 -14.5t-12 -35.5q0 -17 11 -31.5t41 -25.5l39 -15q57 -22 80.5 -57.5t23.5 -89.5q0 -32 -10 -58.5t-29 -46.5t-46.5 -31 +t-63.5 -11z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="375" +d="M153 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM144 0q-10 0 -10 10v567q0 6 -6 6h-104q-10 0 -10 10v77q0 10 10 10h327q10 0 10 -10v-77q0 -10 -10 -10h-104q-6 0 -6 -6v-567q0 -10 -10 -10h-87z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="255" +d="M112 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM189 -6q-63 0 -93 30.5t-30 102.5v271q0 6 -6 6h-29q-10 0 -10 10v58q0 10 10 10h29q6 0 6 6v132q0 10 10 10h82q10 0 10 -10v-132q0 -6 6 -6h45q10 0 10 -10v-58 +q0 -10 -10 -10h-45q-6 0 -6 -6v-269q0 -41 39 -41h12q10 0 10 -10v-74q0 -10 -10 -10h-30z" /> + <glyph glyph-name="uni0237" unicode="ȷ" horiz-adv-x="204" +d="M-4 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 31.5 13t9.5 42v502q0 10 10 10h82q10 0 10 -10v-508q0 -73 -33.5 -108.5t-108.5 -35.5h-15z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="415" +d="M275 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="415" +d="M181 555q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="415" +d="M105 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="415" +d="M207 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10q8 -22 22 -35.5t37 -13.5t37.5 13.5t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="415" +d="M166 574q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="415" +d="M207 539q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM207 582q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="415" +d="M220 -190q-41 0 -65 21t-24 62q0 33 16.5 59t39.5 48q10 10 18 10h75q5 0 6 -4t-3 -6q-29 -20 -49 -45t-20 -46q0 -24 20 -24q10 0 18 5q9 6 13 -4l20 -46q3 -8 -5 -13q-10 -7 -26.5 -12t-33.5 -5z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="415" +d="M251 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="415" +d="M227 555q-11 0 -6 10l61 125q4 10 16 10h67q5 0 6 -3t-1 -7l-75 -125q-6 -10 -17 -10h-51zM95 555q-11 0 -6 10l60 125q4 10 16 10h67q5 0 6 -3t-1 -7l-74 -125q-6 -10 -18 -10h-50z" /> + <glyph glyph-name="Delta" unicode="Δ" horiz-adv-x="421" +d="M20 0q-10 0 -8 10l147 660q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-381zM282 98q6 0 5 6l-74 386h-3l-76 -386q-2 -6 5 -6h143z" /> + <glyph glyph-name="Delta" unicode="∆" horiz-adv-x="421" +d="M20 0q-10 0 -8 10l147 660q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-381zM282 98q6 0 5 6l-74 386h-3l-76 -386q-2 -6 5 -6h143z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="429" +d="M253 0q-10 0 -10 10v73q0 9 9 15q10 8 15.5 18t8.5 34.5t4 69t1 120.5q0 69 -0.5 108.5t-1 60t-2 28.5t-3.5 15q-5 17 -20.5 28.5t-38.5 11.5t-39 -11.5t-21 -28.5q-2 -7 -3.5 -15t-2.5 -28.5t-1 -60v-108.5q0 -76 1 -120.5t4 -69t8.5 -34.5t15.5 -18q9 -6 9 -15v-73 +q0 -10 -10 -10h-135q-10 0 -10 10v78q0 10 10 10h37v1q-11 10 -18.5 22.5t-12 37t-6.5 67.5t-2 114t0.5 113t2 67t4 37.5t6.5 23.5q17 51 58.5 79.5t104.5 28.5t104 -28.5t58 -79.5q4 -11 6.5 -23.5t4 -37.5t2 -67t0.5 -113t-2 -114t-6.5 -67.5t-12 -37t-18.5 -22.5v-1h37 +q10 0 10 -10v-78q0 -10 -10 -10h-135z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="429" +d="M253 0q-10 0 -10 10v73q0 9 9 15q10 8 15.5 18t8.5 34.5t4 69t1 120.5q0 69 -0.5 108.5t-1 60t-2 28.5t-3.5 15q-5 17 -20.5 28.5t-38.5 11.5t-39 -11.5t-21 -28.5q-2 -7 -3.5 -15t-2.5 -28.5t-1 -60v-108.5q0 -76 1 -120.5t4 -69t8.5 -34.5t15.5 -18q9 -6 9 -15v-73 +q0 -10 -10 -10h-135q-10 0 -10 10v78q0 10 10 10h37v1q-11 10 -18.5 22.5t-12 37t-6.5 67.5t-2 114t0.5 113t2 67t4 37.5t6.5 23.5q17 51 58.5 79.5t104.5 28.5t104 -28.5t58 -79.5q4 -11 6.5 -23.5t4 -37.5t2 -67t0.5 -113t-2 -114t-6.5 -67.5t-12 -37t-18.5 -22.5v-1h37 +q10 0 10 -10v-78q0 -10 -10 -10h-135z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="428" +d="M381 -6q-64 0 -92.5 30t-28.5 99v259q0 6 -6 6h-78q-6 0 -6 -6v-372q0 -10 -10 -10h-82q-10 0 -10 10v372q0 6 -6 6h-38q-10 0 -10 10v74q0 10 10 10h378q10 0 10 -10v-74q0 -10 -10 -10h-37q-6 0 -6 -6v-261q0 -21 6 -28t21 -7h4q10 0 10 -10v-72q0 -10 -10 -10h-9z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="579" +d="M263 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55zM371 0q-8 0 -10 10l-69 437h-2l-72 -437q-2 -10 -10 -10h-75q-8 0 -10 10l-105 660q-2 10 9 10h86q10 0 11 -10l49 -443h3l73 443q1 10 11 10h59q10 0 11 -10 +l73 -443h3l52 443q1 10 11 10h83q11 0 9 -10l-106 -660q-2 -10 -10 -10h-74z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="541" +d="M333 0q-11 0 -12 10l-50 280h-2l-49 -280q-1 -10 -12 -10h-70q-10 0 -11 10l-109 462q-3 10 7 10h84q9 0 11 -10l54 -298h1l56 298q2 10 11 10h59q9 0 11 -10l54 -298h1l55 298q2 10 11 10h83q10 0 7 -10l-108 -462q-3 -10 -12 -10h-70zM242 555q-11 0 -18 10l-90 125 +q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="579" +d="M261 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM371 0q-8 0 -10 10l-69 437h-2l-72 -437q-2 -10 -10 -10h-75q-8 0 -10 10l-105 660q-2 10 9 10h86q10 0 11 -10l49 -443h3l73 443q1 10 11 10h59q10 0 11 -10 +l73 -443h3l52 443q1 10 11 10h83q11 0 9 -10l-106 -660q-2 -10 -10 -10h-74z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="541" +d="M240 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM333 0q-11 0 -12 10l-50 280h-2l-49 -280q-1 -10 -12 -10h-70q-10 0 -11 10l-109 462q-3 10 7 10h84q9 0 11 -10l54 -298h1l56 298q2 10 11 10h59q9 0 11 -10l54 -298h1 +l55 298q2 10 11 10h83q10 0 7 -10l-108 -462q-3 -10 -12 -10h-70z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="579" +d="M332 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM180 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM371 0q-8 0 -10 10l-69 437h-2l-72 -437q-2 -10 -10 -10h-75q-8 0 -10 10l-105 660q-2 10 9 10h86q10 0 11 -10 +l49 -443h3l73 443q1 10 11 10h59q10 0 11 -10l73 -443h3l52 443q1 10 11 10h83q11 0 9 -10l-106 -660q-2 -10 -10 -10h-74z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="541" +d="M313 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM161 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM333 0q-11 0 -12 10l-50 280h-2l-49 -280q-1 -10 -12 -10h-70q-10 0 -11 10l-109 462q-3 10 7 10h84q9 0 11 -10 +l54 -298h1l56 298q2 10 11 10h59q9 0 11 -10l54 -298h1l55 298q2 10 11 10h83q10 0 7 -10l-108 -462q-3 -10 -12 -10h-70z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="386" +d="M150 0q-10 0 -10 10v269l-130 391q-3 10 8 10h88q9 0 12 -10l76 -263h3l74 263q3 10 12 10h86q11 0 8 -10l-130 -391v-269q0 -10 -10 -10h-87zM177 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55z" /> + <glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="370" +d="M62 -180q-10 0 -10 10v74q0 10 10 10l14 1q22 2 33.5 13.5t19.5 41.5l11 48l-120 454q-3 10 7 10h84q9 0 11 -10l64 -298h1l64 298q2 10 11 10h81q10 0 7 -10l-127 -500q-12 -47 -25 -77t-29.5 -46.5t-39 -22.5t-52.5 -6h-15zM161 555q-11 0 -18 10l-90 125q-3 4 -1.5 7 +t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="408" +d="M26 225q-10 0 -10 10v61q0 10 10 10h356q10 0 10 -10v-61q0 -10 -10 -10h-356z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="594" +d="M26 225q-10 0 -10 10v61q0 10 10 10h542q10 0 10 -10v-61q0 -10 -10 -10h-542z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="171" +d="M50 493q-10 0 -10 10v73q0 14 8 23l62 75q6 7 12 7q9 0 9 -9v-169q0 -10 -10 -10h-71z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="171" +d="M49 492q-9 0 -9 9v169q0 10 10 10h71q10 0 10 -10v-73q0 -14 -8 -23l-62 -75q-6 -7 -12 -7z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="171" +d="M49 -93q-9 0 -9 9v169q0 10 10 10h71q10 0 10 -10v-73q0 -14 -8 -23l-62 -75q-6 -7 -12 -7z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="299" +d="M178 493q-10 0 -10 10v73q0 14 8 23l62 75q6 7 12 7q9 0 9 -9v-169q0 -10 -10 -10h-71zM50 493q-10 0 -10 10v73q0 14 8 23l62 75q6 7 12 7q9 0 9 -9v-169q0 -10 -10 -10h-71z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="299" +d="M177 492q-9 0 -9 9v169q0 10 10 10h71q10 0 10 -10v-73q0 -14 -8 -23l-62 -75q-6 -7 -12 -7zM49 492q-9 0 -9 9v169q0 10 10 10h71q10 0 10 -10v-73q0 -14 -8 -23l-62 -75q-6 -7 -12 -7z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="299" +d="M177 -94q-9 0 -9 9v170q0 10 10 10h71q10 0 10 -10v-74q0 -14 -8 -23l-62 -75q-6 -7 -12 -7zM49 -94q-9 0 -9 9v170q0 10 10 10h71q10 0 10 -10v-74q0 -14 -8 -23l-62 -75q-6 -7 -12 -7z" /> + <glyph glyph-name="dagger" unicode="†" horiz-adv-x="520" +d="M221 -180q-10 0 -10 10v523q0 6 -6 6h-114q-10 0 -10 10v70q0 10 10 10h114q6 0 6 6v215q0 10 10 10h78q10 0 10 -10v-215q0 -6 6 -6h114q10 0 10 -10v-70q0 -10 -10 -10h-114q-6 0 -6 -6v-523q0 -10 -10 -10h-78z" /> + <glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="520" +d="M221 -180q-10 0 -10 10v185q0 6 -6 6h-114q-10 0 -10 10v70q0 10 10 10h114q6 0 6 6v266q0 6 -6 6h-114q-10 0 -10 10v70q0 10 10 10h114q6 0 6 6v185q0 10 10 10h78q10 0 10 -10v-185q0 -6 6 -6h114q10 0 10 -10v-70q0 -10 -10 -10h-114q-6 0 -6 -6v-266q0 -6 6 -6h114 +q10 0 10 -10v-70q0 -10 -10 -10h-114q-6 0 -6 -6v-185q0 -10 -10 -10h-78z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="443" +d="M221 179q-28 0 -51.5 9.5t-41 27t-27 41t-9.5 51.5t9.5 51.5t27 40.5t41 27t51.5 10t51.5 -10t41 -27t27.5 -40.5t10 -51.5t-10 -51.5t-27.5 -41t-41 -27t-51.5 -9.5z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="591" +d="M450 0q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85zM253 0q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85zM56 0q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="932" +d="M180 -9q-10 0 -7 10l252 678q4 10 13 10h55q10 0 7 -10l-253 -678q-4 -10 -13 -10h-54zM161 328q-38 0 -61.5 16t-32.5 45q-2 8 -3.5 15.5t-2.5 20t-1 31.5v51v51t1 32t2.5 19.5t3.5 15.5q9 29 32.5 45t61.5 16q37 0 60.5 -16t32.5 -45q3 -8 4.5 -15.5t2 -19.5t1 -32 +t0.5 -51q0 -32 -0.5 -51t-1 -31.5t-2 -20t-4.5 -15.5q-9 -29 -32.5 -45t-60.5 -16zM161 392q18 0 25 17q1 2 1.5 6t1 14.5t0.5 28.5v49v49.5t-0.5 28.5t-1 14t-1.5 6q-7 17 -25 17q-20 0 -25 -17q-1 -2 -1.5 -6t-1 -14t-0.5 -28.5v-49.5v-49t0.5 -28.5t1 -14.5t1.5 -6 +q5 -17 25 -17zM771 -6q-38 0 -61 16t-32 45q-3 7 -4.5 15t-2 20t-1 31.5t-0.5 51.5q0 31 0.5 50.5t1 32t2 20t4.5 15.5q9 29 32 45t61 16q37 0 60.5 -16t32.5 -45q3 -8 4.5 -15.5t2 -20t1 -32t0.5 -50.5q0 -32 -0.5 -51.5t-1 -31.5t-2 -20t-4.5 -15q-9 -29 -32.5 -45 +t-60.5 -16zM512 -6q-37 0 -60.5 16t-32.5 45q-3 7 -4.5 15t-2 20t-1 31.5t-0.5 51.5q0 31 0.5 50.5t1 32t2 20t4.5 15.5q9 29 32.5 45t60.5 16q38 0 61.5 -16t31.5 -45q3 -8 4.5 -15.5t2 -20t1 -32t0.5 -50.5q0 -32 -0.5 -51.5t-1 -31.5t-2 -20t-4.5 -15q-8 -29 -31.5 -45 +t-61.5 -16zM771 58q20 0 25 17q1 2 1.5 6t1 14t0.5 28.5v49.5v49t-0.5 28.5t-1 14.5t-1.5 6q-5 17 -25 17t-25 -17q-1 -2 -1.5 -6t-1 -14.5t-0.5 -28.5v-49v-49.5t0.5 -28.5t1 -14t1.5 -6q5 -17 25 -17zM512 58q20 0 25 17q1 2 1.5 6t1 14t0.5 28.5v49.5v49t-0.5 28.5 +t-1 14.5t-1.5 6q-5 17 -25 17t-25 -17q-1 -2 -1.5 -6t-1 -14.5t-0.5 -28.5v-49v-49.5t0.5 -28.5t1 -14t1.5 -6q5 -17 25 -17z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="284" +d="M37 257q-7 7 0 14l177 178q3 3 6.5 2t3.5 -6v-80q0 -8 -10 -18l-78 -79q-4 -4 0 -8l78 -79q10 -10 10 -18v-80q0 -5 -3.5 -6t-6.5 2z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="284" +d="M70 79q-3 -3 -6.5 -2t-3.5 6v80q0 8 10 18l79 79q4 4 0 8l-79 79q-10 10 -10 18v80q0 5 3.5 6t6.5 -2l177 -178q7 -7 0 -14z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="143" +d="M-85 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54z" /> + <glyph glyph-name="uni2070" unicode="⁰" horiz-adv-x="281" +d="M140 422q-41 0 -66.5 18t-35.5 47q-2 6 -3.5 14t-2.5 23t-1.5 40.5t-0.5 68.5t0.5 68.5t1.5 40.5t2.5 23t3.5 14q10 29 35.5 47t66.5 18q42 0 67 -18t35 -47q2 -6 3.5 -14t2.5 -23t1.5 -40.5t0.5 -68.5t-0.5 -68.5t-1.5 -40.5t-2.5 -23t-3.5 -14q-10 -29 -35 -47t-67 -18 +zM140 493q20 0 26 18q1 2 2 6t1.5 16t0.5 35.5v64.5v64.5t-0.5 35.5t-1.5 16t-2 6q-6 18 -26 18t-26 -18q-1 -2 -1.5 -6t-1 -16t-0.5 -35.5v-64.5v-64.5t0.5 -35.5t1 -16t1.5 -6q6 -18 26 -18z" /> + <glyph glyph-name="uni2074" unicode="⁴" horiz-adv-x="281" +d="M169 430q-10 0 -10 10v36q0 6 -6 6h-123q-10 0 -10 10v50q0 7 3 16l88 268q3 10 12 10h62q10 0 7 -10l-89 -271v-3h50q6 0 6 6v95q0 10 10 10h55q10 0 10 -10v-95q0 -6 5 -6h15q10 0 10 -10v-50q0 -10 -10 -10h-14q-6 0 -6 -6v-36q0 -10 -10 -10h-55z" /> + <glyph glyph-name="uni2075" unicode="⁵" horiz-adv-x="281" +d="M140 422q-39 0 -65.5 17t-36.5 48q-3 9 -4 17.5t-1 13.5q0 11 10 12l54 6q12 2 12 -10q0 -10 3 -17q5 -16 26 -16q20 0 27 16q2 4 2.5 12t0.5 39q0 29 -0.5 37.5t-2.5 12.5q-3 6 -9.5 11t-17.5 5q-16 0 -25 -14q-8 -10 -16 -10h-51q-10 0 -10 10v214q0 10 10 10h190 +q10 0 10 -10v-51q0 -10 -10 -10h-120q-6 0 -6 -6v-76h1q16 14 46 14q33 0 54.5 -13.5t31.5 -44.5q3 -10 4 -27t1 -52t-1.5 -49t-4.5 -24q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="uni2076" unicode="⁶" horiz-adv-x="281" +d="M140 422q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22.5t-1.5 41.5q0 23 1 39t3.5 29t7 24.5t10.5 26.5l69 155q4 10 14 10h62q11 0 8 -10l-65 -147l1 -1q6 2 17 2q65 0 85 -59q4 -11 5.5 -25.5t1.5 -43.5t-1.5 -41.5t-4.5 -22.5q-10 -31 -37 -48.5t-67 -17.5zM140 493 +q11 0 17.5 5t8.5 12q2 4 3 11.5t1 30.5q0 22 -1 29t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -29q0 -23 0.5 -30.5t2.5 -11.5q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="uni2077" unicode="⁷" horiz-adv-x="281" +d="M69 430q-11 0 -8 10l106 322v3h-50q-6 0 -6 -6v-32q0 -10 -10 -10h-57q-10 0 -10 10v99q0 10 10 10h196q10 0 10 -10v-50q0 -9 -3 -18l-103 -318q-3 -10 -13 -10h-62z" /> + <glyph glyph-name="uni2078" unicode="⁸" horiz-adv-x="281" +d="M140 422q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM140 677q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5 +q2 -7 8.5 -12t17.5 -5zM140 493q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="uni2079" unicode="⁹" horiz-adv-x="281" +d="M83 430q-11 0 -8 10l66 147l-1 1q-2 -1 -7.5 -1.5t-9.5 -0.5q-66 0 -86 59q-4 11 -5.5 25.5t-1.5 43.5t1.5 41.5t4.5 22.5q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -22.5t1.5 -41.5q0 -23 -1 -39t-3.5 -29t-7 -24.5t-10.5 -26.5l-69 -155 +q-4 -10 -13 -10h-63zM140 657q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 23 -1 30.5t-3 11.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11.5t-0.5 -30.5q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="uni2080" unicode="₀" horiz-adv-x="281" +d="M140 -163q-41 0 -66.5 18t-35.5 47q-2 6 -3.5 14t-2.5 23t-1.5 40.5t-0.5 68.5t0.5 68.5t1.5 40.5t2.5 23t3.5 14q10 29 35.5 47t66.5 18q42 0 67 -18t35 -47q2 -6 3.5 -14t2.5 -23t1.5 -40.5t0.5 -68.5t-0.5 -68.5t-1.5 -40.5t-2.5 -23t-3.5 -14q-10 -29 -35 -47 +t-67 -18zM140 -92q20 0 26 18q1 2 2 6t1.5 16t0.5 35.5v64.5v64.5t-0.5 35.5t-1.5 16t-2 6q-6 18 -26 18t-26 -18q-1 -2 -1.5 -6t-1 -16t-0.5 -35.5v-64.5v-64.5t0.5 -35.5t1 -16t1.5 -6q6 -18 26 -18z" /> + <glyph glyph-name="uni2081" unicode="₁" horiz-adv-x="281" +d="M130 -155q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61z" /> + <glyph glyph-name="uni2082" unicode="₂" horiz-adv-x="281" +d="M45 -155q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20 +t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193z" /> + <glyph glyph-name="uni2083" unicode="₃" horiz-adv-x="281" +d="M139 -163q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5 +q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48 +t-66 -17z" /> + <glyph glyph-name="uni2084" unicode="₄" horiz-adv-x="281" +d="M169 -155q-10 0 -10 10v36q0 6 -6 6h-123q-10 0 -10 10v50q0 7 3 16l88 268q3 10 12 10h62q10 0 7 -10l-89 -271v-3h50q6 0 6 6v95q0 10 10 10h55q10 0 10 -10v-95q0 -6 5 -6h15q10 0 10 -10v-50q0 -10 -10 -10h-14q-6 0 -6 -6v-36q0 -10 -10 -10h-55z" /> + <glyph glyph-name="uni2085" unicode="₅" horiz-adv-x="281" +d="M140 -163q-39 0 -65.5 17t-36.5 48q-3 9 -4 17.5t-1 13.5q0 11 10 12l54 6q12 2 12 -10q0 -10 3 -17q5 -16 26 -16q20 0 27 16q2 4 2.5 12t0.5 39q0 29 -0.5 37.5t-2.5 12.5q-3 6 -9.5 11t-17.5 5q-16 0 -25 -14q-8 -10 -16 -10h-51q-10 0 -10 10v214q0 10 10 10h190 +q10 0 10 -10v-51q0 -10 -10 -10h-120q-6 0 -6 -6v-76h1q16 14 46 14q33 0 54.5 -13.5t31.5 -44.5q3 -10 4 -27t1 -52t-1.5 -49t-4.5 -24q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="uni2086" unicode="₆" horiz-adv-x="281" +d="M140 -163q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22.5t-1.5 41.5q0 23 1 39t3.5 29t7 24.5t10.5 26.5l69 155q4 10 14 10h62q11 0 8 -10l-65 -147l1 -1q6 2 17 2q65 0 85 -59q4 -11 5.5 -25.5t1.5 -43.5t-1.5 -41.5t-4.5 -22.5q-10 -31 -37 -48.5t-67 -17.5zM140 -92 +q11 0 17.5 5t8.5 12q2 4 3 11.5t1 30.5q0 22 -1 29t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -29q0 -23 0.5 -30.5t2.5 -11.5q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="uni2087" unicode="₇" horiz-adv-x="281" +d="M69 -155q-11 0 -8 10l106 322v3h-50q-6 0 -6 -6v-32q0 -10 -10 -10h-57q-10 0 -10 10v99q0 10 10 10h196q10 0 10 -10v-50q0 -9 -3 -18l-103 -318q-3 -10 -13 -10h-62z" /> + <glyph glyph-name="uni2088" unicode="₈" horiz-adv-x="281" +d="M140 -163q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM140 92q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5q2 -7 8.5 -12 +t17.5 -5zM140 -92q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="uni2089" unicode="₉" horiz-adv-x="281" +d="M83 -155q-11 0 -8 10l66 147l-1 1q-2 -1 -7.5 -1.5t-9.5 -0.5q-66 0 -86 59q-4 11 -5.5 25.5t-1.5 43.5t1.5 41.5t4.5 22.5q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -22.5t1.5 -41.5q0 -23 -1 -39t-3.5 -29t-7 -24.5t-10.5 -26.5l-69 -155 +q-4 -10 -13 -10h-63zM140 72q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 23 -1 30.5t-3 11.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11.5t-0.5 -30.5q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="Euro" unicode="€" +d="M222 -9q-57 0 -91 25.5t-49 70.5q-3 9 -5 18.5t-3.5 25.5t-2 40.5t-0.5 63.5q0 6 -6 6h-36q-10 0 -10 10v54q0 10 10 10h36q6 0 6 6v43q0 6 -6 6h-36q-10 0 -10 10v54q0 10 10 10h36q6 0 6 6q0 37 0.5 60.5t2 39t3.5 25t5 18.5q15 45 49 70.5t91 25.5q69 0 108 -39 +t44 -101q2 -11 -7 -12l-77 -15q-10 -2 -12 8q-4 31 -16 48.5t-38 17.5q-35 0 -46 -34q-2 -5 -2.5 -10t-1.5 -16.5t-1 -31.5v-54q0 -6 6 -6h130q10 0 10 -10l-10 -54q-1 -10 -10 -10h-120q-6 0 -6 -6v-43q0 -6 6 -6h115q10 0 10 -10l-10 -54q-1 -10 -10 -10h-105q-6 0 -6 -6 +v-57t1 -33t1.5 -17.5t2.5 -9.5q11 -34 46 -34q26 0 38 17.5t16 48.5q2 10 12 8l77 -15q9 -1 7 -12q-5 -62 -44 -101t-108 -39z" /> + <glyph glyph-name="afii61289" unicode="ℓ" horiz-adv-x="413" +d="M98 175q-7 -6 -14 1l-36 41q-7 7 1 14l78 75v204q0 87 35 134t100 47q54 0 87 -33.5t33 -93.5q0 -66 -37.5 -129t-115.5 -138v-172q0 -26 7.5 -38t25.5 -12q9 0 17 3.5t17 10.5t14 -2l28 -41q6 -8 -3 -15q-22 -20 -47 -31t-54 -11q-49 0 -78 32t-29 111v70zM229 411 +q40 49 54.5 84t14.5 70q0 50 -32 50q-17 0 -27 -17t-10 -60v-127z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="660" +d="M538 286q-10 0 -10 10v202h-1l-39 -141q-3 -10 -12 -10h-29q-9 0 -12 10l-40 141h-1v-202q0 -10 -10 -10h-52q-10 0 -10 10v374q0 10 10 10h58q10 0 13 -10l59 -217h2l56 217q3 10 13 10h57q10 0 10 -10v-374q0 -10 -10 -10h-52zM140 286q-10 0 -10 10v306q0 6 -6 6h-54 +q-10 0 -10 10v52q0 10 10 10h197q10 0 10 -10v-52q0 -10 -10 -10h-54q-6 0 -6 -6v-306q0 -10 -10 -10h-57z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="579" +d="M288 -9q-53 0 -96 19.5t-73.5 53.5t-47 80t-16.5 98t16.5 97.5t47 79.5t73.5 53t96 19t96.5 -18t74 -51t48 -79t17.5 -101h-366v-165q54 -52 130 -52q57 0 99 25.5t75 83.5l33 -21q-42 -64 -89 -93t-118 -29zM421 406q-29 27 -62 41t-71 14q-77 0 -130 -55v-131h263v131z +" /> + <glyph glyph-name="onethird" unicode="⅓" horiz-adv-x="758" +d="M159 274q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61zM202 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54zM569 -7q-39 0 -65 17t-36 48q-6 19 -6 40 +q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17 +t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="twothirds" unicode="⅔" horiz-adv-x="816" +d="M91 274q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20 +t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193zM259 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54zM627 -7q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16 +q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17 +q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="762" +d="M159 274q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61zM572 -7q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39 +q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM572 248q11 0 17.5 5t8.5 12 +q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5q2 -7 8.5 -12t17.5 -5zM572 64q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11 +t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5zM202 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54z" /> + <glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="802" +d="M611 -7q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM611 248q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5 +q2 -7 8.5 -12t17.5 -5zM611 64q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5zM242 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678 +q-4 -10 -13 -10h-54zM186 266q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5 +t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22 +q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="802" +d="M611 -7q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM611 248q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5 +q2 -7 8.5 -12t17.5 -5zM611 64q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5zM242 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678 +q-4 -10 -13 -10h-54zM186 266q-39 0 -65.5 17t-36.5 48q-3 9 -4 17.5t-1 13.5q0 11 10 12l54 6q12 2 12 -10q0 -10 3 -17q5 -16 26 -16q20 0 27 16q2 4 2.5 12t0.5 39q0 29 -0.5 37.5t-2.5 12.5q-3 6 -9.5 11t-17.5 5q-16 0 -25 -14q-8 -10 -16 -10h-51q-10 0 -10 10v214 +q0 10 10 10h190q10 0 10 -10v-51q0 -10 -10 -10h-120q-6 0 -6 -6v-76h1q16 14 46 14q33 0 54.5 -13.5t31.5 -44.5q3 -10 4 -27t1 -52t-1.5 -49t-4.5 -24q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="757" +d="M566 -7q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM566 248q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5 +q2 -7 8.5 -12t17.5 -5zM566 64q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5zM114 274q-11 0 -8 10l106 322v3h-50q-6 0 -6 -6v-32q0 -10 -10 -10h-57 +q-10 0 -10 10v99q0 10 10 10h196q10 0 10 -10v-50q0 -9 -3 -18l-103 -318q-3 -10 -13 -10h-62zM196 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="412" +d="M181 -11q-34 0 -60 15t-44 41.5t-27 63.5t-9 82q0 48 11 90t32 73t50.5 48.5t66.5 17.5q48 0 76 -26h2q-3 97 -27.5 153.5t-69.5 56.5q-16 0 -31 -5.5t-27 -14.5q-9 -7 -14 2l-35 51q-5 8 3 14q23 17 50.5 28.5t61.5 11.5q45 0 78.5 -22.5t56.5 -64t34.5 -101.5 +t11.5 -135q0 -191 -51 -285t-139 -94zM188 77q16 0 31 11.5t27 38t20.5 69.5t11.5 106q-14 15 -29 24t-35 9q-38 0 -59.5 -39.5t-21.5 -100.5q0 -57 13.5 -87.5t41.5 -30.5z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="526" +d="M377 -180q-10 0 -10 10v806q0 6 -6 6h-196q-6 0 -6 -6v-806q0 -10 -10 -10h-86q-10 0 -10 10v900q0 10 10 10h400q10 0 10 -10v-900q0 -10 -10 -10h-86z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="486" +d="M50 -180q-10 0 -10 10v74q0 5 2 9l175 405l-170 323q-3 6 -3 11v78q0 10 10 10h373q10 0 10 -10v-78q0 -10 -10 -10h-261l164 -309q3 -7 0 -14l-178 -401h285q10 0 10 -10v-78q0 -10 -10 -10h-387z" /> + <glyph glyph-name="minus" unicode="−" +d="M46 231q-10 0 -10 10v70q0 10 10 10h306q10 0 10 -10v-70q0 -10 -10 -10h-306z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="143" +d="M-85 -9q-10 0 -7 10l252 678q4 10 13 10h54q10 0 7 -10l-252 -678q-4 -10 -13 -10h-54z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="197" +d="M56 205q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="568" +d="M259 -180q-9 0 -12 10l-110 262q-3 6 -9 3l-58 -24q-10 -5 -13 4l-25 55q-5 9 4 13l131 58q10 5 14 -4l102 -245h3l183 778q3 10 12 10h67q11 0 8 -10l-219 -900q-3 -10 -12 -10h-66z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="667" +d="M498 92q-48 0 -85 22.5t-80 72.5q-22 -25 -41.5 -43t-39 -29.5t-40 -17t-44.5 -5.5q-33 0 -60.5 10.5t-47.5 30.5t-31 48.5t-11 64.5q0 72 42 113.5t109 41.5q22 0 41.5 -5.5t39 -17t40 -30t43.5 -44.5q24 26 44 44.5t39 30t38.5 17t42.5 5.5q66 0 109 -41t43 -114 +q0 -72 -42 -113t-109 -41zM494 166q36 0 56.5 22.5t20.5 59.5q0 36 -21 57.5t-57 21.5q-24 0 -48.5 -17.5t-62.5 -63.5q20 -23 35.5 -38.5t28 -24.5t24.5 -13t24 -4zM172 166q25 0 49.5 18.5t62.5 62.5q-38 45 -62.5 62.5t-47.5 17.5q-35 0 -56.5 -21.5t-21.5 -57.5 +q0 -38 20.5 -60t55.5 -22z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="312" +d="M59 -180h-12.5t-12.5 1q-10 2 -10 10v76q0 10 10 10h17q28 0 41 18.5t13 61.5v560q0 94 37 138.5t111 44.5h13t12 -1q10 -2 10 -10v-76q0 -10 -10 -10h-16q-29 0 -42 -18.5t-13 -61.5v-560q0 -94 -37 -138.5t-111 -44.5z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="414" +d="M269 306q-24 0 -40.5 8t-30.5 17q-11 8 -21.5 14t-23.5 6q-15 0 -25 -8t-24 -32q-5 -8 -14 -3l-47 25q-10 5 -4 15q23 43 47.5 63.5t58.5 20.5q25 0 41 -8t30 -17q11 -8 21.5 -14.5t23.5 -6.5q16 0 26 8.5t24 32.5q5 8 14 3l46 -25q10 -5 4 -15q-23 -43 -47 -63.5 +t-59 -20.5zM269 122q-24 0 -40.5 8t-30.5 17q-11 8 -21.5 14t-23.5 6q-15 0 -25 -8t-24 -32q-5 -8 -14 -3l-47 25q-10 5 -4 15q23 43 47.5 63.5t58.5 20.5q25 0 41 -8t30 -17q11 -8 21.5 -14t23.5 -6q16 0 26 8t24 32q5 8 14 3l46 -25q10 -5 4 -15q-23 -43 -47 -63.5 +t-59 -20.5z" /> + <glyph glyph-name="notequal" unicode="≠" +d="M261 328l-48 -104h139q10 0 10 -10v-69q0 -10 -10 -10h-181l-34 -74q-4 -10 -13 -10h-55q-11 0 -8 10l34 74h-49q-10 0 -10 10v69q0 10 10 10h91l48 104h-139q-10 0 -10 10v69q0 10 10 10h181l35 74q4 10 13 10h55q12 0 7 -10l-35 -74h50q10 0 10 -10v-69q0 -10 -10 -10 +h-91z" /> + <glyph glyph-name="lessequal" unicode="≤" +d="M46 250q-10 3 -10 14v62q0 11 10 14l306 123q10 3 10 -7v-74q0 -9 -10 -13l-191 -73v-2l191 -73q10 -4 10 -13v-74q0 -10 -10 -7zM46 0q-10 0 -10 10v69q0 10 10 10h306q10 0 10 -10v-69q0 -10 -10 -10h-306z" /> + <glyph glyph-name="greaterequal" unicode="≥" +d="M46 127q-10 -3 -10 7v74q0 9 10 13l192 73v2l-192 73q-10 4 -10 13v74q0 10 10 7l306 -123q10 -3 10 -14v-62q0 -11 -10 -14zM46 0q-10 0 -10 10v69q0 10 10 10h306q10 0 10 -10v-69q0 -10 -10 -10h-306z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="445" +d="M187 -52q-10 0 -14 10l-151 364q-3 7 0 14l151 364q4 10 14 10h72q10 0 14 -10l150 -364q3 -7 0 -14l-150 -364q-4 -10 -14 -10h-72zM227 51l107 278l-111 278h-2l-109 -278l113 -278h2z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="388" +d="M10 0q-10 0 -10 10v660q0 10 10 10h368q10 0 10 -10v-660q0 -10 -10 -10h-368zM324 55q6 0 6 6v558q0 6 -6 6h-259q-6 0 -6 -6v-558q0 -6 6 -6h259zM168 224q-10 0 -10 10v46q0 21 13 44l36 67q9 17 13 30t4 34q0 19 -3 28q-7 20 -30 20q-22 0 -29 -20q-2 -5 -2.5 -13 +t-0.5 -28q0 -10 -11 -8l-46 4q-9 1 -9 11q0 23 2 34.5t4 18.5q9 28 34 44.5t59 16.5q35 0 60 -16.5t34 -44.5q2 -7 4 -18t2 -26q0 -26 -5 -42.5t-16 -36.5l-35 -67q-5 -9 -7.5 -17.5t-2.5 -18.5v-42q0 -10 -10 -10h-48zM168 114q-10 0 -10 10v58q0 10 10 10h48q10 0 10 -10 +v-58q0 -10 -10 -10h-48z" /> + <glyph glyph-name="glyph220" horiz-adv-x="0" + /> + <glyph glyph-name="glyph221" horiz-adv-x="415" +d="M241 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55z" /> + <glyph glyph-name="glyph222" horiz-adv-x="415" +d="M129 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="glyph223" horiz-adv-x="415" +d="M275 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="glyph224" horiz-adv-x="415" +d="M181 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="glyph225" horiz-adv-x="415" +d="M172 511q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7z" /> + <glyph glyph-name="glyph226" horiz-adv-x="415" +d="M251 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="glyph227" horiz-adv-x="415" +d="M251 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM99 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="glyph228" horiz-adv-x="415" +d="M105 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="glyph229" horiz-adv-x="415" +d="M207 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5z" /> + <glyph glyph-name="glyph230" horiz-adv-x="415" +d="M207 721q-38 0 -64 26t-26 65q0 38 26 64t64 26q39 0 65 -26t26 -64q0 -39 -26 -65t-65 -26zM207 764q20 0 33 14t13 34t-13 33.5t-33 13.5t-32.5 -13.5t-12.5 -33.5t12.5 -34t32.5 -14z" /> + <glyph glyph-name="glyph231" horiz-adv-x="415" +d="M230 761q-5 0 -6.5 2.5t1.5 7.5l69 107q7 10 17 10h68q5 0 6 -3t-2 -7l-84 -107q-9 -10 -19 -10h-50zM97 761q-5 0 -6.5 2.5t1.5 7.5l70 107q7 10 17 10h67q5 0 6 -3t-2 -7l-84 -107q-9 -10 -19 -10h-50z" /> + <glyph glyph-name="glyph232" horiz-adv-x="415" +d="M166 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="glyph233" horiz-adv-x="415" +d="M171 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7z" /> + <glyph glyph-name="glyph234" horiz-adv-x="415" +d="M173 572q-10 0 -10 10v55q0 8 1 12.5t6 9.5l61 73q6 7 13 7q9 0 9 -10v-147q0 -10 -10 -10h-70z" /> + <glyph glyph-name="glyph235" horiz-adv-x="421" +d="M20 0q-10 0 -8 10l147 660q3 10 11 10h84q9 0 11 -10l144 -660q2 -10 -8 -10h-381zM282 98q6 0 5 6l-74 386h-3l-76 -386q-2 -6 5 -6h143z" /> + <glyph glyph-name="glyph236" horiz-adv-x="429" +d="M253 0q-10 0 -10 10v73q0 9 9 15q10 8 15.5 18t8.5 34.5t4 69t1 120.5q0 69 -0.5 108.5t-1 60t-2 28.5t-3.5 15q-5 17 -20.5 28.5t-38.5 11.5t-39 -11.5t-21 -28.5q-2 -7 -3.5 -15t-2.5 -28.5t-1 -60v-108.5q0 -76 1 -120.5t4 -69t8.5 -34.5t15.5 -18q9 -6 9 -15v-73 +q0 -10 -10 -10h-135q-10 0 -10 10v78q0 10 10 10h37v1q-11 10 -18.5 22.5t-12 37t-6.5 67.5t-2 114t0.5 113t2 67t4 37.5t6.5 23.5q17 51 58.5 79.5t104.5 28.5t104 -28.5t58 -79.5q4 -11 6.5 -23.5t4 -37.5t2 -67t0.5 -113t-2 -114t-6.5 -67.5t-12 -37t-18.5 -22.5v-1h37 +q10 0 10 -10v-78q0 -10 -10 -10h-135z" /> + <glyph glyph-name="glyph237" horiz-adv-x="407" +d="M264 0q-10 0 -10 10v38h-1q-9 -28 -29 -42t-47 -14q-7 0 -14 1.5t-10 4.5v-168q0 -10 -10 -10h-82q-10 0 -10 10v642q0 10 10 10h82q10 0 10 -10v-317q0 -70 51 -70q50 0 50 70v317q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="exclam.aalt" horiz-adv-x="232" +d="M92 170q-10 0 -10 10l-22 332q0 10 10 10h92q10 0 10 -10l-22 -332q0 -10 -10 -10h-48zM74 0q-10 0 -10 10v99q0 10 10 10h84q10 0 10 -10v-99q0 -10 -10 -10h-84z" /> + <glyph glyph-name="dollar.sc" horiz-adv-x="378" +d="M183 -53q-10 0 -10 10v35q-68 4 -100 39t-37 99q0 11 8 12l70 13q9 2 11 -8q2 -34 13.5 -50t34.5 -19v146l-20 6q-58 17 -85 52t-27 99q0 69 34.5 107t97.5 42v27q0 10 10 10h16q10 0 10 -10v-27q58 -5 89 -39.5t39 -94.5q0 -11 -8 -12l-67 -9q-9 -2 -11 8q-7 53 -42 60 +v-134l14 -4q64 -19 91 -55t27 -104q0 -67 -30.5 -108t-101.5 -46v-35q0 -10 -10 -10h-16zM133 383q0 -23 8 -37.5t32 -25.5v124q-40 -7 -40 -61zM248 145q0 23 -8.5 39t-30.5 27v-132q20 5 29.5 20t9.5 46z" /> + <glyph glyph-name="percent.aalt" horiz-adv-x="664" +d="M183 -9q-10 0 -7 10l239 519q4 10 13 10h53q10 0 7 -10l-239 -519q-4 -10 -13 -10h-53zM166 256q-34 0 -57.5 15t-31.5 40q-4 10 -5.5 26t-1.5 55q0 19 0.5 32t1 22t2 15t3.5 11q8 26 31.5 41t57.5 15q35 0 58.5 -15t31.5 -41q1 -5 2.5 -11t2.5 -15t1.5 -22t0.5 -32 +q0 -39 -2 -55t-5 -26q-8 -25 -31.5 -40t-58.5 -15zM166 318q17 0 22 15q1 2 1.5 5t1 9.5t0.5 17v27.5v27.5t-0.5 16.5t-1 9t-1.5 6q-5 14 -22 14q-16 0 -21 -14q-1 -3 -1.5 -6t-1 -9t-0.5 -16.5v-27.5v-27.5t0.5 -17t1 -9.5t1.5 -5q4 -15 21 -15zM497 -7q-34 0 -57.5 15 +t-31.5 41q-4 10 -5.5 25.5t-1.5 54.5q0 19 0.5 32t1 22t2 15t3.5 11q8 26 31.5 41t57.5 15q35 0 58 -15t31 -41q2 -5 3.5 -11t2.5 -15t1.5 -22t0.5 -32q0 -39 -2 -54.5t-6 -25.5q-8 -26 -31 -41t-58 -15zM497 56q17 0 22 14q1 2 1.5 5t1 9.5t0.5 17v27.5v27.5t-0.5 17 +t-1 9.5t-1.5 5q-5 14 -22 14q-16 0 -21 -14q-1 -2 -1.5 -5t-1 -9.5t-0.5 -17v-27.5v-27.5t0.5 -17t1 -9.5t1.5 -5q5 -14 21 -14z" /> + <glyph glyph-name="ampersand.aalt" horiz-adv-x="491" +d="M395 -6q-27 0 -39.5 5.5t-23.5 19.5l-19 25q-52 -53 -125 -53q-66 0 -100.5 33.5t-34.5 87.5q0 18 3.5 35t13 36.5t27 42t45.5 50.5l-9 13q-31 41 -43.5 66.5t-12.5 53.5q0 52 37 87t98 35q30 0 54.5 -9.5t42.5 -26t27.5 -38.5t9.5 -48q0 -14 -3.5 -27t-13 -29.5 +t-26.5 -36.5t-44 -47l59 -75l39 61q5 8 14 4l54 -35q9 -5 4 -14l-56 -86l19 -23q8 -11 14.5 -14t15.5 -3h3q10 0 10 -10v-70q0 -10 -10 -10h-30zM171 412q0 -12 5.5 -27.5t28.5 -46.5q29 29 38.5 44.5t9.5 29.5q0 15 -10 28t-30 13q-19 0 -30.5 -13t-11.5 -28zM198 79 +q14 0 29.5 8t33.5 28l-67 90q-27 -29 -36 -45.5t-9 -35.5q0 -20 13 -32.5t36 -12.5z" /> + <glyph glyph-name="zero.sc" horiz-adv-x="378" +d="M189 -9q-52 0 -87 23t-49 66q-3 8 -4.5 18t-3 29t-2 50.5t-0.5 83.5t0.5 83.5t2 50.5t3 28.5t4.5 17.5q14 44 49 67t87 23t87 -23t49 -67q3 -8 4.5 -17.5t3 -28.5t2 -50.5t0.5 -83.5t-0.5 -83.5t-2 -50.5t-3 -29t-4.5 -18q-14 -43 -49 -66t-87 -23zM189 84q31 0 40 28 +q1 4 2 9.5t1.5 20.5t0.5 43v76v76t-0.5 42.5t-1.5 20t-2 9.5q-9 28 -40 28t-40 -28q-1 -4 -2 -9.5t-1.5 -20t-0.5 -42.5v-76v-76t0.5 -43t1.5 -20.5t2 -9.5q9 -28 40 -28z" /> + <glyph glyph-name="one.sc" horiz-adv-x="378" +d="M165 0q-10 0 -10 10v398h-1l-79 -44q-11 -6 -11 7v83q0 8 7 14l81 49q8 5 16 5h79q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="two.sc" horiz-adv-x="378" +d="M53 0q-9 0 -9 8v72q0 7 3 11l159 207q14 19 19.5 35.5t5.5 46.5q0 12 -0.5 19t-2.5 12q-9 26 -41 26t-41 -26q-2 -5 -2.5 -12t-0.5 -24q0 -12 -12 -10l-77 8q-10 1 -10 12q0 20 1 32.5t5 24.5q14 43 50 66t87 23t87 -22.5t50 -66.5q5 -14 7 -27.5t2 -35.5q0 -47 -12 -77 +t-34 -58l-119 -150v-1h155q10 0 10 -10v-73q0 -10 -10 -10h-270z" /> + <glyph glyph-name="three.sc" horiz-adv-x="378" +d="M187 -9q-51 0 -87 23t-50 66q-4 12 -5 23.5t-1 23.5q0 11 10 12l77 8q12 2 12 -10q0 -17 3 -26q10 -27 41 -27t41 27q2 5 2.5 13.5t0.5 31.5q0 17 -0.5 25.5t-2.5 13.5q-5 13 -14.5 19t-29.5 6h-13q-10 0 -10 10v73q0 10 10 10h13q36 0 44 24q2 5 2.5 11.5t0.5 23.5 +q0 18 -0.5 26t-2.5 13q-9 26 -41 26t-41 -26q-3 -11 -3 -26q0 -12 -12 -10l-77 7q-10 1 -10 12q0 13 1 24.5t5 23.5q14 43 50 66t87 23t87 -22.5t50 -66.5q2 -7 4 -13t3 -13.5t1.5 -18t0.5 -25.5q0 -17 -1.5 -28t-4.5 -20q-12 -34 -46 -53v-2q17 -10 28.5 -22.5t17.5 -30.5 +q3 -9 4.5 -21.5t1.5 -38.5q0 -31 -2 -46.5t-7 -29.5q-14 -44 -50 -66.5t-87 -22.5z" /> + <glyph glyph-name="four.sc" horiz-adv-x="378" +d="M222 0q-10 0 -10 10v49q0 6 -6 6h-171q-10 0 -10 10v73q0 5 2 11l130 355q3 8 12 8h84q11 0 8 -11l-129 -350v-2h74q6 0 6 6v125q0 10 10 10h80q10 0 10 -10v-125q0 -6 5 -6h28q10 0 10 -10v-74q0 -10 -10 -10h-27q-6 0 -6 -6v-49q0 -10 -10 -10h-80z" /> + <glyph glyph-name="five.sc" horiz-adv-x="378" +d="M187 -9q-51 0 -87 22.5t-50 66.5q-5 15 -5 33q0 11 10 12l76 8q11 1 13 -10l3 -13q9 -26 41 -26q30 0 39 27q2 5 3 15t1 41t-1 40.5t-3 14.5q-9 27 -39 27q-28 0 -40 -18q-5 -8 -16 -8h-67q-10 0 -10 10v279q0 10 10 10h258q10 0 10 -10v-74q0 -10 -10 -10h-171 +q-6 0 -6 -6v-98h2q23 18 68 18q44 0 71 -21t38 -56q2 -6 3.5 -13.5t2.5 -18.5t1.5 -27t0.5 -39q0 -39 -2.5 -57t-6.5 -31q-14 -44 -50 -66t-87 -22z" /> + <glyph glyph-name="six.sc" horiz-adv-x="378" +d="M189 -9q-51 0 -87 22.5t-50 66.5q-5 14 -7 29.5t-2 44.5q0 24 1.5 43.5t5 37t9.5 33.5t14 34l99 210q5 10 16 10h81q11 0 6 -11l-96 -198l2 -2q10 4 33 4q43 0 71.5 -20.5t40.5 -58.5q5 -14 7 -32t2 -50q0 -29 -2 -44.5t-7 -29.5q-14 -44 -50 -66.5t-87 -22.5zM189 84 +q30 0 40 27q2 5 3 13.5t1 29.5q0 20 -1 28t-3 13q-9 27 -40 27t-40 -27q-2 -5 -3 -13t-1 -28q0 -21 1 -29.5t3 -13.5q10 -27 40 -27z" /> + <glyph glyph-name="seven.sc" horiz-adv-x="378" +d="M86 0q-5 0 -7.5 3t-0.5 10l157 414v1h-90q-6 0 -6 -6v-37q0 -10 -10 -10h-73q-10 0 -10 10v127q0 10 10 10h270q10 0 10 -10v-75q0 -5 -2 -11l-154 -416q-4 -10 -15 -10h-79z" /> + <glyph glyph-name="eight.sc" horiz-adv-x="378" +d="M189 -9q-51 0 -87 22.5t-50 66.5q-5 14 -7 29.5t-2 46.5q0 26 2 39t5 23q6 17 16 31.5t26 22.5v2q-16 8 -26 22.5t-16 31.5q-3 10 -5 21.5t-2 28.5q0 22 2 36t7 28q14 44 50 66.5t87 22.5t87 -22.5t50 -66.5q5 -14 7 -28t2 -36q0 -17 -2 -28.5t-5 -21.5q-6 -17 -16 -31.5 +t-26 -22.5v-2q16 -8 26 -22.5t16 -31.5q3 -10 5 -23t2 -39q0 -32 -2 -47t-7 -29q-14 -44 -50 -66.5t-87 -22.5zM189 319q30 0 40 27q2 5 3 12t1 20q0 14 -1 21t-3 12q-9 26 -40 26t-40 -26q-2 -5 -3 -12t-1 -21q0 -13 1 -20t3 -12q10 -27 40 -27zM189 84q30 0 40 27 +q2 5 3 13.5t1 31.5t-1 31t-3 13q-9 27 -40 27t-40 -27q-2 -5 -3 -13t-1 -31t1 -31.5t3 -13.5q10 -27 40 -27z" /> + <glyph glyph-name="nine.sc" horiz-adv-x="378" +d="M109 0q-12 0 -6 11l96 198l-2 2q-10 -4 -33 -4q-87 0 -112 79q-5 14 -7 32t-2 50q0 29 2 44.5t7 29.5q14 44 50 66.5t87 22.5t87 -22.5t50 -66.5q5 -14 7 -29.5t2 -44.5q0 -24 -1.5 -44t-5 -37t-9.5 -33t-14 -34l-99 -210q-5 -10 -16 -10h-81zM189 300q31 0 40 27 +q2 5 3 13t1 28q0 21 -1 29.5t-3 13.5q-9 26 -40 26t-40 -26q-2 -5 -3 -13.5t-1 -29.5q0 -20 1 -28t3 -13q9 -27 40 -27z" /> + <glyph glyph-name="question.aalt" horiz-adv-x="341" +d="M126 168q-10 0 -10 10v26q0 20 3 31.5t14 25.5l46 59q17 22 23.5 36t6.5 34q0 13 -3 22q-10 25 -41 25q-16 0 -26 -7.5t-14 -18.5q-3 -8 -4 -31q0 -11 -10 -9l-80 8q-9 1 -9 10q0 20 2.5 34t6.5 25q14 41 50 62t85 21q51 0 87 -22t50 -64q5 -14 6.5 -27t1.5 -24 +q0 -29 -8 -51.5t-22 -40.5l-46 -58q-8 -11 -11.5 -21t-3.5 -25v-20q0 -10 -10 -10h-84zM126 0q-10 0 -10 10v99q0 10 10 10h84q10 0 10 -10v-99q0 -10 -10 -10h-84z" /> + <glyph glyph-name="a.sc" horiz-adv-x="391" +d="M293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3z" /> + <glyph glyph-name="B.aalt" horiz-adv-x="401" +d="M62 0q-10 0 -10 10v502q0 10 10 10h139q88 0 126 -32t38 -101q0 -51 -17.5 -77.5t-52.5 -38.5v-1q37 -8 57.5 -37.5t20.5 -81.5q0 -84 -45 -118.5t-138 -34.5h-128zM190 311q41 0 55.5 13.5t14.5 46.5q0 32 -14.5 45.5t-55.5 13.5h-30q-6 0 -6 -6v-107q0 -6 6 -6h30z +M193 91q44 0 60 15t16 50q0 36 -16 50.5t-60 14.5h-33q-6 0 -6 -6v-118q0 -6 6 -6h33z" /> + <glyph glyph-name="c.aalt" horiz-adv-x="384" +d="M198 -9q-54 0 -92.5 26t-53.5 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 53.5 74t92.5 26q63 0 105 -34.5t50 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 27 -19.5 41.5t-38.5 14.5q-39 0 -51 -37q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q12 -37 51 -37q26 0 39 15t19 42q2 11 12 8l76 -12q10 -2 8 -11q-8 -66 -50 -100.5t-105 -34.5z" /> + <glyph glyph-name="D.aalt" horiz-adv-x="419" +d="M62 0q-10 0 -10 10v502q0 10 10 10h148q64 0 101 -23.5t53 -74.5q4 -11 6.5 -24t4 -32t2.5 -45t1 -62t-1 -62t-2.5 -45t-4 -32.5t-6.5 -24.5q-16 -51 -53 -74t-101 -23h-148zM200 93q28 0 44 10.5t24 34.5q2 7 3.5 15.5t2.5 22t1.5 34t0.5 51.5t-0.5 51.5t-1.5 34 +t-2.5 22t-3.5 15.5q-14 44 -68 44h-40q-6 0 -6 -6v-323q0 -6 6 -6h40z" /> + <glyph glyph-name="E.aalt" horiz-adv-x="361" +d="M62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="F.aalt" horiz-adv-x="359" +d="M62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-107q0 -6 6 -6h142q10 0 10 -10v-73q0 -10 -10 -10h-142q-6 0 -6 -6v-200q0 -10 -10 -10h-82z" /> + <glyph glyph-name="g.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q65 0 108.5 -34.5t51.5 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 28 -21 42t-42 14q-20 0 -34.5 -8.5t-20.5 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 21 -28t36 -9t36 9t21 28q1 5 2.5 10.5t2 14.5t1 23.5t0.5 37.5q0 6 -6 6h-54q-10 0 -10 10v68q0 10 10 10h146q10 0 10 -10v-31q0 -47 -0.5 -76t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26z" /> + <glyph glyph-name="H.aalt" horiz-adv-x="424" +d="M280 0q-10 0 -10 10v202q0 6 -6 6h-104q-6 0 -6 -6v-202q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-194q0 -6 6 -6h104q6 0 6 6v194q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="dotlessi.aalt" horiz-adv-x="206" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="J.aalt" horiz-adv-x="335" +d="M125 -9q-36 0 -63.5 12t-43.5 28q-6 7 1 14l57 52q7 5 15 0q6 -5 15.5 -9t22.5 -4q25 0 39 15t14 50v363q0 10 10 10h82q10 0 10 -10v-359q0 -84 -43 -123t-116 -39z" /> + <glyph glyph-name="K.aalt" horiz-adv-x="421" +d="M312 0q-8 0 -12 7l-101 209l-45 -70v-136q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-212l126 215q4 7 14 7h85q4 0 5.5 -3t-0.5 -7l-127 -202l147 -300q2 -4 0.5 -7t-5.5 -3h-87z" /> + <glyph glyph-name="L.aalt" horiz-adv-x="348" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-413q0 -6 6 -6h161q10 0 10 -10v-73q0 -10 -10 -10h-259z" /> + <glyph glyph-name="M.aalt" horiz-adv-x="530" +d="M395 0q-10 0 -10 10v318h-5l-80 -225q-3 -10 -13 -10h-44q-10 0 -13 10l-80 225h-5v-318q0 -10 -10 -10h-73q-10 0 -10 10v502q0 10 10 10h82q13 0 17 -10l104 -283h4l101 283q4 10 17 10h81q10 0 10 -10v-502q0 -10 -10 -10h-73z" /> + <glyph glyph-name="N.aalt" horiz-adv-x="441" +d="M287 0q-12 0 -16 10l-124 349h-5v-349q0 -10 -10 -10h-70q-10 0 -10 10v502q0 10 10 10h97q13 0 16 -10l119 -347h5v347q0 10 10 10h70q10 0 10 -10v-502q0 -10 -10 -10h-92z" /> + <glyph glyph-name="o.sc" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9z" /> + <glyph glyph-name="P.aalt" horiz-adv-x="399" +d="M62 0q-10 0 -10 10v502q0 10 10 10h141q80 0 125 -41t45 -122t-45 -121.5t-125 -40.5h-43q-6 0 -6 -6v-181q0 -10 -10 -10h-82zM192 288q43 0 61 16.5t18 54.5t-18 54.5t-61 16.5h-32q-6 0 -6 -6v-130q0 -6 6 -6h32z" /> + <glyph glyph-name="Q.aalt" horiz-adv-x="404" +d="M341 -22q-7 -7 -14 1l-35 39q-18 -14 -41 -20.5t-49 -6.5q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 47t3.5 28t5 19q15 47 55 73t95 26q56 0 96 -26t55 -73q3 -9 5 -19t3.5 -28t2 -47t0.5 -77t-1 -78.5t-3.5 -51t-7.5 -34.5t-12 -28l40 -39 +q6 -8 0 -14zM205 81q16 0 28 6l-39 40q-6 7 1 14l30 28q3 3 7.5 4t8.5 -4l23 -27h2v119q0 43 -0.5 68.5t-1.5 39.5t-2.5 20.5t-3.5 11.5q-6 20 -21 28.5t-35 8.5t-34.5 -8.5t-20.5 -28.5q-2 -5 -2.5 -11.5t-1.5 -20.5t-1 -39.5v-68.5v-68.5t1 -40t1.5 -21t2.5 -11.5 +q12 -39 58 -39z" /> + <glyph glyph-name="R.aalt" horiz-adv-x="414" +d="M297 0q-11 0 -14 10l-72 192h-7h-43q-6 0 -6 -6v-186q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h141q80 0 125 -40.5t45 -119.5q0 -51 -18.5 -85.5t-52.5 -53.5l85 -213q3 -10 -7 -10h-84zM193 293q43 0 61 16t18 53q0 36 -18 52t-61 16h-32q-6 0 -6 -6v-125 +q0 -6 6 -6h32z" /> + <glyph glyph-name="S.aalt" horiz-adv-x="377" +d="M195 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42 +t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114t-117 -42z" /> + <glyph glyph-name="T.aalt" horiz-adv-x="354" +d="M136 0q-10 0 -10 10v412q0 6 -6 6h-96q-10 0 -10 10v74q0 10 10 10h306q10 0 10 -10v-74q0 -10 -10 -10h-96q-6 0 -6 -6v-412q0 -10 -10 -10h-82z" /> + <glyph glyph-name="U.aalt" horiz-adv-x="421" +d="M210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="V.aalt" horiz-adv-x="374" +d="M150 0q-8 0 -10 10l-124 502q-2 10 9 10h81q10 0 11 -10l71 -340h3l69 340q1 10 11 10h79q10 0 8 -10l-124 -502q-2 -10 -10 -10h-74z" /> + <glyph glyph-name="W.aalt" horiz-adv-x="539" +d="M346 0q-8 0 -10 10l-65 322h-2l-67 -322q-2 -10 -10 -10h-69q-8 0 -10 10l-97 502q-2 10 9 10h79q10 0 11 -10l47 -327h1l66 327q1 10 11 10h58q10 0 11 -10l67 -327h2l47 327q1 10 11 10h78q11 0 9 -10l-97 -502q-2 -10 -10 -10h-70z" /> + <glyph glyph-name="X.aalt" horiz-adv-x="384" +d="M278 0q-10 0 -14 10l-71 156h-2l-71 -156q-4 -10 -14 -10h-84q-13 0 -7 11l124 262l-111 238q-6 11 7 11h82q10 0 14 -10l61 -139h2l61 139q4 10 14 10h80q12 0 7 -11l-110 -238l123 -262q5 -11 -7 -11h-84z" /> + <glyph glyph-name="Y.aalt" horiz-adv-x="359" +d="M139 0q-10 0 -10 10v202l-121 300q-3 10 8 10h83q9 0 12 -10l68 -194h3l68 194q3 10 12 10h81q11 0 8 -10l-121 -300v-202q0 -10 -10 -10h-81z" /> + <glyph glyph-name="z.aalt" horiz-adv-x="347" +d="M42 0q-10 0 -10 10v72q0 7 3 13l173 332v1h-156q-10 0 -10 10v74q0 10 10 10h252q10 0 10 -10v-73q0 -7 -3 -13l-172 -331v-2h166q10 0 10 -10v-73q0 -10 -10 -10h-263z" /> + <glyph glyph-name="Agrave.aalt" horiz-adv-x="391" +d="M170 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57zM293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3z" /> + <glyph glyph-name="Aacute.aalt" horiz-adv-x="391" +d="M293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3zM166 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="Acircumflex.aalt" horiz-adv-x="391" +d="M293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3zM265 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52 +q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Atilde.aalt" horiz-adv-x="391" +d="M242 607q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7zM293 0 +q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3z" /> + <glyph glyph-name="Adieresis.aalt" horiz-adv-x="391" +d="M293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3zM241 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM89 614q-10 0 -10 10v86 +q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Amacron.aalt" horiz-adv-x="391" +d="M293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3zM95 628q-10 0 -10 10v60q0 10 10 10h206q10 0 10 -10v-60q0 -10 -10 -10h-206z" /> + <glyph glyph-name="Abreve.aalt" horiz-adv-x="391" +d="M197 596q-30 0 -52.5 9.5t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35zM293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502 +q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3z" /> + <glyph glyph-name="Aring.aalt" horiz-adv-x="391" +d="M197 579q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM197 622q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5zM293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81 +q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q3 -10 -8 -10h-81zM152 188h88l-42 179h-3z" /> + <glyph glyph-name="Aogonek.aalt" horiz-adv-x="391" +d="M167 702q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM293 0q-8 0 -10 10l-21 87h-132l-21 -87q-2 -10 -10 -10h-81q-11 0 -8 10l130 486q-35 25 -35 73q0 39 26 64.5t65 25.5q38 0 64 -25.5t26 -64.5q0 -23 -9 -41.5 +t-25 -31.5l130 -486q3 -10 -8 -10h-81zM150 569q0 -20 11.5 -32.5t30.5 -14.5h8q18 2 29.5 14.5t11.5 32.5t-12.5 33.5t-32.5 13.5t-33 -13.5t-13 -33.5zM152 188h88l-42 179h-3z" /> + <glyph glyph-name="Aringacute.aalt" horiz-adv-x="391" +d="M315 -190q-41 0 -65.5 21t-24.5 62q0 33 17.5 59t43.5 50l-3 8l-21 87h-133l-20 -87q-2 -10 -10 -10h-81q-11 0 -8 10l134 502q3 10 12 10h80q9 0 12 -10l134 -502q1 -7 -4 -10q-29 -20 -49 -45t-20 -46q0 -24 19 -24q10 0 18 5q9 6 13 -4l21 -46q3 -8 -5 -13 +q-10 -7 -27 -12t-33 -5zM198 367h-3l-43 -179h88z" /> + <glyph glyph-name="AE.aalt" horiz-adv-x="587" +d="M288 0q-10 0 -10 10v81q0 6 -6 6h-125l-33 -87q-3 -10 -13 -10h-84q-10 0 -7 10l199 502q3 10 12 10h328q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73 +q0 -10 -10 -10h-261zM182 188h90q6 0 6 6v234h-3z" /> + <glyph glyph-name="AEacute.aalt" horiz-adv-x="587" +d="M288 0q-10 0 -10 10v81q0 6 -6 6h-125l-33 -87q-3 -10 -13 -10h-84q-10 0 -7 10l199 502q3 10 12 10h328q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73 +q0 -10 -10 -10h-261zM182 188h90q6 0 6 6v234h-3zM266 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="cacute.aalt" horiz-adv-x="384" +d="M160 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM198 -9q-54 0 -92.5 26t-53.5 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 53.5 74t92.5 26q63 0 105 -34.5t50 -100.5q2 -9 -8 -11l-76 -13 +q-10 -2 -12 9q-6 27 -19.5 41.5t-38.5 14.5q-39 0 -51 -37q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q12 -37 51 -37q26 0 39 15t19 42q2 11 12 8l76 -12q10 -2 8 -11q-8 -66 -50 -100.5t-105 -34.5z" /> + <glyph glyph-name="ccircumflex.aalt" horiz-adv-x="384" +d="M198 -9q-54 0 -92.5 26t-53.5 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 53.5 74t92.5 26q63 0 105 -34.5t50 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 27 -19.5 41.5t-38.5 14.5q-39 0 -51 -37q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q12 -37 51 -37q26 0 39 15t19 42q2 11 12 8l76 -12q10 -2 8 -11q-8 -66 -50 -100.5t-105 -34.5zM267 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7 +t-6 -3h-60z" /> + <glyph glyph-name="ccaron.aalt" horiz-adv-x="384" +d="M173 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM198 -9q-54 0 -92.5 26t-53.5 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 53.5 74t92.5 26 +q63 0 105 -34.5t50 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 27 -19.5 41.5t-38.5 14.5q-39 0 -51 -37q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q12 -37 51 -37q26 0 39 15t19 42q2 11 12 8l76 -12q10 -2 8 -11q-8 -66 -50 -100.5 +t-105 -34.5z" /> + <glyph glyph-name="cdotaccent.aalt" horiz-adv-x="384" +d="M158 614q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM198 -9q-54 0 -92.5 26t-53.5 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 53.5 74t92.5 26q63 0 105 -34.5t50 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9 +q-6 27 -19.5 41.5t-38.5 14.5q-39 0 -51 -37q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q12 -37 51 -37q26 0 39 15t19 42q2 11 12 8l76 -12q10 -2 8 -11q-8 -66 -50 -100.5t-105 -34.5z" /> + <glyph glyph-name="ccedilla.aalt" horiz-adv-x="384" +d="M160 -5q-40 8 -68 32.5t-40 62.5q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 53.5 74t92.5 26q63 0 105 -34.5t50 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 27 -19.5 41.5t-38.5 14.5q-39 0 -51 -37q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q12 -37 51 -37q26 0 39 15t19 42q2 11 12 8l76 -12q10 -2 8 -11q-7 -55 -37 -88t-77 -43l-49 -140q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="Dcaron.aalt" horiz-adv-x="419" +d="M62 0q-10 0 -10 10v502q0 10 10 10h148q64 0 101 -23.5t53 -74.5q4 -11 6.5 -24t4 -32t2.5 -45t1 -62t-1 -62t-2.5 -45t-4 -32.5t-6.5 -24.5q-16 -51 -53 -74t-101 -23h-148zM200 93q28 0 44 10.5t24 34.5q2 7 3.5 15.5t2.5 22t1.5 34t0.5 51.5t-0.5 51.5t-1.5 34 +t-2.5 22t-3.5 15.5q-14 44 -68 44h-40q-6 0 -6 -6v-323q0 -6 6 -6h40zM174 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="Dcroat.aalt" horiz-adv-x="419" +d="M62 0q-10 0 -10 10v208q0 6 -6 6h-22q-10 0 -10 10v58q0 10 10 10h22q6 0 6 6v204q0 10 10 10h148q64 0 101 -23.5t53 -74.5q4 -11 6.5 -24t4 -32t2.5 -45t1 -62t-1 -62t-2.5 -45t-4 -32.5t-6.5 -24.5q-16 -51 -53 -74t-101 -23h-148zM200 93q28 0 44 10.5t24 34.5 +q2 7 3.5 15.5t2.5 22t1.5 34t0.5 51.5t-0.5 51.5t-1.5 34t-2.5 22t-3.5 15.5q-14 44 -68 44h-40q-6 0 -6 -6v-114q0 -6 6 -6h41q10 0 10 -10v-58q0 -10 -10 -10h-41q-6 0 -6 -6v-119q0 -6 6 -6h40z" /> + <glyph glyph-name="Eth.aalt" horiz-adv-x="419" +d="M62 0q-10 0 -10 10v208q0 6 -6 6h-22q-10 0 -10 10v58q0 10 10 10h22q6 0 6 6v204q0 10 10 10h148q64 0 101 -23.5t53 -74.5q4 -11 6.5 -24t4 -32t2.5 -45t1 -62t-1 -62t-2.5 -45t-4 -32.5t-6.5 -24.5q-16 -51 -53 -74t-101 -23h-148zM200 93q28 0 44 10.5t24 34.5 +q2 7 3.5 15.5t2.5 22t1.5 34t0.5 51.5t-0.5 51.5t-1.5 34t-2.5 22t-3.5 15.5q-14 44 -68 44h-40q-6 0 -6 -6v-114q0 -6 6 -6h41q10 0 10 -10v-58q0 -10 -10 -10h-41q-6 0 -6 -6v-119q0 -6 6 -6h40z" /> + <glyph glyph-name="Egrave.aalt" horiz-adv-x="361" +d="M172 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6 +h164q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Eacute.aalt" horiz-adv-x="361" +d="M149 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111 +q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Ecircumflex.aalt" horiz-adv-x="361" +d="M62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262zM262 595q-10 0 -19 10l-48 60h-2l-47 -60 +q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Ecaron.aalt" horiz-adv-x="361" +d="M167 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74 +q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Edieresis.aalt" horiz-adv-x="361" +d="M236 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM84 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142 +q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Emacron.aalt" horiz-adv-x="361" +d="M89 628q-10 0 -10 10v60q0 10 10 10h206q10 0 10 -10v-60q0 -10 -10 -10h-206zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164 +q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Ebreve.aalt" horiz-adv-x="361" +d="M192 596q-30 0 -52.5 9.5t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6 +v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Edotaccent.aalt" horiz-adv-x="361" +d="M142 614q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM62 0q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164 +q10 0 10 -10v-73q0 -10 -10 -10h-262z" /> + <glyph glyph-name="Eogonek.aalt" horiz-adv-x="361" +d="M256 -190q-40 0 -64.5 21t-24.5 62q0 33 16.5 59t39.5 48h-161q-10 0 -10 10v502q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10 +h-4q-29 -20 -49 -45t-20 -46q0 -24 19 -24q10 0 18 5q9 6 13 -4l21 -46q3 -8 -5 -13q-10 -7 -27 -12t-34 -5z" /> + <glyph glyph-name="gcircumflex.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q65 0 108.5 -34.5t51.5 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 28 -21 42t-42 14q-20 0 -34.5 -8.5t-20.5 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 21 -28t36 -9t36 9t21 28q1 5 2.5 10.5t2 14.5t1 23.5t0.5 37.5q0 6 -6 6h-54q-10 0 -10 10v68q0 10 10 10h146q10 0 10 -10v-31q0 -47 -0.5 -76t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM271 595q-10 0 -19 10l-48 60 +h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="gbreve.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q65 0 108.5 -34.5t51.5 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 28 -21 42t-42 14q-20 0 -34.5 -8.5t-20.5 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 21 -28t36 -9t36 9t21 28q1 5 2.5 10.5t2 14.5t1 23.5t0.5 37.5q0 6 -6 6h-54q-10 0 -10 10v68q0 10 10 10h146q10 0 10 -10v-31q0 -47 -0.5 -76t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM203 596q-30 0 -52.5 9.5 +t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35z" /> + <glyph glyph-name="gdotaccent.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q65 0 108.5 -34.5t51.5 -100.5q2 -9 -8 -11l-76 -13q-10 -2 -12 9q-6 28 -21 42t-42 14q-20 0 -34.5 -8.5t-20.5 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5 +v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 21 -28t36 -9t36 9t21 28q1 5 2.5 10.5t2 14.5t1 23.5t0.5 37.5q0 6 -6 6h-54q-10 0 -10 10v68q0 10 10 10h146q10 0 10 -10v-31q0 -47 -0.5 -76t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM163 614q-10 0 -10 10v86 +q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="gcommaaccent.aalt" horiz-adv-x="404" +d="M167 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q65 0 108.5 -34.5t51.5 -100.5q2 -9 -8 -11l-76 -13 +q-10 -2 -12 9q-6 28 -21 42t-42 14q-20 0 -34.5 -8.5t-20.5 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 21 -28t36 -9t36 9t21 28q1 5 2.5 10.5t2 14.5t1 23.5t0.5 37.5q0 6 -6 6h-54q-10 0 -10 10v68q0 10 10 10h146q10 0 10 -10 +v-31q0 -47 -0.5 -76t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26z" /> + <glyph glyph-name="Hcircumflex.aalt" horiz-adv-x="424" +d="M280 0q-10 0 -10 10v202q0 6 -6 6h-104q-6 0 -6 -6v-202q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-194q0 -6 6 -6h104q6 0 6 6v194q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82zM278 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10 +h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Hbar.aalt" horiz-adv-x="424" +d="M280 0q-10 0 -10 10v202q0 6 -6 6h-104q-6 0 -6 -6v-202q0 -10 -10 -10h-82q-10 0 -10 10v363q0 6 -6 6h-39q-10 0 -10 10v58q0 10 10 10h39q6 0 6 6v49q0 10 10 10h82q10 0 10 -10v-49q0 -6 6 -6h104q6 0 6 6v49q0 10 10 10h82q10 0 10 -10v-49q0 -6 6 -6h39 +q10 0 10 -10v-58q0 -10 -10 -10h-39q-6 0 -6 -6v-363q0 -10 -10 -10h-82zM264 312q6 0 6 6v55q0 6 -6 6h-104q-6 0 -6 -6v-55q0 -6 6 -6h104z" /> + <glyph glyph-name="igrave.aalt" horiz-adv-x="206" +d="M77 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57zM62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="iacute.aalt" horiz-adv-x="206" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82zM74 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="ibreve.aalt" horiz-adv-x="206" +d="M104 596q-30 0 -52.5 9.5t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35zM62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="icircumflex.aalt" horiz-adv-x="206" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82zM172 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="itilde.aalt" horiz-adv-x="206" +d="M149 607q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7zM62 0 +q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="idieresis.aalt" horiz-adv-x="206" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82zM148 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM-4 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="imacron.aalt" horiz-adv-x="206" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82zM1 628q-10 0 -10 10v60q0 10 10 10h206q10 0 10 -10v-60q0 -10 -10 -10h-206z" /> + <glyph glyph-name="i.sc" horiz-adv-x="206" +d="M63 614q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="iogonek.aalt" horiz-adv-x="206" +d="M94 -190q-41 0 -65 21t-24 62q0 30 14 55.5t42 51.5q-9 0 -9 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -5 -3 -8q-63 -60 -63 -93q0 -24 20 -24q10 0 18 5q9 6 13 -4l20 -46q3 -8 -5 -13q-10 -7 -26.5 -12t-33.5 -5z" /> + <glyph glyph-name="Jcircumflex.aalt" horiz-adv-x="335" +d="M125 -9q-36 0 -63.5 12t-43.5 28q-6 7 1 14l57 52q7 5 15 0q6 -5 15.5 -9t22.5 -4q25 0 39 15t14 50v363q0 10 10 10h82q10 0 10 -10v-359q0 -84 -43 -123t-116 -39zM294 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52 +q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Kcommaaccent.aalt" horiz-adv-x="421" +d="M187 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM312 0q-8 0 -12 7l-101 209l-45 -70v-136q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-212l126 215q4 7 14 7h85q4 0 5.5 -3t-0.5 -7l-127 -202 +l147 -300q2 -4 0.5 -7t-5.5 -3h-87z" /> + <glyph glyph-name="Lacute.aalt" horiz-adv-x="348" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-413q0 -6 6 -6h161q10 0 10 -10v-73q0 -10 -10 -10h-259zM79 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="Lcaron.aalt" horiz-adv-x="348" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-413q0 -6 6 -6h161q10 0 10 -10v-73q0 -10 -10 -10h-259zM206 354q-9 0 -9 9v150q0 10 10 10h69q10 0 10 -10v-57q0 -8 -1.5 -12.5t-5.5 -9.5l-60 -73q-6 -7 -13 -7z" /> + <glyph glyph-name="Lcommaaccent.aalt" horiz-adv-x="348" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-413q0 -6 6 -6h161q10 0 10 -10v-73q0 -10 -10 -10h-259zM149 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7z" /> + <glyph glyph-name="Lslash.aalt" horiz-adv-x="348" +d="M154 239v-140q0 -6 6 -6h161q10 0 10 -10v-73q0 -10 -10 -10h-259q-10 0 -10 10v164l-33 -22q-4 -2 -7 -0.5t-3 5.5v74q0 9 10 16l33 22v243q0 10 10 10h82q10 0 10 -10v-178l70 48q4 2 7 0.5t3 -5.5v-74q0 -9 -10 -16z" /> + <glyph glyph-name="Ldot.aalt" horiz-adv-x="348" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-413q0 -6 6 -6h161q10 0 10 -10v-73q0 -10 -10 -10h-259zM234 205q-10 0 -10 10v99q0 10 10 10h85q10 0 10 -10v-99q0 -10 -10 -10h-85z" /> + <glyph glyph-name="Nacute.aalt" horiz-adv-x="441" +d="M287 0q-12 0 -16 10l-124 349h-5v-349q0 -10 -10 -10h-70q-10 0 -10 10v502q0 10 10 10h97q13 0 16 -10l119 -347h5v347q0 10 10 10h70q10 0 10 -10v-502q0 -10 -10 -10h-92zM170 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z +" /> + <glyph glyph-name="Ncaron.aalt" horiz-adv-x="441" +d="M287 0q-12 0 -16 10l-124 349h-5v-349q0 -10 -10 -10h-70q-10 0 -10 10v502q0 10 10 10h97q13 0 16 -10l119 -347h5v347q0 10 10 10h70q10 0 10 -10v-502q0 -10 -10 -10h-92zM193 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60 +q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="Ntilde.aalt" horiz-adv-x="441" +d="M287 0q-12 0 -16 10l-124 349h-5v-349q0 -10 -10 -10h-70q-10 0 -10 10v502q0 10 10 10h97q13 0 16 -10l119 -347h5v347q0 10 10 10h70q10 0 10 -10v-502q0 -10 -10 -10h-92zM264 607q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5 +q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="Ncommaaccent.aalt" horiz-adv-x="441" +d="M193 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM287 0q-12 0 -16 10l-124 349h-5v-349q0 -10 -10 -10h-70q-10 0 -10 10v502q0 10 10 10h97q13 0 16 -10l119 -347h5v347q0 10 10 10h70q10 0 10 -10v-502q0 -10 -10 -10h-92z +" /> + <glyph glyph-name="Ograve.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM178 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10 +h-57z" /> + <glyph glyph-name="Oacute.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM167 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10 +h-57z" /> + <glyph glyph-name="Ocircumflex.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM271 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125 +q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Otilde.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM248 607q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5 +q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="Odieresis.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM247 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM95 614 +q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Omacron.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM101 628q-10 0 -10 10v60q0 10 10 10h206q10 0 10 -10v-60q0 -10 -10 -10h-206z" /> + <glyph glyph-name="Obreve.aalt" horiz-adv-x="404" +d="M202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11 +t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9zM203 596q-30 0 -52.5 9.5t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10 +q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35z" /> + <glyph glyph-name="Ohungarumlaut.aalt" horiz-adv-x="404" +d="M239 595q-11 0 -6 10l60 125q4 10 16 10h68q5 0 6 -3t-1 -7l-75 -125q-6 -10 -18 -10h-50zM106 595q-11 0 -6 10l61 125q4 10 16 10h67q5 0 6 -3t-1 -7l-75 -125q-6 -10 -17 -10h-51zM202 -9q-55 0 -95 26t-55 73q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5 +t3.5 27.5t5 19q15 48 55 74t95 26q56 0 96 -26t55 -74q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26zM202 84q42 0 55 37q1 5 2 11t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5 +q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9z" /> + <glyph glyph-name="Oslash.aalt" horiz-adv-x="404" +d="M40 -30q-11 0 -6 10l37 71q-6 9 -11 18.5t-8 20.5q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q61 0 103 -31l22 42q6 10 14 10h23q11 0 6 -10l-37 -71q13 -20 20 -40q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47 +t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26q-62 0 -103 32l-22 -43q-6 -10 -14 -10h-23zM143 188l111 218q-15 31 -52 31q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-73zM202 84q42 0 55 37q1 5 2 11t2 20.5t1 40v68.5v73l-113 -218q13 -32 53 -32z +" /> + <glyph glyph-name="Oslashacute.aalt" horiz-adv-x="404" +d="M167 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM40 -30q-11 0 -6 10l37 71q-6 9 -11 18.5t-8 20.5q-3 9 -5 19t-3.5 28t-2 47t-0.5 77t0.5 77t2 46.5t3.5 27.5t5 19q15 48 55 74t95 26q61 0 103 -31l22 42q6 10 14 10h23 +q11 0 6 -10l-37 -71q13 -20 20 -40q3 -9 5 -19t3.5 -27.5t2 -46.5t0.5 -77t-0.5 -77t-2 -47t-3.5 -28t-5 -19q-15 -47 -55 -73t-96 -26q-62 0 -103 32l-22 -43q-6 -10 -14 -10h-23zM143 188l111 218q-15 31 -52 31q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20 +t-1 -39.5v-68.5v-73zM202 84q42 0 55 37q1 5 2 11t2 20.5t1 40v68.5v73l-113 -218q13 -32 53 -32z" /> + <glyph glyph-name="OE.aalt" horiz-adv-x="571" +d="M272 0q-10 0 -10 10v18h-1q-9 -18 -31 -27.5t-51 -9.5q-97 0 -127 93q-3 9 -5 20t-3.5 30t-2 49.5t-0.5 77.5t0.5 77t2 49t3.5 30.5t5 20.5q30 93 127 93q29 0 51 -10t31 -27h1v18q0 10 10 10h262q10 0 10 -10v-74q0 -10 -10 -10h-164q-6 0 -6 -6v-106q0 -6 6 -6h142 +q10 0 10 -10v-74q0 -10 -10 -10h-142q-6 0 -6 -6v-111q0 -6 6 -6h164q10 0 10 -10v-73q0 -10 -10 -10h-262zM202 84q42 0 55 37q1 5 2 11t2 20.5t1 40v68.5v68.5t-1 39.5t-2 20t-2 11q-13 37 -55 37q-20 0 -34 -8.5t-20 -28.5q-2 -5 -2.5 -11t-1.5 -20t-1 -39.5v-68.5v-68.5 +t1 -40t1.5 -20.5t2.5 -11q6 -19 20 -28t34 -9z" /> + <glyph glyph-name="Racute.aalt" horiz-adv-x="414" +d="M156 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM297 0q-11 0 -14 10l-72 192h-7h-43q-6 0 -6 -6v-186q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h141q80 0 125 -40.5t45 -119.5q0 -51 -18.5 -85.5t-52.5 -53.5 +l85 -213q3 -10 -7 -10h-84zM193 293q43 0 61 16t18 53q0 36 -18 52t-61 16h-32q-6 0 -6 -6v-125q0 -6 6 -6h32z" /> + <glyph glyph-name="Rcommaaccent.aalt" horiz-adv-x="414" +d="M164 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM297 0q-11 0 -14 10l-72 192h-7h-43q-6 0 -6 -6v-186q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h141q80 0 125 -40.5 +t45 -119.5q0 -51 -18.5 -85.5t-52.5 -53.5l85 -213q3 -10 -7 -10h-84zM193 293q43 0 61 16t18 53q0 36 -18 52t-61 16h-32q-6 0 -6 -6v-125q0 -6 6 -6h32z" /> + <glyph glyph-name="rcommaaccent.aalt" horiz-adv-x="414" +d="M177 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM297 0q-11 0 -14 10l-72 192h-7h-43q-6 0 -6 -6v-186q0 -10 -10 -10h-82q-10 0 -10 10v502q0 10 10 10h141q80 0 125 -40.5t45 -119.5q0 -51 -18.5 -85.5t-52.5 -53.5 +l85 -213q3 -10 -7 -10h-84zM193 293q43 0 61 16t18 53q0 36 -18 52t-61 16h-32q-6 0 -6 -6v-125q0 -6 6 -6h32z" /> + <glyph glyph-name="Sacute.aalt" horiz-adv-x="377" +d="M158 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM195 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56 +q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114t-117 -42z" /> + <glyph glyph-name="Scircumflex.aalt" horiz-adv-x="377" +d="M195 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42 +t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114t-117 -42zM258 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3 +h-60z" /> + <glyph glyph-name="Scaron.aalt" horiz-adv-x="377" +d="M164 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM195 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12 +q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114 +t-117 -42z" /> + <glyph glyph-name="scedilla.sc" horiz-adv-x="377" +d="M162 -7q-62 8 -94 43t-37 93q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42t-40 15 +q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -60 -27.5 -99.5t-81.5 -51.5l-49 -141q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="Scommaaccent.aalt" horiz-adv-x="377" +d="M153 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM195 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56 +q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114t-117 -42z" /> + <glyph glyph-name="Tcaron.aalt" horiz-adv-x="354" +d="M136 0q-10 0 -10 10v412q0 6 -6 6h-96q-10 0 -10 10v74q0 10 10 10h306q10 0 10 -10v-74q0 -10 -10 -10h-96q-6 0 -6 -6v-412q0 -10 -10 -10h-82zM152 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125 +q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="Tcommaaccent.aalt" horiz-adv-x="354" +d="M136 0q-10 0 -10 10v412q0 6 -6 6h-96q-10 0 -10 10v74q0 10 10 10h306q10 0 10 -10v-74q0 -10 -10 -10h-96q-6 0 -6 -6v-412q0 -10 -10 -10h-82zM141 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7z" /> + <glyph glyph-name="Tbar.aalt" horiz-adv-x="354" +d="M136 0q-10 0 -10 10v251q0 6 -6 6h-42q-10 0 -10 10v57q0 10 10 10h42q6 0 6 6v72q0 6 -6 6h-96q-10 0 -10 10v74q0 10 10 10h306q10 0 10 -10v-74q0 -10 -10 -10h-96q-6 0 -6 -6v-72q0 -6 6 -6h42q10 0 10 -10v-57q0 -10 -10 -10h-42q-6 0 -6 -6v-251q0 -10 -10 -10h-82 +z" /> + <glyph glyph-name="Thorn.aalt" horiz-adv-x="400" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-68q0 -6 6 -6h43q81 0 125.5 -41t44.5 -122t-45 -121.5t-125 -40.5h-43q-6 0 -6 -6v-97q0 -10 -10 -10h-82zM192 204q43 0 61 16.5t18 54.5t-18 54.5t-61 16.5h-32q-6 0 -6 -6v-130q0 -6 6 -6h32z" /> + <glyph glyph-name="Ugrave.aalt" horiz-adv-x="421" +d="M190 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z +" /> + <glyph glyph-name="Uacute.aalt" horiz-adv-x="421" +d="M179 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z +" /> + <glyph glyph-name="Ucircumflex.aalt" horiz-adv-x="421" +d="M210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5zM277 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10 +h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Utilde.aalt" horiz-adv-x="421" +d="M254 607q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7zM210 -9 +q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="Udieresis.aalt" horiz-adv-x="421" +d="M253 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM101 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358 +q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="Umacron.aalt" horiz-adv-x="421" +d="M106 628q-10 0 -10 10v60q0 10 10 10h206q10 0 10 -10v-60q0 -10 -10 -10h-206zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="Ubreve.aalt" horiz-adv-x="421" +d="M209 596q-30 0 -52.5 9.5t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358 +q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="Uring.aalt" horiz-adv-x="421" +d="M209 579q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM209 622q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82 +q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="Uhungarumlaut.aalt" horiz-adv-x="421" +d="M250 595q-11 0 -6 10l60 125q4 10 16 10h68q5 0 6 -3t-1 -7l-75 -125q-6 -10 -18 -10h-50zM117 595q-11 0 -6 10l61 125q4 10 16 10h67q5 0 6 -3t-1 -7l-75 -125q-6 -10 -17 -10h-51zM210 -9q-74 0 -116.5 41.5t-42.5 121.5v358q0 10 10 10h82q10 0 10 -10v-358 +q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -80 -43 -121.5t-117 -41.5z" /> + <glyph glyph-name="Uogonek.aalt" horiz-adv-x="421" +d="M211 -190q-41 0 -65 21t-24 62q0 27 11 49t34 54q-54 11 -85 50.5t-31 107.5v358q0 10 10 10h82q10 0 10 -10v-358q0 -70 57 -70q58 0 58 70v358q0 10 10 10h82q10 0 10 -10v-358q0 -68 -31 -107.5t-86 -51.5q-47 -52 -47 -86q0 -24 19 -24q10 0 18 5q9 6 13 -4l20 -46 +q3 -8 -5 -13q-9 -7 -26 -12t-34 -5z" /> + <glyph glyph-name="Wacute.aalt" horiz-adv-x="539" +d="M346 0q-8 0 -10 10l-65 322h-2l-67 -322q-2 -10 -10 -10h-69q-8 0 -10 10l-97 502q-2 10 9 10h79q10 0 11 -10l47 -327h1l66 327q1 10 11 10h58q10 0 11 -10l67 -327h2l47 327q1 10 11 10h78q11 0 9 -10l-97 -502q-2 -10 -10 -10h-70zM238 595q-11 0 -6 10l69 125 +q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="Wcircumflex.aalt" horiz-adv-x="539" +d="M346 0q-8 0 -10 10l-65 322h-2l-67 -322q-2 -10 -10 -10h-69q-8 0 -10 10l-97 502q-2 10 9 10h79q10 0 11 -10l47 -327h1l66 327q1 10 11 10h58q10 0 11 -10l67 -327h2l47 327q1 10 11 10h78q11 0 9 -10l-97 -502q-2 -10 -10 -10h-70zM336 595q-10 0 -19 10l-48 60h-2 +l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="wcircumflex.aalt" horiz-adv-x="539" +d="M346 0q-8 0 -10 10l-65 322h-2l-67 -322q-2 -10 -10 -10h-69q-8 0 -10 10l-97 502q-2 10 9 10h79q10 0 11 -10l47 -327h1l66 327q1 10 11 10h58q10 0 11 -10l67 -327h2l47 327q1 10 11 10h78q11 0 9 -10l-97 -502q-2 -10 -10 -10h-70zM312 614q-10 0 -10 10v86 +q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM160 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Wgrave.aalt" horiz-adv-x="539" +d="M346 0q-8 0 -10 10l-65 322h-2l-67 -322q-2 -10 -10 -10h-69q-8 0 -10 10l-97 502q-2 10 9 10h79q10 0 11 -10l47 -327h1l66 327q1 10 11 10h58q10 0 11 -10l67 -327h2l47 327q1 10 11 10h78q11 0 9 -10l-97 -502q-2 -10 -10 -10h-70zM240 595q-11 0 -18 10l-90 125 +q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="Yacute.aalt" horiz-adv-x="359" +d="M139 0q-10 0 -10 10v202l-121 300q-3 10 8 10h83q9 0 12 -10l68 -194h3l68 194q3 10 12 10h81q11 0 8 -10l-121 -300v-202q0 -10 -10 -10h-81zM142 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="Ycircumflex.aalt" horiz-adv-x="359" +d="M139 0q-10 0 -10 10v202l-121 300q-3 10 8 10h83q9 0 12 -10l68 -194h3l68 194q3 10 12 10h81q11 0 8 -10l-121 -300v-202q0 -10 -10 -10h-81zM249 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125 +q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Ydieresis.aalt" horiz-adv-x="359" +d="M139 0q-10 0 -10 10v202l-121 300q-3 10 8 10h83q9 0 12 -10l68 -194h3l68 194q3 10 12 10h81q11 0 8 -10l-121 -300v-202q0 -10 -10 -10h-81zM225 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM73 614q-10 0 -10 10v86q0 10 10 10h65 +q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Ygrave.aalt" horiz-adv-x="359" +d="M159 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57zM139 0q-10 0 -10 10v202l-121 300q-3 10 8 10h83q9 0 12 -10l68 -194h3l68 194q3 10 12 10h81q11 0 8 -10l-121 -300v-202q0 -10 -10 -10h-81z" /> + <glyph glyph-name="zacute.aalt" horiz-adv-x="347" +d="M138 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57zM42 0q-10 0 -10 10v72q0 7 3 13l173 332v1h-156q-10 0 -10 10v74q0 10 10 10h252q10 0 10 -10v-73q0 -7 -3 -13l-172 -331v-2h166q10 0 10 -10v-73q0 -10 -10 -10h-263z" /> + <glyph glyph-name="zcaron.aalt" horiz-adv-x="347" +d="M149 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM42 0q-10 0 -10 10v72q0 7 3 13l173 332v1h-156q-10 0 -10 10v74q0 10 10 10h252q10 0 10 -10v-73q0 -7 -3 -13l-172 -331v-2 +h166q10 0 10 -10v-73q0 -10 -10 -10h-263z" /> + <glyph glyph-name="zdotaccent.aalt" horiz-adv-x="347" +d="M135 614q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM42 0q-10 0 -10 10v72q0 7 3 13l173 332v1h-156q-10 0 -10 10v74q0 10 10 10h252q10 0 10 -10v-73q0 -7 -3 -13l-172 -331v-2h166q10 0 10 -10v-73q0 -10 -10 -10h-263z" /> + <glyph glyph-name="IJ.aalt" horiz-adv-x="542" +d="M62 0q-10 0 -10 10v502q0 10 10 10h82q10 0 10 -10v-502q0 -10 -10 -10h-82zM297 -9q-36 0 -63.5 12t-43.5 28q-6 7 1 14l57 52q7 5 15 0q6 -5 15.5 -9t22.5 -4q25 0 39 15t14 50v363q0 10 10 10h82q10 0 10 -10v-359q0 -84 -43 -123t-116 -39z" /> + <glyph glyph-name="germandbls.sc" horiz-adv-x="754" +d="M195 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42 +t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114t-117 -42zM572 -9q-78 0 -118.5 36t-45.5 102q-1 10 8 12l78 13q9 2 11 -8q9 -66 64 -66q59 0 59 66q0 27 -13 43.5t-51 28.5l-38 12 +q-30 10 -51.5 22.5t-34.5 30.5t-19 42t-6 56q0 71 42 110.5t111 39.5q74 0 111.5 -36t45.5 -97q1 -10 -8 -12l-75 -10q-9 -2 -11 8q-5 27 -19 42t-40 15q-57 0 -57 -58q0 -24 11.5 -39.5t47.5 -26.5l38 -12q33 -10 55 -23.5t35.5 -32.5t19.5 -44t6 -58q0 -72 -39 -114 +t-117 -42z" /> + <glyph glyph-name="Eng.aalt" horiz-adv-x="441" +d="M228 -180q-10 0 -10 10v72q0 10 10 10l10 1q28 3 38.5 13.5t10.5 37.5v9l-140 386h-5v-349q0 -10 -10 -10h-70q-10 0 -10 10v502q0 10 10 10h97q13 0 16 -10l119 -347h5v347q0 10 10 10h70q10 0 10 -10v-534q0 -85 -34 -121.5t-116 -36.5h-11z" /> + <glyph glyph-name="glyph381" horiz-adv-x="415" +d="M230 595q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="glyph382" horiz-adv-x="415" +d="M128 595q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="glyph383" horiz-adv-x="415" +d="M275 595q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="glyph384" horiz-adv-x="415" +d="M181 595q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -60h2l48 60q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="glyph385" horiz-adv-x="415" +d="M251 607q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="glyph386" horiz-adv-x="415" +d="M251 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM99 614q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="glyph387" horiz-adv-x="414" +d="M106 628q-10 0 -10 10v60q0 10 10 10h206q10 0 10 -10v-60q0 -10 -10 -10h-206z" /> + <glyph glyph-name="glyph388" horiz-adv-x="415" +d="M207 596q-30 0 -52.5 9.5t-38 25.5t-24 38t-10.5 46q0 10 10 10h45q7 0 10 -10q8 -22 22.5 -34.5t37.5 -12.5t38 12.5t23 34.5q3 10 10 10h45q10 0 10 -10q-4 -49 -35 -84t-91 -35z" /> + <glyph glyph-name="glyph389" horiz-adv-x="415" +d="M207 579q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM207 622q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5z" /> + <glyph glyph-name="glyph390" horiz-adv-x="415" +d="M197 595q-11 0 -6 10l60 125q4 10 16 10h68q5 0 6 -3t-1 -7l-75 -125q-6 -10 -18 -10h-50zM64 595q-11 0 -6 10l61 125q4 10 16 10h67q5 0 6 -3t-1 -7l-75 -125q-6 -10 -17 -10h-51z" /> + <glyph glyph-name="glyph391" horiz-adv-x="415" +d="M166 614q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82z" /> + <glyph glyph-name="exclamdown.aalt" horiz-adv-x="232" +d="M92 344.011q-10 0 -10 -10l-22 -331.979q0 -9.99902 10 -9.99902h92q10 0 10 9.99902l-22 331.979q0 10 -10 10h-48zM74 514q-10 0 -10 -9.99902v-98.9941q0 -10 10 -10h84q10 0 10 10v98.9941q0 9.99902 -10 9.99902h-84z" /> + <glyph glyph-name="questiondown.aalt" horiz-adv-x="341" +d="M214.008 346.01q9.99902 0 9.99902 -9.99902v-25.998q0 -19.999 -3 -31.498q-2.99902 -11.5 -13.999 -25.499l-45.9971 -58.9961q-16.999 -21.999 -23.498 -35.998q-6.5 -13.999 -6.5 -33.998q0 -12.999 3 -21.998q9.99902 -24.999 40.9971 -24.999q15.999 0 25.999 7.5 +q9.99902 7.49902 13.999 18.499q3 7.99902 4 30.998q0 10.999 9.99902 8.99902l79.9951 -7.99902q8.99902 -1 8.99902 -10q0 -19.998 -2.49902 -33.998q-2.5 -13.999 -6.5 -24.998q-13.999 -40.9971 -49.9971 -61.9961t-84.9951 -20.999q-50.9961 0 -86.9941 21.999 +q-35.998 21.998 -49.9971 63.9961q-5 13.999 -6.5 26.998t-1.5 23.999q0 28.998 8 51.4961q7.99902 22.499 21.999 40.498l45.9971 57.9961q7.99902 11 11.499 20.999t3.5 24.998v19.999q0 9.99902 9.99902 9.99902h83.9951zM214.008 514q9.99902 0 9.99902 -9.99902 +v-98.9941q0 -10 -9.99902 -10h-83.9951q-9.99902 0 -9.99902 10v98.9941q0 9.99902 9.99902 9.99902h83.9951z" /> + <glyph glyph-name="Euro.sc" horiz-adv-x="378" +d="M208 -9q-55 0 -87.5 24.5t-45.5 67.5q-5 14 -6.5 33t-1.5 54q0 6 -6 6h-30q-10 0 -10 10v48q0 10 10 10h30q6 0 6 6v24q0 6 -6 6h-30q-10 0 -10 10v49q0 10 10 10h30q6 0 6 6q0 32 1.5 50.5t6.5 32.5q13 44 45.5 68.5t87.5 24.5q65 0 99 -30.5t41 -80.5q2 -9 -7 -11 +l-75 -14q-10 -2 -12 7q-3 15 -12.5 26t-31.5 11q-32 0 -40 -31q-2 -6 -3 -16.5t-1 -36.5q0 -6 6 -6h98q10 0 10 -10l-10 -49q-1 -10 -10 -10h-88q-6 0 -6 -6v-24q0 -6 6 -6h88q10 0 10 -10l-10 -48q-1 -10 -10 -10h-78q-6 0 -6 -6q0 -29 1 -39.5t3 -17.5q8 -31 40 -31 +q22 0 31.5 11.5t12.5 26.5q2 9 12 7l75 -14q9 -2 7 -11q-7 -49 -41 -80t-99 -31z" /> + <glyph glyph-name="cent.sc" horiz-adv-x="378" +d="M191 -75q-10 0 -10 10v57q-51 3 -81.5 27t-43.5 65q-2 7 -4 15t-3 19.5t-1.5 27.5t-0.5 39t0.5 39t1.5 27.5t3 19.5t4 15q13 41 43.5 64.5t81.5 26.5v60q0 10 10 10h15q10 0 10 -10v-60q54 -5 85.5 -34t38.5 -67q2 -11 -7 -12l-77 -14q-9 -1 -12 7q-8 22 -28 26v-198 +q19 4 28 28q3 8 12 7l77 -15q9 -1 7 -12q-7 -39 -38.5 -67.5t-85.5 -33.5v-57q0 -10 -10 -10h-15zM153 111q6 -22 28 -26v198q-22 -4 -28 -25q-2 -5 -3 -19.5t-1 -53.5t1 -54t3 -20z" /> + <glyph glyph-name="sterling.sc" horiz-adv-x="378" +d="M51 0q-10 0 -10 10v73q0 6 4 11q12 15 18 28.5t6 36.5v43q0 6 -6 6h-26q-10 0 -10 10v53q0 10 10 10h26q6 0 6 6v105q0 61 33.5 100t105.5 39q64 0 96 -33t39 -82q2 -11 -9 -12l-75 -13q-10 -2 -12 8q-6 38 -39 38q-18 0 -27.5 -11.5t-9.5 -38.5v-100q0 -6 6 -6h81 +q10 0 10 -10v-53q0 -10 -10 -10h-81q-6 0 -6 -6v-43q0 -18 -5 -34.5t-17 -29.5v-2h184q10 0 10 -10v-73q0 -10 -10 -10h-282z" /> + <glyph glyph-name="florin.sc" horiz-adv-x="378" +d="M253 265l-45 -242q-8 -44 -20 -74.5t-31 -49.5t-47 -28t-68 -9h-18q-10 0 -10 10v74q0 10 10 10h7q18 0 30.5 2.5t21 10t14 20t9.5 32.5l46 244h-54q-10 0 -10 10v59q0 10 10 10h69l3 17q8 43 20 74t31 50t47 28t68 9h18q10 0 10 -10v-74q0 -10 -10 -10h-7 +q-35 0 -51.5 -12.5t-23.5 -52.5l-4 -19h63q10 0 10 -10v-59q0 -10 -10 -10h-78z" /> + <glyph glyph-name="yen.sc" horiz-adv-x="378" +d="M148 0q-10 0 -10 10v74q0 6 -6 6h-79q-10 0 -10 10v48q0 10 10 10h79q6 0 6 6v24q0 6 -6 6h-79q-10 0 -10 10v48q0 10 10 10h67v3l-98 247q-3 10 8 10h84q9 0 12 -10l64 -179h2l60 179q3 10 12 10h83q11 0 8 -10l-99 -247v-3h68q10 0 10 -10v-48q0 -10 -10 -10h-79 +q-6 0 -6 -6v-24q0 -6 6 -6h79q10 0 10 -10v-48q0 -10 -10 -10h-79q-6 0 -6 -6v-74q0 -10 -10 -10h-81z" /> + <glyph glyph-name="perthousand.aalt" horiz-adv-x="902" +d="M182 -11q-10 0 -7 10l241 523q4 10 13 10h53q10 0 7 -10l-241 -523q-4 -10 -13 -10h-53zM166 256q-34 0 -57.5 15t-31.5 40q-4 10 -5.5 26t-1.5 55q0 19 0.5 32t1 22t2 15t3.5 11q8 26 31.5 41t57.5 15q35 0 58.5 -15t31.5 -41q1 -5 2.5 -11t2.5 -15t1.5 -22t0.5 -32 +q0 -39 -2 -55t-5 -26q-8 -25 -31.5 -40t-58.5 -15zM166 318q17 0 22 15q1 2 1.5 5t1 9.5t0.5 17v27.5v27.5t-0.5 16.5t-1 9t-1.5 6q-5 14 -22 14q-16 0 -21 -14q-1 -3 -1.5 -6t-1 -9t-0.5 -16.5v-27.5v-27.5t0.5 -17t1 -9.5t1.5 -5q4 -15 21 -15zM735 -7q-34 0 -57.5 15 +t-31.5 41q-4 10 -6 25.5t-2 54.5q0 19 0.5 32t1.5 22t2.5 15t3.5 11q8 26 31.5 41t57.5 15q35 0 58 -15t31 -41q2 -5 3.5 -11t2.5 -15t1.5 -22t0.5 -32q0 -39 -2 -54.5t-6 -25.5q-8 -26 -31 -41t-58 -15zM497 -7q-34 0 -57.5 15t-31.5 41q-4 10 -5.5 25.5t-1.5 54.5 +q0 19 0.5 32t1 22t2 15t3.5 11q8 26 31.5 41t57.5 15q35 0 58 -15t31 -41q2 -5 3.5 -11t2.5 -15t1.5 -22t0.5 -32q0 -39 -2 -54.5t-6 -25.5q-8 -26 -31 -41t-58 -15zM735 56q17 0 22 14q1 2 1.5 5t1 9.5t0.5 17v27.5v27.5t-0.5 17t-1 9.5t-1.5 5q-5 14 -22 14q-16 0 -22 -14 +q-1 -2 -1.5 -5t-1 -9.5t-0.5 -17v-27.5v-27.5t0.5 -17t1 -9.5t1.5 -5q6 -14 22 -14zM497 56q17 0 22 14q1 2 1.5 5t1 9.5t0.5 17v27.5v27.5t-0.5 17t-1 9.5t-1.5 5q-5 14 -22 14q-16 0 -21 -14q-1 -2 -1.5 -5t-1 -9.5t-0.5 -17v-27.5v-27.5t0.5 -17t1 -9.5t1.5 -5 +q5 -14 21 -14z" /> + <glyph glyph-name="parenleft.aalt" horiz-adv-x="257" +d="M160 -84q-8 0 -13 10q-34 68 -57.5 153.5t-23.5 181.5t23.5 181.5t57.5 153.5q5 10 13 10h49q10 0 7 -10q-23 -76 -36.5 -158t-13.5 -177q0 -96 13.5 -177.5t36.5 -157.5q3 -10 -7 -10h-49z" /> + <glyph glyph-name="parenright.aalt" horiz-adv-x="257" +d="M49 -84q-10 0 -7 10q23 76 36.5 157.5t13.5 177.5q0 95 -13.5 177t-36.5 158q-3 10 7 10h49q8 0 13 -10q33 -68 57 -153.5t24 -181.5t-24 -181.5t-57 -153.5q-5 -10 -13 -10h-49z" /> + <glyph glyph-name="bracketleft.aalt" horiz-adv-x="256" +d="M81 -84q-10 0 -10 10v670q0 10 10 10h134q10 0 10 -10v-63q0 -10 -10 -10h-45q-6 0 -6 -6v-512q0 -6 6 -6h45q10 0 10 -10v-63q0 -10 -10 -10h-134z" /> + <glyph glyph-name="bracketright.aalt" horiz-adv-x="256" +d="M40 -84q-10 0 -10 10v63q0 10 10 10h46q6 0 6 6v512q0 6 -6 6h-46q-10 0 -10 10v63q0 10 10 10h135q10 0 10 -10v-670q0 -10 -10 -10h-135z" /> + <glyph glyph-name="braceleft.aalt" horiz-adv-x="306" +d="M239 -84q-57 0 -87.5 31t-30.5 88v117q0 35 -12 52.5t-44 17.5q-10 0 -10 10v63q0 10 10 10q32 0 44 17.5t12 52.5v112q0 57 30.5 88t87.5 31h27q10 0 10 -10v-63q0 -10 -10 -10h-9q-42 0 -42 -47v-80q0 -30 -2 -51t-8 -36.5t-17 -26t-29 -17.5v-3q18 -8 29 -18t17 -25.5 +t8 -36.5t2 -51v-86q0 -46 42 -46h9q10 0 10 -10v-63q0 -10 -10 -10h-27z" /> + <glyph glyph-name="braceright.aalt" horiz-adv-x="306" +d="M40 -84q-10 0 -10 10v63q0 10 10 10h9q42 0 42 46v86q0 30 2 51t8 36.5t17 25.5t29 18v3q-18 7 -29 17.5t-17 26t-8 36.5t-2 51v80q0 47 -42 47h-9q-10 0 -10 10v63q0 10 10 10h27q57 0 88 -31t31 -88v-112q0 -35 12 -52.5t43 -17.5q10 0 10 -10v-63q0 -10 -10 -10 +q-31 0 -43 -17.5t-12 -52.5v-117q0 -57 -31 -88t-88 -31h-27z" /> + <glyph glyph-name="zero.oldstyle" +d="M199 -9q-56 0 -92.5 24.5t-50.5 68.5q-3 9 -4.5 18.5t-3 26t-2 43.5t-0.5 69t0.5 68.5t2 43t3 26t4.5 18.5q14 45 50.5 69.5t92.5 24.5t92.5 -24.5t50.5 -69.5q3 -9 4.5 -18.5t3 -26t2 -43t0.5 -68.5t-0.5 -69t-2 -43.5t-3 -26t-4.5 -18.5q-14 -44 -50.5 -68.5 +t-92.5 -24.5zM148 241v-59.5t1 -36t1.5 -20t2.5 -10.5q9 -31 46 -31t46 31q1 4 2 10.5t2 20t1 36v59.5v59.5t-1 35.5t-2 19t-2 11q-9 31 -46 31t-46 -31q-2 -5 -2.5 -11t-1.5 -19t-1 -35.5v-59.5z" /> + <glyph glyph-name="one.oldstyle" +d="M180 0q-10 0 -10 10v366h-2l-85 -35q-11 -4 -11 7v77q0 10 7 14l90 40q6 3 15 3h78q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="two.oldstyle" +d="M56 0q-10 0 -10 10v71q0 11 7 18l153 141q21 19 30.5 38.5t9.5 54.5q0 20 -4 32q-10 32 -47 32q-36 0 -46 -32q-2 -7 -3 -17t-1 -34q0 -12 -12 -10l-77 8q-10 1 -10 12q0 43 9 72q14 46 49.5 70.5t92.5 24.5q56 0 91.5 -24.5t50.5 -70.5q9 -29 9 -63q0 -55 -14.5 -87 +t-43.5 -58l-104 -94v-1h152q10 0 10 -10v-73q0 -10 -10 -10h-282z" /> + <glyph glyph-name="three.oldstyle" +d="M193 -189q-56 0 -91.5 25.5t-49.5 70.5q-5 14 -7 32t-2 46q0 11 10 12l77 7q12 2 12 -10q0 -29 1 -39t3 -18q11 -33 46 -33q36 0 47 33q1 4 2 8.5t1.5 14t0.5 25.5v43v43.5t-0.5 26.5t-1.5 14.5t-2 8.5q-10 31 -50 31h-30q-10 0 -10 10v72q0 8 4 15l85 138v1h-181 +q-10 0 -10 10v74q0 10 10 10h278q10 0 10 -10v-72q0 -7 -3 -14l-90 -142v-2q26 -5 48 -20.5t35 -55.5q3 -8 4.5 -18.5t3 -26t2 -38t0.5 -55.5q0 -30 -0.5 -50.5t-2 -34t-3.5 -22.5t-4 -16q-15 -45 -50 -69.5t-92 -24.5z" /> + <glyph glyph-name="four.oldstyle" +d="M234 -180q-10 0 -10 10v164q0 6 -6 6h-186q-10 0 -10 10v71q0 4 2 10l139 400q3 8 12 8h83q10 0 7 -11l-134 -393v-2h87q6 0 6 6v112q0 10 10 10h82q10 0 10 -10v-112q0 -6 5 -6h37q10 0 10 -10v-73q0 -10 -10 -10h-36q-6 0 -6 -6v-164q0 -10 -10 -10h-82z" /> + <glyph glyph-name="five.oldstyle" +d="M199 -189q-56 0 -91 25.5t-50 70.5q-9 28 -9 67q0 11 10 12l77 8q12 2 12 -10q0 -21 1 -30t3 -17q11 -33 47 -33q35 0 46 33q1 4 2 8.5t1.5 14t0.5 26v43.5v43.5t-0.5 26t-1.5 14t-2 7.5q-11 33 -46 33q-20 0 -30.5 -8t-16.5 -22q-4 -9 -15 -9h-67q-10 0 -10 10v348 +q0 10 10 10h271q10 0 10 -10v-74q0 -10 -10 -10h-184q-6 0 -6 -6v-163h1q11 12 30.5 20t42.5 8q47 0 75 -20t41 -60q3 -8 4.5 -17.5t3 -24.5t2 -38t0.5 -58q0 -30 -0.5 -50.5t-2 -34.5t-3.5 -23t-4 -16q-15 -45 -50 -69.5t-92 -24.5z" /> + <glyph glyph-name="six.oldstyle" +d="M199 -9q-57 0 -93 25.5t-50 70.5q-2 7 -4 15.5t-3 21t-1.5 30.5t-0.5 44q0 35 1.5 61t5 47.5t10 41t15.5 43.5l108 282q3 7 12 7h84q12 0 7 -11l-104 -270l2 -2q4 2 13 4t21 2q50 0 78 -23.5t42 -67.5q4 -14 7 -39t3 -75q0 -26 -0.5 -44t-1.5 -30.5t-3 -21t-4 -15.5 +q-15 -45 -51 -70.5t-93 -25.5zM199 84q36 0 47 33q1 4 2 8.5t1.5 12.5t0.5 22.5v37.5v37t-0.5 22t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22v-37v-37.5t0.5 -22.5t1.5 -12.5t2 -8.5q11 -33 46 -33z" /> + <glyph glyph-name="seven.oldstyle" +d="M92 -180q-10 0 -6 13l164 553v2h-104q-6 0 -6 -6v-63q0 -10 -10 -10h-74q-10 0 -10 10v153q0 10 10 10h286q10 0 10 -10v-72q0 -5 -2 -13l-162 -557q-3 -10 -13 -10h-83z" /> + <glyph glyph-name="eight.oldstyle" +d="M199 -9q-57 0 -93 25.5t-50 70.5q-2 7 -4 15.5t-3 21t-1.5 30t-0.5 43.5q0 41 2 60.5t7 35.5q6 19 16.5 35t27.5 27v2q-17 11 -27.5 27t-16.5 35q-5 16 -7 33.5t-2 47.5q0 39 2 59t7 34q14 45 50 70.5t93 25.5t93 -25.5t51 -70.5q5 -14 7 -34t2 -59q0 -30 -2 -47.5 +t-7 -33.5q-6 -19 -16.5 -35t-27.5 -27v-2q31 -22 44 -62q5 -16 7 -35.5t2 -60.5q0 -26 -0.5 -43.5t-1.5 -30t-3 -21t-4 -15.5q-15 -45 -51 -70.5t-93 -25.5zM199 403q36 0 47 33q1 3 2 7t1.5 11t0.5 18v28v26.5t-0.5 17.5t-1.5 11l-2 8q-11 33 -47 33q-35 0 -46 -33l-2 -8 +t-1.5 -11t-0.5 -17.5v-26.5v-28t0.5 -18t1.5 -11t2 -7q10 -33 46 -33zM199 84q36 0 47 33q1 4 2 8.5t1.5 12.5t0.5 22v37v37t-0.5 22t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22v-37v-37t0.5 -22t1.5 -12.5t2 -8.5q11 -33 46 -33z" /> + <glyph glyph-name="nine.oldstyle" +d="M123 -180q-12 0 -7 11l96 252l-2 2q-4 -2 -12.5 -4.5t-21.5 -2.5q-49 0 -77 24t-42 68q-5 14 -7.5 38.5t-2.5 75.5q0 26 0.5 44t1.5 30t3 20.5t4 15.5q14 46 50 71.5t93 25.5t93 -25.5t51 -71.5q2 -7 4 -15.5t3 -20.5t1.5 -30t0.5 -44q0 -36 -1.5 -61.5t-5.5 -47 +t-10 -41.5t-15 -43l-101 -264q-3 -7 -12 -7h-84zM199 172q36 0 47 33q1 3 2 7.5t1.5 12.5t0.5 22v37v37.5t-0.5 22.5t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22.5v-37.5v-37t0.5 -22t1.5 -12.5t2 -7.5q10 -33 46 -33z" /> + <glyph glyph-name="zero.sc.pnum" horiz-adv-x="378" +d="M189 -9q-52 0 -87 23t-49 66q-3 8 -4.5 18t-3 29t-2 50.5t-0.5 83.5t0.5 83.5t2 50.5t3 28.5t4.5 17.5q14 44 49 67t87 23t87 -23t49 -67q3 -8 4.5 -17.5t3 -28.5t2 -50.5t0.5 -83.5t-0.5 -83.5t-2 -50.5t-3 -29t-4.5 -18q-14 -43 -49 -66t-87 -23zM189 84q31 0 40 28 +q1 4 2 9.5t1.5 20.5t0.5 43v76v76t-0.5 42.5t-1.5 20t-2 9.5q-9 28 -40 28t-40 -28q-1 -4 -2 -9.5t-1.5 -20t-0.5 -42.5v-76v-76t0.5 -43t1.5 -20.5t2 -9.5q9 -28 40 -28z" /> + <glyph glyph-name="one.sc.pnum" horiz-adv-x="303" +d="M131 0q-10 0 -10 10v398h-1l-79 -44q-11 -6 -11 7v83q0 8 7 14l81 49q8 5 16 5h79q10 0 10 -10v-502q0 -10 -10 -10h-82z" /> + <glyph glyph-name="two.sc.pnum" horiz-adv-x="371" +d="M50 0q-9 0 -9 8v72q0 7 3 11l159 207q14 19 19.5 35.5t5.5 46.5q0 12 -0.5 19t-2.5 12q-9 26 -41 26t-41 -26q-2 -5 -2.5 -12t-0.5 -24q0 -12 -12 -10l-77 8q-10 1 -10 12q0 20 1 32.5t5 24.5q14 43 50 66t87 23t87 -22.5t50 -66.5q5 -14 7 -27.5t2 -35.5q0 -47 -12 -77 +t-34 -58l-119 -150v-1h155q10 0 10 -10v-73q0 -10 -10 -10h-270z" /> + <glyph glyph-name="three.sc.pnum" horiz-adv-x="372" +d="M184 -9q-51 0 -87 23t-50 66q-4 12 -5 23.5t-1 23.5q0 11 10 12l77 8q12 2 12 -10q0 -17 3 -26q10 -27 41 -27t41 27q2 5 2.5 13.5t0.5 31.5q0 17 -0.5 25.5t-2.5 13.5q-5 13 -14.5 19t-29.5 6h-13q-10 0 -10 10v73q0 10 10 10h13q36 0 44 24q2 5 2.5 11.5t0.5 23.5 +q0 18 -0.5 26t-2.5 13q-9 26 -41 26t-41 -26q-3 -11 -3 -26q0 -12 -12 -10l-77 7q-10 1 -10 12q0 13 1 24.5t5 23.5q14 43 50 66t87 23t87 -22.5t50 -66.5q2 -7 4 -13t3 -13.5t1.5 -18t0.5 -25.5q0 -17 -1.5 -28t-4.5 -20q-12 -34 -46 -53v-2q17 -10 28.5 -22.5t17.5 -30.5 +q3 -9 4.5 -21.5t1.5 -38.5q0 -31 -2 -46.5t-7 -29.5q-14 -44 -50 -66.5t-87 -22.5z" /> + <glyph glyph-name="four.sc.pnum" horiz-adv-x="376" +d="M222 0q-10 0 -10 10v49q0 6 -6 6h-171q-10 0 -10 10v73q0 5 2 11l130 355q3 8 12 8h84q11 0 8 -11l-129 -350v-2h74q6 0 6 6v125q0 10 10 10h80q10 0 10 -10v-125q0 -6 5 -6h28q10 0 10 -10v-74q0 -10 -10 -10h-27q-6 0 -6 -6v-49q0 -10 -10 -10h-80z" /> + <glyph glyph-name="five.sc.pnum" horiz-adv-x="376" +d="M188 -9q-51 0 -87 22.5t-50 66.5q-5 15 -5 33q0 11 10 12l76 8q11 1 13 -10l3 -13q9 -26 41 -26q30 0 39 27q2 5 3 15t1 41t-1 40.5t-3 14.5q-9 27 -39 27q-28 0 -40 -18q-5 -8 -16 -8h-67q-10 0 -10 10v279q0 10 10 10h258q10 0 10 -10v-74q0 -10 -10 -10h-171 +q-6 0 -6 -6v-98h2q23 18 68 18q44 0 71 -21t38 -56q2 -6 3.5 -13.5t2.5 -18.5t1.5 -27t0.5 -39q0 -39 -2.5 -57t-6.5 -31q-14 -44 -50 -66t-87 -22z" /> + <glyph glyph-name="six.sc.pnum" horiz-adv-x="376" +d="M189 -9q-51 0 -87 22.5t-50 66.5q-5 14 -7 29.5t-2 44.5q0 24 1.5 43.5t5 37t9.5 33.5t14 34l99 210q5 10 16 10h81q11 0 6 -11l-96 -198l2 -2q10 4 33 4q43 0 71.5 -20.5t40.5 -58.5q5 -14 7 -32t2 -50q0 -29 -2 -44.5t-7 -29.5q-14 -44 -50 -66.5t-87 -22.5zM189 84 +q30 0 40 27q2 5 3 13.5t1 29.5q0 20 -1 28t-3 13q-9 27 -40 27t-40 -27q-2 -5 -3 -13t-1 -28q0 -21 1 -29.5t3 -13.5q10 -27 40 -27z" /> + <glyph glyph-name="seven.sc.pnum" horiz-adv-x="362" +d="M81 0q-5 0 -7.5 3t-0.5 10l157 414v1h-90q-6 0 -6 -6v-37q0 -10 -10 -10h-73q-10 0 -10 10v127q0 10 10 10h270q10 0 10 -10v-75q0 -5 -2 -11l-154 -416q-4 -10 -15 -10h-79z" /> + <glyph glyph-name="eight.sc.pnum" horiz-adv-x="378" +d="M189 -9q-51 0 -87 22.5t-50 66.5q-5 14 -7 29.5t-2 46.5q0 26 2 39t5 23q6 17 16 31.5t26 22.5v2q-16 8 -26 22.5t-16 31.5q-3 10 -5 21.5t-2 28.5q0 22 2 36t7 28q14 44 50 66.5t87 22.5t87 -22.5t50 -66.5q5 -14 7 -28t2 -36q0 -17 -2 -28.5t-5 -21.5q-6 -17 -16 -31.5 +t-26 -22.5v-2q16 -8 26 -22.5t16 -31.5q3 -10 5 -23t2 -39q0 -32 -2 -47t-7 -29q-14 -44 -50 -66.5t-87 -22.5zM189 319q30 0 40 27q2 5 3 12t1 20q0 14 -1 21t-3 12q-9 26 -40 26t-40 -26q-2 -5 -3 -12t-1 -21q0 -13 1 -20t3 -12q10 -27 40 -27zM189 84q30 0 40 27 +q2 5 3 13.5t1 31.5t-1 31t-3 13q-9 27 -40 27t-40 -27q-2 -5 -3 -13t-1 -31t1 -31.5t3 -13.5q10 -27 40 -27z" /> + <glyph glyph-name="nine.sc.pnum" horiz-adv-x="376" +d="M109 0q-12 0 -6 11l96 198l-2 2q-10 -4 -33 -4q-87 0 -112 79q-5 14 -7 32t-2 50q0 29 2 44.5t7 29.5q14 44 50 66.5t87 22.5t87 -22.5t50 -66.5q5 -14 7 -29.5t2 -44.5q0 -24 -1.5 -44t-5 -37t-9.5 -33t-14 -34l-99 -210q-5 -10 -16 -10h-81zM189 300q31 0 40 27 +q2 5 3 13t1 28q0 21 -1 29.5t-3 13.5q-9 26 -40 26t-40 -26q-2 -5 -3 -13.5t-1 -29.5q0 -20 1 -28t3 -13q9 -27 40 -27z" /> + <glyph glyph-name="zero.pnum" +d="M57 84q-3 9 -5 20.5t-3.5 37.5t-2 72.5t-0.5 125.5t0.5 125.5t2 72.5t3.5 37.5t5 20.5q14 45 51 69t91 24t91 -24t52 -69q3 -9 4.5 -20.5t3 -37.5t2 -72.5t0.5 -125.5t-0.5 -125.5t-2 -72.5t-3 -37.5t-4.5 -20.5q-15 -45 -52 -69t-91 -24t-91 24t-51 69zM154 115 +q5 -14 15.5 -22.5t29.5 -8.5t30 8.5t16 22.5q1 5 2 12.5t2 30t1 65v117.5v117.5t-1 65t-2 30t-2 12.5q-5 14 -16 22.5t-30 8.5t-29.5 -8.5t-15.5 -22.5q-2 -5 -3 -12.5t-1.5 -30t-1 -65t-0.5 -117.5t0.5 -117.5t1 -65t1.5 -30t3 -12.5z" /> + <glyph glyph-name="one.pnum" horiz-adv-x="323" +d="M132 562h-2l-85 -60q-4 -3 -7.5 -1.5t-3.5 7.5v85q0 9 10 17l87 64q9 6 18 6h75q10 0 10 -10v-660q0 -10 -10 -10h-82q-10 0 -10 10v552z" /> + <glyph glyph-name="two.pnum" horiz-adv-x="391" +d="M44 81q0 9 5 20l169 304q7 12 12 23.5t8 24.5t4.5 28.5t1.5 35.5t-1 29t-3 17q-11 33 -47 33q-35 0 -46 -33l-2 -8t-1.5 -10.5t-0.5 -17v-26.5q0 -12 -12 -10l-78 7q-9 1 -9 12q0 32 1.5 51t6.5 33q15 45 50.5 70t92.5 25t92 -24.5t50 -69.5q5 -14 7 -33t2 -45 +q0 -28 -2.5 -50t-7.5 -40.5t-13 -36t-19 -36.5l-149 -260v-1h181q10 0 10 -10v-73q0 -10 -10 -10h-282q-10 0 -10 10v71z" /> + <glyph glyph-name="three.pnum" horiz-adv-x="390" +d="M52 86q-5 14 -7 32.5t-2 45.5q0 11 10 12l77 7q12 2 12 -10q0 -28 1 -38t3 -18q11 -33 46 -33q36 0 47 32q1 4 2 8.5t1.5 13t0.5 22v35.5v38.5t-0.5 23t-1.5 12.5t-2 7q-5 17 -17.5 23.5t-32.5 6.5h-15q-10 0 -10 10v72q0 10 10 10h15q20 0 32.5 6t17.5 23q1 3 2 7 +t1.5 12t0.5 20.5v33.5v26.5t-0.5 17.5t-1.5 11.5t-2 8.5q-11 32 -47 32q-35 0 -46 -33q-2 -8 -3 -18t-1 -38q0 -12 -12 -10l-77 7q-10 1 -10 12q0 27 2 45.5t7 32.5q14 45 49.5 70t91.5 25q58 0 93 -24t50 -69q5 -14 7 -36t2 -60q0 -20 -0.5 -34t-1 -23.5t-2 -16t-3.5 -12.5 +q-6 -20 -18.5 -33.5t-30.5 -24.5v-2q18 -11 30.5 -24.5t18.5 -33.5q2 -6 3.5 -12.5t2 -17.5t1 -28t0.5 -43q0 -25 -0.5 -42.5t-1.5 -30.5t-3 -22t-4 -16q-15 -45 -50.5 -69t-92.5 -24q-56 0 -91.5 25t-49.5 70z" /> + <glyph glyph-name="four.pnum" horiz-adv-x="400" +d="M34 101q-10 0 -10 10v72q0 5 2 11l140 478q3 8 12 8h83q11 0 8 -11l-140 -473v-2h86q6 0 6 6v180q0 10 10 10h82q10 0 10 -10v-180q0 -6 5 -6h34q10 0 10 -10v-73q0 -10 -10 -10h-33q-6 0 -6 -6v-85q0 -10 -10 -10h-82q-10 0 -10 10v85q0 6 -6 6h-181z" /> + <glyph glyph-name="five.pnum" horiz-adv-x="395" +d="M57 86q-5 14 -6.5 31t-1.5 37q0 10 9 12l78 8q12 2 12 -10q0 -21 1 -30t3 -17q11 -33 46 -33q36 0 47 32q1 3 2 8t1.5 15.5t0.5 29v48.5v48t-0.5 28.5t-1.5 15.5t-2 8q-10 32 -47 32q-19 0 -30 -8t-16 -22q-4 -9 -15 -9h-68q-10 0 -10 10v350q0 10 10 10h272q10 0 10 -10 +v-73q0 -10 -10 -10h-184q-6 0 -6 -6v-166h1q11 12 30.5 20t42.5 8q47 0 75 -20t41 -60q3 -8 4.5 -17.5t3 -25.5t2 -40.5t0.5 -62.5q0 -33 -0.5 -55t-1.5 -37t-3 -24t-4 -16q-15 -45 -50.5 -69.5t-92.5 -24.5q-56 0 -91.5 25t-50.5 70z" /> + <glyph glyph-name="six.pnum" horiz-adv-x="395" +d="M55 87q-2 7 -4 15.5t-3 21t-1.5 30.5t-0.5 44q0 35 1.5 61t5 47.5t10 41t15.5 43.5l107 279q4 10 14 10h83q12 0 7 -11l-104 -270l2 -2q4 2 13 4t21 2q50 0 78 -23.5t42 -67.5q4 -14 7 -39t3 -75q0 -26 -0.5 -44t-1.5 -30.5t-3 -21t-4 -15.5q-15 -45 -51 -70.5t-93 -25.5 +t-93 25.5t-50 70.5zM152 117q11 -33 46 -33q36 0 47 33q1 4 2 8.5t1.5 12.5t0.5 22.5v37.5v37t-0.5 22t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22v-37v-37.5t0.5 -22.5t1.5 -12.5t2 -8.5z" /> + <glyph glyph-name="seven.pnum" horiz-adv-x="378" +d="M245 585v2h-104q-6 0 -6 -6v-64q0 -10 -10 -10h-74q-10 0 -10 10v153q0 10 10 10h286q10 0 10 -10v-74q0 -5 -2 -11l-167 -575q-3 -10 -13 -10h-83q-10 0 -6 13z" /> + <glyph glyph-name="eight.pnum" horiz-adv-x="397" +d="M56 87q-2 7 -4 15.5t-3 20.5t-1.5 30t-0.5 44q0 42 2 61t7 35q6 19 16.5 35t27.5 27v2q-17 11 -27.5 27t-16.5 35q-5 16 -7 33.5t-2 47.5q0 39 2 59t7 34q14 45 50 70.5t93 25.5t93 -25.5t51 -70.5q5 -14 7 -34t2 -59q0 -30 -2 -47.5t-7 -33.5q-6 -19 -16.5 -35 +t-27.5 -27v-2q31 -22 44 -62q5 -16 7 -35t2 -61q0 -26 -0.5 -44t-1.5 -30t-3 -20.5t-4 -15.5q-15 -45 -51 -70.5t-93 -25.5t-93 25.5t-50 70.5zM199 403q36 0 47 33q1 3 2 7t1.5 11t0.5 18v28v26.5t-0.5 17.5t-1.5 11l-2 8q-11 33 -47 33q-35 0 -46 -33l-2 -8t-1.5 -11 +t-0.5 -17.5v-26.5v-28t0.5 -18t1.5 -11t2 -7q10 -33 46 -33zM153 117q11 -33 46 -33q36 0 47 33l2 8t1.5 12.5t0.5 22.5v37v37t-0.5 22.5t-1.5 12.5t-2 7q-11 33 -47 33t-46 -33q-1 -3 -2 -7t-1.5 -12.5t-0.5 -22.5v-37v-37t0.5 -22.5t1.5 -12.5z" /> + <glyph glyph-name="nine.pnum" horiz-adv-x="395" +d="M211 281l-2 2q-4 -2 -12.5 -4t-21.5 -2q-49 0 -77 23.5t-42 67.5q-5 14 -7.5 39t-2.5 75q0 52 2 74.5t7 36.5q14 45 50 70.5t93 25.5t93 -25.5t51 -70.5q4 -14 6.5 -36.5t2.5 -74.5q0 -35 -1.5 -61t-5.5 -47.5t-10 -41t-15 -43.5l-107 -279q-4 -10 -14 -10h-83 +q-12 0 -7 11zM198 370q36 0 47 33q1 3 2 7.5t1.5 12.5t0.5 22v37v37.5t-0.5 22.5t-1.5 12.5t-2 8.5q-11 33 -47 33q-35 0 -46 -33q-1 -4 -2 -8.5t-1.5 -12.5t-0.5 -22.5v-37.5v-37t0.5 -22t1.5 -12.5t2 -7.5q10 -33 46 -33z" /> + <glyph glyph-name="Euro.pnum" horiz-adv-x="410" +d="M229 -9q-57 0 -91 25.5t-49 70.5q-3 9 -5 18.5t-3.5 25.5t-2 40.5t-0.5 63.5q0 6 -6 6h-36q-10 0 -10 10v54q0 10 10 10h36q6 0 6 6v43q0 6 -6 6h-36q-10 0 -10 10v54q0 10 10 10h36q6 0 6 6q0 37 0.5 60.5t2 39t3.5 25t5 18.5q15 45 49 70.5t91 25.5q69 0 108 -39 +t44 -101q2 -11 -7 -12l-77 -15q-10 -2 -12 8q-4 31 -16 48.5t-38 17.5q-35 0 -46 -34q-2 -5 -2.5 -10t-1.5 -16.5t-1 -31.5v-54q0 -6 6 -6h130q10 0 10 -10l-10 -54q-1 -10 -10 -10h-120q-6 0 -6 -6v-43q0 -6 6 -6h115q10 0 10 -10l-10 -54q-1 -10 -10 -10h-105q-6 0 -6 -6 +v-57t1 -33t1.5 -17.5t2.5 -9.5q11 -34 46 -34q26 0 38 17.5t16 48.5q2 10 12 8l77 -15q9 -1 7 -12q-5 -62 -44 -101t-108 -39z" /> + <glyph glyph-name="cent.pnum" horiz-adv-x="379" +d="M187 -99q-10 0 -10 10v81q-99 6 -127 94q-3 10 -5.5 20.5t-4 26.5t-2 41.5t-0.5 66.5t0.5 66.5t2 41.5t4 26t5.5 21q14 42 45 66.5t82 27.5v81q0 10 10 10h17q10 0 10 -10v-81q57 -5 89.5 -36.5t40.5 -85.5q2 -11 -7 -12l-77 -15q-11 -2 -12 7q-7 39 -34 47v-308 +q27 8 34 46q1 9 12 7l77 -14q9 -1 7 -12q-8 -54 -40.5 -85.5t-89.5 -36.5v-81q0 -10 -10 -10h-17zM145 116q8 -24 32 -30v309q-25 -4 -32 -29q-2 -5 -2.5 -10.5t-1.5 -18t-1 -35v-61.5v-61.5t1 -35t1.5 -18t2.5 -10.5z" /> + <glyph glyph-name="dollar.pnum" horiz-adv-x="406" +d="M38 165q0 10 8 11l75 13q11 1 11 -9q1 -47 12.5 -68.5t37.5 -26.5v221l-28 11q-32 13 -53 29t-34 38.5t-18 52.5t-5 70q0 84 33 130.5t105 50.5v41q0 10 10 10h17q10 0 10 -10v-41q68 -6 98.5 -48t36.5 -112q1 -9 -9 -11l-73 -11q-9 -2 -11 8q-3 36 -12 55t-30 24v-190 +l26 -10q31 -12 53 -28t35.5 -39t19.5 -55t6 -76q0 -101 -34 -149.5t-106 -53.5v-55q0 -10 -10 -10h-17q-10 0 -10 10v55q-74 5 -107.5 47.5t-36.5 125.5zM182 594q-22 -5 -31 -25t-9 -58t7 -58.5t33 -33.5v175zM219 86q22 5 32 25.5t10 69.5q0 46 -9.5 70.5t-32.5 38.5v-204 +z" /> + <glyph glyph-name="sterling.pnum" horiz-adv-x="417" +d="M60 0q-10 0 -10 10v73q0 5 3 10q14 19 20.5 38.5t6.5 52.5v93q0 6 -6 6h-29q-10 0 -10 10v53q0 10 10 10h29q6 0 6 6v172q0 71 35.5 113t109.5 42q71 0 104.5 -40t39.5 -101q2 -10 -8 -12l-77 -13q-9 -2 -11 8q-3 35 -13.5 50t-33.5 15q-24 0 -34 -15t-10 -45v-174 +q0 -6 6 -6h89q10 0 10 -10v-53q0 -10 -10 -10h-89q-6 0 -6 -6v-93q0 -29 -5.5 -51t-19.5 -38v-2h205q10 0 10 -10v-73q0 -10 -10 -10h-302z" /> + <glyph glyph-name="florin.pnum" horiz-adv-x="403" +d="M262 325l-46 -343q-11 -83 -48.5 -122.5t-116.5 -39.5h-21q-10 0 -10 10v74q0 10 10 10h15q32 0 48 13.5t21 49.5l47 348h-67q-10 0 -10 10v62q0 10 10 10h78l15 111q11 83 48.5 122.5t116.5 39.5h21q10 0 10 -10v-74q0 -10 -10 -10h-15q-32 0 -48 -13.5t-21 -49.5 +l-16 -116h67q10 0 10 -10v-62q0 -10 -10 -10h-78z" /> + <glyph glyph-name="yen.pnum" horiz-adv-x="397" +d="M159 0q-10 0 -10 10v110q0 6 -6 6h-88q-10 0 -10 10v54q0 10 10 10h88q6 0 6 6v43q0 6 -6 6h-88q-10 0 -10 10v54q0 10 10 10h78v3l-109 338q-3 10 8 10h85q9 0 12 -10l71 -263h3l69 263q3 10 12 10h83q11 0 8 -10l-109 -338v-3h77q10 0 10 -10v-54q0 -10 -10 -10h-87 +q-6 0 -6 -6v-43q0 -6 6 -6h87q10 0 10 -10v-54q0 -10 -10 -10h-87q-6 0 -6 -6v-110q0 -10 -10 -10h-81z" /> + <glyph glyph-name="zero.oldstyle.pnum" +d="M199 -9q-56 0 -92.5 24.5t-50.5 68.5q-3 9 -4.5 18.5t-3 26t-2 43.5t-0.5 69t0.5 68.5t2 43t3 26t4.5 18.5q14 45 50.5 69.5t92.5 24.5t92.5 -24.5t50.5 -69.5q3 -9 4.5 -18.5t3 -26t2 -43t0.5 -68.5t-0.5 -69t-2 -43.5t-3 -26t-4.5 -18.5q-14 -44 -50.5 -68.5 +t-92.5 -24.5zM148 241v-59.5t1 -36t1.5 -20t2.5 -10.5q9 -31 46 -31t46 31q1 4 2 10.5t2 20t1 36v59.5v59.5t-1 35.5t-2 19t-2 11q-9 31 -46 31t-46 -31q-2 -5 -2.5 -11t-1.5 -19t-1 -35.5v-59.5z" /> + <glyph glyph-name="one.oldstyle.pnum" horiz-adv-x="304" +d="M133 0q-10 0 -10 10v366h-2l-85 -35q-11 -4 -11 7v77q0 10 7 14l90 40q6 3 15 3h78q10 0 10 -10v-462q0 -10 -10 -10h-82z" /> + <glyph glyph-name="two.oldstyle.pnum" horiz-adv-x="389" +d="M53 0q-10 0 -10 10v71q0 11 7 18l153 141q21 19 30.5 38.5t9.5 54.5q0 20 -4 32q-10 32 -47 32q-36 0 -46 -32q-2 -7 -3 -17t-1 -34q0 -12 -12 -10l-77 8q-10 1 -10 12q0 43 9 72q14 46 49.5 70.5t92.5 24.5q56 0 91.5 -24.5t50.5 -70.5q9 -29 9 -63q0 -55 -14.5 -87 +t-43.5 -58l-104 -94v-1h152q10 0 10 -10v-73q0 -10 -10 -10h-282z" /> + <glyph glyph-name="three.oldstyle.pnum" horiz-adv-x="387" +d="M191 -189q-56 0 -91.5 25.5t-49.5 70.5q-5 14 -7 32t-2 46q0 11 10 12l77 7q12 2 12 -10q0 -29 1 -39t3 -18q11 -33 46 -33q36 0 47 33q1 4 2 8.5t1.5 14t0.5 25.5v43v43.5t-0.5 26.5t-1.5 14.5t-2 8.5q-10 31 -50 31h-30q-10 0 -10 10v72q0 8 4 15l85 138v1h-181 +q-10 0 -10 10v74q0 10 10 10h278q10 0 10 -10v-72q0 -7 -3 -14l-90 -142v-2q26 -5 48 -20.5t35 -55.5q3 -8 4.5 -18.5t3 -26t2 -38t0.5 -55.5q0 -30 -0.5 -50.5t-2 -34t-3.5 -22.5t-4 -16q-15 -45 -50 -69.5t-92 -24.5z" /> + <glyph glyph-name="four.oldstyle.pnum" horiz-adv-x="406" +d="M240 -180q-10 0 -10 10v164q0 6 -6 6h-186q-10 0 -10 10v71q0 4 2 10l139 400q3 8 12 8h83q10 0 7 -11l-134 -393v-2h87q6 0 6 6v112q0 10 10 10h82q10 0 10 -10v-112q0 -6 5 -6h37q10 0 10 -10v-73q0 -10 -10 -10h-36q-6 0 -6 -6v-164q0 -10 -10 -10h-82z" /> + <glyph glyph-name="five.oldstyle.pnum" horiz-adv-x="397" +d="M200 -189q-56 0 -91 25.5t-50 70.5q-9 28 -9 67q0 11 10 12l77 8q12 2 12 -10q0 -21 1 -30t3 -17q11 -33 47 -33q35 0 46 33q1 4 2 8.5t1.5 14t0.5 26v43.5v43.5t-0.5 26t-1.5 14t-2 7.5q-11 33 -46 33q-20 0 -30.5 -8t-16.5 -22q-4 -9 -15 -9h-67q-10 0 -10 10v348 +q0 10 10 10h271q10 0 10 -10v-74q0 -10 -10 -10h-184q-6 0 -6 -6v-163h1q11 12 30.5 20t42.5 8q47 0 75 -20t41 -60q3 -8 4.5 -17.5t3 -24.5t2 -38t0.5 -58q0 -30 -0.5 -50.5t-2 -34.5t-3.5 -23t-4 -16q-15 -45 -50 -69.5t-92 -24.5z" /> + <glyph glyph-name="six.oldstyle.pnum" horiz-adv-x="395" +d="M198 -9q-57 0 -93 25.5t-50 70.5q-2 7 -4 15.5t-3 21t-1.5 30.5t-0.5 44q0 35 1.5 61t5 47.5t10 41t15.5 43.5l108 282q3 7 12 7h84q12 0 7 -11l-104 -270l2 -2q4 2 13 4t21 2q50 0 78 -23.5t42 -67.5q4 -14 7 -39t3 -75q0 -26 -0.5 -44t-1.5 -30.5t-3 -21t-4 -15.5 +q-15 -45 -51 -70.5t-93 -25.5zM198 84q36 0 47 33q1 4 2 8.5t1.5 12.5t0.5 22.5v37.5v37t-0.5 22t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22v-37v-37.5t0.5 -22.5t1.5 -12.5t2 -8.5q11 -33 46 -33z" /> + <glyph glyph-name="seven.oldstyle.pnum" horiz-adv-x="390" +d="M91 -180q-10 0 -6 13l164 553v2h-104q-6 0 -6 -6v-63q0 -10 -10 -10h-74q-10 0 -10 10v153q0 10 10 10h286q10 0 10 -10v-72q0 -5 -2 -13l-162 -557q-3 -10 -13 -10h-83z" /> + <glyph glyph-name="eight.oldstyle.pnum" horiz-adv-x="397" +d="M199 -9q-57 0 -93 25.5t-50 70.5q-2 7 -4 15.5t-3 21t-1.5 30t-0.5 43.5q0 41 2 60.5t7 35.5q6 19 16.5 35t27.5 27v2q-17 11 -27.5 27t-16.5 35q-5 16 -7 33.5t-2 47.5q0 39 2 59t7 34q14 45 50 70.5t93 25.5t93 -25.5t51 -70.5q5 -14 7 -34t2 -59q0 -30 -2 -47.5 +t-7 -33.5q-6 -19 -16.5 -35t-27.5 -27v-2q31 -22 44 -62q5 -16 7 -35.5t2 -60.5q0 -26 -0.5 -43.5t-1.5 -30t-3 -21t-4 -15.5q-15 -45 -51 -70.5t-93 -25.5zM199 403q36 0 47 33q1 3 2 7t1.5 11t0.5 18v28v26.5t-0.5 17.5t-1.5 11l-2 8q-11 33 -47 33q-35 0 -46 -33l-2 -8 +t-1.5 -11t-0.5 -17.5v-26.5v-28t0.5 -18t1.5 -11t2 -7q10 -33 46 -33zM199 84q36 0 47 33q1 4 2 8.5t1.5 12.5t0.5 22v37v37t-0.5 22t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22v-37v-37t0.5 -22t1.5 -12.5t2 -8.5q11 -33 46 -33z" /> + <glyph glyph-name="nine.oldstyle.pnum" horiz-adv-x="397" +d="M123 -180q-12 0 -7 11l96 252l-2 2q-4 -2 -12.5 -4.5t-21.5 -2.5q-49 0 -77 24t-42 68q-5 14 -7.5 38.5t-2.5 75.5q0 26 0.5 44t1.5 30t3 20.5t4 15.5q14 46 50 71.5t93 25.5t93 -25.5t51 -71.5q2 -7 4 -15.5t3 -20.5t1.5 -30t0.5 -44q0 -36 -1.5 -61.5t-5.5 -47 +t-10 -41.5t-15 -43l-101 -264q-3 -7 -12 -7h-84zM199 172q36 0 47 33q1 3 2 7.5t1.5 12.5t0.5 22v37v37.5t-0.5 22.5t-1.5 12.5t-2 7.5q-11 33 -47 33t-46 -33q-1 -3 -2 -7.5t-1.5 -12.5t-0.5 -22.5v-37.5v-37t0.5 -22t1.5 -12.5t2 -7.5q10 -33 46 -33z" /> + <glyph glyph-name="glyph452" horiz-adv-x="281" +d="M130 430q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61z" /> + <glyph glyph-name="glyph453" horiz-adv-x="281" +d="M45 430q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20 +t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193z" /> + <glyph glyph-name="glyph454" horiz-adv-x="281" +d="M139 422q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5 +q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48 +t-66 -17z" /> + <glyph glyph-name="a.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34z" /> + <glyph glyph-name="agrave.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM163 555q-11 0 -18 10l-90 125q-3 4 -1.5 7t6.5 3h81q10 0 16 -10l69 -125q5 -10 -6 -10h-57z" /> + <glyph glyph-name="aacute.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM155 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="acircumflex.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM276 555q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52 +q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="atilde.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM252 567q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5 +v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7t21.5 19q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="adieresis.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM252 574q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65zM100 574q-10 0 -10 10v86 +q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="amacron.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM106 588q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60q0 -10 -10 -10h-205z" /> + <glyph glyph-name="abreve.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM208 556q-59 0 -89.5 35t-34.5 84q0 10 10 10h45q7 0 10 -10q8 -22 22 -35.5t37 -13.5t37.5 13.5 +t22.5 35.5q3 10 10 10h45q10 0 10 -10q-4 -49 -34.5 -84t-90.5 -35z" /> + <glyph glyph-name="aring.ss01" horiz-adv-x="401" +d="M258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11 +t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34zM208 539q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM208 582 +q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5z" /> + <glyph glyph-name="aringacute.ss01" horiz-adv-x="401" +d="M174 773q-5 0 -6 3t2 7l82 95q5 5 9 7.5t12 2.5h77q5 0 6.5 -3t-1.5 -7l-104 -95q-5 -5 -9 -7.5t-10 -2.5h-58zM258 0q-10 0 -10 10v39h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80 +q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -10 -10 -10h-82zM195 85q37 0 48 34q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11 +q11 -34 49 -34zM208 539q-38 0 -64 26t-26 64q0 39 26 65t64 26q39 0 65 -26t26 -65q0 -38 -26 -64t-65 -26zM208 582q20 0 33 13.5t13 33.5q0 21 -13 34.5t-33 13.5t-32.5 -13.5t-12.5 -34.5q0 -20 12.5 -33.5t32.5 -13.5z" /> + <glyph glyph-name="aogonek.ss01" horiz-adv-x="401" +d="M248 49h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-462q0 -7 -7 -11q-29 -19 -48 -44.5t-19 -45.5q0 -24 19 -24q10 0 18 5 +q9 6 13 -4l21 -46q3 -8 -5 -13q-10 -7 -27 -12t-33 -5q-41 0 -65.5 21t-24.5 62q0 33 17 59t40 48l2 2q-3 3 -3 8v39zM195 85q37 0 48 34q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5 +t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34z" /> + <glyph glyph-name="ae.ss01" horiz-adv-x="578" +d="M388 -9q-41 0 -72 13t-51 45h-1q-25 -34 -52 -46t-63 -12q-20 0 -40.5 7t-37 23.5t-27 44.5t-10.5 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -42.5 -7.5t-37.5 -20.5q-10 -7 -15 4l-26 59q-4 7 3 14q24 19 57 31t74 12 +q71 0 106 -33h1q17 17 42 25t54 8q57 0 93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -33 47 -33q40 0 53 44q3 9 12 7l77 -15q9 -1 7 -12q-11 -54 -50.5 -85.5t-99.5 -31.5zM436 288q6 0 6 6 +q0 37 -2 51.5t-5 22.5q-5 14 -16 23t-30 9q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64z" /> + <glyph glyph-name="aeacute.ss01" horiz-adv-x="578" +d="M388 -9q-41 0 -72 13t-51 45h-1q-25 -34 -52 -46t-63 -12q-20 0 -40.5 7t-37 23.5t-27 44.5t-10.5 69q0 43 12 72t32 47t46.5 26t56.5 8h52q6 0 6 6v28q0 40 -14 58.5t-52 18.5q-24 0 -43.5 -8t-38.5 -21q-9 -6 -13 5l-26 59q-3 8 3 14q24 19 57 31t74 12q71 0 106 -33h1 +q17 17 42 25t54 8q57 0 93 -25t51 -71q3 -9 5 -20t3.5 -30.5t2 -50t0.5 -78.5q0 -10 -10 -10h-191q-6 0 -6 -6q0 -23 0.5 -37t1 -23t1.5 -14t2 -9q11 -33 47 -33q40 0 53 44q3 9 12 7l77 -15q9 -1 7 -12q-11 -54 -50.5 -85.5t-99.5 -31.5zM436 288q6 0 6 6q0 37 -2 51.5 +t-5 22.5q-5 14 -16 23t-30 9q-18 0 -29.5 -9t-16.5 -23q-3 -8 -4.5 -22.5t-1.5 -51.5q0 -6 6 -6h93zM179 75q27 0 43.5 19t16.5 49v57q0 6 -6 6h-35q-37 0 -52 -18.5t-15 -48.5q0 -64 48 -64zM258 555q-11 0 -6 10l69 125q6 10 16 10h81q5 0 6.5 -3t-1.5 -7l-90 -125 +q-8 -10 -18 -10h-57z" /> + <glyph glyph-name="germandbls.ss01" horiz-adv-x="438" +d="M189 -180q-10 0 -10 10v72q0 10 10 10q38 0 64 17.5t37 50.5q4 11 6 29t2 63q0 58 -7 75q-16 48 -71 48q-10 0 -10 10v70q0 8 5 16l61 99v2h-117q-6 0 -6 -6v-376q0 -10 -10 -10h-82q-10 0 -10 10v519q0 70 32.5 110.5t110.5 40.5h21q10 0 10 -10v-74q0 -10 -10 -10h-25 +q-21 0 -29 -8.5t-8 -29.5v-60q0 -6 6 -6h226q10 0 10 -10v-57q0 -7 -3 -13l-79 -131v-2q32 -15 49.5 -37.5t27.5 -51.5q6 -19 8 -45.5t2 -62.5q0 -49 -3.5 -78.5t-8.5 -46.5q-41 -127 -199 -127z" /> + <glyph glyph-name="q.ss01" horiz-adv-x="401" +d="M258 -180q-10 0 -10 10v219h-1q-10 -26 -31 -42t-59 -16q-80 0 -105 80q-3 10 -5.5 22t-4 30.5t-2.5 46.5t-1 71q0 42 1 70t2.5 47t4 31t5.5 22q25 80 105 80q38 0 59 -16.5t31 -41.5h1v39q0 10 10 10h82q10 0 10 -10v-544h1l45 47q7 7 14 0l40 -41q6 -7 -1 -14l-101 -97 +q-3 -3 -9 -3h-81zM195 85q37 0 48 34q1 5 2 11t2 18.5t1 34v58.5v58.5t-1 34t-2 18.5t-2 11q-11 34 -48 34q-38 0 -49 -34q-2 -5 -2.5 -11t-1.5 -18.5t-1 -34v-58.5v-58.5t1 -34t1.5 -18.5t2.5 -11q11 -34 49 -34z" /> + <glyph glyph-name="C.ss01" horiz-adv-x="408" +d="M209 -9q-63 0 -101 27.5t-54 76.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 54 76.5t101 27.5q88 0 128 -48.5t40 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 57 -14.5 80t-46.5 23q-23 0 -36 -9.5t-19 -28.5q-2 -6 -3.5 -14.5 +t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 19 -28.5t36 -9.5q32 0 46.5 23t14.5 80q0 10 10 10h84q10 0 10 -10q0 -103 -40 -151.5t-128 -48.5z" /> + <glyph glyph-name="Cacute.ss01" horiz-adv-x="408" +d="M209 -9q-63 0 -101 27.5t-54 76.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 54 76.5t101 27.5q88 0 128 -48.5t40 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 57 -14.5 80t-46.5 23q-23 0 -36 -9.5t-19 -28.5q-2 -6 -3.5 -14.5 +t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 19 -28.5t36 -9.5q32 0 46.5 23t14.5 80q0 10 10 10h84q10 0 10 -10q0 -103 -40 -151.5t-128 -48.5zM171 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10 +h-55z" /> + <glyph glyph-name="Ccircumflex.ss01" horiz-adv-x="408" +d="M209 -9q-63 0 -101 27.5t-54 76.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 54 76.5t101 27.5q88 0 128 -48.5t40 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 57 -14.5 80t-46.5 23q-23 0 -36 -9.5t-19 -28.5q-2 -6 -3.5 -14.5 +t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 19 -28.5t36 -9.5q32 0 46.5 23t14.5 80q0 10 10 10h84q10 0 10 -10q0 -103 -40 -151.5t-128 -48.5zM278 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52 +q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Ccaron.ss01" horiz-adv-x="408" +d="M209 -9q-63 0 -101 27.5t-54 76.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 54 76.5t101 27.5q88 0 128 -48.5t40 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 57 -14.5 80t-46.5 23q-23 0 -36 -9.5t-19 -28.5q-2 -6 -3.5 -14.5 +t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 19 -28.5t36 -9.5q32 0 46.5 23t14.5 80q0 10 10 10h84q10 0 10 -10q0 -103 -40 -151.5t-128 -48.5zM184 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60 +q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52z" /> + <glyph glyph-name="Cdotaccent.ss01" horiz-adv-x="408" +d="M169 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM209 -9q-63 0 -101 27.5t-54 76.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 54 76.5t101 27.5q88 0 128 -48.5t40 -151.5q0 -10 -10 -10h-84 +q-10 0 -10 10q0 57 -14.5 80t-46.5 23q-23 0 -36 -9.5t-19 -28.5q-2 -6 -3.5 -14.5t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 19 -28.5t36 -9.5q32 0 46.5 23t14.5 80q0 10 10 10h84q10 0 10 -10q0 -103 -40 -151.5t-128 -48.5z" /> + <glyph glyph-name="Ccedilla.ss01" horiz-adv-x="408" +d="M167 -5q-45 8 -72.5 33.5t-40.5 66.5q-3 10 -5.5 23.5t-4 39t-2.5 68.5t-1 114t1 114t2.5 68.5t4 38.5t5.5 24q16 49 54 76.5t101 27.5q88 0 128 -48.5t40 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 57 -14.5 80t-46.5 23q-23 0 -36 -9.5t-19 -28.5q-2 -6 -3.5 -14.5 +t-2 -29.5t-1 -61t-0.5 -109t0.5 -109t1 -61t2 -29.5t3.5 -14.5q6 -19 19 -28.5t36 -9.5q32 0 46.5 23t14.5 80q0 10 10 10h84q10 0 10 -10q0 -91 -31.5 -139t-98.5 -58l-49 -139q-4 -10 -16 -10h-66q-10 0 -7 10z" /> + <glyph glyph-name="G.ss01" horiz-adv-x="429" +d="M215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q83 0 127 -48.5t44 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 54 -15.5 78.5t-50.5 24.5q-24 0 -39 -10.5t-20 -27.5 +q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24 +q-17 -51 -57 -78.5t-103 -27.5z" /> + <glyph glyph-name="Gcircumflex.ss01" horiz-adv-x="429" +d="M215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q83 0 127 -48.5t44 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 54 -15.5 78.5t-50.5 24.5q-24 0 -39 -10.5t-20 -27.5 +q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24 +q-17 -51 -57 -78.5t-103 -27.5zM282 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Gbreve.ss01" horiz-adv-x="429" +d="M214 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38 +t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q83 0 127 -48.5t44 -151.5q0 -10 -10 -10h-84q-10 0 -10 10q0 54 -15.5 78.5t-50.5 24.5q-24 0 -39 -10.5t-20 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29 +t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5z" /> + <glyph glyph-name="Gdotaccent.ss01" horiz-adv-x="429" +d="M173 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q83 0 127 -48.5t44 -151.5q0 -10 -10 -10h-84 +q-10 0 -10 10q0 54 -15.5 78.5t-50.5 24.5q-24 0 -39 -10.5t-20 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53q-10 0 -10 10v74q0 10 10 10 +h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5z" /> + <glyph glyph-name="Gcommaaccent.ss01" horiz-adv-x="429" +d="M177 -221q-8 0 -8 10v147q0 10 10 10h70q10 0 10 -10v-55q0 -13 -8 -22l-61 -73q-6 -7 -13 -7zM215 -9q-63 0 -103.5 27.5t-57.5 78.5q-4 11 -6.5 24t-4 38t-2 67.5t-0.5 113.5t0.5 113.5t2 67.5t4 38t6.5 24q17 51 57.5 78.5t103.5 27.5q83 0 127 -48.5t44 -151.5 +q0 -10 -10 -10h-84q-10 0 -10 10q0 54 -15.5 78.5t-50.5 24.5q-24 0 -39 -10.5t-20 -27.5q-2 -7 -3.5 -15t-2.5 -29t-1 -60.5v-109.5v-109.5t1 -60.5t2.5 -29t3.5 -15q5 -17 22 -27.5t38 -10.5q22 0 39 10.5t22 27.5q2 6 3.5 13t2 22.5t1 43t0.5 74.5q0 6 -6 6h-53 +q-10 0 -10 10v74q0 10 10 10h152q10 0 10 -10v-30q0 -71 -0.5 -113t-2 -67t-4 -38t-6.5 -24q-17 -51 -57 -78.5t-103 -27.5z" /> + <glyph glyph-name="I.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173z" /> + <glyph glyph-name="Igrave.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM117 761q-10 0 -20 10l-99 107q-3 4 -1.5 7t6.5 3h81 +q7 0 10 -2.5t7 -7.5l76 -107q3 -4 1.5 -7t-6.5 -3h-55z" /> + <glyph glyph-name="Iacute.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM99 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3 +t-1.5 -7l-98 -107q-10 -10 -20 -10h-55z" /> + <glyph glyph-name="Ibreve.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM133 742q-30 0 -52 9.5t-37.5 26t-24 38t-10.5 45.5q0 10 10 10 +h45q7 0 10 -10q8 -21 22 -34.5t37 -13.5t37.5 13.5t22.5 34.5q3 10 10 10h45q10 0 10 -10q-2 -24 -10.5 -45.5t-24 -38t-38 -26t-52.5 -9.5z" /> + <glyph glyph-name="Icircumflex.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM201 750q-10 0 -19 10l-48 60h-2l-47 -60q-9 -10 -19 -10h-60 +q-5 0 -6 3t2 7l88 125q7 10 17 10h52q11 0 18 -10l88 -125q3 -4 2 -7t-6 -3h-60z" /> + <glyph glyph-name="Itilde.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM178 763q-17 0 -28 5t-24 13q-12 8 -19.5 12t-18.5 4 +q-16 0 -26.5 -7.5t-21.5 -18.5q-4 -4 -8 -2.5t-4 6.5v61q0 9 10 19t22 17t29 7t28 -5t23 -13q13 -8 20.5 -12t18.5 -4q16 0 26.5 7.5t21.5 18.5q4 4 8 2.5t4 -6.5v-61q0 -5 -2 -9t-8 -10q-10 -10 -22 -17t-29 -7z" /> + <glyph glyph-name="Idieresis.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM177 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86 +q0 -10 -10 -10h-65zM25 769q-10 0 -10 10v86q0 10 10 10h65q10 0 10 -10v-86q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Imacron.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM31 780q-10 0 -10 10v60q0 10 10 10h205q10 0 10 -10v-60 +q0 -10 -10 -10h-205z" /> + <glyph glyph-name="Idotaccent.ss01" horiz-adv-x="264" +d="M46 0q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-173zM93 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86 +q0 -10 -10 -10h-82z" /> + <glyph glyph-name="Iogonek.ss01" horiz-adv-x="264" +d="M134 -190q-41 0 -65 21t-24 62q0 30 10 55.5t37 51.5h-46q-10 0 -10 10v73q0 10 10 10h27q6 0 6 6v482q0 6 -6 6h-27q-10 0 -10 10v73q0 10 10 10h173q10 0 10 -10v-73q0 -10 -10 -10h-27q-6 0 -6 -6v-482q0 -6 6 -6h27q10 0 10 -10v-73q0 -10 -10 -10h-38 +q-31 -30 -42 -52t-11 -39q0 -24 19 -24q11 0 19 5q9 6 13 -4l20 -46q3 -8 -5 -13q-10 -7 -26.5 -12t-33.5 -5z" /> + <glyph glyph-name="Z.ss01" horiz-adv-x="370" +d="M226 302l-76 -203v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281q-10 0 -10 10v72q0 4 2 10l80 210h-40q-10 0 -10 10v63q0 10 10 10h72l75 196v2h-169q-10 0 -10 10v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-76 -201h36q10 0 10 -10v-63q0 -10 -10 -10h-68z" /> + <glyph glyph-name="Zacute.ss01" horiz-adv-x="370" +d="M147 761q-5 0 -7 3t1 7l77 107q4 5 7 7.5t9 2.5h81q5 0 6.5 -3t-1.5 -7l-98 -107q-10 -10 -20 -10h-55zM226 302l-76 -203v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281q-10 0 -10 10v72q0 4 2 10l80 210h-40q-10 0 -10 10v63q0 10 10 10h72l75 196v2h-169q-10 0 -10 10 +v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-76 -201h36q10 0 10 -10v-63q0 -10 -10 -10h-68z" /> + <glyph glyph-name="Zcaron.ss01" horiz-adv-x="370" +d="M163 747q-10 0 -17 10l-88 125q-3 4 -2 7t6 3h60q10 0 19 -10l47 -59h2l48 59q9 10 19 10h60q5 0 6 -3t-2 -7l-88 -125q-7 -10 -18 -10h-52zM226 302l-76 -203v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281q-10 0 -10 10v72q0 4 2 10l80 210h-40q-10 0 -10 10v63 +q0 10 10 10h72l75 196v2h-169q-10 0 -10 10v77q0 10 10 10h271q10 0 10 -10v-74q0 -4 -2 -10l-76 -201h36q10 0 10 -10v-63q0 -10 -10 -10h-68z" /> + <glyph glyph-name="Zdotaccent.ss01" horiz-adv-x="370" +d="M148 769q-10 0 -10 10v86q0 10 10 10h82q10 0 10 -10v-86q0 -10 -10 -10h-82zM226 302l-76 -203v-2h176q10 0 10 -10v-77q0 -10 -10 -10h-281q-10 0 -10 10v72q0 4 2 10l80 210h-40q-10 0 -10 10v63q0 10 10 10h72l75 196v2h-169q-10 0 -10 10v77q0 10 10 10h271 +q10 0 10 -10v-74q0 -4 -2 -10l-76 -201h36q10 0 10 -10v-63q0 -10 -10 -10h-68z" /> + <glyph glyph-name="zero.ss01" +d="M199 -9q-54 0 -91 24t-51 69q-3 9 -5 20.5t-3.5 37.5t-2 72.5t-0.5 125.5t0.5 125.5t2 72.5t3.5 37.5t5 20.5q14 45 51 69t91 24t91 -24t52 -69q3 -9 4.5 -20.5t3 -37.5t2 -72.5t0.5 -125.5t-0.5 -125.5t-2 -72.5t-3 -37.5t-4.5 -20.5q-15 -45 -52 -69t-91 -24zM148 270 +l101 229q0 36 -1 48t-3 18q-5 14 -16 22.5t-30 8.5t-29.5 -8.5t-15.5 -22.5q-2 -5 -3 -12.5t-1.5 -30t-1 -65t-0.5 -117.5v-70zM199 84q19 0 30 8.5t16 22.5q1 5 2 12.5t2 30t1 65v117.5v70l-102 -229q0 -19 0.5 -30.5t1.5 -18.5t2 -10.5t2 -6.5q5 -14 15.5 -22.5t29.5 -8.5 +z" /> + <glyph glyph-name="one.ss01" +d="M79 0q-10 0 -10 10v73q0 10 10 10h77q6 0 6 6v463h-2l-85 -60q-4 -3 -7.5 -1.5t-3.5 8.5v85q0 8 7 14l90 66q7 6 14 6h79q10 0 10 -10v-571q0 -6 6 -6h77q10 0 10 -10v-73q0 -10 -10 -10h-268z" /> + <glyph glyph-name="six.ss01" +d="M200 -9q-57 0 -93 25.5t-50 70.5q-2 7 -4 16.5t-3 24t-1.5 34t-0.5 47.5v319q0 78 42.5 119.5t115.5 41.5q43 0 74.5 -11t48.5 -23q9 -6 3 -14l-39 -64q-5 -8 -14 -3q-12 8 -29 15t-35 7q-32 0 -48.5 -18.5t-16.5 -50.5v-123h2q8 8 26 14.5t38 6.5q98 0 127 -87 +q4 -14 7 -42.5t3 -86.5q0 -28 -0.5 -47.5t-1.5 -34t-3 -24t-4 -16.5q-15 -45 -51 -70.5t-93 -25.5zM200 84q36 0 47 33q1 4 2 9t1.5 15t0.5 26v42v41t-0.5 25.5t-1.5 14.5t-2 9q-11 33 -47 33q-35 0 -46 -33q-1 -4 -2 -9t-1.5 -14.5t-0.5 -25.5v-41v-42t0.5 -26t1.5 -15 +t2 -9q11 -33 46 -33z" /> + <glyph glyph-name="seven.ss01" +d="M263 295l-83 -285q-3 -10 -13 -10h-83q-10 0 -6 13l83 282h-62q-10 0 -10 10v62q0 10 10 10h87l61 208v2h-194q-10 0 -10 10v73q0 10 10 10h286q10 0 10 -10v-72q0 -6 -2 -12l-60 -209h38q10 0 10 -10v-62q0 -10 -10 -10h-62z" /> + <glyph glyph-name="nine.ss01" +d="M198 689q57 0 93 -25.5t50 -70.5q4 -14 6.5 -40.5t2.5 -81.5v-319q0 -78 -42.5 -119.5t-115.5 -41.5q-43 0 -74.5 11t-48.5 23q-9 6 -3 14l39 64q5 8 14 3q12 -8 29 -15t35 -7q32 0 48.5 18.5t16.5 50.5v123h-2q-8 -8 -26 -14.5t-38 -6.5q-98 0 -127 87q-2 7 -4 17 +t-3.5 25t-2 36.5t-0.5 50.5q0 55 2 81.5t7 40.5q15 45 51 70.5t93 25.5zM198 596q-36 0 -47 -33q-1 -4 -2 -9t-1.5 -15t-0.5 -26v-42v-41t0.5 -25.5t1.5 -14.5t2 -9q11 -33 47 -33q35 0 46 33q1 4 2 9t1.5 14.5t0.5 25v41.5v42t-0.5 26t-1.5 15t-2 9q-11 33 -46 33z" /> + <glyph glyph-name="zero.pnum.ss01" +d="M199 -9q-54 0 -91 24t-51 69q-3 9 -5 20.5t-3.5 37.5t-2 72.5t-0.5 125.5t0.5 125.5t2 72.5t3.5 37.5t5 20.5q14 45 51 69t91 24t91 -24t52 -69q3 -9 4.5 -20.5t3 -37.5t2 -72.5t0.5 -125.5t-0.5 -125.5t-2 -72.5t-3 -37.5t-4.5 -20.5q-15 -45 -52 -69t-91 -24zM148 270 +l101 229q0 36 -1 48t-3 18q-5 14 -16 22.5t-30 8.5t-29.5 -8.5t-15.5 -22.5q-2 -5 -3 -12.5t-1.5 -30t-1 -65t-0.5 -117.5v-70zM199 84q19 0 30 8.5t16 22.5q1 5 2 12.5t2 30t1 65v117.5v70l-102 -229q0 -19 0.5 -30.5t1.5 -18.5t2 -10.5t2 -6.5q5 -14 15.5 -22.5t29.5 -8.5 +z" /> + <glyph glyph-name="one.pnum.ss01" horiz-adv-x="341" +d="M52 0q-10 0 -10 10v73q0 10 10 10h77q6 0 6 6v463h-2l-85 -60q-4 -3 -7.5 -1.5t-3.5 8.5v85q0 8 7 14l90 66q7 6 14 6h79q10 0 10 -10v-571q0 -6 6 -6h77q10 0 10 -10v-73q0 -10 -10 -10h-268z" /> + <glyph glyph-name="six.pnum.ss01" +d="M201 -9q-57 0 -93 25.5t-50 70.5q-2 7 -4 16.5t-3 24t-1.5 34t-0.5 47.5v319q0 78 42.5 119.5t115.5 41.5q43 0 74.5 -11t48.5 -23q9 -6 3 -14l-39 -64q-5 -8 -14 -3q-12 8 -29 15t-35 7q-32 0 -48.5 -18.5t-16.5 -50.5v-123h2q8 8 26 14.5t38 6.5q98 0 127 -87 +q4 -14 7 -42.5t3 -86.5q0 -28 -0.5 -47.5t-1.5 -34t-3 -24t-4 -16.5q-15 -45 -51 -70.5t-93 -25.5zM201 84q36 0 47 33q1 4 2 9t1.5 15t0.5 26v42v41t-0.5 25.5t-1.5 14.5t-2 9q-11 33 -47 33q-35 0 -46 -33q-1 -4 -2 -9t-1.5 -14.5t-0.5 -25.5v-41v-42t0.5 -26t1.5 -15 +t2 -9q11 -33 46 -33z" /> + <glyph glyph-name="seven.pnum.ss01" horiz-adv-x="386" +d="M266 295l-83 -285q-3 -10 -13 -10h-83q-10 0 -6 13l83 282h-62q-10 0 -10 10v62q0 10 10 10h87l61 208v2h-194q-10 0 -10 10v73q0 10 10 10h286q10 0 10 -10v-72q0 -6 -2 -12l-60 -209h38q10 0 10 -10v-62q0 -10 -10 -10h-62z" /> + <glyph glyph-name="nine.pnum.ss01" +d="M198 689q57 0 93 -25.5t50 -70.5q4 -14 6.5 -40.5t2.5 -81.5v-319q0 -78 -42.5 -119.5t-115.5 -41.5q-43 0 -74.5 11t-48.5 23q-9 6 -3 14l39 64q5 8 14 3q12 -8 29 -15t35 -7q32 0 48.5 18.5t16.5 50.5v123h-2q-8 -8 -26 -14.5t-38 -6.5q-98 0 -127 87q-2 7 -4 17 +t-3.5 25t-2 36.5t-0.5 50.5q0 55 2 81.5t7 40.5q15 45 51 70.5t93 25.5zM198 596q-36 0 -47 -33q-1 -4 -2 -9t-1.5 -15t-0.5 -26v-42v-41t0.5 -25.5t1.5 -14.5t2 -9q11 -33 47 -33q35 0 46 33q1 4 2 9t1.5 14.5t0.5 25v41.5v42t-0.5 26t-1.5 15t-2 9q-11 33 -46 33z" /> + <glyph glyph-name="zero.numr" horiz-adv-x="281" +d="M140 266q-41 0 -66.5 18t-35.5 47q-2 6 -3.5 14t-2.5 23t-1.5 40.5t-0.5 68.5t0.5 68.5t1.5 40.5t2.5 23t3.5 14q10 29 35.5 47t66.5 18q42 0 67 -18t35 -47q2 -6 3.5 -14t2.5 -23t1.5 -40.5t0.5 -68.5t-0.5 -68.5t-1.5 -40.5t-2.5 -23t-3.5 -14q-10 -29 -35 -47t-67 -18 +zM140 337q20 0 26 18q1 2 2 6t1.5 16t0.5 35.5v64.5v64.5t-0.5 35.5t-1.5 16t-2 6q-6 18 -26 18t-26 -18q-1 -2 -1.5 -6t-1 -16t-0.5 -35.5v-64.5v-64.5t0.5 -35.5t1 -16t1.5 -6q6 -18 26 -18z" /> + <glyph glyph-name="one.numr" horiz-adv-x="281" +d="M130 274q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61z" /> + <glyph glyph-name="two.numr" horiz-adv-x="281" +d="M45 274q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20 +t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193z" /> + <glyph glyph-name="three.numr" horiz-adv-x="281" +d="M139 266q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5 +q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48 +t-66 -17z" /> + <glyph glyph-name="four.numr" horiz-adv-x="281" +d="M169 274q-10 0 -10 10v36q0 6 -6 6h-123q-10 0 -10 10v50q0 7 3 16l88 268q3 10 12 10h62q10 0 7 -10l-89 -271v-3h50q6 0 6 6v95q0 10 10 10h55q10 0 10 -10v-95q0 -6 5 -6h15q10 0 10 -10v-50q0 -10 -10 -10h-14q-6 0 -6 -6v-36q0 -10 -10 -10h-55z" /> + <glyph glyph-name="five.numr" horiz-adv-x="281" +d="M140 266q-39 0 -65.5 17t-36.5 48q-3 9 -4 17.5t-1 13.5q0 11 10 12l54 6q12 2 12 -10q0 -10 3 -17q5 -16 26 -16q20 0 27 16q2 4 2.5 12t0.5 39q0 29 -0.5 37.5t-2.5 12.5q-3 6 -9.5 11t-17.5 5q-16 0 -25 -14q-8 -10 -16 -10h-51q-10 0 -10 10v214q0 10 10 10h190 +q10 0 10 -10v-51q0 -10 -10 -10h-120q-6 0 -6 -6v-76h1q16 14 46 14q33 0 54.5 -13.5t31.5 -44.5q3 -10 4 -27t1 -52t-1.5 -49t-4.5 -24q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="six.numr" horiz-adv-x="281" +d="M140 266q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22.5t-1.5 41.5q0 23 1 39t3.5 29t7 24.5t10.5 26.5l69 155q4 10 14 10h62q11 0 8 -10l-65 -147l1 -1q6 2 17 2q65 0 85 -59q4 -11 5.5 -25.5t1.5 -43.5t-1.5 -41.5t-4.5 -22.5q-10 -31 -37 -48.5t-67 -17.5zM140 337 +q11 0 17.5 5t8.5 12q2 4 3 11.5t1 30.5q0 22 -1 29t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -29q0 -23 0.5 -30.5t2.5 -11.5q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="seven.numr" horiz-adv-x="281" +d="M69 274q-11 0 -8 10l106 322v3h-50q-6 0 -6 -6v-32q0 -10 -10 -10h-57q-10 0 -10 10v99q0 10 10 10h196q10 0 10 -10v-50q0 -9 -3 -18l-103 -318q-3 -10 -13 -10h-62z" /> + <glyph glyph-name="eight.numr" horiz-adv-x="281" +d="M140 266q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM140 521q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5 +q2 -7 8.5 -12t17.5 -5zM140 337q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="nine.numr" horiz-adv-x="281" +d="M83 274q-11 0 -8 10l66 147l-1 1q-2 -1 -7.5 -1.5t-9.5 -0.5q-66 0 -86 59q-4 11 -5.5 25.5t-1.5 43.5t1.5 41.5t4.5 22.5q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -22.5t1.5 -41.5q0 -23 -1 -39t-3.5 -29t-7 -24.5t-10.5 -26.5l-69 -155 +q-4 -10 -13 -10h-63zM140 501q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 23 -1 30.5t-3 11.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11.5t-0.5 -30.5q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="zero.dnom" horiz-adv-x="281" +d="M140 -7q-41 0 -66.5 18t-35.5 47q-2 6 -3.5 14t-2.5 23t-1.5 40.5t-0.5 68.5t0.5 68.5t1.5 40.5t2.5 23t3.5 14q10 29 35.5 47t66.5 18q42 0 67 -18t35 -47q2 -6 3.5 -14t2.5 -23t1.5 -40.5t0.5 -68.5t-0.5 -68.5t-1.5 -40.5t-2.5 -23t-3.5 -14q-10 -29 -35 -47t-67 -18z +M140 64q20 0 26 18q1 2 2 6t1.5 16t0.5 35.5v64.5v64.5t-0.5 35.5t-1.5 16t-2 6q-6 18 -26 18t-26 -18q-1 -2 -1.5 -6t-1 -16t-0.5 -35.5v-64.5v-64.5t0.5 -35.5t1 -16t1.5 -6q6 -18 26 -18z" /> + <glyph glyph-name="one.dnom" horiz-adv-x="281" +d="M130 1q-10 0 -10 10v307h-1l-57 -32q-5 -3 -8.5 -1.5t-3.5 6.5v61q0 8 8 13l60 37q8 5 15 5h58q10 0 10 -10v-386q0 -10 -10 -10h-61z" /> + <glyph glyph-name="two.dnom" horiz-adv-x="281" +d="M45 1q-10 0 -10 10v48q0 8 5 16l111 169q9 13 13 25t4 29q0 15 -0.5 20.5t-2.5 9.5q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -10.5t-0.5 -29.5q0 -12 -12 -10l-54 6q-10 1 -10 12q0 21 1.5 32.5t4.5 20.5q10 31 36 48.5t65 17.5q40 0 66 -17.5t36 -48.5q3 -9 4.5 -20 +t1.5 -30q0 -51 -26 -90l-90 -136v-1h106q10 0 10 -10v-51q0 -10 -10 -10h-193z" /> + <glyph glyph-name="three.dnom" horiz-adv-x="281" +d="M139 -7q-39 0 -65 17t-36 48q-6 19 -6 40q0 11 10 12l54 6q12 2 12 -10t0.5 -17t2.5 -9q5 -16 26 -16q20 0 27 16q2 4 2.5 10.5t0.5 26.5t-0.5 27.5t-2.5 12.5q-5 17 -27 17h-8q-10 0 -10 10v52q0 10 10 10h7q22 0 29 17q2 5 2 11v23q0 16 -0.5 21.5t-2.5 9.5 +q-7 16 -27 16q-21 0 -26 -16q-2 -4 -2.5 -9t-0.5 -17t-12 -10l-54 6q-10 1 -10 12q0 20 6 40q10 31 36 48t65 17q40 0 66 -17t36 -48q3 -10 4.5 -21.5t1.5 -31.5q0 -21 -1 -30t-3 -16q-9 -27 -36 -38v-1q27 -16 35 -40q3 -8 4 -19t1 -36t-1.5 -37t-4.5 -22q-10 -31 -36 -48 +t-66 -17z" /> + <glyph glyph-name="four.dnom" horiz-adv-x="281" +d="M169 1q-10 0 -10 10v36q0 6 -6 6h-123q-10 0 -10 10v50q0 7 3 16l88 268q3 10 12 10h62q10 0 7 -10l-89 -271v-3h50q6 0 6 6v95q0 10 10 10h55q10 0 10 -10v-95q0 -6 5 -6h15q10 0 10 -10v-50q0 -10 -10 -10h-14q-6 0 -6 -6v-36q0 -10 -10 -10h-55z" /> + <glyph glyph-name="five.dnom" horiz-adv-x="281" +d="M140 -7q-39 0 -65.5 17t-36.5 48q-3 9 -4 17.5t-1 13.5q0 11 10 12l54 6q12 2 12 -10q0 -10 3 -17q5 -16 26 -16q20 0 27 16q2 4 2.5 12t0.5 39q0 29 -0.5 37.5t-2.5 12.5q-3 6 -9.5 11t-17.5 5q-16 0 -25 -14q-8 -10 -16 -10h-51q-10 0 -10 10v214q0 10 10 10h190 +q10 0 10 -10v-51q0 -10 -10 -10h-120q-6 0 -6 -6v-76h1q16 14 46 14q33 0 54.5 -13.5t31.5 -44.5q3 -10 4 -27t1 -52t-1.5 -49t-4.5 -24q-10 -31 -36 -48t-66 -17z" /> + <glyph glyph-name="six.dnom" horiz-adv-x="281" +d="M140 -7q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22.5t-1.5 41.5q0 23 1 39t3.5 29t7 24.5t10.5 26.5l69 155q4 10 14 10h62q11 0 8 -10l-65 -147l1 -1q6 2 17 2q65 0 85 -59q4 -11 5.5 -25.5t1.5 -43.5t-1.5 -41.5t-4.5 -22.5q-10 -31 -37 -48.5t-67 -17.5zM140 64 +q11 0 17.5 5t8.5 12q2 4 3 11.5t1 30.5q0 22 -1 29t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -29q0 -23 0.5 -30.5t2.5 -11.5q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="seven.dnom" horiz-adv-x="281" +d="M69 1q-11 0 -8 10l106 322v3h-50q-6 0 -6 -6v-32q0 -10 -10 -10h-57q-10 0 -10 10v99q0 10 10 10h196q10 0 10 -10v-50q0 -9 -3 -18l-103 -318q-3 -10 -13 -10h-62z" /> + <glyph glyph-name="eight.dnom" horiz-adv-x="281" +d="M140 -7q-39 0 -66.5 17.5t-37.5 48.5q-3 10 -4.5 22t-1.5 40q0 20 1.5 30.5t3.5 18.5q8 26 31 43v1q-23 17 -31 43q-5 17 -5 39q0 21 1.5 32t4.5 21q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -21t1.5 -32q0 -22 -5 -39q-4 -12 -11 -23t-19 -20v-1 +q12 -9 19 -20t11 -23q2 -8 3.5 -18.5t1.5 -30.5q0 -28 -1.5 -40t-4.5 -22q-10 -31 -37 -48.5t-67 -17.5zM140 248q11 0 17.5 5t8.5 12q2 4 3 9.5t1 21.5t-1 21.5t-3 9.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -9.5t-0.5 -21.5t0.5 -21.5t2.5 -9.5 +q2 -7 8.5 -12t17.5 -5zM140 64q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 21 -1 28t-3 11q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11t-0.5 -28q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <glyph glyph-name="nine.dnom" horiz-adv-x="281" +d="M83 1q-11 0 -8 10l66 147l-1 1q-2 -1 -7.5 -1.5t-9.5 -0.5q-66 0 -86 59q-4 11 -5.5 25.5t-1.5 43.5t1.5 41.5t4.5 22.5q10 31 37.5 48.5t66.5 17.5q40 0 67 -17.5t37 -48.5q3 -10 4.5 -22.5t1.5 -41.5q0 -23 -1 -39t-3.5 -29t-7 -24.5t-10.5 -26.5l-69 -155 +q-4 -10 -13 -10h-63zM140 228q11 0 17.5 5t8.5 12q2 4 3 11t1 29q0 23 -1 30.5t-3 11.5q-2 7 -8.5 12t-17.5 5t-17.5 -5t-8.5 -12q-2 -4 -2.5 -11.5t-0.5 -30.5q0 -22 0.5 -29t2.5 -11q2 -7 8.5 -12t17.5 -5z" /> + <hkern u1=" " u2="Ỳ" k="18" /> + <hkern u1=" " u2="Ẅ" k="14" /> + <hkern u1=" " u2="Ẃ" k="14" /> + <hkern u1=" " u2="Ẁ" k="14" /> + <hkern u1=" " u2="Ț" k="10" /> + <hkern u1=" " u2="Ÿ" k="18" /> + <hkern u1=" " u2="Ŷ" k="18" /> + <hkern u1=" " u2="Ŵ" k="14" /> + <hkern u1=" " u2="Ť" k="10" /> + <hkern u1=" " u2="Ţ" k="10" /> + <hkern u1=" " u2="Ý" k="18" /> + <hkern u1=" " u2="Y" k="18" /> + <hkern u1=" " u2="X" k="6" /> + <hkern u1=" " u2="W" k="14" /> + <hkern u1=" " u2="V" k="20" /> + <hkern u1=" " u2="T" k="10" /> + <hkern u1=""" u2="…" k="60" /> + <hkern u1=""" u2="ẅ" k="-5" /> + <hkern u1=""" u2="ẃ" k="-5" /> + <hkern u1=""" u2="ẁ" k="-5" /> + <hkern u1=""" u2="ț" k="-8" /> + <hkern u1=""" u2="Ț" k="-21" /> + <hkern u1=""" u2="Ǻ" k="72" /> + <hkern u1=""" u2="ŵ" k="-5" /> + <hkern u1=""" u2="ť" k="-8" /> + <hkern u1=""" u2="Ť" k="-21" /> + <hkern u1=""" u2="ţ" k="-8" /> + <hkern u1=""" u2="Ţ" k="-21" /> + <hkern u1=""" u2="Ĵ" k="60" /> + <hkern u1=""" u2="Ą" k="72" /> + <hkern u1=""" u2="Ă" k="72" /> + <hkern u1=""" u2="Ā" k="72" /> + <hkern u1=""" u2="ï" k="-52" /> + <hkern u1=""" u2="Å" k="72" /> + <hkern u1=""" u2="Ä" k="72" /> + <hkern u1=""" u2="Ã" k="72" /> + <hkern u1=""" u2="Â" k="72" /> + <hkern u1=""" u2="Á" k="72" /> + <hkern u1=""" u2="À" k="72" /> + <hkern u1=""" u2="y" k="-5" /> + <hkern u1=""" u2="w" k="-5" /> + <hkern u1=""" u2="v" k="-5" /> + <hkern u1=""" u2="t" k="-8" /> + <hkern u1=""" u2="T" k="-21" /> + <hkern u1=""" u2="J" k="60" /> + <hkern u1=""" u2="A" k="72" /> + <hkern u1=""" u2="." k="60" /> + <hkern u1=""" u2="," k="60" /> + <hkern u1="'" u2="…" k="60" /> + <hkern u1="'" u2="ï" k="-52" /> + <hkern u1="'" u2="Å" k="72" /> + <hkern u1="'" u2="Ä" k="72" /> + <hkern u1="'" u2="Ã" k="72" /> + <hkern u1="'" u2="Â" k="72" /> + <hkern u1="'" u2="Á" k="72" /> + <hkern u1="'" u2="À" k="72" /> + <hkern u1="'" u2="y" k="-5" /> + <hkern u1="'" u2="v" k="-5" /> + <hkern u1="'" u2="," k="60" /> + <hkern u1="," u2="”" k="60" /> + <hkern u1="," u2="“" k="60" /> + <hkern u1="," u2="’" k="60" /> + <hkern u1="," u2="‘" k="60" /> + <hkern u1="," u2="'" k="60" /> + <hkern u1="," u2=""" k="60" /> + <hkern u1="," u2=" " k="16" /> + <hkern u1="-" u2="Ÿ" k="80" /> + <hkern u1="-" u2="Å" k="13" /> + <hkern u1="-" u2="Ä" k="13" /> + <hkern u1="-" u2="Ã" k="13" /> + <hkern u1="-" u2="Â" k="13" /> + <hkern u1="-" u2="Á" k="13" /> + <hkern u1="-" u2="À" k="13" /> + <hkern u1="-" u2="y" k="19" /> + <hkern u1="-" u2="x" k="40" /> + <hkern u1="-" u2="v" k="17" /> + <hkern u1="-" u2="X" k="46" /> + <hkern u1="-" u2="V" k="40" /> + <hkern u1="." u2="”" k="60" /> + <hkern u1="." u2="“" k="60" /> + <hkern u1="." u2="‘" k="60" /> + <hkern u1="." u2=""" k="60" /> + <hkern u1="." u2=" " k="16" /> + <hkern u1="A" g2="uniFB02" k="10" /> + <hkern u1="A" g2="uniFB01" k="10" /> + <hkern u1="A" u2="™" k="70" /> + <hkern u1="A" u2="…" k="-15" /> + <hkern u1="A" u2="”" k="72" /> + <hkern u1="A" u2="“" k="72" /> + <hkern u1="A" u2="‘" k="72" /> + <hkern u1="A" u2="—" k="13" /> + <hkern u1="A" u2="–" k="13" /> + <hkern u1="A" u2="Ÿ" k="48" /> + <hkern u1="A" u2="œ" k="7" /> + <hkern u1="A" u2="Œ" k="15" /> + <hkern u1="A" u2="ü" k="4" /> + <hkern u1="A" u2="û" k="4" /> + <hkern u1="A" u2="ú" k="4" /> + <hkern u1="A" u2="ù" k="4" /> + <hkern u1="A" u2="ö" k="7" /> + <hkern u1="A" u2="õ" k="7" /> + <hkern u1="A" u2="ô" k="7" /> + <hkern u1="A" u2="ó" k="7" /> + <hkern u1="A" u2="ò" k="7" /> + <hkern u1="A" u2="ë" k="7" /> + <hkern u1="A" u2="ê" k="7" /> + <hkern u1="A" u2="é" k="7" /> + <hkern u1="A" u2="è" k="7" /> + <hkern u1="A" u2="ç" k="7" /> + <hkern u1="A" u2="Ü" k="12" /> + <hkern u1="A" u2="Û" k="12" /> + <hkern u1="A" u2="Ú" k="12" /> + <hkern u1="A" u2="Ù" k="12" /> + <hkern u1="A" u2="Ö" k="15" /> + <hkern u1="A" u2="Õ" k="15" /> + <hkern u1="A" u2="Ô" k="15" /> + <hkern u1="A" u2="Ó" k="15" /> + <hkern u1="A" u2="Ò" k="15" /> + <hkern u1="A" u2="Ç" k="15" /> + <hkern u1="A" u2="º" k="70" /> + <hkern u1="A" u2="·" k="26" /> + <hkern u1="A" u2="®" k="44" /> + <hkern u1="A" u2="«" k="15" /> + <hkern u1="A" u2="ª" k="70" /> + <hkern u1="A" u2="y" k="36" /> + <hkern u1="A" u2="v" k="38" /> + <hkern u1="A" u2="q" k="3" /> + <hkern u1="A" u2="o" k="7" /> + <hkern u1="A" u2="e" k="7" /> + <hkern u1="A" u2="V" k="36" /> + <hkern u1="A" u2="Q" k="15" /> + <hkern u1="A" u2="O" k="15" /> + <hkern u1="A" u2="G" k="15" /> + <hkern u1="A" u2="?" k="40" /> + <hkern u1="A" u2=";" k="-5" /> + <hkern u1="A" u2="," k="-15" /> + <hkern u1="A" u2=""" k="72" /> + <hkern u1="B" u2="Ỳ" k="20" /> + <hkern u1="B" u2="Ẅ" k="7" /> + <hkern u1="B" u2="Ẃ" k="7" /> + <hkern u1="B" u2="Ẁ" k="7" /> + <hkern u1="B" u2="Ǽ" k="24" /> + <hkern u1="B" u2="Ǻ" k="6" /> + <hkern u1="B" u2="Ÿ" k="20" /> + <hkern u1="B" u2="Ŷ" k="20" /> + <hkern u1="B" u2="Ŵ" k="7" /> + <hkern u1="B" u2="Ĵ" k="12" /> + <hkern u1="B" u2="Ą" k="6" /> + <hkern u1="B" u2="Ă" k="6" /> + <hkern u1="B" u2="Ā" k="6" /> + <hkern u1="B" u2="Ý" k="20" /> + <hkern u1="B" u2="Æ" k="24" /> + <hkern u1="B" u2="Å" k="6" /> + <hkern u1="B" u2="Ä" k="6" /> + <hkern u1="B" u2="Ã" k="6" /> + <hkern u1="B" u2="Â" k="6" /> + <hkern u1="B" u2="Á" k="6" /> + <hkern u1="B" u2="À" k="6" /> + <hkern u1="B" u2="Y" k="20" /> + <hkern u1="B" u2="X" k="20" /> + <hkern u1="B" u2="W" k="7" /> + <hkern u1="B" u2="V" k="9" /> + <hkern u1="B" u2="J" k="12" /> + <hkern u1="B" u2="A" k="6" /> + <hkern u1="C" u2="Å" k="6" /> + <hkern u1="C" u2="Ä" k="6" /> + <hkern u1="C" u2="Ã" k="6" /> + <hkern u1="C" u2="Â" k="6" /> + <hkern u1="C" u2="Á" k="6" /> + <hkern u1="C" u2="À" k="6" /> + <hkern u1="C" u2="y" k="18" /> + <hkern u1="D" u2="…" k="16" /> + <hkern u1="D" u2="Ÿ" k="29" /> + <hkern u1="D" u2="Å" k="15" /> + <hkern u1="D" u2="Ä" k="15" /> + <hkern u1="D" u2="Ã" k="15" /> + <hkern u1="D" u2="Â" k="15" /> + <hkern u1="D" u2="Á" k="15" /> + <hkern u1="D" u2="À" k="15" /> + <hkern u1="D" u2="X" k="18" /> + <hkern u1="D" u2="V" k="16" /> + <hkern u1="D" u2="," k="16" /> + <hkern u1="E" u2="y" k="18" /> + <hkern u1="E" u2="v" k="18" /> + <hkern u1="F" g2="aogonek.ss01" k="8" /> + <hkern u1="F" g2="aringacute.ss01" k="8" /> + <hkern u1="F" g2="aring.ss01" k="8" /> + <hkern u1="F" g2="abreve.ss01" k="8" /> + <hkern u1="F" g2="amacron.ss01" k="8" /> + <hkern u1="F" g2="adieresis.ss01" k="8" /> + <hkern u1="F" g2="atilde.ss01" k="8" /> + <hkern u1="F" g2="acircumflex.ss01" k="8" /> + <hkern u1="F" g2="aacute.ss01" k="8" /> + <hkern u1="F" g2="agrave.ss01" k="8" /> + <hkern u1="F" g2="a.ss01" k="8" /> + <hkern u1="F" u2="…" k="70" /> + <hkern u1="F" u2="ș" k="11" /> + <hkern u1="F" u2="ǿ" k="8" /> + <hkern u1="F" u2="ǽ" k="30" /> + <hkern u1="F" u2="Ǽ" k="55" /> + <hkern u1="F" u2="ǻ" k="30" /> + <hkern u1="F" u2="Ǻ" k="29" /> + <hkern u1="F" u2="ų" k="18" /> + <hkern u1="F" u2="ű" k="18" /> + <hkern u1="F" u2="ů" k="18" /> + <hkern u1="F" u2="ŭ" k="18" /> + <hkern u1="F" u2="ū" k="18" /> + <hkern u1="F" u2="ũ" k="18" /> + <hkern u1="F" u2="š" k="11" /> + <hkern u1="F" u2="ş" k="11" /> + <hkern u1="F" u2="ŝ" k="11" /> + <hkern u1="F" u2="ś" k="11" /> + <hkern u1="F" u2="ř" k="18" /> + <hkern u1="F" u2="ŗ" k="18" /> + <hkern u1="F" u2="ŕ" k="18" /> + <hkern u1="F" u2="œ" k="24" /> + <hkern u1="F" u2="ő" k="24" /> + <hkern u1="F" u2="ŏ" k="24" /> + <hkern u1="F" u2="ō" k="24" /> + <hkern u1="F" u2="ŋ" k="18" /> + <hkern u1="F" u2="ň" k="18" /> + <hkern u1="F" u2="ņ" k="18" /> + <hkern u1="F" u2="ń" k="18" /> + <hkern u1="F" u2="Ĵ" k="62" /> + <hkern u1="F" u2="ı" k="18" /> + <hkern u1="F" u2="ģ" k="8" /> + <hkern u1="F" u2="ġ" k="8" /> + <hkern u1="F" u2="ğ" k="8" /> + <hkern u1="F" u2="ĝ" k="8" /> + <hkern u1="F" u2="ě" k="24" /> + <hkern u1="F" u2="ę" k="24" /> + <hkern u1="F" u2="ė" k="24" /> + <hkern u1="F" u2="ĕ" k="24" /> + <hkern u1="F" u2="ē" k="24" /> + <hkern u1="F" u2="đ" k="8" /> + <hkern u1="F" u2="ď" k="8" /> + <hkern u1="F" u2="č" k="24" /> + <hkern u1="F" u2="ċ" k="24" /> + <hkern u1="F" u2="ĉ" k="24" /> + <hkern u1="F" u2="ć" k="24" /> + <hkern u1="F" u2="ą" k="30" /> + <hkern u1="F" u2="Ą" k="29" /> + <hkern u1="F" u2="ă" k="30" /> + <hkern u1="F" u2="Ă" k="29" /> + <hkern u1="F" u2="ā" k="30" /> + <hkern u1="F" u2="Ā" k="29" /> + <hkern u1="F" u2="ü" k="18" /> + <hkern u1="F" u2="û" k="18" /> + <hkern u1="F" u2="ú" k="18" /> + <hkern u1="F" u2="ù" k="18" /> + <hkern u1="F" u2="ø" k="8" /> + <hkern u1="F" u2="ö" k="24" /> + <hkern u1="F" u2="õ" k="24" /> + <hkern u1="F" u2="ô" k="24" /> + <hkern u1="F" u2="ó" k="24" /> + <hkern u1="F" u2="ò" k="24" /> + <hkern u1="F" u2="ñ" k="18" /> + <hkern u1="F" u2="ð" k="8" /> + <hkern u1="F" u2="ë" k="24" /> + <hkern u1="F" u2="ê" k="24" /> + <hkern u1="F" u2="é" k="24" /> + <hkern u1="F" u2="è" k="24" /> + <hkern u1="F" u2="ç" k="24" /> + <hkern u1="F" u2="æ" k="30" /> + <hkern u1="F" u2="å" k="30" /> + <hkern u1="F" u2="ä" k="30" /> + <hkern u1="F" u2="ã" k="30" /> + <hkern u1="F" u2="â" k="30" /> + <hkern u1="F" u2="á" k="30" /> + <hkern u1="F" u2="à" k="30" /> + <hkern u1="F" u2="Æ" k="55" /> + <hkern u1="F" u2="Å" k="29" /> + <hkern u1="F" u2="Ä" k="29" /> + <hkern u1="F" u2="Ã" k="29" /> + <hkern u1="F" u2="Â" k="29" /> + <hkern u1="F" u2="Á" k="29" /> + <hkern u1="F" u2="À" k="29" /> + <hkern u1="F" u2="y" k="18" /> + <hkern u1="F" u2="u" k="18" /> + <hkern u1="F" u2="s" k="11" /> + <hkern u1="F" u2="r" k="18" /> + <hkern u1="F" u2="q" k="8" /> + <hkern u1="F" u2="p" k="18" /> + <hkern u1="F" u2="o" k="24" /> + <hkern u1="F" u2="n" k="18" /> + <hkern u1="F" u2="m" k="18" /> + <hkern u1="F" u2="g" k="8" /> + <hkern u1="F" u2="e" k="24" /> + <hkern u1="F" u2="d" k="8" /> + <hkern u1="F" u2="c" k="24" /> + <hkern u1="F" u2="a" k="30" /> + <hkern u1="F" u2="J" k="62" /> + <hkern u1="F" u2="A" k="29" /> + <hkern u1="F" u2="." k="70" /> + <hkern u1="F" u2="," k="70" /> + <hkern u1="G" u2="Ÿ" k="25" /> + <hkern u1="G" u2="Å" k="15" /> + <hkern u1="G" u2="Ä" k="15" /> + <hkern u1="G" u2="Ã" k="15" /> + <hkern u1="G" u2="Â" k="15" /> + <hkern u1="G" u2="Á" k="15" /> + <hkern u1="G" u2="À" k="15" /> + <hkern u1="G" u2="X" k="19" /> + <hkern u1="G" u2="V" k="14" /> + <hkern u1="H" u2="ï" k="-19" /> + <hkern u1="I" u2="ï" k="-19" /> + <hkern u1="J" u2="Å" k="12" /> + <hkern u1="J" u2="Ä" k="12" /> + <hkern u1="J" u2="Ã" k="12" /> + <hkern u1="J" u2="Â" k="12" /> + <hkern u1="J" u2="Á" k="12" /> + <hkern u1="J" u2="À" k="12" /> + <hkern u1="K" u2="™" k="25" /> + <hkern u1="K" u2="›" k="9" /> + <hkern u1="K" u2="”" k="4" /> + <hkern u1="K" u2="“" k="4" /> + <hkern u1="K" u2="‘" k="4" /> + <hkern u1="K" u2="—" k="40" /> + <hkern u1="K" u2="–" k="40" /> + <hkern u1="K" u2="œ" k="24" /> + <hkern u1="K" u2="Œ" k="24" /> + <hkern u1="K" u2="ü" k="18" /> + <hkern u1="K" u2="û" k="18" /> + <hkern u1="K" u2="ú" k="18" /> + <hkern u1="K" u2="ù" k="18" /> + <hkern u1="K" u2="ö" k="24" /> + <hkern u1="K" u2="õ" k="24" /> + <hkern u1="K" u2="ô" k="24" /> + <hkern u1="K" u2="ó" k="24" /> + <hkern u1="K" u2="ò" k="24" /> + <hkern u1="K" u2="ë" k="24" /> + <hkern u1="K" u2="ê" k="24" /> + <hkern u1="K" u2="é" k="24" /> + <hkern u1="K" u2="è" k="24" /> + <hkern u1="K" u2="ç" k="24" /> + <hkern u1="K" u2="æ" k="12" /> + <hkern u1="K" u2="å" k="12" /> + <hkern u1="K" u2="ä" k="12" /> + <hkern u1="K" u2="ã" k="12" /> + <hkern u1="K" u2="â" k="12" /> + <hkern u1="K" u2="á" k="12" /> + <hkern u1="K" u2="à" k="12" /> + <hkern u1="K" u2="Ü" k="18" /> + <hkern u1="K" u2="Û" k="18" /> + <hkern u1="K" u2="Ú" k="18" /> + <hkern u1="K" u2="Ù" k="18" /> + <hkern u1="K" u2="Ö" k="24" /> + <hkern u1="K" u2="Õ" k="24" /> + <hkern u1="K" u2="Ô" k="24" /> + <hkern u1="K" u2="Ó" k="24" /> + <hkern u1="K" u2="Ò" k="24" /> + <hkern u1="K" u2="Ç" k="24" /> + <hkern u1="K" u2="º" k="25" /> + <hkern u1="K" u2="·" k="40" /> + <hkern u1="K" u2="®" k="51" /> + <hkern u1="K" u2="«" k="50" /> + <hkern u1="K" u2="ª" k="25" /> + <hkern u1="K" u2="y" k="22" /> + <hkern u1="K" u2="v" k="34" /> + <hkern u1="K" u2="q" k="6" /> + <hkern u1="K" u2="o" k="24" /> + <hkern u1="K" u2="e" k="24" /> + <hkern u1="K" u2="Q" k="24" /> + <hkern u1="K" u2="O" k="24" /> + <hkern u1="K" u2="G" k="24" /> + <hkern u1="K" u2=""" k="4" /> + <hkern u1="L" u2="™" k="50" /> + <hkern u1="L" u2="›" k="10" /> + <hkern u1="L" u2="…" k="-11" /> + <hkern u1="L" u2="”" k="60" /> + <hkern u1="L" u2="“" k="60" /> + <hkern u1="L" u2="‘" k="60" /> + <hkern u1="L" u2="—" k="19" /> + <hkern u1="L" u2="–" k="19" /> + <hkern u1="L" u2="Ÿ" k="78" /> + <hkern u1="L" u2="Œ" k="24" /> + <hkern u1="L" u2="Ü" k="24" /> + <hkern u1="L" u2="Û" k="24" /> + <hkern u1="L" u2="Ú" k="24" /> + <hkern u1="L" u2="Ù" k="24" /> + <hkern u1="L" u2="Ö" k="24" /> + <hkern u1="L" u2="Õ" k="24" /> + <hkern u1="L" u2="Ô" k="24" /> + <hkern u1="L" u2="Ó" k="24" /> + <hkern u1="L" u2="Ò" k="24" /> + <hkern u1="L" u2="Ç" k="24" /> + <hkern u1="L" u2="º" k="50" /> + <hkern u1="L" u2="·" k="10" /> + <hkern u1="L" u2="®" k="36" /> + <hkern u1="L" u2="«" k="16" /> + <hkern u1="L" u2="ª" k="50" /> + <hkern u1="L" u2="y" k="20" /> + <hkern u1="L" u2="v" k="40" /> + <hkern u1="L" u2="V" k="66" /> + <hkern u1="L" u2="Q" k="24" /> + <hkern u1="L" u2="O" k="24" /> + <hkern u1="L" u2="G" k="24" /> + <hkern u1="L" u2="?" k="15" /> + <hkern u1="L" u2="," k="-11" /> + <hkern u1="L" u2=""" k="60" /> + <hkern u1="M" u2="ï" k="-19" /> + <hkern u1="N" u2="ï" k="-19" /> + <hkern u1="O" u2="Ỳ" k="25" /> + <hkern u1="O" u2="Ẅ" k="13" /> + <hkern u1="O" u2="Ẃ" k="13" /> + <hkern u1="O" u2="Ẁ" k="13" /> + <hkern u1="O" u2="Ț" k="18" /> + <hkern u1="O" u2="Ǽ" k="28" /> + <hkern u1="O" u2="Ǻ" k="15" /> + <hkern u1="O" u2="Ž" k="3" /> + <hkern u1="O" u2="Ż" k="3" /> + <hkern u1="O" u2="Ź" k="3" /> + <hkern u1="O" u2="Ÿ" k="25" /> + <hkern u1="O" u2="Ŷ" k="25" /> + <hkern u1="O" u2="Ŵ" k="13" /> + <hkern u1="O" u2="Ť" k="18" /> + <hkern u1="O" u2="Ţ" k="18" /> + <hkern u1="O" u2="Ĵ" k="20" /> + <hkern u1="O" u2="Ą" k="15" /> + <hkern u1="O" u2="Ă" k="15" /> + <hkern u1="O" u2="Ā" k="15" /> + <hkern u1="O" u2="Ý" k="25" /> + <hkern u1="O" u2="Æ" k="28" /> + <hkern u1="O" u2="Å" k="15" /> + <hkern u1="O" u2="Ä" k="15" /> + <hkern u1="O" u2="Ã" k="15" /> + <hkern u1="O" u2="Â" k="15" /> + <hkern u1="O" u2="Á" k="15" /> + <hkern u1="O" u2="À" k="15" /> + <hkern u1="O" u2="Z" k="3" /> + <hkern u1="O" u2="Y" k="25" /> + <hkern u1="O" u2="X" k="19" /> + <hkern u1="O" u2="W" k="13" /> + <hkern u1="O" u2="V" k="14" /> + <hkern u1="O" u2="T" k="18" /> + <hkern u1="O" u2="J" k="20" /> + <hkern u1="O" u2="A" k="15" /> + <hkern u1="P" u2="…" k="110" /> + <hkern u1="P" u2="”" k="-20" /> + <hkern u1="P" u2="“" k="-20" /> + <hkern u1="P" u2="’" k="-20" /> + <hkern u1="P" u2="‘" k="-20" /> + <hkern u1="P" u2="Ỳ" k="12" /> + <hkern u1="P" u2="ǽ" k="18" /> + <hkern u1="P" u2="Ǽ" k="94" /> + <hkern u1="P" u2="ǻ" k="18" /> + <hkern u1="P" u2="Ǻ" k="50" /> + <hkern u1="P" u2="Ÿ" k="12" /> + <hkern u1="P" u2="Ŷ" k="12" /> + <hkern u1="P" u2="œ" k="6" /> + <hkern u1="P" u2="ő" k="6" /> + <hkern u1="P" u2="ŏ" k="6" /> + <hkern u1="P" u2="ō" k="6" /> + <hkern u1="P" u2="Ĵ" k="84" /> + <hkern u1="P" u2="ě" k="6" /> + <hkern u1="P" u2="ę" k="6" /> + <hkern u1="P" u2="ė" k="6" /> + <hkern u1="P" u2="ĕ" k="6" /> + <hkern u1="P" u2="ē" k="6" /> + <hkern u1="P" u2="č" k="6" /> + <hkern u1="P" u2="ċ" k="6" /> + <hkern u1="P" u2="ĉ" k="6" /> + <hkern u1="P" u2="ć" k="6" /> + <hkern u1="P" u2="ą" k="18" /> + <hkern u1="P" u2="Ą" k="50" /> + <hkern u1="P" u2="ă" k="18" /> + <hkern u1="P" u2="Ă" k="50" /> + <hkern u1="P" u2="ā" k="18" /> + <hkern u1="P" u2="Ā" k="50" /> + <hkern u1="P" u2="ö" k="6" /> + <hkern u1="P" u2="õ" k="6" /> + <hkern u1="P" u2="ô" k="6" /> + <hkern u1="P" u2="ó" k="6" /> + <hkern u1="P" u2="ò" k="6" /> + <hkern u1="P" u2="ë" k="6" /> + <hkern u1="P" u2="ê" k="6" /> + <hkern u1="P" u2="é" k="6" /> + <hkern u1="P" u2="è" k="6" /> + <hkern u1="P" u2="ç" k="6" /> + <hkern u1="P" u2="æ" k="18" /> + <hkern u1="P" u2="å" k="18" /> + <hkern u1="P" u2="ä" k="18" /> + <hkern u1="P" u2="ã" k="18" /> + <hkern u1="P" u2="â" k="18" /> + <hkern u1="P" u2="á" k="18" /> + <hkern u1="P" u2="à" k="18" /> + <hkern u1="P" u2="Ý" k="12" /> + <hkern u1="P" u2="Æ" k="94" /> + <hkern u1="P" u2="Å" k="50" /> + <hkern u1="P" u2="Ä" k="50" /> + <hkern u1="P" u2="Ã" k="50" /> + <hkern u1="P" u2="Â" k="50" /> + <hkern u1="P" u2="Á" k="50" /> + <hkern u1="P" u2="À" k="50" /> + <hkern u1="P" u2="o" k="6" /> + <hkern u1="P" u2="e" k="6" /> + <hkern u1="P" u2="c" k="6" /> + <hkern u1="P" u2="a" k="18" /> + <hkern u1="P" u2="Y" k="12" /> + <hkern u1="P" u2="X" k="24" /> + <hkern u1="P" u2="J" k="84" /> + <hkern u1="P" u2="A" k="50" /> + <hkern u1="P" u2="." k="110" /> + <hkern u1="P" u2="," k="110" /> + <hkern u1="P" u2="'" k="-20" /> + <hkern u1="P" u2=""" k="-20" /> + <hkern u1="Q" u2="…" k="-25" /> + <hkern u1="Q" u2="Ỳ" k="26" /> + <hkern u1="Q" u2="Ẅ" k="13" /> + <hkern u1="Q" u2="Ẃ" k="13" /> + <hkern u1="Q" u2="Ẁ" k="13" /> + <hkern u1="Q" u2="Ÿ" k="26" /> + <hkern u1="Q" u2="Ŷ" k="26" /> + <hkern u1="Q" u2="Ŵ" k="13" /> + <hkern u1="Q" u2="Ý" k="26" /> + <hkern u1="Q" u2="Y" k="26" /> + <hkern u1="Q" u2="W" k="13" /> + <hkern u1="Q" u2="V" k="16" /> + <hkern u1="Q" u2=";" k="-25" /> + <hkern u1="Q" u2=":" k="-25" /> + <hkern u1="Q" u2="." k="-25" /> + <hkern u1="Q" u2="," k="-25" /> + <hkern u1="Q" u2="!" k="-17" /> + <hkern u1="R" u2="›" k="5" /> + <hkern u1="R" u2="—" k="9" /> + <hkern u1="R" u2="–" k="9" /> + <hkern u1="R" u2="Ÿ" k="22" /> + <hkern u1="R" u2="œ" k="12" /> + <hkern u1="R" u2="ö" k="12" /> + <hkern u1="R" u2="õ" k="12" /> + <hkern u1="R" u2="ô" k="12" /> + <hkern u1="R" u2="ó" k="12" /> + <hkern u1="R" u2="ò" k="12" /> + <hkern u1="R" u2="ë" k="12" /> + <hkern u1="R" u2="ê" k="12" /> + <hkern u1="R" u2="é" k="12" /> + <hkern u1="R" u2="è" k="12" /> + <hkern u1="R" u2="ç" k="12" /> + <hkern u1="R" u2="·" k="6" /> + <hkern u1="R" u2="«" k="16" /> + <hkern u1="R" u2="q" k="9" /> + <hkern u1="R" u2="o" k="12" /> + <hkern u1="R" u2="e" k="12" /> + <hkern u1="R" u2="V" k="14" /> + <hkern u1="S" u2="—" k="-20" /> + <hkern u1="S" u2="–" k="-20" /> + <hkern u1="S" u2="Ÿ" k="10" /> + <hkern u1="S" u2="y" k="5" /> + <hkern u1="S" u2="x" k="10" /> + <hkern u1="S" u2="v" k="8" /> + <hkern u1="T" g2="uniFB02" k="5" /> + <hkern u1="T" g2="uniFB01" k="5" /> + <hkern u1="T" u2="›" k="10" /> + <hkern u1="T" u2="…" k="97" /> + <hkern u1="T" u2="”" k="-21" /> + <hkern u1="T" u2="“" k="-21" /> + <hkern u1="T" u2="‘" k="-21" /> + <hkern u1="T" u2="—" k="80" /> + <hkern u1="T" u2="–" k="80" /> + <hkern u1="T" u2="œ" k="60" /> + <hkern u1="T" u2="Œ" k="18" /> + <hkern u1="T" u2="ı" k="60" /> + <hkern u1="T" u2="ü" k="60" /> + <hkern u1="T" u2="û" k="60" /> + <hkern u1="T" u2="ú" k="60" /> + <hkern u1="T" u2="ù" k="60" /> + <hkern u1="T" u2="ö" k="60" /> + <hkern u1="T" u2="õ" k="60" /> + <hkern u1="T" u2="ô" k="60" /> + <hkern u1="T" u2="ó" k="60" /> + <hkern u1="T" u2="ò" k="60" /> + <hkern u1="T" u2="ñ" k="60" /> + <hkern u1="T" u2="ï" k="-29" /> + <hkern u1="T" u2="ë" k="60" /> + <hkern u1="T" u2="ê" k="60" /> + <hkern u1="T" u2="é" k="60" /> + <hkern u1="T" u2="è" k="60" /> + <hkern u1="T" u2="ç" k="60" /> + <hkern u1="T" u2="æ" k="60" /> + <hkern u1="T" u2="å" k="60" /> + <hkern u1="T" u2="ä" k="60" /> + <hkern u1="T" u2="ã" k="60" /> + <hkern u1="T" u2="â" k="60" /> + <hkern u1="T" u2="á" k="60" /> + <hkern u1="T" u2="à" k="60" /> + <hkern u1="T" u2="Ö" k="18" /> + <hkern u1="T" u2="Õ" k="18" /> + <hkern u1="T" u2="Ô" k="18" /> + <hkern u1="T" u2="Ó" k="18" /> + <hkern u1="T" u2="Ò" k="18" /> + <hkern u1="T" u2="Ç" k="18" /> + <hkern u1="T" u2="Å" k="44" /> + <hkern u1="T" u2="Ä" k="44" /> + <hkern u1="T" u2="Ã" k="44" /> + <hkern u1="T" u2="Â" k="44" /> + <hkern u1="T" u2="Á" k="44" /> + <hkern u1="T" u2="À" k="44" /> + <hkern u1="T" u2="·" k="42" /> + <hkern u1="T" u2="«" k="45" /> + <hkern u1="T" u2="y" k="66" /> + <hkern u1="T" u2="x" k="24" /> + <hkern u1="T" u2="v" k="66" /> + <hkern u1="T" u2="r" k="60" /> + <hkern u1="T" u2="q" k="38" /> + <hkern u1="T" u2="p" k="60" /> + <hkern u1="T" u2="o" k="60" /> + <hkern u1="T" u2="n" k="60" /> + <hkern u1="T" u2="e" k="60" /> + <hkern u1="T" u2="Q" k="18" /> + <hkern u1="T" u2="O" k="18" /> + <hkern u1="T" u2="G" k="18" /> + <hkern u1="T" u2="?" k="-20" /> + <hkern u1="T" u2=";" k="16" /> + <hkern u1="T" u2="," k="97" /> + <hkern u1="T" u2=""" k="-21" /> + <hkern u1="T" u2=" " k="10" /> + <hkern u1="U" u2="…" k="17" /> + <hkern u1="U" u2="Å" k="12" /> + <hkern u1="U" u2="Ä" k="12" /> + <hkern u1="U" u2="Ã" k="12" /> + <hkern u1="U" u2="Â" k="12" /> + <hkern u1="U" u2="Á" k="12" /> + <hkern u1="U" u2="À" k="12" /> + <hkern u1="U" u2="," k="17" /> + <hkern u1="V" g2="Gcommaaccent.ss01" k="14" /> + <hkern u1="V" g2="Gdotaccent.ss01" k="14" /> + <hkern u1="V" g2="Gbreve.ss01" k="14" /> + <hkern u1="V" g2="Gcircumflex.ss01" k="14" /> + <hkern u1="V" g2="G.ss01" k="14" /> + <hkern u1="V" g2="Ccedilla.ss01" k="14" /> + <hkern u1="V" g2="Cdotaccent.ss01" k="14" /> + <hkern u1="V" g2="Ccaron.ss01" k="14" /> + <hkern u1="V" g2="Ccircumflex.ss01" k="14" /> + <hkern u1="V" g2="Cacute.ss01" k="14" /> + <hkern u1="V" g2="C.ss01" k="14" /> + <hkern u1="V" g2="aogonek.ss01" k="40" /> + <hkern u1="V" g2="aringacute.ss01" k="40" /> + <hkern u1="V" g2="aring.ss01" k="40" /> + <hkern u1="V" g2="abreve.ss01" k="40" /> + <hkern u1="V" g2="amacron.ss01" k="40" /> + <hkern u1="V" g2="adieresis.ss01" k="40" /> + <hkern u1="V" g2="atilde.ss01" k="40" /> + <hkern u1="V" g2="acircumflex.ss01" k="40" /> + <hkern u1="V" g2="aacute.ss01" k="40" /> + <hkern u1="V" g2="agrave.ss01" k="40" /> + <hkern u1="V" g2="a.ss01" k="40" /> + <hkern u1="V" g2="uniFB04" k="6" /> + <hkern u1="V" g2="uniFB03" k="6" /> + <hkern u1="V" g2="uniFB02" k="6" /> + <hkern u1="V" g2="uniFB01" k="6" /> + <hkern u1="V" g2="uniFB00" k="6" /> + <hkern u1="V" u2="∙" k="31" /> + <hkern u1="V" u2="›" k="22" /> + <hkern u1="V" u2="…" k="85" /> + <hkern u1="V" u2="•" k="31" /> + <hkern u1="V" u2="—" k="40" /> + <hkern u1="V" u2="–" k="40" /> + <hkern u1="V" u2="ẅ" k="9" /> + <hkern u1="V" u2="ẃ" k="9" /> + <hkern u1="V" u2="ẁ" k="9" /> + <hkern u1="V" u2="ț" k="6" /> + <hkern u1="V" u2="ș" k="38" /> + <hkern u1="V" u2="Ș" k="11" /> + <hkern u1="V" u2="ǿ" k="41" /> + <hkern u1="V" u2="Ǿ" k="14" /> + <hkern u1="V" u2="ǽ" k="28" /> + <hkern u1="V" u2="Ǽ" k="84" /> + <hkern u1="V" u2="ǻ" k="28" /> + <hkern u1="V" u2="Ǻ" k="36" /> + <hkern u1="V" u2="ž" k="22" /> + <hkern u1="V" u2="ż" k="22" /> + <hkern u1="V" u2="ź" k="22" /> + <hkern u1="V" u2="ŵ" k="9" /> + <hkern u1="V" u2="ų" k="22" /> + <hkern u1="V" u2="ű" k="22" /> + <hkern u1="V" u2="ů" k="22" /> + <hkern u1="V" u2="ŭ" k="22" /> + <hkern u1="V" u2="ū" k="22" /> + <hkern u1="V" u2="ũ" k="22" /> + <hkern u1="V" u2="ť" k="6" /> + <hkern u1="V" u2="ţ" k="6" /> + <hkern u1="V" u2="š" k="38" /> + <hkern u1="V" u2="Š" k="11" /> + <hkern u1="V" u2="ş" k="38" /> + <hkern u1="V" u2="Ş" k="11" /> + <hkern u1="V" u2="ŝ" k="38" /> + <hkern u1="V" u2="Ŝ" k="11" /> + <hkern u1="V" u2="ś" k="38" /> + <hkern u1="V" u2="Ś" k="11" /> + <hkern u1="V" u2="ř" k="24" /> + <hkern u1="V" u2="ŗ" k="24" /> + <hkern u1="V" u2="ŕ" k="24" /> + <hkern u1="V" u2="œ" k="41" /> + <hkern u1="V" u2="Œ" k="14" /> + <hkern u1="V" u2="ő" k="41" /> + <hkern u1="V" u2="Ő" k="14" /> + <hkern u1="V" u2="ŏ" k="41" /> + <hkern u1="V" u2="Ŏ" k="14" /> + <hkern u1="V" u2="ō" k="41" /> + <hkern u1="V" u2="Ō" k="14" /> + <hkern u1="V" u2="ŋ" k="24" /> + <hkern u1="V" u2="ň" k="24" /> + <hkern u1="V" u2="ņ" k="24" /> + <hkern u1="V" u2="ń" k="24" /> + <hkern u1="V" u2="Ĵ" k="64" /> + <hkern u1="V" u2="ı" k="24" /> + <hkern u1="V" u2="ģ" k="40" /> + <hkern u1="V" u2="Ģ" k="14" /> + <hkern u1="V" u2="ġ" k="40" /> + <hkern u1="V" u2="Ġ" k="14" /> + <hkern u1="V" u2="ğ" k="40" /> + <hkern u1="V" u2="Ğ" k="14" /> + <hkern u1="V" u2="ĝ" k="40" /> + <hkern u1="V" u2="Ĝ" k="14" /> + <hkern u1="V" u2="ě" k="41" /> + <hkern u1="V" u2="ę" k="41" /> + <hkern u1="V" u2="ė" k="41" /> + <hkern u1="V" u2="ĕ" k="41" /> + <hkern u1="V" u2="ē" k="41" /> + <hkern u1="V" u2="đ" k="40" /> + <hkern u1="V" u2="ď" k="40" /> + <hkern u1="V" u2="č" k="41" /> + <hkern u1="V" u2="Č" k="14" /> + <hkern u1="V" u2="ċ" k="41" /> + <hkern u1="V" u2="Ċ" k="14" /> + <hkern u1="V" u2="ĉ" k="41" /> + <hkern u1="V" u2="Ĉ" k="14" /> + <hkern u1="V" u2="ć" k="41" /> + <hkern u1="V" u2="Ć" k="14" /> + <hkern u1="V" u2="ą" k="28" /> + <hkern u1="V" u2="Ą" k="36" /> + <hkern u1="V" u2="ă" k="28" /> + <hkern u1="V" u2="Ă" k="36" /> + <hkern u1="V" u2="ā" k="28" /> + <hkern u1="V" u2="Ā" k="36" /> + <hkern u1="V" u2="ü" k="22" /> + <hkern u1="V" u2="û" k="22" /> + <hkern u1="V" u2="ú" k="22" /> + <hkern u1="V" u2="ù" k="22" /> + <hkern u1="V" u2="ø" k="41" /> + <hkern u1="V" u2="ö" k="41" /> + <hkern u1="V" u2="õ" k="41" /> + <hkern u1="V" u2="ô" k="41" /> + <hkern u1="V" u2="ó" k="41" /> + <hkern u1="V" u2="ò" k="41" /> + <hkern u1="V" u2="ñ" k="24" /> + <hkern u1="V" u2="ð" k="40" /> + <hkern u1="V" u2="ì" k="-14" /> + <hkern u1="V" u2="ë" k="41" /> + <hkern u1="V" u2="ê" k="41" /> + <hkern u1="V" u2="é" k="41" /> + <hkern u1="V" u2="è" k="41" /> + <hkern u1="V" u2="ç" k="41" /> + <hkern u1="V" u2="æ" k="28" /> + <hkern u1="V" u2="å" k="28" /> + <hkern u1="V" u2="ä" k="28" /> + <hkern u1="V" u2="ã" k="28" /> + <hkern u1="V" u2="â" k="28" /> + <hkern u1="V" u2="á" k="28" /> + <hkern u1="V" u2="à" k="28" /> + <hkern u1="V" u2="Ø" k="14" /> + <hkern u1="V" u2="Ö" k="14" /> + <hkern u1="V" u2="Õ" k="14" /> + <hkern u1="V" u2="Ô" k="14" /> + <hkern u1="V" u2="Ó" k="14" /> + <hkern u1="V" u2="Ò" k="14" /> + <hkern u1="V" u2="Ç" k="14" /> + <hkern u1="V" u2="Æ" k="84" /> + <hkern u1="V" u2="Å" k="36" /> + <hkern u1="V" u2="Ä" k="36" /> + <hkern u1="V" u2="Ã" k="36" /> + <hkern u1="V" u2="Â" k="36" /> + <hkern u1="V" u2="Á" k="36" /> + <hkern u1="V" u2="À" k="36" /> + <hkern u1="V" u2="»" k="22" /> + <hkern u1="V" u2="·" k="31" /> + <hkern u1="V" u2="®" k="11" /> + <hkern u1="V" u2="­" k="40" /> + <hkern u1="V" u2="«" k="45" /> + <hkern u1="V" u2="z" k="22" /> + <hkern u1="V" u2="y" k="9" /> + <hkern u1="V" u2="x" k="17" /> + <hkern u1="V" u2="w" k="9" /> + <hkern u1="V" u2="v" k="9" /> + <hkern u1="V" u2="u" k="22" /> + <hkern u1="V" u2="t" k="6" /> + <hkern u1="V" u2="s" k="38" /> + <hkern u1="V" u2="r" k="24" /> + <hkern u1="V" u2="q" k="40" /> + <hkern u1="V" u2="p" k="24" /> + <hkern u1="V" u2="o" k="41" /> + <hkern u1="V" u2="n" k="24" /> + <hkern u1="V" u2="m" k="24" /> + <hkern u1="V" u2="g" k="40" /> + <hkern u1="V" u2="f" k="6" /> + <hkern u1="V" u2="e" k="41" /> + <hkern u1="V" u2="d" k="40" /> + <hkern u1="V" u2="c" k="41" /> + <hkern u1="V" u2="a" k="28" /> + <hkern u1="V" u2="S" k="11" /> + <hkern u1="V" u2="Q" k="14" /> + <hkern u1="V" u2="O" k="14" /> + <hkern u1="V" u2="J" k="64" /> + <hkern u1="V" u2="G" k="14" /> + <hkern u1="V" u2="C" k="14" /> + <hkern u1="V" u2="A" k="36" /> + <hkern u1="V" u2=";" k="22" /> + <hkern u1="V" u2=":" k="22" /> + <hkern u1="V" u2="." k="85" /> + <hkern u1="V" u2="-" k="40" /> + <hkern u1="V" u2="," k="85" /> + <hkern u1="V" u2=" " k="25" /> + <hkern u1="W" g2="uniFB02" k="6" /> + <hkern u1="W" g2="uniFB01" k="6" /> + <hkern u1="W" u2="›" k="14" /> + <hkern u1="W" u2="…" k="79" /> + <hkern u1="W" u2="—" k="28" /> + <hkern u1="W" u2="–" k="28" /> + <hkern u1="W" u2="œ" k="35" /> + <hkern u1="W" u2="Œ" k="13" /> + <hkern u1="W" u2="ı" k="18" /> + <hkern u1="W" u2="ü" k="15" /> + <hkern u1="W" u2="û" k="15" /> + <hkern u1="W" u2="ú" k="15" /> + <hkern u1="W" u2="ù" k="15" /> + <hkern u1="W" u2="ö" k="35" /> + <hkern u1="W" u2="õ" k="35" /> + <hkern u1="W" u2="ô" k="35" /> + <hkern u1="W" u2="ó" k="35" /> + <hkern u1="W" u2="ò" k="35" /> + <hkern u1="W" u2="ñ" k="18" /> + <hkern u1="W" u2="ë" k="35" /> + <hkern u1="W" u2="ê" k="35" /> + <hkern u1="W" u2="é" k="35" /> + <hkern u1="W" u2="è" k="35" /> + <hkern u1="W" u2="ç" k="35" /> + <hkern u1="W" u2="æ" k="28" /> + <hkern u1="W" u2="å" k="28" /> + <hkern u1="W" u2="ä" k="28" /> + <hkern u1="W" u2="ã" k="28" /> + <hkern u1="W" u2="â" k="28" /> + <hkern u1="W" u2="á" k="28" /> + <hkern u1="W" u2="à" k="28" /> + <hkern u1="W" u2="Ö" k="13" /> + <hkern u1="W" u2="Õ" k="13" /> + <hkern u1="W" u2="Ô" k="13" /> + <hkern u1="W" u2="Ó" k="13" /> + <hkern u1="W" u2="Ò" k="13" /> + <hkern u1="W" u2="Ç" k="13" /> + <hkern u1="W" u2="Å" k="20" /> + <hkern u1="W" u2="Ä" k="20" /> + <hkern u1="W" u2="Ã" k="20" /> + <hkern u1="W" u2="Â" k="20" /> + <hkern u1="W" u2="Á" k="20" /> + <hkern u1="W" u2="À" k="20" /> + <hkern u1="W" u2="·" k="24" /> + <hkern u1="W" u2="®" k="3" /> + <hkern u1="W" u2="«" k="40" /> + <hkern u1="W" u2="y" k="3" /> + <hkern u1="W" u2="x" k="16" /> + <hkern u1="W" u2="v" k="5" /> + <hkern u1="W" u2="r" k="18" /> + <hkern u1="W" u2="q" k="33" /> + <hkern u1="W" u2="p" k="18" /> + <hkern u1="W" u2="o" k="35" /> + <hkern u1="W" u2="n" k="18" /> + <hkern u1="W" u2="e" k="35" /> + <hkern u1="W" u2="Q" k="13" /> + <hkern u1="W" u2="O" k="13" /> + <hkern u1="W" u2="G" k="13" /> + <hkern u1="W" u2=";" k="23" /> + <hkern u1="W" u2="," k="79" /> + <hkern u1="W" u2=" " k="19" /> + <hkern u1="X" g2="Gcommaaccent.ss01" k="18" /> + <hkern u1="X" g2="Gdotaccent.ss01" k="18" /> + <hkern u1="X" g2="Gbreve.ss01" k="18" /> + <hkern u1="X" g2="Gcircumflex.ss01" k="18" /> + <hkern u1="X" g2="G.ss01" k="18" /> + <hkern u1="X" g2="Ccedilla.ss01" k="18" /> + <hkern u1="X" g2="Cdotaccent.ss01" k="18" /> + <hkern u1="X" g2="Ccaron.ss01" k="18" /> + <hkern u1="X" g2="Ccircumflex.ss01" k="18" /> + <hkern u1="X" g2="Cacute.ss01" k="18" /> + <hkern u1="X" g2="C.ss01" k="18" /> + <hkern u1="X" g2="aogonek.ss01" k="13" /> + <hkern u1="X" g2="aringacute.ss01" k="13" /> + <hkern u1="X" g2="aring.ss01" k="13" /> + <hkern u1="X" g2="abreve.ss01" k="13" /> + <hkern u1="X" g2="amacron.ss01" k="13" /> + <hkern u1="X" g2="adieresis.ss01" k="13" /> + <hkern u1="X" g2="atilde.ss01" k="13" /> + <hkern u1="X" g2="acircumflex.ss01" k="13" /> + <hkern u1="X" g2="aacute.ss01" k="13" /> + <hkern u1="X" g2="agrave.ss01" k="13" /> + <hkern u1="X" g2="a.ss01" k="13" /> + <hkern u1="X" u2="∙" k="38" /> + <hkern u1="X" u2="›" k="7" /> + <hkern u1="X" u2="•" k="38" /> + <hkern u1="X" u2="—" k="46" /> + <hkern u1="X" u2="–" k="46" /> + <hkern u1="X" u2="ẅ" k="33" /> + <hkern u1="X" u2="ẃ" k="33" /> + <hkern u1="X" u2="ẁ" k="33" /> + <hkern u1="X" u2="ŵ" k="33" /> + <hkern u1="X" u2="œ" k="18" /> + <hkern u1="X" u2="Œ" k="18" /> + <hkern u1="X" u2="ő" k="18" /> + <hkern u1="X" u2="Ő" k="18" /> + <hkern u1="X" u2="ŏ" k="18" /> + <hkern u1="X" u2="Ŏ" k="18" /> + <hkern u1="X" u2="ō" k="18" /> + <hkern u1="X" u2="Ō" k="18" /> + <hkern u1="X" u2="Ģ" k="18" /> + <hkern u1="X" u2="Ġ" k="18" /> + <hkern u1="X" u2="Ğ" k="18" /> + <hkern u1="X" u2="Ĝ" k="18" /> + <hkern u1="X" u2="ě" k="18" /> + <hkern u1="X" u2="ę" k="18" /> + <hkern u1="X" u2="ė" k="18" /> + <hkern u1="X" u2="ĕ" k="18" /> + <hkern u1="X" u2="ē" k="18" /> + <hkern u1="X" u2="đ" k="13" /> + <hkern u1="X" u2="ď" k="13" /> + <hkern u1="X" u2="č" k="18" /> + <hkern u1="X" u2="Č" k="18" /> + <hkern u1="X" u2="ċ" k="18" /> + <hkern u1="X" u2="Ċ" k="18" /> + <hkern u1="X" u2="ĉ" k="18" /> + <hkern u1="X" u2="Ĉ" k="18" /> + <hkern u1="X" u2="ć" k="18" /> + <hkern u1="X" u2="Ć" k="18" /> + <hkern u1="X" u2="ö" k="18" /> + <hkern u1="X" u2="õ" k="18" /> + <hkern u1="X" u2="ô" k="18" /> + <hkern u1="X" u2="ó" k="18" /> + <hkern u1="X" u2="ò" k="18" /> + <hkern u1="X" u2="ð" k="13" /> + <hkern u1="X" u2="ë" k="18" /> + <hkern u1="X" u2="ê" k="18" /> + <hkern u1="X" u2="é" k="18" /> + <hkern u1="X" u2="è" k="18" /> + <hkern u1="X" u2="ç" k="18" /> + <hkern u1="X" u2="Ö" k="18" /> + <hkern u1="X" u2="Õ" k="18" /> + <hkern u1="X" u2="Ô" k="18" /> + <hkern u1="X" u2="Ó" k="18" /> + <hkern u1="X" u2="Ò" k="18" /> + <hkern u1="X" u2="Ç" k="18" /> + <hkern u1="X" u2="»" k="7" /> + <hkern u1="X" u2="·" k="38" /> + <hkern u1="X" u2="®" k="16" /> + <hkern u1="X" u2="­" k="46" /> + <hkern u1="X" u2="«" k="47" /> + <hkern u1="X" u2="y" k="30" /> + <hkern u1="X" u2="w" k="33" /> + <hkern u1="X" u2="v" k="34" /> + <hkern u1="X" u2="q" k="13" /> + <hkern u1="X" u2="o" k="18" /> + <hkern u1="X" u2="e" k="18" /> + <hkern u1="X" u2="d" k="13" /> + <hkern u1="X" u2="c" k="18" /> + <hkern u1="X" u2="Q" k="18" /> + <hkern u1="X" u2="O" k="18" /> + <hkern u1="X" u2="G" k="18" /> + <hkern u1="X" u2="C" k="18" /> + <hkern u1="X" u2="-" k="46" /> + <hkern u1="X" u2=" " k="5" /> + <hkern u1="Y" g2="uniFB02" k="14" /> + <hkern u1="Y" g2="uniFB01" k="14" /> + <hkern u1="Y" u2="›" k="35" /> + <hkern u1="Y" u2="…" k="100" /> + <hkern u1="Y" u2="—" k="80" /> + <hkern u1="Y" u2="–" k="80" /> + <hkern u1="Y" u2="œ" k="38" /> + <hkern u1="Y" u2="Œ" k="25" /> + <hkern u1="Y" u2="ı" k="39" /> + <hkern u1="Y" u2="ü" k="41" /> + <hkern u1="Y" u2="û" k="41" /> + <hkern u1="Y" u2="ú" k="41" /> + <hkern u1="Y" u2="ù" k="41" /> + <hkern u1="Y" u2="ö" k="38" /> + <hkern u1="Y" u2="õ" k="38" /> + <hkern u1="Y" u2="ô" k="38" /> + <hkern u1="Y" u2="ó" k="38" /> + <hkern u1="Y" u2="ò" k="38" /> + <hkern u1="Y" u2="ñ" k="39" /> + <hkern u1="Y" u2="ë" k="38" /> + <hkern u1="Y" u2="ê" k="38" /> + <hkern u1="Y" u2="é" k="38" /> + <hkern u1="Y" u2="è" k="38" /> + <hkern u1="Y" u2="ç" k="38" /> + <hkern u1="Y" u2="æ" k="41" /> + <hkern u1="Y" u2="å" k="41" /> + <hkern u1="Y" u2="ä" k="41" /> + <hkern u1="Y" u2="ã" k="41" /> + <hkern u1="Y" u2="â" k="41" /> + <hkern u1="Y" u2="á" k="41" /> + <hkern u1="Y" u2="à" k="41" /> + <hkern u1="Y" u2="Ö" k="25" /> + <hkern u1="Y" u2="Õ" k="25" /> + <hkern u1="Y" u2="Ô" k="25" /> + <hkern u1="Y" u2="Ó" k="25" /> + <hkern u1="Y" u2="Ò" k="25" /> + <hkern u1="Y" u2="Ç" k="25" /> + <hkern u1="Y" u2="Å" k="48" /> + <hkern u1="Y" u2="Ä" k="48" /> + <hkern u1="Y" u2="Ã" k="48" /> + <hkern u1="Y" u2="Â" k="48" /> + <hkern u1="Y" u2="Á" k="48" /> + <hkern u1="Y" u2="À" k="48" /> + <hkern u1="Y" u2="·" k="62" /> + <hkern u1="Y" u2="®" k="10" /> + <hkern u1="Y" u2="«" k="64" /> + <hkern u1="Y" u2="y" k="24" /> + <hkern u1="Y" u2="x" k="40" /> + <hkern u1="Y" u2="v" k="25" /> + <hkern u1="Y" u2="r" k="39" /> + <hkern u1="Y" u2="q" k="56" /> + <hkern u1="Y" u2="p" k="39" /> + <hkern u1="Y" u2="o" k="38" /> + <hkern u1="Y" u2="n" k="39" /> + <hkern u1="Y" u2="e" k="38" /> + <hkern u1="Y" u2="Q" k="25" /> + <hkern u1="Y" u2="O" k="25" /> + <hkern u1="Y" u2="G" k="25" /> + <hkern u1="Y" u2=";" k="40" /> + <hkern u1="Y" u2="," k="100" /> + <hkern u1="Y" u2=" " k="18" /> + <hkern u1="Z" u2="œ" k="18" /> + <hkern u1="Z" u2="ü" k="18" /> + <hkern u1="Z" u2="û" k="18" /> + <hkern u1="Z" u2="ú" k="18" /> + <hkern u1="Z" u2="ù" k="18" /> + <hkern u1="Z" u2="ö" k="18" /> + <hkern u1="Z" u2="õ" k="18" /> + <hkern u1="Z" u2="ô" k="18" /> + <hkern u1="Z" u2="ó" k="18" /> + <hkern u1="Z" u2="ò" k="18" /> + <hkern u1="Z" u2="ë" k="18" /> + <hkern u1="Z" u2="ê" k="18" /> + <hkern u1="Z" u2="é" k="18" /> + <hkern u1="Z" u2="è" k="18" /> + <hkern u1="Z" u2="ç" k="18" /> + <hkern u1="Z" u2="y" k="18" /> + <hkern u1="Z" u2="o" k="18" /> + <hkern u1="Z" u2="e" k="18" /> + <hkern u1="[" u2="ĵ" k="-24" /> + <hkern u1="[" u2="j" k="-24" /> + <hkern u1="a" u2="y" k="6" /> + <hkern u1="a" u2="v" k="6" /> + <hkern u1="b" g2="uniFB02" k="3" /> + <hkern u1="b" g2="uniFB01" k="3" /> + <hkern u1="b" u2="y" k="6" /> + <hkern u1="b" u2="x" k="10" /> + <hkern u1="b" u2="v" k="6" /> + <hkern u1="c" u2="y" k="5" /> + <hkern u1="c" u2="x" k="5" /> + <hkern u1="c" u2="v" k="4" /> + <hkern u1="d" u2="ï" k="-19" /> + <hkern u1="e" g2="uniFB02" k="2" /> + <hkern u1="e" g2="uniFB01" k="2" /> + <hkern u1="e" u2="y" k="9" /> + <hkern u1="e" u2="x" k="7" /> + <hkern u1="e" u2="v" k="7" /> + <hkern u1="f" u2="…" k="45" /> + <hkern u1="f" u2="”" k="-24" /> + <hkern u1="f" u2="“" k="-24" /> + <hkern u1="f" u2="’" k="-24" /> + <hkern u1="f" u2="‘" k="-24" /> + <hkern u1="f" u2="—" k="3" /> + <hkern u1="f" u2="–" k="3" /> + <hkern u1="f" u2="ǿ" k="6" /> + <hkern u1="f" u2="ǽ" k="6" /> + <hkern u1="f" u2="ǻ" k="6" /> + <hkern u1="f" u2="œ" k="6" /> + <hkern u1="f" u2="ő" k="6" /> + <hkern u1="f" u2="ŏ" k="6" /> + <hkern u1="f" u2="ō" k="6" /> + <hkern u1="f" u2="ě" k="6" /> + <hkern u1="f" u2="ę" k="6" /> + <hkern u1="f" u2="ė" k="6" /> + <hkern u1="f" u2="ĕ" k="6" /> + <hkern u1="f" u2="ē" k="6" /> + <hkern u1="f" u2="č" k="6" /> + <hkern u1="f" u2="ċ" k="6" /> + <hkern u1="f" u2="ĉ" k="6" /> + <hkern u1="f" u2="ć" k="6" /> + <hkern u1="f" u2="ą" k="6" /> + <hkern u1="f" u2="ă" k="6" /> + <hkern u1="f" u2="ā" k="6" /> + <hkern u1="f" u2="ø" k="6" /> + <hkern u1="f" u2="ö" k="6" /> + <hkern u1="f" u2="õ" k="6" /> + <hkern u1="f" u2="ô" k="6" /> + <hkern u1="f" u2="ó" k="6" /> + <hkern u1="f" u2="ò" k="6" /> + <hkern u1="f" u2="ë" k="6" /> + <hkern u1="f" u2="ê" k="6" /> + <hkern u1="f" u2="é" k="6" /> + <hkern u1="f" u2="è" k="6" /> + <hkern u1="f" u2="ç" k="6" /> + <hkern u1="f" u2="æ" k="6" /> + <hkern u1="f" u2="å" k="6" /> + <hkern u1="f" u2="ä" k="6" /> + <hkern u1="f" u2="ã" k="6" /> + <hkern u1="f" u2="â" k="6" /> + <hkern u1="f" u2="á" k="6" /> + <hkern u1="f" u2="à" k="6" /> + <hkern u1="f" u2="­" k="3" /> + <hkern u1="f" u2="o" k="6" /> + <hkern u1="f" u2="e" k="6" /> + <hkern u1="f" u2="c" k="6" /> + <hkern u1="f" u2="a" k="6" /> + <hkern u1="f" u2="?" k="-23" /> + <hkern u1="f" u2="." k="45" /> + <hkern u1="f" u2="-" k="3" /> + <hkern u1="f" u2="," k="45" /> + <hkern u1="f" u2="'" k="-24" /> + <hkern u1="f" u2=""" k="-24" /> + <hkern u1="h" g2="uniFB02" k="3" /> + <hkern u1="h" g2="uniFB01" k="3" /> + <hkern u1="h" u2="y" k="8" /> + <hkern u1="h" u2="v" k="9" /> + <hkern u1="k" u2="—" k="30" /> + <hkern u1="k" u2="–" k="30" /> + <hkern u1="k" u2="œ" k="11" /> + <hkern u1="k" u2="ü" k="12" /> + <hkern u1="k" u2="û" k="12" /> + <hkern u1="k" u2="ú" k="12" /> + <hkern u1="k" u2="ù" k="12" /> + <hkern u1="k" u2="ö" k="11" /> + <hkern u1="k" u2="õ" k="11" /> + <hkern u1="k" u2="ô" k="11" /> + <hkern u1="k" u2="ó" k="11" /> + <hkern u1="k" u2="ò" k="11" /> + <hkern u1="k" u2="ë" k="11" /> + <hkern u1="k" u2="ê" k="11" /> + <hkern u1="k" u2="é" k="11" /> + <hkern u1="k" u2="è" k="11" /> + <hkern u1="k" u2="ç" k="11" /> + <hkern u1="k" u2="y" k="18" /> + <hkern u1="k" u2="q" k="10" /> + <hkern u1="k" u2="o" k="11" /> + <hkern u1="k" u2="e" k="11" /> + <hkern u1="l" g2="uniFB02" k="12" /> + <hkern u1="l" g2="uniFB01" k="12" /> + <hkern u1="l" u2="™" k="23" /> + <hkern u1="l" u2="›" k="5" /> + <hkern u1="l" u2="…" k="-16" /> + <hkern u1="l" u2="”" k="27" /> + <hkern u1="l" u2="“" k="34" /> + <hkern u1="l" u2="‘" k="34" /> + <hkern u1="l" u2="—" k="15" /> + <hkern u1="l" u2="–" k="15" /> + <hkern u1="l" u2="º" k="23" /> + <hkern u1="l" u2="®" k="25" /> + <hkern u1="l" u2="«" k="10" /> + <hkern u1="l" u2="ª" k="23" /> + <hkern u1="l" u2="y" k="15" /> + <hkern u1="l" u2="v" k="19" /> + <hkern u1="l" u2="," k="-16" /> + <hkern u1="l" u2=""" k="34" /> + <hkern u1="m" g2="uniFB04" k="3" /> + <hkern u1="m" g2="uniFB03" k="3" /> + <hkern u1="m" g2="uniFB02" k="3" /> + <hkern u1="m" g2="uniFB01" k="3" /> + <hkern u1="m" g2="uniFB00" k="3" /> + <hkern u1="m" u2="ẅ" k="9" /> + <hkern u1="m" u2="ẃ" k="9" /> + <hkern u1="m" u2="ẁ" k="9" /> + <hkern u1="m" u2="ț" k="3" /> + <hkern u1="m" u2="ŵ" k="9" /> + <hkern u1="m" u2="ť" k="3" /> + <hkern u1="m" u2="ţ" k="3" /> + <hkern u1="m" u2="y" k="8" /> + <hkern u1="m" u2="w" k="9" /> + <hkern u1="m" u2="v" k="9" /> + <hkern u1="m" u2="t" k="3" /> + <hkern u1="m" u2="f" k="3" /> + <hkern u1="n" g2="uniFB04" k="3" /> + <hkern u1="n" g2="uniFB03" k="3" /> + <hkern u1="n" g2="uniFB02" k="3" /> + <hkern u1="n" g2="uniFB01" k="3" /> + <hkern u1="n" g2="uniFB00" k="3" /> + <hkern u1="n" u2="ẅ" k="9" /> + <hkern u1="n" u2="ẃ" k="9" /> + <hkern u1="n" u2="ẁ" k="9" /> + <hkern u1="n" u2="ț" k="3" /> + <hkern u1="n" u2="ŵ" k="9" /> + <hkern u1="n" u2="ť" k="3" /> + <hkern u1="n" u2="ţ" k="3" /> + <hkern u1="n" u2="y" k="8" /> + <hkern u1="n" u2="w" k="9" /> + <hkern u1="n" u2="v" k="9" /> + <hkern u1="n" u2="t" k="3" /> + <hkern u1="n" u2="f" k="3" /> + <hkern u1="o" g2="uniFB02" k="3" /> + <hkern u1="o" g2="uniFB01" k="3" /> + <hkern u1="o" u2="y" k="10" /> + <hkern u1="o" u2="x" k="13" /> + <hkern u1="o" u2="v" k="8" /> + <hkern u1="p" g2="uniFB04" k="3" /> + <hkern u1="p" g2="uniFB03" k="3" /> + <hkern u1="p" g2="uniFB02" k="3" /> + <hkern u1="p" g2="uniFB01" k="3" /> + <hkern u1="p" g2="uniFB00" k="3" /> + <hkern u1="p" u2="ẅ" k="5" /> + <hkern u1="p" u2="ẃ" k="5" /> + <hkern u1="p" u2="ẁ" k="5" /> + <hkern u1="p" u2="ț" k="2" /> + <hkern u1="p" u2="ŵ" k="5" /> + <hkern u1="p" u2="ť" k="2" /> + <hkern u1="p" u2="ţ" k="2" /> + <hkern u1="p" u2="y" k="6" /> + <hkern u1="p" u2="x" k="10" /> + <hkern u1="p" u2="w" k="5" /> + <hkern u1="p" u2="v" k="6" /> + <hkern u1="p" u2="t" k="2" /> + <hkern u1="p" u2="f" k="3" /> + <hkern u1="r" u2="…" k="50" /> + <hkern u1="r" u2="”" k="-10" /> + <hkern u1="r" u2="“" k="-10" /> + <hkern u1="r" u2="‘" k="-10" /> + <hkern u1="r" u2="—" k="10" /> + <hkern u1="r" u2="–" k="10" /> + <hkern u1="r" u2="œ" k="18" /> + <hkern u1="r" u2="ö" k="18" /> + <hkern u1="r" u2="õ" k="18" /> + <hkern u1="r" u2="ô" k="18" /> + <hkern u1="r" u2="ó" k="18" /> + <hkern u1="r" u2="ò" k="18" /> + <hkern u1="r" u2="ë" k="18" /> + <hkern u1="r" u2="ê" k="18" /> + <hkern u1="r" u2="é" k="18" /> + <hkern u1="r" u2="è" k="18" /> + <hkern u1="r" u2="ç" k="18" /> + <hkern u1="r" u2="æ" k="24" /> + <hkern u1="r" u2="å" k="24" /> + <hkern u1="r" u2="ä" k="24" /> + <hkern u1="r" u2="ã" k="24" /> + <hkern u1="r" u2="â" k="24" /> + <hkern u1="r" u2="á" k="24" /> + <hkern u1="r" u2="à" k="24" /> + <hkern u1="r" u2="q" k="18" /> + <hkern u1="r" u2="o" k="18" /> + <hkern u1="r" u2="e" k="18" /> + <hkern u1="r" u2="?" k="-20" /> + <hkern u1="r" u2="," k="50" /> + <hkern u1="r" u2=""" k="-10" /> + <hkern u1="s" u2="v" k="5" /> + <hkern u1="t" u2="…" k="-13" /> + <hkern u1="t" u2="”" k="-6" /> + <hkern u1="t" u2="“" k="-6" /> + <hkern u1="t" u2="‘" k="-6" /> + <hkern u1="t" u2="—" k="9" /> + <hkern u1="t" u2="–" k="9" /> + <hkern u1="t" u2="," k="-13" /> + <hkern u1="t" u2=""" k="-6" /> + <hkern u1="v" g2="aogonek.ss01" k="6" /> + <hkern u1="v" g2="aringacute.ss01" k="6" /> + <hkern u1="v" g2="aring.ss01" k="6" /> + <hkern u1="v" g2="abreve.ss01" k="6" /> + <hkern u1="v" g2="amacron.ss01" k="6" /> + <hkern u1="v" g2="adieresis.ss01" k="6" /> + <hkern u1="v" g2="atilde.ss01" k="6" /> + <hkern u1="v" g2="acircumflex.ss01" k="6" /> + <hkern u1="v" g2="aacute.ss01" k="6" /> + <hkern u1="v" g2="agrave.ss01" k="6" /> + <hkern u1="v" g2="a.ss01" k="6" /> + <hkern u1="v" u2="…" k="50" /> + <hkern u1="v" u2="”" k="-5" /> + <hkern u1="v" u2="“" k="-5" /> + <hkern u1="v" u2="’" k="-5" /> + <hkern u1="v" u2="‘" k="-5" /> + <hkern u1="v" u2="—" k="17" /> + <hkern u1="v" u2="–" k="17" /> + <hkern u1="v" u2="ș" k="8" /> + <hkern u1="v" u2="ǿ" k="10" /> + <hkern u1="v" u2="š" k="8" /> + <hkern u1="v" u2="ş" k="8" /> + <hkern u1="v" u2="ŝ" k="8" /> + <hkern u1="v" u2="ś" k="8" /> + <hkern u1="v" u2="œ" k="10" /> + <hkern u1="v" u2="ő" k="10" /> + <hkern u1="v" u2="ŏ" k="10" /> + <hkern u1="v" u2="ō" k="10" /> + <hkern u1="v" u2="ģ" k="6" /> + <hkern u1="v" u2="ġ" k="6" /> + <hkern u1="v" u2="ğ" k="6" /> + <hkern u1="v" u2="ĝ" k="6" /> + <hkern u1="v" u2="ě" k="10" /> + <hkern u1="v" u2="ę" k="10" /> + <hkern u1="v" u2="ė" k="10" /> + <hkern u1="v" u2="ĕ" k="10" /> + <hkern u1="v" u2="ē" k="10" /> + <hkern u1="v" u2="đ" k="6" /> + <hkern u1="v" u2="ď" k="6" /> + <hkern u1="v" u2="č" k="10" /> + <hkern u1="v" u2="ċ" k="10" /> + <hkern u1="v" u2="ĉ" k="10" /> + <hkern u1="v" u2="ć" k="10" /> + <hkern u1="v" u2="ø" k="10" /> + <hkern u1="v" u2="ö" k="10" /> + <hkern u1="v" u2="õ" k="10" /> + <hkern u1="v" u2="ô" k="10" /> + <hkern u1="v" u2="ó" k="10" /> + <hkern u1="v" u2="ò" k="10" /> + <hkern u1="v" u2="ð" k="6" /> + <hkern u1="v" u2="ë" k="10" /> + <hkern u1="v" u2="ê" k="10" /> + <hkern u1="v" u2="é" k="10" /> + <hkern u1="v" u2="è" k="10" /> + <hkern u1="v" u2="ç" k="10" /> + <hkern u1="v" u2="­" k="17" /> + <hkern u1="v" u2="«" k="8" /> + <hkern u1="v" u2="s" k="8" /> + <hkern u1="v" u2="q" k="6" /> + <hkern u1="v" u2="o" k="10" /> + <hkern u1="v" u2="g" k="6" /> + <hkern u1="v" u2="e" k="10" /> + <hkern u1="v" u2="d" k="6" /> + <hkern u1="v" u2="c" k="10" /> + <hkern u1="v" u2="." k="50" /> + <hkern u1="v" u2="-" k="17" /> + <hkern u1="v" u2="," k="50" /> + <hkern u1="v" u2="'" k="-5" /> + <hkern u1="v" u2=""" k="-5" /> + <hkern u1="w" u2="…" k="40" /> + <hkern u1="w" u2="”" k="-5" /> + <hkern u1="w" u2="“" k="-5" /> + <hkern u1="w" u2="‘" k="-5" /> + <hkern u1="w" u2="—" k="11" /> + <hkern u1="w" u2="–" k="11" /> + <hkern u1="w" u2="œ" k="8" /> + <hkern u1="w" u2="ö" k="8" /> + <hkern u1="w" u2="õ" k="8" /> + <hkern u1="w" u2="ô" k="8" /> + <hkern u1="w" u2="ó" k="8" /> + <hkern u1="w" u2="ò" k="8" /> + <hkern u1="w" u2="ë" k="8" /> + <hkern u1="w" u2="ê" k="8" /> + <hkern u1="w" u2="é" k="8" /> + <hkern u1="w" u2="è" k="8" /> + <hkern u1="w" u2="ç" k="8" /> + <hkern u1="w" u2="«" k="8" /> + <hkern u1="w" u2="q" k="6" /> + <hkern u1="w" u2="o" k="8" /> + <hkern u1="w" u2="e" k="8" /> + <hkern u1="w" u2="," k="40" /> + <hkern u1="w" u2=""" k="-5" /> + <hkern u1="x" g2="aogonek.ss01" k="10" /> + <hkern u1="x" g2="aringacute.ss01" k="10" /> + <hkern u1="x" g2="aring.ss01" k="10" /> + <hkern u1="x" g2="abreve.ss01" k="10" /> + <hkern u1="x" g2="amacron.ss01" k="10" /> + <hkern u1="x" g2="adieresis.ss01" k="10" /> + <hkern u1="x" g2="atilde.ss01" k="10" /> + <hkern u1="x" g2="acircumflex.ss01" k="10" /> + <hkern u1="x" g2="aacute.ss01" k="10" /> + <hkern u1="x" g2="agrave.ss01" k="10" /> + <hkern u1="x" g2="a.ss01" k="10" /> + <hkern u1="x" u2="—" k="40" /> + <hkern u1="x" u2="–" k="40" /> + <hkern u1="x" u2="ǿ" k="8" /> + <hkern u1="x" u2="œ" k="13" /> + <hkern u1="x" u2="ő" k="13" /> + <hkern u1="x" u2="ŏ" k="13" /> + <hkern u1="x" u2="ō" k="13" /> + <hkern u1="x" u2="ģ" k="11" /> + <hkern u1="x" u2="ġ" k="11" /> + <hkern u1="x" u2="ğ" k="11" /> + <hkern u1="x" u2="ĝ" k="11" /> + <hkern u1="x" u2="ě" k="13" /> + <hkern u1="x" u2="ę" k="13" /> + <hkern u1="x" u2="ė" k="13" /> + <hkern u1="x" u2="ĕ" k="13" /> + <hkern u1="x" u2="ē" k="13" /> + <hkern u1="x" u2="đ" k="10" /> + <hkern u1="x" u2="ď" k="10" /> + <hkern u1="x" u2="č" k="13" /> + <hkern u1="x" u2="ċ" k="13" /> + <hkern u1="x" u2="ĉ" k="13" /> + <hkern u1="x" u2="ć" k="13" /> + <hkern u1="x" u2="ø" k="8" /> + <hkern u1="x" u2="ö" k="13" /> + <hkern u1="x" u2="õ" k="13" /> + <hkern u1="x" u2="ô" k="13" /> + <hkern u1="x" u2="ó" k="13" /> + <hkern u1="x" u2="ò" k="13" /> + <hkern u1="x" u2="ð" k="10" /> + <hkern u1="x" u2="ë" k="13" /> + <hkern u1="x" u2="ê" k="13" /> + <hkern u1="x" u2="é" k="13" /> + <hkern u1="x" u2="è" k="13" /> + <hkern u1="x" u2="ç" k="13" /> + <hkern u1="x" u2="­" k="40" /> + <hkern u1="x" u2="«" k="20" /> + <hkern u1="x" u2="q" k="10" /> + <hkern u1="x" u2="o" k="13" /> + <hkern u1="x" u2="g" k="11" /> + <hkern u1="x" u2="e" k="13" /> + <hkern u1="x" u2="d" k="10" /> + <hkern u1="x" u2="c" k="13" /> + <hkern u1="x" u2="-" k="40" /> + <hkern u1="y" g2="aogonek.ss01" k="9" /> + <hkern u1="y" g2="aringacute.ss01" k="9" /> + <hkern u1="y" g2="aring.ss01" k="9" /> + <hkern u1="y" g2="abreve.ss01" k="9" /> + <hkern u1="y" g2="amacron.ss01" k="9" /> + <hkern u1="y" g2="adieresis.ss01" k="9" /> + <hkern u1="y" g2="atilde.ss01" k="9" /> + <hkern u1="y" g2="acircumflex.ss01" k="9" /> + <hkern u1="y" g2="aacute.ss01" k="9" /> + <hkern u1="y" g2="agrave.ss01" k="9" /> + <hkern u1="y" g2="a.ss01" k="9" /> + <hkern u1="y" u2="…" k="50" /> + <hkern u1="y" u2="“" k="-5" /> + <hkern u1="y" u2="‘" k="-5" /> + <hkern u1="y" u2="—" k="19" /> + <hkern u1="y" u2="–" k="19" /> + <hkern u1="y" u2="ș" k="6" /> + <hkern u1="y" u2="ǿ" k="15" /> + <hkern u1="y" u2="ǽ" k="6" /> + <hkern u1="y" u2="ǻ" k="6" /> + <hkern u1="y" u2="š" k="6" /> + <hkern u1="y" u2="ş" k="6" /> + <hkern u1="y" u2="ŝ" k="6" /> + <hkern u1="y" u2="ś" k="6" /> + <hkern u1="y" u2="œ" k="15" /> + <hkern u1="y" u2="ő" k="15" /> + <hkern u1="y" u2="ŏ" k="15" /> + <hkern u1="y" u2="ō" k="15" /> + <hkern u1="y" u2="ģ" k="11" /> + <hkern u1="y" u2="ġ" k="11" /> + <hkern u1="y" u2="ğ" k="11" /> + <hkern u1="y" u2="ĝ" k="11" /> + <hkern u1="y" u2="ě" k="15" /> + <hkern u1="y" u2="ę" k="15" /> + <hkern u1="y" u2="ė" k="15" /> + <hkern u1="y" u2="ĕ" k="15" /> + <hkern u1="y" u2="ē" k="15" /> + <hkern u1="y" u2="đ" k="9" /> + <hkern u1="y" u2="ď" k="9" /> + <hkern u1="y" u2="č" k="15" /> + <hkern u1="y" u2="ċ" k="15" /> + <hkern u1="y" u2="ĉ" k="15" /> + <hkern u1="y" u2="ć" k="15" /> + <hkern u1="y" u2="ą" k="6" /> + <hkern u1="y" u2="ă" k="6" /> + <hkern u1="y" u2="ā" k="6" /> + <hkern u1="y" u2="ø" k="15" /> + <hkern u1="y" u2="ö" k="15" /> + <hkern u1="y" u2="õ" k="15" /> + <hkern u1="y" u2="ô" k="15" /> + <hkern u1="y" u2="ó" k="15" /> + <hkern u1="y" u2="ò" k="15" /> + <hkern u1="y" u2="ð" k="9" /> + <hkern u1="y" u2="ë" k="15" /> + <hkern u1="y" u2="ê" k="15" /> + <hkern u1="y" u2="é" k="15" /> + <hkern u1="y" u2="è" k="15" /> + <hkern u1="y" u2="ç" k="15" /> + <hkern u1="y" u2="æ" k="6" /> + <hkern u1="y" u2="å" k="6" /> + <hkern u1="y" u2="ä" k="6" /> + <hkern u1="y" u2="ã" k="6" /> + <hkern u1="y" u2="â" k="6" /> + <hkern u1="y" u2="á" k="6" /> + <hkern u1="y" u2="à" k="6" /> + <hkern u1="y" u2="­" k="19" /> + <hkern u1="y" u2="«" k="9" /> + <hkern u1="y" u2="s" k="6" /> + <hkern u1="y" u2="q" k="9" /> + <hkern u1="y" u2="o" k="15" /> + <hkern u1="y" u2="g" k="11" /> + <hkern u1="y" u2="e" k="15" /> + <hkern u1="y" u2="d" k="9" /> + <hkern u1="y" u2="c" k="15" /> + <hkern u1="y" u2="a" k="6" /> + <hkern u1="y" u2="." k="50" /> + <hkern u1="y" u2="-" k="19" /> + <hkern u1="y" u2="," k="50" /> + <hkern u1="y" u2="'" k="-5" /> + <hkern u1="y" u2=""" k="-5" /> + <hkern u1="{" u2="ĵ" k="-24" /> + <hkern u1="{" u2="j" k="-24" /> + <hkern u1="¡" u2="Ỳ" k="34" /> + <hkern u1="¡" u2="Ẅ" k="17" /> + <hkern u1="¡" u2="Ẃ" k="17" /> + <hkern u1="¡" u2="Ẁ" k="17" /> + <hkern u1="¡" u2="Ț" k="25" /> + <hkern u1="¡" u2="Ÿ" k="34" /> + <hkern u1="¡" u2="Ŷ" k="34" /> + <hkern u1="¡" u2="Ŵ" k="17" /> + <hkern u1="¡" u2="Ť" k="25" /> + <hkern u1="¡" u2="Ţ" k="25" /> + <hkern u1="¡" u2="ĵ" k="-24" /> + <hkern u1="¡" u2="Ý" k="34" /> + <hkern u1="¡" u2="j" k="-24" /> + <hkern u1="¡" u2="Y" k="34" /> + <hkern u1="¡" u2="W" k="17" /> + <hkern u1="¡" u2="V" k="22" /> + <hkern u1="¡" u2="T" k="25" /> + <hkern u1="«" u2="Ÿ" k="35" /> + <hkern u1="«" u2="X" k="7" /> + <hkern u1="«" u2="V" k="22" /> + <hkern u1="­" u2="Ÿ" k="80" /> + <hkern u1="­" u2="Å" k="13" /> + <hkern u1="­" u2="Ä" k="13" /> + <hkern u1="­" u2="Ã" k="13" /> + <hkern u1="­" u2="Â" k="13" /> + <hkern u1="­" u2="Á" k="13" /> + <hkern u1="­" u2="À" k="13" /> + <hkern u1="­" u2="y" k="19" /> + <hkern u1="­" u2="x" k="40" /> + <hkern u1="­" u2="v" k="17" /> + <hkern u1="­" u2="X" k="46" /> + <hkern u1="­" u2="V" k="40" /> + <hkern u1="·" u2="Ỳ" k="62" /> + <hkern u1="·" u2="Ẅ" k="24" /> + <hkern u1="·" u2="Ẃ" k="24" /> + <hkern u1="·" u2="Ẁ" k="24" /> + <hkern u1="·" u2="Ț" k="42" /> + <hkern u1="·" u2="Ǻ" k="26" /> + <hkern u1="·" u2="Ÿ" k="62" /> + <hkern u1="·" u2="Ŷ" k="62" /> + <hkern u1="·" u2="Ŵ" k="24" /> + <hkern u1="·" u2="Ť" k="42" /> + <hkern u1="·" u2="Ţ" k="42" /> + <hkern u1="·" u2="Ĵ" k="35" /> + <hkern u1="·" u2="Ą" k="26" /> + <hkern u1="·" u2="Ă" k="26" /> + <hkern u1="·" u2="Ā" k="26" /> + <hkern u1="·" u2="Ý" k="62" /> + <hkern u1="·" u2="Å" k="26" /> + <hkern u1="·" u2="Ä" k="26" /> + <hkern u1="·" u2="Ã" k="26" /> + <hkern u1="·" u2="Â" k="26" /> + <hkern u1="·" u2="Á" k="26" /> + <hkern u1="·" u2="À" k="26" /> + <hkern u1="·" u2="Y" k="62" /> + <hkern u1="·" u2="X" k="38" /> + <hkern u1="·" u2="W" k="24" /> + <hkern u1="·" u2="V" k="31" /> + <hkern u1="·" u2="T" k="42" /> + <hkern u1="·" u2="J" k="35" /> + <hkern u1="·" u2="A" k="26" /> + <hkern u1="»" u2="Ỳ" k="64" /> + <hkern u1="»" u2="ẅ" k="8" /> + <hkern u1="»" u2="Ẅ" k="40" /> + <hkern u1="»" u2="ẃ" k="8" /> + <hkern u1="»" u2="Ẃ" k="40" /> + <hkern u1="»" u2="ẁ" k="8" /> + <hkern u1="»" u2="Ẁ" k="40" /> + <hkern u1="»" u2="Ț" k="45" /> + <hkern u1="»" u2="Ǻ" k="15" /> + <hkern u1="»" u2="Ÿ" k="64" /> + <hkern u1="»" u2="Ŷ" k="64" /> + <hkern u1="»" u2="ŵ" k="8" /> + <hkern u1="»" u2="Ŵ" k="40" /> + <hkern u1="»" u2="Ť" k="45" /> + <hkern u1="»" u2="Ţ" k="45" /> + <hkern u1="»" u2="Ĵ" k="17" /> + <hkern u1="»" u2="Ą" k="15" /> + <hkern u1="»" u2="Ă" k="15" /> + <hkern u1="»" u2="Ā" k="15" /> + <hkern u1="»" u2="Ý" k="64" /> + <hkern u1="»" u2="Å" k="15" /> + <hkern u1="»" u2="Ä" k="15" /> + <hkern u1="»" u2="Ã" k="15" /> + <hkern u1="»" u2="Â" k="15" /> + <hkern u1="»" u2="Á" k="15" /> + <hkern u1="»" u2="À" k="15" /> + <hkern u1="»" u2="y" k="9" /> + <hkern u1="»" u2="x" k="20" /> + <hkern u1="»" u2="w" k="8" /> + <hkern u1="»" u2="v" k="8" /> + <hkern u1="»" u2="Y" k="64" /> + <hkern u1="»" u2="X" k="47" /> + <hkern u1="»" u2="W" k="40" /> + <hkern u1="»" u2="V" k="45" /> + <hkern u1="»" u2="T" k="45" /> + <hkern u1="»" u2="J" k="17" /> + <hkern u1="»" u2="A" k="15" /> + <hkern u1="¿" u2="Ỳ" k="67" /> + <hkern u1="¿" u2="Ẅ" k="57" /> + <hkern u1="¿" u2="Ẃ" k="57" /> + <hkern u1="¿" u2="Ẁ" k="57" /> + <hkern u1="¿" u2="Ț" k="64" /> + <hkern u1="¿" u2="Ÿ" k="67" /> + <hkern u1="¿" u2="Ŷ" k="67" /> + <hkern u1="¿" u2="Ŵ" k="57" /> + <hkern u1="¿" u2="Ť" k="64" /> + <hkern u1="¿" u2="Ţ" k="64" /> + <hkern u1="¿" u2="ĵ" k="-64" /> + <hkern u1="¿" u2="Ý" k="67" /> + <hkern u1="¿" u2="j" k="-64" /> + <hkern u1="¿" u2="Y" k="67" /> + <hkern u1="¿" u2="W" k="57" /> + <hkern u1="¿" u2="V" k="62" /> + <hkern u1="¿" u2="T" k="64" /> + <hkern u1="À" g2="Gcommaaccent.ss01" k="15" /> + <hkern u1="À" g2="Gdotaccent.ss01" k="15" /> + <hkern u1="À" g2="Gbreve.ss01" k="15" /> + <hkern u1="À" g2="Gcircumflex.ss01" k="15" /> + <hkern u1="À" g2="G.ss01" k="15" /> + <hkern u1="À" g2="Ccedilla.ss01" k="15" /> + <hkern u1="À" g2="Cdotaccent.ss01" k="15" /> + <hkern u1="À" g2="Ccaron.ss01" k="15" /> + <hkern u1="À" g2="Ccircumflex.ss01" k="15" /> + <hkern u1="À" g2="Cacute.ss01" k="15" /> + <hkern u1="À" g2="C.ss01" k="15" /> + <hkern u1="À" g2="aogonek.ss01" k="3" /> + <hkern u1="À" g2="aringacute.ss01" k="3" /> + <hkern u1="À" g2="aring.ss01" k="3" /> + <hkern u1="À" g2="abreve.ss01" k="3" /> + <hkern u1="À" g2="amacron.ss01" k="3" /> + <hkern u1="À" g2="adieresis.ss01" k="3" /> + <hkern u1="À" g2="atilde.ss01" k="3" /> + <hkern u1="À" g2="acircumflex.ss01" k="3" /> + <hkern u1="À" g2="aacute.ss01" k="3" /> + <hkern u1="À" g2="agrave.ss01" k="3" /> + <hkern u1="À" g2="a.ss01" k="3" /> + <hkern u1="À" g2="uniFB04" k="10" /> + <hkern u1="À" g2="uniFB03" k="10" /> + <hkern u1="À" g2="uniFB02" k="10" /> + <hkern u1="À" g2="uniFB01" k="10" /> + <hkern u1="À" g2="uniFB00" k="10" /> + <hkern u1="À" u2="∙" k="26" /> + <hkern u1="À" u2="™" k="70" /> + <hkern u1="À" u2="…" k="-15" /> + <hkern u1="À" u2="•" k="26" /> + <hkern u1="À" u2="”" k="72" /> + <hkern u1="À" u2="“" k="72" /> + <hkern u1="À" u2="’" k="72" /> + <hkern u1="À" u2="‘" k="72" /> + <hkern u1="À" u2="—" k="13" /> + <hkern u1="À" u2="–" k="13" /> + <hkern u1="À" u2="Ỳ" k="48" /> + <hkern u1="À" u2="ẅ" k="32" /> + <hkern u1="À" u2="Ẅ" k="20" /> + <hkern u1="À" u2="ẃ" k="32" /> + <hkern u1="À" u2="Ẃ" k="20" /> + <hkern u1="À" u2="ẁ" k="32" /> + <hkern u1="À" u2="Ẁ" k="20" /> + <hkern u1="À" u2="ț" k="12" /> + <hkern u1="À" u2="Ț" k="44" /> + <hkern u1="À" u2="Ș" k="3" /> + <hkern u1="À" u2="Ÿ" k="48" /> + <hkern u1="À" u2="Ŷ" k="48" /> + <hkern u1="À" u2="ŵ" k="32" /> + <hkern u1="À" u2="Ŵ" k="20" /> + <hkern u1="À" u2="ų" k="4" /> + <hkern u1="À" u2="Ų" k="12" /> + <hkern u1="À" u2="ű" k="4" /> + <hkern u1="À" u2="Ű" k="12" /> + <hkern u1="À" u2="ů" k="4" /> + <hkern u1="À" u2="Ů" k="12" /> + <hkern u1="À" u2="ŭ" k="4" /> + <hkern u1="À" u2="Ŭ" k="12" /> + <hkern u1="À" u2="ū" k="4" /> + <hkern u1="À" u2="Ū" k="12" /> + <hkern u1="À" u2="ũ" k="4" /> + <hkern u1="À" u2="Ũ" k="12" /> + <hkern u1="À" u2="ť" k="12" /> + <hkern u1="À" u2="Ť" k="44" /> + <hkern u1="À" u2="ţ" k="12" /> + <hkern u1="À" u2="Ţ" k="44" /> + <hkern u1="À" u2="Š" k="3" /> + <hkern u1="À" u2="Ş" k="3" /> + <hkern u1="À" u2="Ŝ" k="3" /> + <hkern u1="À" u2="Ś" k="3" /> + <hkern u1="À" u2="œ" k="7" /> + <hkern u1="À" u2="Œ" k="15" /> + <hkern u1="À" u2="ő" k="7" /> + <hkern u1="À" u2="Ő" k="15" /> + <hkern u1="À" u2="ŏ" k="7" /> + <hkern u1="À" u2="Ŏ" k="15" /> + <hkern u1="À" u2="ō" k="7" /> + <hkern u1="À" u2="Ō" k="15" /> + <hkern u1="À" u2="ľ" k="4" /> + <hkern u1="À" u2="ļ" k="4" /> + <hkern u1="À" u2="ĺ" k="4" /> + <hkern u1="À" u2="Ģ" k="15" /> + <hkern u1="À" u2="Ġ" k="15" /> + <hkern u1="À" u2="Ğ" k="15" /> + <hkern u1="À" u2="Ĝ" k="15" /> + <hkern u1="À" u2="ě" k="7" /> + <hkern u1="À" u2="ę" k="7" /> + <hkern u1="À" u2="ė" k="7" /> + <hkern u1="À" u2="ĕ" k="7" /> + <hkern u1="À" u2="ē" k="7" /> + <hkern u1="À" u2="đ" k="3" /> + <hkern u1="À" u2="ď" k="3" /> + <hkern u1="À" u2="č" k="7" /> + <hkern u1="À" u2="Č" k="15" /> + <hkern u1="À" u2="ċ" k="7" /> + <hkern u1="À" u2="Ċ" k="15" /> + <hkern u1="À" u2="ĉ" k="7" /> + <hkern u1="À" u2="Ĉ" k="15" /> + <hkern u1="À" u2="ć" k="7" /> + <hkern u1="À" u2="Ć" k="15" /> + <hkern u1="À" u2="ü" k="4" /> + <hkern u1="À" u2="û" k="4" /> + <hkern u1="À" u2="ú" k="4" /> + <hkern u1="À" u2="ù" k="4" /> + <hkern u1="À" u2="ö" k="7" /> + <hkern u1="À" u2="õ" k="7" /> + <hkern u1="À" u2="ô" k="7" /> + <hkern u1="À" u2="ó" k="7" /> + <hkern u1="À" u2="ò" k="7" /> + <hkern u1="À" u2="ð" k="3" /> + <hkern u1="À" u2="ë" k="7" /> + <hkern u1="À" u2="ê" k="7" /> + <hkern u1="À" u2="é" k="7" /> + <hkern u1="À" u2="è" k="7" /> + <hkern u1="À" u2="ç" k="7" /> + <hkern u1="À" u2="Ý" k="48" /> + <hkern u1="À" u2="Ü" k="12" /> + <hkern u1="À" u2="Û" k="12" /> + <hkern u1="À" u2="Ú" k="12" /> + <hkern u1="À" u2="Ù" k="12" /> + <hkern u1="À" u2="Ö" k="15" /> + <hkern u1="À" u2="Õ" k="15" /> + <hkern u1="À" u2="Ô" k="15" /> + <hkern u1="À" u2="Ó" k="15" /> + <hkern u1="À" u2="Ò" k="15" /> + <hkern u1="À" u2="Ç" k="15" /> + <hkern u1="À" u2="º" k="70" /> + <hkern u1="À" u2="·" k="26" /> + <hkern u1="À" u2="®" k="44" /> + <hkern u1="À" u2="­" k="13" /> + <hkern u1="À" u2="«" k="15" /> + <hkern u1="À" u2="ª" k="70" /> + <hkern u1="À" u2="y" k="36" /> + <hkern u1="À" u2="w" k="32" /> + <hkern u1="À" u2="v" k="38" /> + <hkern u1="À" u2="u" k="4" /> + <hkern u1="À" u2="t" k="12" /> + <hkern u1="À" u2="q" k="3" /> + <hkern u1="À" u2="o" k="7" /> + <hkern u1="À" u2="l" k="4" /> + <hkern u1="À" u2="f" k="10" /> + <hkern u1="À" u2="e" k="7" /> + <hkern u1="À" u2="d" k="3" /> + <hkern u1="À" u2="c" k="7" /> + <hkern u1="À" u2="Y" k="48" /> + <hkern u1="À" u2="W" k="20" /> + <hkern u1="À" u2="V" k="36" /> + <hkern u1="À" u2="U" k="12" /> + <hkern u1="À" u2="T" k="44" /> + <hkern u1="À" u2="S" k="3" /> + <hkern u1="À" u2="Q" k="15" /> + <hkern u1="À" u2="O" k="15" /> + <hkern u1="À" u2="G" k="15" /> + <hkern u1="À" u2="C" k="15" /> + <hkern u1="À" u2="?" k="40" /> + <hkern u1="À" u2=";" k="-5" /> + <hkern u1="À" u2=":" k="-5" /> + <hkern u1="À" u2="." k="-15" /> + <hkern u1="À" u2="-" k="13" /> + <hkern u1="À" u2="," k="-15" /> + <hkern u1="À" u2="*" k="70" /> + <hkern u1="À" u2="'" k="72" /> + <hkern u1="À" u2=""" k="72" /> + <hkern u1="Á" g2="Gcommaaccent.ss01" k="15" /> + <hkern u1="Á" g2="Gdotaccent.ss01" k="15" /> + <hkern u1="Á" g2="Gbreve.ss01" k="15" /> + <hkern u1="Á" g2="Gcircumflex.ss01" k="15" /> + <hkern u1="Á" g2="G.ss01" k="15" /> + <hkern u1="Á" g2="Ccedilla.ss01" k="15" /> + <hkern u1="Á" g2="Cdotaccent.ss01" k="15" /> + <hkern u1="Á" g2="Ccaron.ss01" k="15" /> + <hkern u1="Á" g2="Ccircumflex.ss01" k="15" /> + <hkern u1="Á" g2="Cacute.ss01" k="15" /> + <hkern u1="Á" g2="C.ss01" k="15" /> + <hkern u1="Á" g2="aogonek.ss01" k="3" /> + <hkern u1="Á" g2="aringacute.ss01" k="3" /> + <hkern u1="Á" g2="aring.ss01" k="3" /> + <hkern u1="Á" g2="abreve.ss01" k="3" /> + <hkern u1="Á" g2="amacron.ss01" k="3" /> + <hkern u1="Á" g2="adieresis.ss01" k="3" /> + <hkern u1="Á" g2="atilde.ss01" k="3" /> + <hkern u1="Á" g2="acircumflex.ss01" k="3" /> + <hkern u1="Á" g2="aacute.ss01" k="3" /> + <hkern u1="Á" g2="agrave.ss01" k="3" /> + <hkern u1="Á" g2="a.ss01" k="3" /> + <hkern u1="Á" g2="uniFB04" k="10" /> + <hkern u1="Á" g2="uniFB03" k="10" /> + <hkern u1="Á" g2="uniFB02" k="10" /> + <hkern u1="Á" g2="uniFB01" k="10" /> + <hkern u1="Á" g2="uniFB00" k="10" /> + <hkern u1="Á" u2="∙" k="26" /> + <hkern u1="Á" u2="™" k="70" /> + <hkern u1="Á" u2="…" k="-15" /> + <hkern u1="Á" u2="•" k="26" /> + <hkern u1="Á" u2="”" k="72" /> + <hkern u1="Á" u2="“" k="72" /> + <hkern u1="Á" u2="’" k="72" /> + <hkern u1="Á" u2="‘" k="72" /> + <hkern u1="Á" u2="—" k="13" /> + <hkern u1="Á" u2="–" k="13" /> + <hkern u1="Á" u2="Ỳ" k="48" /> + <hkern u1="Á" u2="ẅ" k="32" /> + <hkern u1="Á" u2="Ẅ" k="20" /> + <hkern u1="Á" u2="ẃ" k="32" /> + <hkern u1="Á" u2="Ẃ" k="20" /> + <hkern u1="Á" u2="ẁ" k="32" /> + <hkern u1="Á" u2="Ẁ" k="20" /> + <hkern u1="Á" u2="ț" k="12" /> + <hkern u1="Á" u2="Ț" k="44" /> + <hkern u1="Á" u2="Ș" k="3" /> + <hkern u1="Á" u2="Ÿ" k="48" /> + <hkern u1="Á" u2="Ŷ" k="48" /> + <hkern u1="Á" u2="ŵ" k="32" /> + <hkern u1="Á" u2="Ŵ" k="20" /> + <hkern u1="Á" u2="ų" k="4" /> + <hkern u1="Á" u2="Ų" k="12" /> + <hkern u1="Á" u2="ű" k="4" /> + <hkern u1="Á" u2="Ű" k="12" /> + <hkern u1="Á" u2="ů" k="4" /> + <hkern u1="Á" u2="Ů" k="12" /> + <hkern u1="Á" u2="ŭ" k="4" /> + <hkern u1="Á" u2="Ŭ" k="12" /> + <hkern u1="Á" u2="ū" k="4" /> + <hkern u1="Á" u2="Ū" k="12" /> + <hkern u1="Á" u2="ũ" k="4" /> + <hkern u1="Á" u2="Ũ" k="12" /> + <hkern u1="Á" u2="ť" k="12" /> + <hkern u1="Á" u2="Ť" k="44" /> + <hkern u1="Á" u2="ţ" k="12" /> + <hkern u1="Á" u2="Ţ" k="44" /> + <hkern u1="Á" u2="Š" k="3" /> + <hkern u1="Á" u2="Ş" k="3" /> + <hkern u1="Á" u2="Ŝ" k="3" /> + <hkern u1="Á" u2="Ś" k="3" /> + <hkern u1="Á" u2="œ" k="7" /> + <hkern u1="Á" u2="Œ" k="15" /> + <hkern u1="Á" u2="ő" k="7" /> + <hkern u1="Á" u2="Ő" k="15" /> + <hkern u1="Á" u2="ŏ" k="7" /> + <hkern u1="Á" u2="Ŏ" k="15" /> + <hkern u1="Á" u2="ō" k="7" /> + <hkern u1="Á" u2="Ō" k="15" /> + <hkern u1="Á" u2="ľ" k="4" /> + <hkern u1="Á" u2="ļ" k="4" /> + <hkern u1="Á" u2="ĺ" k="4" /> + <hkern u1="Á" u2="Ģ" k="15" /> + <hkern u1="Á" u2="Ġ" k="15" /> + <hkern u1="Á" u2="Ğ" k="15" /> + <hkern u1="Á" u2="Ĝ" k="15" /> + <hkern u1="Á" u2="ě" k="7" /> + <hkern u1="Á" u2="ę" k="7" /> + <hkern u1="Á" u2="ė" k="7" /> + <hkern u1="Á" u2="ĕ" k="7" /> + <hkern u1="Á" u2="ē" k="7" /> + <hkern u1="Á" u2="đ" k="3" /> + <hkern u1="Á" u2="ď" k="3" /> + <hkern u1="Á" u2="č" k="7" /> + <hkern u1="Á" u2="Č" k="15" /> + <hkern u1="Á" u2="ċ" k="7" /> + <hkern u1="Á" u2="Ċ" k="15" /> + <hkern u1="Á" u2="ĉ" k="7" /> + <hkern u1="Á" u2="Ĉ" k="15" /> + <hkern u1="Á" u2="ć" k="7" /> + <hkern u1="Á" u2="Ć" k="15" /> + <hkern u1="Á" u2="ü" k="4" /> + <hkern u1="Á" u2="û" k="4" /> + <hkern u1="Á" u2="ú" k="4" /> + <hkern u1="Á" u2="ù" k="4" /> + <hkern u1="Á" u2="ö" k="7" /> + <hkern u1="Á" u2="õ" k="7" /> + <hkern u1="Á" u2="ô" k="7" /> + <hkern u1="Á" u2="ó" k="7" /> + <hkern u1="Á" u2="ò" k="7" /> + <hkern u1="Á" u2="ð" k="3" /> + <hkern u1="Á" u2="ë" k="7" /> + <hkern u1="Á" u2="ê" k="7" /> + <hkern u1="Á" u2="é" k="7" /> + <hkern u1="Á" u2="è" k="7" /> + <hkern u1="Á" u2="ç" k="7" /> + <hkern u1="Á" u2="Ý" k="48" /> + <hkern u1="Á" u2="Ü" k="12" /> + <hkern u1="Á" u2="Û" k="12" /> + <hkern u1="Á" u2="Ú" k="12" /> + <hkern u1="Á" u2="Ù" k="12" /> + <hkern u1="Á" u2="Ö" k="15" /> + <hkern u1="Á" u2="Õ" k="15" /> + <hkern u1="Á" u2="Ô" k="15" /> + <hkern u1="Á" u2="Ó" k="15" /> + <hkern u1="Á" u2="Ò" k="15" /> + <hkern u1="Á" u2="Ç" k="15" /> + <hkern u1="Á" u2="º" k="70" /> + <hkern u1="Á" u2="·" k="26" /> + <hkern u1="Á" u2="®" k="44" /> + <hkern u1="Á" u2="­" k="13" /> + <hkern u1="Á" u2="«" k="15" /> + <hkern u1="Á" u2="ª" k="70" /> + <hkern u1="Á" u2="y" k="36" /> + <hkern u1="Á" u2="w" k="32" /> + <hkern u1="Á" u2="v" k="38" /> + <hkern u1="Á" u2="u" k="4" /> + <hkern u1="Á" u2="t" k="12" /> + <hkern u1="Á" u2="q" k="3" /> + <hkern u1="Á" u2="o" k="7" /> + <hkern u1="Á" u2="l" k="4" /> + <hkern u1="Á" u2="f" k="10" /> + <hkern u1="Á" u2="e" k="7" /> + <hkern u1="Á" u2="d" k="3" /> + <hkern u1="Á" u2="c" k="7" /> + <hkern u1="Á" u2="Y" k="48" /> + <hkern u1="Á" u2="W" k="20" /> + <hkern u1="Á" u2="V" k="36" /> + <hkern u1="Á" u2="U" k="12" /> + <hkern u1="Á" u2="T" k="44" /> + <hkern u1="Á" u2="S" k="3" /> + <hkern u1="Á" u2="Q" k="15" /> + <hkern u1="Á" u2="O" k="15" /> + <hkern u1="Á" u2="G" k="15" /> + <hkern u1="Á" u2="C" k="15" /> + <hkern u1="Á" u2="?" k="40" /> + <hkern u1="Á" u2=";" k="-5" /> + <hkern u1="Á" u2=":" k="-5" /> + <hkern u1="Á" u2="." k="-15" /> + <hkern u1="Á" u2="-" k="13" /> + <hkern u1="Á" u2="," k="-15" /> + <hkern u1="Á" u2="*" k="70" /> + <hkern u1="Á" u2="'" k="72" /> + <hkern u1="Á" u2=""" k="72" /> + <hkern u1="Â" g2="Gcommaaccent.ss01" k="15" /> + <hkern u1="Â" g2="Gdotaccent.ss01" k="15" /> + <hkern u1="Â" g2="Gbreve.ss01" k="15" /> + <hkern u1="Â" g2="Gcircumflex.ss01" k="15" /> + <hkern u1="Â" g2="G.ss01" k="15" /> + <hkern u1="Â" g2="Ccedilla.ss01" k="15" /> + <hkern u1="Â" g2="Cdotaccent.ss01" k="15" /> + <hkern u1="Â" g2="Ccaron.ss01" k="15" /> + <hkern u1="Â" g2="Ccircumflex.ss01" k="15" /> + <hkern u1="Â" g2="Cacute.ss01" k="15" /> + <hkern u1="Â" g2="C.ss01" k="15" /> + <hkern u1="Â" g2="aogonek.ss01" k="3" /> + <hkern u1="Â" g2="aringacute.ss01" k="3" /> + <hkern u1="Â" g2="aring.ss01" k="3" /> + <hkern u1="Â" g2="abreve.ss01" k="3" /> + <hkern u1="Â" g2="amacron.ss01" k="3" /> + <hkern u1="Â" g2="adieresis.ss01" k="3" /> + <hkern u1="Â" g2="atilde.ss01" k="3" /> + <hkern u1="Â" g2="acircumflex.ss01" k="3" /> + <hkern u1="Â" g2="aacute.ss01" k="3" /> + <hkern u1="Â" g2="agrave.ss01" k="3" /> + <hkern u1="Â" g2="a.ss01" k="3" /> + <hkern u1="Â" g2="uniFB04" k="10" /> + <hkern u1="Â" g2="uniFB03" k="10" /> + <hkern u1="Â" g2="uniFB02" k="10" /> + <hkern u1="Â" g2="uniFB01" k="10" /> + <hkern u1="Â" g2="uniFB00" k="10" /> + <hkern u1="Â" u2="∙" k="26" /> + <hkern u1="Â" u2="™" k="70" /> + <hkern u1="Â" u2="…" k="-15" /> + <hkern u1="Â" u2="•" k="26" /> + <hkern u1="Â" u2="”" k="72" /> + <hkern u1="Â" u2="“" k="72" /> + <hkern u1="Â" u2="’" k="72" /> + <hkern u1="Â" u2="‘" k="72" /> + <hkern u1="Â" u2="—" k="13" /> + <hkern u1="Â" u2="–" k="13" /> + <hkern u1="Â" u2="Ỳ" k="48" /> + <hkern u1="Â" u2="ẅ" k="32" /> + <hkern u1="Â" u2="Ẅ" k="20" /> + <hkern u1="Â" u2="ẃ" k="32" /> + <hkern u1="Â" u2="Ẃ" k="20" /> + <hkern u1="Â" u2="ẁ" k="32" /> + <hkern u1="Â" u2="Ẁ" k="20" /> + <hkern u1="Â" u2="ț" k="12" /> + <hkern u1="Â" u2="Ț" k="44" /> + <hkern u1="Â" u2="Ș" k="3" /> + <hkern u1="Â" u2="Ÿ" k="48" /> + <hkern u1="Â" u2="Ŷ" k="48" /> + <hkern u1="Â" u2="ŵ" k="32" /> + <hkern u1="Â" u2="Ŵ" k="20" /> + <hkern u1="Â" u2="ų" k="4" /> + <hkern u1="Â" u2="Ų" k="12" /> + <hkern u1="Â" u2="ű" k="4" /> + <hkern u1="Â" u2="Ű" k="12" /> + <hkern u1="Â" u2="ů" k="4" /> + <hkern u1="Â" u2="Ů" k="12" /> + <hkern u1="Â" u2="ŭ" k="4" /> + <hkern u1="Â" u2="Ŭ" k="12" /> + <hkern u1="Â" u2="ū" k="4" /> + <hkern u1="Â" u2="Ū" k="12" /> + <hkern u1="Â" u2="ũ" k="4" /> + <hkern u1="Â" u2="Ũ" k="12" /> + <hkern u1="Â" u2="ť" k="12" /> + <hkern u1="Â" u2="Ť" k="44" /> + <hkern u1="Â" u2="ţ" k="12" /> + <hkern u1="Â" u2="Ţ" k="44" /> + <hkern u1="Â" u2="Š" k="3" /> + <hkern u1="Â" u2="Ş" k="3" /> + <hkern u1="Â" u2="Ŝ" k="3" /> + <hkern u1="Â" u2="Ś" k="3" /> + <hkern u1="Â" u2="œ" k="7" /> + <hkern u1="Â" u2="Œ" k="15" /> + <hkern u1="Â" u2="ő" k="7" /> + <hkern u1="Â" u2="Ő" k="15" /> + <hkern u1="Â" u2="ŏ" k="7" /> + <hkern u1="Â" u2="Ŏ" k="15" /> + <hkern u1="Â" u2="ō" k="7" /> + <hkern u1="Â" u2="Ō" k="15" /> + <hkern u1="Â" u2="ľ" k="4" /> + <hkern u1="Â" u2="ļ" k="4" /> + <hkern u1="Â" u2="ĺ" k="4" /> + <hkern u1="Â" u2="Ģ" k="15" /> + <hkern u1="Â" u2="Ġ" k="15" /> + <hkern u1="Â" u2="Ğ" k="15" /> + <hkern u1="Â" u2="Ĝ" k="15" /> + <hkern u1="Â" u2="ě" k="7" /> + <hkern u1="Â" u2="ę" k="7" /> + <hkern u1="Â" u2="ė" k="7" /> + <hkern u1="Â" u2="ĕ" k="7" /> + <hkern u1="Â" u2="ē" k="7" /> + <hkern u1="Â" u2="đ" k="3" /> + <hkern u1="Â" u2="ď" k="3" /> + <hkern u1="Â" u2="č" k="7" /> + <hkern u1="Â" u2="Č" k="15" /> + <hkern u1="Â" u2="ċ" k="7" /> + <hkern u1="Â" u2="Ċ" k="15" /> + <hkern u1="Â" u2="ĉ" k="7" /> + <hkern u1="Â" u2="Ĉ" k="15" /> + <hkern u1="Â" u2="ć" k="7" /> + <hkern u1="Â" u2="Ć" k="15" /> + <hkern u1="Â" u2="ü" k="4" /> + <hkern u1="Â" u2="û" k="4" /> + <hkern u1="Â" u2="ú" k="4" /> + <hkern u1="Â" u2="ù" k="4" /> + <hkern u1="Â" u2="ö" k="7" /> + <hkern u1="Â" u2="õ" k="7" /> + <hkern u1="Â" u2="ô" k="7" /> + <hkern u1="Â" u2="ó" k="7" /> + <hkern u1="Â" u2="ò" k="7" /> + <hkern u1="Â" u2="ð" k="3" /> + <hkern u1="Â" u2="ë" k="7" /> + <hkern u1="Â" u2="ê" k="7" /> + <hkern u1="Â" u2="é" k="7" /> + <hkern u1="Â" u2="è" k="7" /> + <hkern u1="Â" u2="ç" k="7" /> + <hkern u1="Â" u2="Ý" k="48" /> + <hkern u1="Â" u2="Ü" k="12" /> + <hkern u1="Â" u2="Û" k="12" /> + <hkern u1="Â" u2="Ú" k="12" /> + <hkern u1="Â" u2="Ù" k="12" /> + <hkern u1="Â" u2="Ö" k="15" /> + <hkern u1="Â" u2="Õ" k="15" /> + <hkern u1="Â" u2="Ô" k="15" /> + <hkern u1="Â" u2="Ó" k="15" /> + <hkern u1="Â" u2="Ò" k="15" /> + <hkern u1="Â" u2="Ç" k="15" /> + <hkern u1="Â" u2="º" k="70" /> + <hkern u1="Â" u2="·" k="26" /> + <hkern u1="Â" u2="®" k="44" /> + <hkern u1="Â" u2="­" k="13" /> + <hkern u1="Â" u2="«" k="15" /> + <hkern u1="Â" u2="ª" k="70" /> + <hkern u1="Â" u2="y" k="36" /> + <hkern u1="Â" u2="w" k="32" /> + <hkern u1="Â" u2="v" k="38" /> + <hkern u1="Â" u2="u" k="4" /> + <hkern u1="Â" u2="t" k="12" /> + <hkern u1="Â" u2="q" k="3" /> + <hkern u1="Â" u2="o" k="7" /> + <hkern u1="Â" u2="l" k="4" /> + <hkern u1="Â" u2="f" k="10" /> + <hkern u1="Â" u2="e" k="7" /> + <hkern u1="Â" u2="d" k="3" /> + <hkern u1="Â" u2="c" k="7" /> + <hkern u1="Â" u2="Y" k="48" /> + <hkern u1="Â" u2="W" k="20" /> + <hkern u1="Â" u2="V" k="36" /> + <hkern u1="Â" u2="U" k="12" /> + <hkern u1="Â" u2="T" k="44" /> + <hkern u1="Â" u2="S" k="3" /> + <hkern u1="Â" u2="Q" k="15" /> + <hkern u1="Â" u2="O" k="15" /> + <hkern u1="Â" u2="G" k="15" /> + <hkern u1="Â" u2="C" k="15" /> + <hkern u1="Â" u2="?" k="40" /> + <hkern u1="Â" u2=";" k="-5" /> + <hkern u1="Â" u2=":" k="-5" /> + <hkern u1="Â" u2="." k="-15" /> + <hkern u1="Â" u2="-" k="13" /> + <hkern u1="Â" u2="," k="-15" /> + <hkern u1="Â" u2="*" k="70" /> + <hkern u1="Â" u2="'" k="72" /> + <hkern u1="Â" u2=""" k="72" /> + <hkern u1="Ã" g2="Gcommaaccent.ss01" k="15" /> + <hkern u1="Ã" g2="Gdotaccent.ss01" k="15" /> + <hkern u1="Ã" g2="Gbreve.ss01" k="15" /> + <hkern u1="Ã" g2="Gcircumflex.ss01" k="15" /> + <hkern u1="Ã" g2="G.ss01" k="15" /> + <hkern u1="Ã" g2="Ccedilla.ss01" k="15" /> + <hkern u1="Ã" g2="Cdotaccent.ss01" k="15" /> + <hkern u1="Ã" g2="Ccaron.ss01" k="15" /> + <hkern u1="Ã" g2="Ccircumflex.ss01" k="15" /> + <hkern u1="Ã" g2="Cacute.ss01" k="15" /> + <hkern u1="Ã" g2="C.ss01" k="15" /> + <hkern u1="Ã" g2="aogonek.ss01" k="3" /> + <hkern u1="Ã" g2="aringacute.ss01" k="3" /> + <hkern u1="Ã" g2="aring.ss01" k="3" /> + <hkern u1="Ã" g2="abreve.ss01" k="3" /> + <hkern u1="Ã" g2="amacron.ss01" k="3" /> + <hkern u1="Ã" g2="adieresis.ss01" k="3" /> + <hkern u1="Ã" g2="atilde.ss01" k="3" /> + <hkern u1="Ã" g2="acircumflex.ss01" k="3" /> + <hkern u1="Ã" g2="aacute.ss01" k="3" /> + <hkern u1="Ã" g2="agrave.ss01" k="3" /> + <hkern u1="Ã" g2="a.ss01" k="3" /> + <hkern u1="Ã" g2="uniFB04" k="10" /> + <hkern u1="Ã" g2="uniFB03" k="10" /> + <hkern u1="Ã" g2="uniFB02" k="10" /> + <hkern u1="Ã" g2="uniFB01" k="10" /> + <hkern u1="Ã" g2="uniFB00" k="10" /> + <hkern u1="Ã" u2="∙" k="26" /> + <hkern u1="Ã" u2="™" k="70" /> + <hkern u1="Ã" u2="…" k="-15" /> + <hkern u1="Ã" u2="•" k="26" /> + <hkern u1="Ã" u2="”" k="72" /> + <hkern u1="Ã" u2="“" k="72" /> + <hkern u1="Ã" u2="’" k="72" /> + <hkern u1="Ã" u2="‘" k="72" /> + <hkern u1="Ã" u2="—" k="13" /> + <hkern u1="Ã" u2="–" k="13" /> + <hkern u1="Ã" u2="Ỳ" k="48" /> + <hkern u1="Ã" u2="ẅ" k="32" /> + <hkern u1="Ã" u2="Ẅ" k="20" /> + <hkern u1="Ã" u2="ẃ" k="32" /> + <hkern u1="Ã" u2="Ẃ" k="20" /> + <hkern u1="Ã" u2="ẁ" k="32" /> + <hkern u1="Ã" u2="Ẁ" k="20" /> + <hkern u1="Ã" u2="ț" k="12" /> + <hkern u1="Ã" u2="Ț" k="44" /> + <hkern u1="Ã" u2="Ș" k="3" /> + <hkern u1="Ã" u2="Ÿ" k="48" /> + <hkern u1="Ã" u2="Ŷ" k="48" /> + <hkern u1="Ã" u2="ŵ" k="32" /> + <hkern u1="Ã" u2="Ŵ" k="20" /> + <hkern u1="Ã" u2="ų" k="4" /> + <hkern u1="Ã" u2="Ų" k="12" /> + <hkern u1="Ã" u2="ű" k="4" /> + <hkern u1="Ã" u2="Ű" k="12" /> + <hkern u1="Ã" u2="ů" k="4" /> + <hkern u1="Ã" u2="Ů" k="12" /> + <hkern u1="Ã" u2="ŭ" k="4" /> + <hkern u1="Ã" u2="Ŭ" k="12" /> + <hkern u1="Ã" u2="ū" k="4" /> + <hkern u1="Ã" u2="Ū" k="12" /> + <hkern u1="Ã" u2="ũ" k="4" /> + <hkern u1="Ã" u2="Ũ" k="12" /> + <hkern u1="Ã" u2="ť" k="12" /> + <hkern u1="Ã" u2="Ť" k="44" /> + <hkern u1="Ã" u2="ţ" k="12" /> + <hkern u1="Ã" u2="Ţ" k="44" /> + <hkern u1="Ã" u2="Š" k="3" /> + <hkern u1="Ã" u2="Ş" k="3" /> + <hkern u1="Ã" u2="Ŝ" k="3" /> + <hkern u1="Ã" u2="Ś" k="3" /> + <hkern u1="Ã" u2="œ" k="7" /> + <hkern u1="Ã" u2="Œ" k="15" /> + <hkern u1="Ã" u2="ő" k="7" /> + <hkern u1="Ã" u2="Ő" k="15" /> + <hkern u1="Ã" u2="ŏ" k="7" /> + <hkern u1="Ã" u2="Ŏ" k="15" /> + <hkern u1="Ã" u2="ō" k="7" /> + <hkern u1="Ã" u2="Ō" k="15" /> + <hkern u1="Ã" u2="ľ" k="4" /> + <hkern u1="Ã" u2="ļ" k="4" /> + <hkern u1="Ã" u2="ĺ" k="4" /> + <hkern u1="Ã" u2="Ģ" k="15" /> + <hkern u1="Ã" u2="Ġ" k="15" /> + <hkern u1="Ã" u2="Ğ" k="15" /> + <hkern u1="Ã" u2="Ĝ" k="15" /> + <hkern u1="Ã" u2="ě" k="7" /> + <hkern u1="Ã" u2="ę" k="7" /> + <hkern u1="Ã" u2="ė" k="7" /> + <hkern u1="Ã" u2="ĕ" k="7" /> + <hkern u1="Ã" u2="ē" k="7" /> + <hkern u1="Ã" u2="đ" k="3" /> + <hkern u1="Ã" u2="ď" k="3" /> + <hkern u1="Ã" u2="č" k="7" /> + <hkern u1="Ã" u2="Č" k="15" /> + <hkern u1="Ã" u2="ċ" k="7" /> + <hkern u1="Ã" u2="Ċ" k="15" /> + <hkern u1="Ã" u2="ĉ" k="7" /> + <hkern u1="Ã" u2="Ĉ" k="15" /> + <hkern u1="Ã" u2="ć" k="7" /> + <hkern u1="Ã" u2="Ć" k="15" /> + <hkern u1="Ã" u2="ü" k="4" /> + <hkern u1="Ã" u2="û" k="4" /> + <hkern u1="Ã" u2="ú" k="4" /> + <hkern u1="Ã" u2="ù" k="4" /> + <hkern u1="Ã" u2="ö" k="7" /> + <hkern u1="Ã" u2="õ" k="7" /> + <hkern u1="Ã" u2="ô" k="7" /> + <hkern u1="Ã" u2="ó" k="7" /> + <hkern u1="Ã" u2="ò" k="7" /> + <hkern u1="Ã" u2="ð" k="3" /> + <hkern u1="Ã" u2="ë" k="7" /> + <hkern u1="Ã" u2="ê" k="7" /> + <hkern u1="Ã" u2="é" k="7" /> + <hkern u1="Ã" u2="è" k="7" /> + <hkern u1="Ã" u2="ç" k="7" /> + <hkern u1="Ã" u2="Ý" k="48" /> + <hkern u1="Ã" u2="Ü" k="12" /> + <hkern u1="Ã" u2="Û" k="12" /> + <hkern u1="Ã" u2="Ú" k="12" /> + <hkern u1="Ã" u2="Ù" k="12" /> + <hkern u1="Ã" u2="Ö" k="15" /> + <hkern u1="Ã" u2="Õ" k="15" /> + <hkern u1="Ã" u2="Ô" k="15" /> + <hkern u1="Ã" u2="Ó" k="15" /> + <hkern u1="Ã" u2="Ò" k="15" /> + <hkern u1="Ã" u2="Ç" k="15" /> + <hkern u1="Ã" u2="º" k="70" /> + <hkern u1="Ã" u2="·" k="26" /> + <hkern u1="Ã" u2="®" k="44" /> + <hkern u1="Ã" u2="­" k="13" /> + <hkern u1="Ã" u2="«" k="15" /> + <hkern u1="Ã" u2="ª" k="70" /> + <hkern u1="Ã" u2="y" k="36" /> + <hkern u1="Ã" u2="w" k="32" /> + <hkern u1="Ã" u2="v" k="38" /> + <hkern u1="Ã" u2="u" k="4" /> + <hkern u1="Ã" u2="t" k="12" /> + <hkern u1="Ã" u2="q" k="3" /> + <hkern u1="Ã" u2="o" k="7" /> + <hkern u1="Ã" u2="l" k="4" /> + <hkern u1="Ã" u2="f" k="10" /> + <hkern u1="Ã" u2="e" k="7" /> + <hkern u1="Ã" u2="d" k="3" /> + <hkern u1="Ã" u2="c" k="7" /> + <hkern u1="Ã" u2="Y" k="48" /> + <hkern u1="Ã" u2="W" k="20" /> + <hkern u1="Ã" u2="V" k="36" /> + <hkern u1="Ã" u2="U" k="12" /> + <hkern u1="Ã" u2="T" k="44" /> + <hkern u1="Ã" u2="S" k="3" /> + <hkern u1="Ã" u2="Q" k="15" /> + <hkern u1="Ã" u2="O" k="15" /> + <hkern u1="Ã" u2="G" k="15" /> + <hkern u1="Ã" u2="C" k="15" /> + <hkern u1="Ã" u2="?" k="40" /> + <hkern u1="Ã" u2=";" k="-5" /> + <hkern u1="Ã" u2=":" k="-5" /> + <hkern u1="Ã" u2="." k="-15" /> + <hkern u1="Ã" u2="-" k="13" /> + <hkern u1="Ã" u2="," k="-15" /> + <hkern u1="Ã" u2="*" k="70" /> + <hkern u1="Ã" u2="'" k="72" /> + <hkern u1="Ã" u2=""" k="72" /> + <hkern u1="Ä" g2="Gcommaaccent.ss01" k="15" /> + <hkern u1="Ä" g2="Gdotaccent.ss01" k="15" /> + <hkern u1="Ä" g2="Gbreve.ss01" k="15" /> + <hkern u1="Ä" g2="Gcircumflex.ss01" k="15" /> + <hkern u1="Ä" g2="G.ss01" k="15" /> + <hkern u1="Ä" g2="Ccedilla.ss01" k="15" /> + <hkern u1="Ä" g2="Cdotaccent.ss01" k="15" /> + <hkern u1="Ä" g2="Ccaron.ss01" k="15" /> + <hkern u1="Ä" g2="Ccircumflex.ss01" k="15" /> + <hkern u1="Ä" g2="Cacute.ss01" k="15" /> + <hkern u1="Ä" g2="C.ss01" k="15" /> + <hkern u1="Ä" g2="aogonek.ss01" k="3" /> + <hkern u1="Ä" g2="aringacute.ss01" k="3" /> + <hkern u1="Ä" g2="aring.ss01" k="3" /> + <hkern u1="Ä" g2="abreve.ss01" k="3" /> + <hkern u1="Ä" g2="amacron.ss01" k="3" /> + <hkern u1="Ä" g2="adieresis.ss01" k="3" /> + <hkern u1="Ä" g2="atilde.ss01" k="3" /> + <hkern u1="Ä" g2="acircumflex.ss01" k="3" /> + <hkern u1="Ä" g2="aacute.ss01" k="3" /> + <hkern u1="Ä" g2="agrave.ss01" k="3" /> + <hkern u1="Ä" g2="a.ss01" k="3" /> + <hkern u1="Ä" g2="uniFB04" k="10" /> + <hkern u1="Ä" g2="uniFB03" k="10" /> + <hkern u1="Ä" g2="uniFB02" k="10" /> + <hkern u1="Ä" g2="uniFB01" k="10" /> + <hkern u1="Ä" g2="uniFB00" k="10" /> + <hkern u1="Ä" u2="∙" k="26" /> + <hkern u1="Ä" u2="™" k="70" /> + <hkern u1="Ä" u2="…" k="-15" /> + <hkern u1="Ä" u2="•" k="26" /> + <hkern u1="Ä" u2="”" k="72" /> + <hkern u1="Ä" u2="“" k="72" /> + <hkern u1="Ä" u2="’" k="72" /> + <hkern u1="Ä" u2="‘" k="72" /> + <hkern u1="Ä" u2="—" k="13" /> + <hkern u1="Ä" u2="–" k="13" /> + <hkern u1="Ä" u2="Ỳ" k="48" /> + <hkern u1="Ä" u2="ẅ" k="32" /> + <hkern u1="Ä" u2="Ẅ" k="20" /> + <hkern u1="Ä" u2="ẃ" k="32" /> + <hkern u1="Ä" u2="Ẃ" k="20" /> + <hkern u1="Ä" u2="ẁ" k="32" /> + <hkern u1="Ä" u2="Ẁ" k="20" /> + <hkern u1="Ä" u2="ț" k="12" /> + <hkern u1="Ä" u2="Ț" k="44" /> + <hkern u1="Ä" u2="Ș" k="3" /> + <hkern u1="Ä" u2="Ÿ" k="48" /> + <hkern u1="Ä" u2="Ŷ" k="48" /> + <hkern u1="Ä" u2="ŵ" k="32" /> + <hkern u1="Ä" u2="Ŵ" k="20" /> + <hkern u1="Ä" u2="ų" k="4" /> + <hkern u1="Ä" u2="Ų" k="12" /> + <hkern u1="Ä" u2="ű" k="4" /> + <hkern u1="Ä" u2="Ű" k="12" /> + <hkern u1="Ä" u2="ů" k="4" /> + <hkern u1="Ä" u2="Ů" k="12" /> + <hkern u1="Ä" u2="ŭ" k="4" /> + <hkern u1="Ä" u2="Ŭ" k="12" /> + <hkern u1="Ä" u2="ū" k="4" /> + <hkern u1="Ä" u2="Ū" k="12" /> + <hkern u1="Ä" u2="ũ" k="4" /> + <hkern u1="Ä" u2="Ũ" k="12" /> + <hkern u1="Ä" u2="ť" k="12" /> + <hkern u1="Ä" u2="Ť" k="44" /> + <hkern u1="Ä" u2="ţ" k="12" /> + <hkern u1="Ä" u2="Ţ" k="44" /> + <hkern u1="Ä" u2="Š" k="3" /> + <hkern u1="Ä" u2="Ş" k="3" /> + <hkern u1="Ä" u2="Ŝ" k="3" /> + <hkern u1="Ä" u2="Ś" k="3" /> + <hkern u1="Ä" u2="œ" k="7" /> + <hkern u1="Ä" u2="Œ" k="15" /> + <hkern u1="Ä" u2="ő" k="7" /> + <hkern u1="Ä" u2="Ő" k="15" /> + <hkern u1="Ä" u2="ŏ" k="7" /> + <hkern u1="Ä" u2="Ŏ" k="15" /> + <hkern u1="Ä" u2="ō" k="7" /> + <hkern u1="Ä" u2="Ō" k="15" /> + <hkern u1="Ä" u2="ľ" k="4" /> + <hkern u1="Ä" u2="ļ" k="4" /> + <hkern u1="Ä" u2="ĺ" k="4" /> + <hkern u1="Ä" u2="Ģ" k="15" /> + <hkern u1="Ä" u2="Ġ" k="15" /> + <hkern u1="Ä" u2="Ğ" k="15" /> + <hkern u1="Ä" u2="Ĝ" k="15" /> + <hkern u1="Ä" u2="ě" k="7" /> + <hkern u1="Ä" u2="ę" k="7" /> + <hkern u1="Ä" u2="ė" k="7" /> + <hkern u1="Ä" u2="ĕ" k="7" /> + <hkern u1="Ä" u2="ē" k="7" /> + <hkern u1="Ä" u2="đ" k="3" /> + <hkern u1="Ä" u2="ď" k="3" /> + <hkern u1="Ä" u2="č" k="7" /> + <hkern u1="Ä" u2="Č" k="15" /> + <hkern u1="Ä" u2="ċ" k="7" /> + <hkern u1="Ä" u2="Ċ" k="15" /> + <hkern u1="Ä" u2="ĉ" k="7" /> + <hkern u1="Ä" u2="Ĉ" k="15" /> + <hkern u1="Ä" u2="ć" k="7" /> + <hkern u1="Ä" u2="Ć" k="15" /> + <hkern u1="Ä" u2="ü" k="4" /> + <hkern u1="Ä" u2="û" k="4" /> + <hkern u1="Ä" u2="ú" k="4" /> + <hkern u1="Ä" u2="ù" k="4" /> + <hkern u1="Ä" u2="ö" k="7" /> + <hkern u1="Ä" u2="õ" k="7" /> + <hkern u1="Ä" u2="ô" k="7" /> + <hkern u1="Ä" u2="ó" k="7" /> + <hkern u1="Ä" u2="ò" k="7" /> + <hkern u1="Ä" u2="ð" k="3" /> + <hkern u1="Ä" u2="ë" k="7" /> + <hkern u1="Ä" u2="ê" k="7" /> + <hkern u1="Ä" u2="é" k="7" /> + <hkern u1="Ä" u2="è" k="7" /> + <hkern u1="Ä" u2="ç" k="7" /> + <hkern u1="Ä" u2="Ý" k="48" /> + <hkern u1="Ä" u2="Ü" k="12" /> + <hkern u1="Ä" u2="Û" k="12" /> + <hkern u1="Ä" u2="Ú" k="12" /> + <hkern u1="Ä" u2="Ù" k="12" /> + <hkern u1="Ä" u2="Ö" k="15" /> + <hkern u1="Ä" u2="Õ" k="15" /> + <hkern u1="Ä" u2="Ô" k="15" /> + <hkern u1="Ä" u2="Ó" k="15" /> + <hkern u1="Ä" u2="Ò" k="15" /> + <hkern u1="Ä" u2="Ç" k="15" /> + <hkern u1="Ä" u2="º" k="70" /> + <hkern u1="Ä" u2="·" k="26" /> + <hkern u1="Ä" u2="®" k="44" /> + <hkern u1="Ä" u2="­" k="13" /> + <hkern u1="Ä" u2="«" k="15" /> + <hkern u1="Ä" u2="ª" k="70" /> + <hkern u1="Ä" u2="y" k="36" /> + <hkern u1="Ä" u2="w" k="32" /> + <hkern u1="Ä" u2="v" k="38" /> + <hkern u1="Ä" u2="u" k="4" /> + <hkern u1="Ä" u2="t" k="12" /> + <hkern u1="Ä" u2="q" k="3" /> + <hkern u1="Ä" u2="o" k="7" /> + <hkern u1="Ä" u2="l" k="4" /> + <hkern u1="Ä" u2="f" k="10" /> + <hkern u1="Ä" u2="e" k="7" /> + <hkern u1="Ä" u2="d" k="3" /> + <hkern u1="Ä" u2="c" k="7" /> + <hkern u1="Ä" u2="Y" k="48" /> + <hkern u1="Ä" u2="W" k="20" /> + <hkern u1="Ä" u2="V" k="36" /> + <hkern u1="Ä" u2="U" k="12" /> + <hkern u1="Ä" u2="T" k="44" /> + <hkern u1="Ä" u2="S" k="3" /> + <hkern u1="Ä" u2="Q" k="15" /> + <hkern u1="Ä" u2="O" k="15" /> + <hkern u1="Ä" u2="G" k="15" /> + <hkern u1="Ä" u2="C" k="15" /> + <hkern u1="Ä" u2="?" k="40" /> + <hkern u1="Ä" u2=";" k="-5" /> + <hkern u1="Ä" u2=":" k="-5" /> + <hkern u1="Ä" u2="." k="-15" /> + <hkern u1="Ä" u2="-" k="13" /> + <hkern u1="Ä" u2="," k="-15" /> + <hkern u1="Ä" u2="*" k="70" /> + <hkern u1="Ä" u2="'" k="72" /> + <hkern u1="Ä" u2=""" k="72" /> + <hkern u1="Å" g2="Gcommaaccent.ss01" k="15" /> + <hkern u1="Å" g2="Gdotaccent.ss01" k="15" /> + <hkern u1="Å" g2="Gbreve.ss01" k="15" /> + <hkern u1="Å" g2="Gcircumflex.ss01" k="15" /> + <hkern u1="Å" g2="G.ss01" k="15" /> + <hkern u1="Å" g2="Ccedilla.ss01" k="15" /> + <hkern u1="Å" g2="Cdotaccent.ss01" k="15" /> + <hkern u1="Å" g2="Ccaron.ss01" k="15" /> + <hkern u1="Å" g2="Ccircumflex.ss01" k="15" /> + <hkern u1="Å" g2="Cacute.ss01" k="15" /> + <hkern u1="Å" g2="C.ss01" k="15" /> + <hkern u1="Å" g2="aogonek.ss01" k="3" /> + <hkern u1="Å" g2="aringacute.ss01" k="3" /> + <hkern u1="Å" g2="aring.ss01" k="3" /> + <hkern u1="Å" g2="abreve.ss01" k="3" /> + <hkern u1="Å" g2="amacron.ss01" k="3" /> + <hkern u1="Å" g2="adieresis.ss01" k="3" /> + <hkern u1="Å" g2="atilde.ss01" k="3" /> + <hkern u1="Å" g2="acircumflex.ss01" k="3" /> + <hkern u1="Å" g2="aacute.ss01" k="3" /> + <hkern u1="Å" g2="agrave.ss01" k="3" /> + <hkern u1="Å" g2="a.ss01" k="3" /> + <hkern u1="Å" g2="uniFB04" k="10" /> + <hkern u1="Å" g2="uniFB03" k="10" /> + <hkern u1="Å" g2="uniFB02" k="10" /> + <hkern u1="Å" g2="uniFB01" k="10" /> + <hkern u1="Å" g2="uniFB00" k="10" /> + <hkern u1="Å" u2="∙" k="26" /> + <hkern u1="Å" u2="™" k="70" /> + <hkern u1="Å" u2="…" k="-15" /> + <hkern u1="Å" u2="•" k="26" /> + <hkern u1="Å" u2="”" k="72" /> + <hkern u1="Å" u2="“" k="72" /> + <hkern u1="Å" u2="’" k="72" /> + <hkern u1="Å" u2="‘" k="72" /> + <hkern u1="Å" u2="—" k="13" /> + <hkern u1="Å" u2="–" k="13" /> + <hkern u1="Å" u2="Ỳ" k="48" /> + <hkern u1="Å" u2="ẅ" k="32" /> + <hkern u1="Å" u2="Ẅ" k="20" /> + <hkern u1="Å" u2="ẃ" k="32" /> + <hkern u1="Å" u2="Ẃ" k="20" /> + <hkern u1="Å" u2="ẁ" k="32" /> + <hkern u1="Å" u2="Ẁ" k="20" /> + <hkern u1="Å" u2="ț" k="12" /> + <hkern u1="Å" u2="Ț" k="44" /> + <hkern u1="Å" u2="Ș" k="3" /> + <hkern u1="Å" u2="Ÿ" k="48" /> + <hkern u1="Å" u2="Ŷ" k="48" /> + <hkern u1="Å" u2="ŵ" k="32" /> + <hkern u1="Å" u2="Ŵ" k="20" /> + <hkern u1="Å" u2="ų" k="4" /> + <hkern u1="Å" u2="Ų" k="12" /> + <hkern u1="Å" u2="ű" k="4" /> + <hkern u1="Å" u2="Ű" k="12" /> + <hkern u1="Å" u2="ů" k="4" /> + <hkern u1="Å" u2="Ů" k="12" /> + <hkern u1="Å" u2="ŭ" k="4" /> + <hkern u1="Å" u2="Ŭ" k="12" /> + <hkern u1="Å" u2="ū" k="4" /> + <hkern u1="Å" u2="Ū" k="12" /> + <hkern u1="Å" u2="ũ" k="4" /> + <hkern u1="Å" u2="Ũ" k="12" /> + <hkern u1="Å" u2="ť" k="12" /> + <hkern u1="Å" u2="Ť" k="44" /> + <hkern u1="Å" u2="ţ" k="12" /> + <hkern u1="Å" u2="Ţ" k="44" /> + <hkern u1="Å" u2="Š" k="3" /> + <hkern u1="Å" u2="Ş" k="3" /> + <hkern u1="Å" u2="Ŝ" k="3" /> + <hkern u1="Å" u2="Ś" k="3" /> + <hkern u1="Å" u2="œ" k="7" /> + <hkern u1="Å" u2="Œ" k="15" /> + <hkern u1="Å" u2="ő" k="7" /> + <hkern u1="Å" u2="Ő" k="15" /> + <hkern u1="Å" u2="ŏ" k="7" /> + <hkern u1="Å" u2="Ŏ" k="15" /> + <hkern u1="Å" u2="ō" k="7" /> + <hkern u1="Å" u2="Ō" k="15" /> + <hkern u1="Å" u2="ľ" k="4" /> + <hkern u1="Å" u2="ļ" k="4" /> + <hkern u1="Å" u2="ĺ" k="4" /> + <hkern u1="Å" u2="Ģ" k="15" /> + <hkern u1="Å" u2="Ġ" k="15" /> + <hkern u1="Å" u2="Ğ" k="15" /> + <hkern u1="Å" u2="Ĝ" k="15" /> + <hkern u1="Å" u2="ě" k="7" /> + <hkern u1="Å" u2="ę" k="7" /> + <hkern u1="Å" u2="ė" k="7" /> + <hkern u1="Å" u2="ĕ" k="7" /> + <hkern u1="Å" u2="ē" k="7" /> + <hkern u1="Å" u2="đ" k="3" /> + <hkern u1="Å" u2="ď" k="3" /> + <hkern u1="Å" u2="č" k="7" /> + <hkern u1="Å" u2="Č" k="15" /> + <hkern u1="Å" u2="ċ" k="7" /> + <hkern u1="Å" u2="Ċ" k="15" /> + <hkern u1="Å" u2="ĉ" k="7" /> + <hkern u1="Å" u2="Ĉ" k="15" /> + <hkern u1="Å" u2="ć" k="7" /> + <hkern u1="Å" u2="Ć" k="15" /> + <hkern u1="Å" u2="ü" k="4" /> + <hkern u1="Å" u2="û" k="4" /> + <hkern u1="Å" u2="ú" k="4" /> + <hkern u1="Å" u2="ù" k="4" /> + <hkern u1="Å" u2="ö" k="7" /> + <hkern u1="Å" u2="õ" k="7" /> + <hkern u1="Å" u2="ô" k="7" /> + <hkern u1="Å" u2="ó" k="7" /> + <hkern u1="Å" u2="ò" k="7" /> + <hkern u1="Å" u2="ð" k="3" /> + <hkern u1="Å" u2="ë" k="7" /> + <hkern u1="Å" u2="ê" k="7" /> + <hkern u1="Å" u2="é" k="7" /> + <hkern u1="Å" u2="è" k="7" /> + <hkern u1="Å" u2="ç" k="7" /> + <hkern u1="Å" u2="Ý" k="48" /> + <hkern u1="Å" u2="Ü" k="12" /> + <hkern u1="Å" u2="Û" k="12" /> + <hkern u1="Å" u2="Ú" k="12" /> + <hkern u1="Å" u2="Ù" k="12" /> + <hkern u1="Å" u2="Ö" k="15" /> + <hkern u1="Å" u2="Õ" k="15" /> + <hkern u1="Å" u2="Ô" k="15" /> + <hkern u1="Å" u2="Ó" k="15" /> + <hkern u1="Å" u2="Ò" k="15" /> + <hkern u1="Å" u2="Ç" k="15" /> + <hkern u1="Å" u2="º" k="70" /> + <hkern u1="Å" u2="·" k="26" /> + <hkern u1="Å" u2="®" k="44" /> + <hkern u1="Å" u2="­" k="13" /> + <hkern u1="Å" u2="«" k="15" /> + <hkern u1="Å" u2="ª" k="70" /> + <hkern u1="Å" u2="y" k="36" /> + <hkern u1="Å" u2="w" k="32" /> + <hkern u1="Å" u2="v" k="38" /> + <hkern u1="Å" u2="u" k="4" /> + <hkern u1="Å" u2="t" k="12" /> + <hkern u1="Å" u2="q" k="3" /> + <hkern u1="Å" u2="o" k="7" /> + <hkern u1="Å" u2="l" k="4" /> + <hkern u1="Å" u2="f" k="10" /> + <hkern u1="Å" u2="e" k="7" /> + <hkern u1="Å" u2="d" k="3" /> + <hkern u1="Å" u2="c" k="7" /> + <hkern u1="Å" u2="Y" k="48" /> + <hkern u1="Å" u2="W" k="20" /> + <hkern u1="Å" u2="V" k="36" /> + <hkern u1="Å" u2="U" k="12" /> + <hkern u1="Å" u2="T" k="44" /> + <hkern u1="Å" u2="S" k="3" /> + <hkern u1="Å" u2="Q" k="15" /> + <hkern u1="Å" u2="O" k="15" /> + <hkern u1="Å" u2="G" k="15" /> + <hkern u1="Å" u2="C" k="15" /> + <hkern u1="Å" u2="?" k="40" /> + <hkern u1="Å" u2=";" k="-5" /> + <hkern u1="Å" u2=":" k="-5" /> + <hkern u1="Å" u2="." k="-15" /> + <hkern u1="Å" u2="-" k="13" /> + <hkern u1="Å" u2="," k="-15" /> + <hkern u1="Å" u2="*" k="70" /> + <hkern u1="Å" u2="'" k="72" /> + <hkern u1="Å" u2=""" k="72" /> + <hkern u1="Æ" u2="ẅ" k="18" /> + <hkern u1="Æ" u2="ẃ" k="18" /> + <hkern u1="Æ" u2="ẁ" k="18" /> + <hkern u1="Æ" u2="ŵ" k="18" /> + <hkern u1="Æ" u2="y" k="18" /> + <hkern u1="Æ" u2="w" k="18" /> + <hkern u1="Æ" u2="v" k="18" /> + <hkern u1="Ç" u2="Ț" k="12" /> + <hkern u1="Ç" u2="Ǻ" k="6" /> + <hkern u1="Ç" u2="Ť" k="12" /> + <hkern u1="Ç" u2="Ţ" k="12" /> + <hkern u1="Ç" u2="Ą" k="6" /> + <hkern u1="Ç" u2="Ă" k="6" /> + <hkern u1="Ç" u2="Ā" k="6" /> + <hkern u1="Ç" u2="Å" k="6" /> + <hkern u1="Ç" u2="Ä" k="6" /> + <hkern u1="Ç" u2="Ã" k="6" /> + <hkern u1="Ç" u2="Â" k="6" /> + <hkern u1="Ç" u2="Á" k="6" /> + <hkern u1="Ç" u2="À" k="6" /> + <hkern u1="Ç" u2="y" k="18" /> + <hkern u1="Ç" u2="T" k="12" /> + <hkern u1="Ç" u2="A" k="6" /> + <hkern u1="È" u2="ẅ" k="18" /> + <hkern u1="È" u2="ẃ" k="18" /> + <hkern u1="È" u2="ẁ" k="18" /> + <hkern u1="È" u2="ŵ" k="18" /> + <hkern u1="È" u2="y" k="18" /> + <hkern u1="È" u2="w" k="18" /> + <hkern u1="È" u2="v" k="18" /> + <hkern u1="É" u2="ẅ" k="18" /> + <hkern u1="É" u2="ẃ" k="18" /> + <hkern u1="É" u2="ẁ" k="18" /> + <hkern u1="É" u2="ŵ" k="18" /> + <hkern u1="É" u2="y" k="18" /> + <hkern u1="É" u2="w" k="18" /> + <hkern u1="É" u2="v" k="18" /> + <hkern u1="Ê" u2="ẅ" k="18" /> + <hkern u1="Ê" u2="ẃ" k="18" /> + <hkern u1="Ê" u2="ẁ" k="18" /> + <hkern u1="Ê" u2="ŵ" k="18" /> + <hkern u1="Ê" u2="y" k="18" /> + <hkern u1="Ê" u2="w" k="18" /> + <hkern u1="Ê" u2="v" k="18" /> + <hkern u1="Ë" u2="ẅ" k="18" /> + <hkern u1="Ë" u2="ẃ" k="18" /> + <hkern u1="Ë" u2="ẁ" k="18" /> + <hkern u1="Ë" u2="ŵ" k="18" /> + <hkern u1="Ë" u2="y" k="18" /> + <hkern u1="Ë" u2="w" k="18" /> + <hkern u1="Ë" u2="v" k="18" /> + <hkern u1="Ì" u2="ï" k="-19" /> + <hkern u1="Í" u2="ï" k="-19" /> + <hkern u1="Î" u2="ï" k="-19" /> + <hkern u1="Ï" u2="ï" k="-19" /> + <hkern u1="Ñ" u2="ï" k="-19" /> + <hkern u1="Ò" u2="Ỳ" k="25" /> + <hkern u1="Ò" u2="Ẅ" k="13" /> + <hkern u1="Ò" u2="Ẃ" k="13" /> + <hkern u1="Ò" u2="Ẁ" k="13" /> + <hkern u1="Ò" u2="Ț" k="18" /> + <hkern u1="Ò" u2="Ǽ" k="28" /> + <hkern u1="Ò" u2="Ǻ" k="15" /> + <hkern u1="Ò" u2="Ž" k="3" /> + <hkern u1="Ò" u2="Ż" k="3" /> + <hkern u1="Ò" u2="Ź" k="3" /> + <hkern u1="Ò" u2="Ÿ" k="25" /> + <hkern u1="Ò" u2="Ŷ" k="25" /> + <hkern u1="Ò" u2="Ŵ" k="13" /> + <hkern u1="Ò" u2="Ť" k="18" /> + <hkern u1="Ò" u2="Ţ" k="18" /> + <hkern u1="Ò" u2="Ĵ" k="20" /> + <hkern u1="Ò" u2="Ą" k="15" /> + <hkern u1="Ò" u2="Ă" k="15" /> + <hkern u1="Ò" u2="Ā" k="15" /> + <hkern u1="Ò" u2="Ý" k="25" /> + <hkern u1="Ò" u2="Æ" k="28" /> + <hkern u1="Ò" u2="Å" k="15" /> + <hkern u1="Ò" u2="Ä" k="15" /> + <hkern u1="Ò" u2="Ã" k="15" /> + <hkern u1="Ò" u2="Â" k="15" /> + <hkern u1="Ò" u2="Á" k="15" /> + <hkern u1="Ò" u2="À" k="15" /> + <hkern u1="Ò" u2="Z" k="3" /> + <hkern u1="Ò" u2="Y" k="25" /> + <hkern u1="Ò" u2="X" k="19" /> + <hkern u1="Ò" u2="W" k="13" /> + <hkern u1="Ò" u2="V" k="14" /> + <hkern u1="Ò" u2="T" k="18" /> + <hkern u1="Ò" u2="J" k="20" /> + <hkern u1="Ò" u2="A" k="15" /> + <hkern u1="Ó" u2="Ỳ" k="25" /> + <hkern u1="Ó" u2="Ẅ" k="13" /> + <hkern u1="Ó" u2="Ẃ" k="13" /> + <hkern u1="Ó" u2="Ẁ" k="13" /> + <hkern u1="Ó" u2="Ț" k="18" /> + <hkern u1="Ó" u2="Ǽ" k="28" /> + <hkern u1="Ó" u2="Ǻ" k="15" /> + <hkern u1="Ó" u2="Ž" k="3" /> + <hkern u1="Ó" u2="Ż" k="3" /> + <hkern u1="Ó" u2="Ź" k="3" /> + <hkern u1="Ó" u2="Ÿ" k="25" /> + <hkern u1="Ó" u2="Ŷ" k="25" /> + <hkern u1="Ó" u2="Ŵ" k="13" /> + <hkern u1="Ó" u2="Ť" k="18" /> + <hkern u1="Ó" u2="Ţ" k="18" /> + <hkern u1="Ó" u2="Ĵ" k="20" /> + <hkern u1="Ó" u2="Ą" k="15" /> + <hkern u1="Ó" u2="Ă" k="15" /> + <hkern u1="Ó" u2="Ā" k="15" /> + <hkern u1="Ó" u2="Ý" k="25" /> + <hkern u1="Ó" u2="Æ" k="28" /> + <hkern u1="Ó" u2="Å" k="15" /> + <hkern u1="Ó" u2="Ä" k="15" /> + <hkern u1="Ó" u2="Ã" k="15" /> + <hkern u1="Ó" u2="Â" k="15" /> + <hkern u1="Ó" u2="Á" k="15" /> + <hkern u1="Ó" u2="À" k="15" /> + <hkern u1="Ó" u2="Z" k="3" /> + <hkern u1="Ó" u2="Y" k="25" /> + <hkern u1="Ó" u2="X" k="19" /> + <hkern u1="Ó" u2="W" k="13" /> + <hkern u1="Ó" u2="V" k="14" /> + <hkern u1="Ó" u2="T" k="18" /> + <hkern u1="Ó" u2="J" k="20" /> + <hkern u1="Ó" u2="A" k="15" /> + <hkern u1="Ô" u2="Ỳ" k="25" /> + <hkern u1="Ô" u2="Ẅ" k="13" /> + <hkern u1="Ô" u2="Ẃ" k="13" /> + <hkern u1="Ô" u2="Ẁ" k="13" /> + <hkern u1="Ô" u2="Ț" k="18" /> + <hkern u1="Ô" u2="Ǽ" k="28" /> + <hkern u1="Ô" u2="Ǻ" k="15" /> + <hkern u1="Ô" u2="Ž" k="3" /> + <hkern u1="Ô" u2="Ż" k="3" /> + <hkern u1="Ô" u2="Ź" k="3" /> + <hkern u1="Ô" u2="Ÿ" k="25" /> + <hkern u1="Ô" u2="Ŷ" k="25" /> + <hkern u1="Ô" u2="Ŵ" k="13" /> + <hkern u1="Ô" u2="Ť" k="18" /> + <hkern u1="Ô" u2="Ţ" k="18" /> + <hkern u1="Ô" u2="Ĵ" k="20" /> + <hkern u1="Ô" u2="Ą" k="15" /> + <hkern u1="Ô" u2="Ă" k="15" /> + <hkern u1="Ô" u2="Ā" k="15" /> + <hkern u1="Ô" u2="Ý" k="25" /> + <hkern u1="Ô" u2="Æ" k="28" /> + <hkern u1="Ô" u2="Å" k="15" /> + <hkern u1="Ô" u2="Ä" k="15" /> + <hkern u1="Ô" u2="Ã" k="15" /> + <hkern u1="Ô" u2="Â" k="15" /> + <hkern u1="Ô" u2="Á" k="15" /> + <hkern u1="Ô" u2="À" k="15" /> + <hkern u1="Ô" u2="Z" k="3" /> + <hkern u1="Ô" u2="Y" k="25" /> + <hkern u1="Ô" u2="X" k="19" /> + <hkern u1="Ô" u2="W" k="13" /> + <hkern u1="Ô" u2="V" k="14" /> + <hkern u1="Ô" u2="T" k="18" /> + <hkern u1="Ô" u2="J" k="20" /> + <hkern u1="Ô" u2="A" k="15" /> + <hkern u1="Õ" u2="Ỳ" k="25" /> + <hkern u1="Õ" u2="Ẅ" k="13" /> + <hkern u1="Õ" u2="Ẃ" k="13" /> + <hkern u1="Õ" u2="Ẁ" k="13" /> + <hkern u1="Õ" u2="Ț" k="18" /> + <hkern u1="Õ" u2="Ǽ" k="28" /> + <hkern u1="Õ" u2="Ǻ" k="15" /> + <hkern u1="Õ" u2="Ž" k="3" /> + <hkern u1="Õ" u2="Ż" k="3" /> + <hkern u1="Õ" u2="Ź" k="3" /> + <hkern u1="Õ" u2="Ÿ" k="25" /> + <hkern u1="Õ" u2="Ŷ" k="25" /> + <hkern u1="Õ" u2="Ŵ" k="13" /> + <hkern u1="Õ" u2="Ť" k="18" /> + <hkern u1="Õ" u2="Ţ" k="18" /> + <hkern u1="Õ" u2="Ĵ" k="20" /> + <hkern u1="Õ" u2="Ą" k="15" /> + <hkern u1="Õ" u2="Ă" k="15" /> + <hkern u1="Õ" u2="Ā" k="15" /> + <hkern u1="Õ" u2="Ý" k="25" /> + <hkern u1="Õ" u2="Æ" k="28" /> + <hkern u1="Õ" u2="Å" k="15" /> + <hkern u1="Õ" u2="Ä" k="15" /> + <hkern u1="Õ" u2="Ã" k="15" /> + <hkern u1="Õ" u2="Â" k="15" /> + <hkern u1="Õ" u2="Á" k="15" /> + <hkern u1="Õ" u2="À" k="15" /> + <hkern u1="Õ" u2="Z" k="3" /> + <hkern u1="Õ" u2="Y" k="25" /> + <hkern u1="Õ" u2="X" k="19" /> + <hkern u1="Õ" u2="W" k="13" /> + <hkern u1="Õ" u2="V" k="14" /> + <hkern u1="Õ" u2="T" k="18" /> + <hkern u1="Õ" u2="J" k="20" /> + <hkern u1="Õ" u2="A" k="15" /> + <hkern u1="Ö" u2="Ỳ" k="25" /> + <hkern u1="Ö" u2="Ẅ" k="13" /> + <hkern u1="Ö" u2="Ẃ" k="13" /> + <hkern u1="Ö" u2="Ẁ" k="13" /> + <hkern u1="Ö" u2="Ț" k="18" /> + <hkern u1="Ö" u2="Ǽ" k="28" /> + <hkern u1="Ö" u2="Ǻ" k="15" /> + <hkern u1="Ö" u2="Ž" k="3" /> + <hkern u1="Ö" u2="Ż" k="3" /> + <hkern u1="Ö" u2="Ź" k="3" /> + <hkern u1="Ö" u2="Ÿ" k="25" /> + <hkern u1="Ö" u2="Ŷ" k="25" /> + <hkern u1="Ö" u2="Ŵ" k="13" /> + <hkern u1="Ö" u2="Ť" k="18" /> + <hkern u1="Ö" u2="Ţ" k="18" /> + <hkern u1="Ö" u2="Ĵ" k="20" /> + <hkern u1="Ö" u2="Ą" k="15" /> + <hkern u1="Ö" u2="Ă" k="15" /> + <hkern u1="Ö" u2="Ā" k="15" /> + <hkern u1="Ö" u2="Ý" k="25" /> + <hkern u1="Ö" u2="Æ" k="28" /> + <hkern u1="Ö" u2="Å" k="15" /> + <hkern u1="Ö" u2="Ä" k="15" /> + <hkern u1="Ö" u2="Ã" k="15" /> + <hkern u1="Ö" u2="Â" k="15" /> + <hkern u1="Ö" u2="Á" k="15" /> + <hkern u1="Ö" u2="À" k="15" /> + <hkern u1="Ö" u2="Z" k="3" /> + <hkern u1="Ö" u2="Y" k="25" /> + <hkern u1="Ö" u2="X" k="19" /> + <hkern u1="Ö" u2="W" k="13" /> + <hkern u1="Ö" u2="V" k="14" /> + <hkern u1="Ö" u2="T" k="18" /> + <hkern u1="Ö" u2="J" k="20" /> + <hkern u1="Ö" u2="A" k="15" /> + <hkern u1="Ø" u2="Å" k="15" /> + <hkern u1="Ø" u2="Ä" k="15" /> + <hkern u1="Ø" u2="Ã" k="15" /> + <hkern u1="Ø" u2="Â" k="15" /> + <hkern u1="Ø" u2="Á" k="15" /> + <hkern u1="Ø" u2="À" k="15" /> + <hkern u1="Ù" u2="…" k="17" /> + <hkern u1="Ù" u2="Ǽ" k="22" /> + <hkern u1="Ù" u2="Ǻ" k="12" /> + <hkern u1="Ù" u2="Ĵ" k="13" /> + <hkern u1="Ù" u2="Ą" k="12" /> + <hkern u1="Ù" u2="Ă" k="12" /> + <hkern u1="Ù" u2="Ā" k="12" /> + <hkern u1="Ù" u2="Æ" k="22" /> + <hkern u1="Ù" u2="Å" k="12" /> + <hkern u1="Ù" u2="Ä" k="12" /> + <hkern u1="Ù" u2="Ã" k="12" /> + <hkern u1="Ù" u2="Â" k="12" /> + <hkern u1="Ù" u2="Á" k="12" /> + <hkern u1="Ù" u2="À" k="12" /> + <hkern u1="Ù" u2="J" k="13" /> + <hkern u1="Ù" u2="A" k="12" /> + <hkern u1="Ù" u2="." k="17" /> + <hkern u1="Ù" u2="," k="17" /> + <hkern u1="Ú" u2="…" k="17" /> + <hkern u1="Ú" u2="Ǽ" k="22" /> + <hkern u1="Ú" u2="Ǻ" k="12" /> + <hkern u1="Ú" u2="Ĵ" k="13" /> + <hkern u1="Ú" u2="Ą" k="12" /> + <hkern u1="Ú" u2="Ă" k="12" /> + <hkern u1="Ú" u2="Ā" k="12" /> + <hkern u1="Ú" u2="Æ" k="22" /> + <hkern u1="Ú" u2="Å" k="12" /> + <hkern u1="Ú" u2="Ä" k="12" /> + <hkern u1="Ú" u2="Ã" k="12" /> + <hkern u1="Ú" u2="Â" k="12" /> + <hkern u1="Ú" u2="Á" k="12" /> + <hkern u1="Ú" u2="À" k="12" /> + <hkern u1="Ú" u2="J" k="13" /> + <hkern u1="Ú" u2="A" k="12" /> + <hkern u1="Ú" u2="." k="17" /> + <hkern u1="Ú" u2="," k="17" /> + <hkern u1="Û" u2="…" k="17" /> + <hkern u1="Û" u2="Ǽ" k="22" /> + <hkern u1="Û" u2="Ǻ" k="12" /> + <hkern u1="Û" u2="Ĵ" k="13" /> + <hkern u1="Û" u2="Ą" k="12" /> + <hkern u1="Û" u2="Ă" k="12" /> + <hkern u1="Û" u2="Ā" k="12" /> + <hkern u1="Û" u2="Æ" k="22" /> + <hkern u1="Û" u2="Å" k="12" /> + <hkern u1="Û" u2="Ä" k="12" /> + <hkern u1="Û" u2="Ã" k="12" /> + <hkern u1="Û" u2="Â" k="12" /> + <hkern u1="Û" u2="Á" k="12" /> + <hkern u1="Û" u2="À" k="12" /> + <hkern u1="Û" u2="J" k="13" /> + <hkern u1="Û" u2="A" k="12" /> + <hkern u1="Û" u2="." k="17" /> + <hkern u1="Û" u2="," k="17" /> + <hkern u1="Ü" u2="…" k="17" /> + <hkern u1="Ü" u2="Ǽ" k="22" /> + <hkern u1="Ü" u2="Ǻ" k="12" /> + <hkern u1="Ü" u2="Ĵ" k="13" /> + <hkern u1="Ü" u2="Ą" k="12" /> + <hkern u1="Ü" u2="Ă" k="12" /> + <hkern u1="Ü" u2="Ā" k="12" /> + <hkern u1="Ü" u2="Æ" k="22" /> + <hkern u1="Ü" u2="Å" k="12" /> + <hkern u1="Ü" u2="Ä" k="12" /> + <hkern u1="Ü" u2="Ã" k="12" /> + <hkern u1="Ü" u2="Â" k="12" /> + <hkern u1="Ü" u2="Á" k="12" /> + <hkern u1="Ü" u2="À" k="12" /> + <hkern u1="Ü" u2="J" k="13" /> + <hkern u1="Ü" u2="A" k="12" /> + <hkern u1="Ü" u2="." k="17" /> + <hkern u1="Ü" u2="," k="17" /> + <hkern u1="Ý" g2="uniFB02" k="14" /> + <hkern u1="Ý" g2="uniFB01" k="14" /> + <hkern u1="Ý" u2="›" k="35" /> + <hkern u1="Ý" u2="…" k="100" /> + <hkern u1="Ý" u2="—" k="80" /> + <hkern u1="Ý" u2="–" k="80" /> + <hkern u1="Ý" u2="œ" k="38" /> + <hkern u1="Ý" u2="Œ" k="25" /> + <hkern u1="Ý" u2="ı" k="39" /> + <hkern u1="Ý" u2="ü" k="41" /> + <hkern u1="Ý" u2="û" k="41" /> + <hkern u1="Ý" u2="ú" k="41" /> + <hkern u1="Ý" u2="ù" k="41" /> + <hkern u1="Ý" u2="ö" k="38" /> + <hkern u1="Ý" u2="õ" k="38" /> + <hkern u1="Ý" u2="ô" k="38" /> + <hkern u1="Ý" u2="ó" k="38" /> + <hkern u1="Ý" u2="ò" k="38" /> + <hkern u1="Ý" u2="ñ" k="39" /> + <hkern u1="Ý" u2="ë" k="38" /> + <hkern u1="Ý" u2="ê" k="38" /> + <hkern u1="Ý" u2="é" k="38" /> + <hkern u1="Ý" u2="è" k="38" /> + <hkern u1="Ý" u2="ç" k="38" /> + <hkern u1="Ý" u2="æ" k="41" /> + <hkern u1="Ý" u2="å" k="41" /> + <hkern u1="Ý" u2="ä" k="41" /> + <hkern u1="Ý" u2="ã" k="41" /> + <hkern u1="Ý" u2="â" k="41" /> + <hkern u1="Ý" u2="á" k="41" /> + <hkern u1="Ý" u2="à" k="41" /> + <hkern u1="Ý" u2="Ö" k="25" /> + <hkern u1="Ý" u2="Õ" k="25" /> + <hkern u1="Ý" u2="Ô" k="25" /> + <hkern u1="Ý" u2="Ó" k="25" /> + <hkern u1="Ý" u2="Ò" k="25" /> + <hkern u1="Ý" u2="Ç" k="25" /> + <hkern u1="Ý" u2="Å" k="48" /> + <hkern u1="Ý" u2="Ä" k="48" /> + <hkern u1="Ý" u2="Ã" k="48" /> + <hkern u1="Ý" u2="Â" k="48" /> + <hkern u1="Ý" u2="Á" k="48" /> + <hkern u1="Ý" u2="À" k="48" /> + <hkern u1="Ý" u2="·" k="62" /> + <hkern u1="Ý" u2="®" k="10" /> + <hkern u1="Ý" u2="«" k="64" /> + <hkern u1="Ý" u2="y" k="24" /> + <hkern u1="Ý" u2="x" k="40" /> + <hkern u1="Ý" u2="v" k="25" /> + <hkern u1="Ý" u2="r" k="39" /> + <hkern u1="Ý" u2="q" k="56" /> + <hkern u1="Ý" u2="p" k="39" /> + <hkern u1="Ý" u2="o" k="38" /> + <hkern u1="Ý" u2="n" k="39" /> + <hkern u1="Ý" u2="e" k="38" /> + <hkern u1="Ý" u2="Q" k="25" /> + <hkern u1="Ý" u2="O" k="25" /> + <hkern u1="Ý" u2="G" k="25" /> + <hkern u1="Ý" u2=";" k="40" /> + <hkern u1="Ý" u2="," k="100" /> + <hkern u1="Ý" u2=" " k="18" /> + <hkern u1="à" u2="ẅ" k="6" /> + <hkern u1="à" u2="ẃ" k="6" /> + <hkern u1="à" u2="ẁ" k="6" /> + <hkern u1="à" u2="ŵ" k="6" /> + <hkern u1="à" u2="y" k="6" /> + <hkern u1="à" u2="w" k="6" /> + <hkern u1="à" u2="v" k="6" /> + <hkern u1="á" u2="ẅ" k="6" /> + <hkern u1="á" u2="ẃ" k="6" /> + <hkern u1="á" u2="ẁ" k="6" /> + <hkern u1="á" u2="ŵ" k="6" /> + <hkern u1="á" u2="y" k="6" /> + <hkern u1="á" u2="w" k="6" /> + <hkern u1="á" u2="v" k="6" /> + <hkern u1="â" u2="ẅ" k="6" /> + <hkern u1="â" u2="ẃ" k="6" /> + <hkern u1="â" u2="ẁ" k="6" /> + <hkern u1="â" u2="ŵ" k="6" /> + <hkern u1="â" u2="y" k="6" /> + <hkern u1="â" u2="w" k="6" /> + <hkern u1="â" u2="v" k="6" /> + <hkern u1="ã" u2="ẅ" k="6" /> + <hkern u1="ã" u2="ẃ" k="6" /> + <hkern u1="ã" u2="ẁ" k="6" /> + <hkern u1="ã" u2="ŵ" k="6" /> + <hkern u1="ã" u2="y" k="6" /> + <hkern u1="ã" u2="w" k="6" /> + <hkern u1="ã" u2="v" k="6" /> + <hkern u1="ä" u2="ẅ" k="6" /> + <hkern u1="ä" u2="ẃ" k="6" /> + <hkern u1="ä" u2="ẁ" k="6" /> + <hkern u1="ä" u2="ŵ" k="6" /> + <hkern u1="ä" u2="y" k="6" /> + <hkern u1="ä" u2="w" k="6" /> + <hkern u1="ä" u2="v" k="6" /> + <hkern u1="å" u2="ẅ" k="6" /> + <hkern u1="å" u2="ẃ" k="6" /> + <hkern u1="å" u2="ẁ" k="6" /> + <hkern u1="å" u2="ŵ" k="6" /> + <hkern u1="å" u2="y" k="6" /> + <hkern u1="å" u2="w" k="6" /> + <hkern u1="å" u2="v" k="6" /> + <hkern u1="æ" g2="uniFB04" k="2" /> + <hkern u1="æ" g2="uniFB03" k="2" /> + <hkern u1="æ" g2="uniFB02" k="2" /> + <hkern u1="æ" g2="uniFB01" k="2" /> + <hkern u1="æ" g2="uniFB00" k="2" /> + <hkern u1="æ" u2="ẅ" k="6" /> + <hkern u1="æ" u2="ẃ" k="6" /> + <hkern u1="æ" u2="ẁ" k="6" /> + <hkern u1="æ" u2="ț" k="3" /> + <hkern u1="æ" u2="ŵ" k="6" /> + <hkern u1="æ" u2="ť" k="3" /> + <hkern u1="æ" u2="ţ" k="3" /> + <hkern u1="æ" u2="y" k="9" /> + <hkern u1="æ" u2="x" k="7" /> + <hkern u1="æ" u2="w" k="6" /> + <hkern u1="æ" u2="v" k="7" /> + <hkern u1="æ" u2="t" k="3" /> + <hkern u1="æ" u2="f" k="2" /> + <hkern u1="ç" u2="ẅ" k="3" /> + <hkern u1="ç" u2="ẃ" k="3" /> + <hkern u1="ç" u2="ẁ" k="3" /> + <hkern u1="ç" u2="ŵ" k="3" /> + <hkern u1="ç" u2="y" k="5" /> + <hkern u1="ç" u2="x" k="5" /> + <hkern u1="ç" u2="w" k="3" /> + <hkern u1="ç" u2="v" k="4" /> + <hkern u1="è" g2="uniFB04" k="2" /> + <hkern u1="è" g2="uniFB03" k="2" /> + <hkern u1="è" g2="uniFB02" k="2" /> + <hkern u1="è" g2="uniFB01" k="2" /> + <hkern u1="è" g2="uniFB00" k="2" /> + <hkern u1="è" u2="ẅ" k="6" /> + <hkern u1="è" u2="ẃ" k="6" /> + <hkern u1="è" u2="ẁ" k="6" /> + <hkern u1="è" u2="ț" k="3" /> + <hkern u1="è" u2="ŵ" k="6" /> + <hkern u1="è" u2="ť" k="3" /> + <hkern u1="è" u2="ţ" k="3" /> + <hkern u1="è" u2="y" k="9" /> + <hkern u1="è" u2="x" k="7" /> + <hkern u1="è" u2="w" k="6" /> + <hkern u1="è" u2="v" k="7" /> + <hkern u1="è" u2="t" k="3" /> + <hkern u1="è" u2="f" k="2" /> + <hkern u1="é" g2="uniFB04" k="2" /> + <hkern u1="é" g2="uniFB03" k="2" /> + <hkern u1="é" g2="uniFB02" k="2" /> + <hkern u1="é" g2="uniFB01" k="2" /> + <hkern u1="é" g2="uniFB00" k="2" /> + <hkern u1="é" u2="ẅ" k="6" /> + <hkern u1="é" u2="ẃ" k="6" /> + <hkern u1="é" u2="ẁ" k="6" /> + <hkern u1="é" u2="ț" k="3" /> + <hkern u1="é" u2="ŵ" k="6" /> + <hkern u1="é" u2="ť" k="3" /> + <hkern u1="é" u2="ţ" k="3" /> + <hkern u1="é" u2="y" k="9" /> + <hkern u1="é" u2="x" k="7" /> + <hkern u1="é" u2="w" k="6" /> + <hkern u1="é" u2="v" k="7" /> + <hkern u1="é" u2="t" k="3" /> + <hkern u1="é" u2="f" k="2" /> + <hkern u1="ê" g2="uniFB04" k="2" /> + <hkern u1="ê" g2="uniFB03" k="2" /> + <hkern u1="ê" g2="uniFB02" k="2" /> + <hkern u1="ê" g2="uniFB01" k="2" /> + <hkern u1="ê" g2="uniFB00" k="2" /> + <hkern u1="ê" u2="ẅ" k="6" /> + <hkern u1="ê" u2="ẃ" k="6" /> + <hkern u1="ê" u2="ẁ" k="6" /> + <hkern u1="ê" u2="ț" k="3" /> + <hkern u1="ê" u2="ŵ" k="6" /> + <hkern u1="ê" u2="ť" k="3" /> + <hkern u1="ê" u2="ţ" k="3" /> + <hkern u1="ê" u2="y" k="9" /> + <hkern u1="ê" u2="x" k="7" /> + <hkern u1="ê" u2="w" k="6" /> + <hkern u1="ê" u2="v" k="7" /> + <hkern u1="ê" u2="t" k="3" /> + <hkern u1="ê" u2="f" k="2" /> + <hkern u1="ë" g2="uniFB04" k="2" /> + <hkern u1="ë" g2="uniFB03" k="2" /> + <hkern u1="ë" g2="uniFB02" k="2" /> + <hkern u1="ë" g2="uniFB01" k="2" /> + <hkern u1="ë" g2="uniFB00" k="2" /> + <hkern u1="ë" u2="ẅ" k="6" /> + <hkern u1="ë" u2="ẃ" k="6" /> + <hkern u1="ë" u2="ẁ" k="6" /> + <hkern u1="ë" u2="ț" k="3" /> + <hkern u1="ë" u2="ŵ" k="6" /> + <hkern u1="ë" u2="ť" k="3" /> + <hkern u1="ë" u2="ţ" k="3" /> + <hkern u1="ë" u2="y" k="9" /> + <hkern u1="ë" u2="x" k="7" /> + <hkern u1="ë" u2="w" k="6" /> + <hkern u1="ë" u2="v" k="7" /> + <hkern u1="ë" u2="t" k="3" /> + <hkern u1="ë" u2="f" k="2" /> + <hkern u1="ï" u2="”" k="-52" /> + <hkern u1="ï" u2="“" k="-52" /> + <hkern u1="ï" u2="’" k="-52" /> + <hkern u1="ï" u2="‘" k="-52" /> + <hkern u1="ï" u2="ķ" k="-19" /> + <hkern u1="ï" u2="ħ" k="-19" /> + <hkern u1="ï" u2="ĥ" k="-19" /> + <hkern u1="ï" u2="þ" k="-19" /> + <hkern u1="ï" u2="k" k="-19" /> + <hkern u1="ï" u2="h" k="-19" /> + <hkern u1="ï" u2="b" k="-19" /> + <hkern u1="ï" u2="'" k="-52" /> + <hkern u1="ï" u2=""" k="-52" /> + <hkern u1="ñ" g2="uniFB04" k="3" /> + <hkern u1="ñ" g2="uniFB03" k="3" /> + <hkern u1="ñ" g2="uniFB02" k="3" /> + <hkern u1="ñ" g2="uniFB01" k="3" /> + <hkern u1="ñ" g2="uniFB00" k="3" /> + <hkern u1="ñ" u2="ẅ" k="9" /> + <hkern u1="ñ" u2="ẃ" k="9" /> + <hkern u1="ñ" u2="ẁ" k="9" /> + <hkern u1="ñ" u2="ț" k="3" /> + <hkern u1="ñ" u2="ŵ" k="9" /> + <hkern u1="ñ" u2="ť" k="3" /> + <hkern u1="ñ" u2="ţ" k="3" /> + <hkern u1="ñ" u2="y" k="8" /> + <hkern u1="ñ" u2="w" k="9" /> + <hkern u1="ñ" u2="v" k="9" /> + <hkern u1="ñ" u2="t" k="3" /> + <hkern u1="ñ" u2="f" k="3" /> + <hkern u1="ò" g2="uniFB04" k="3" /> + <hkern u1="ò" g2="uniFB03" k="3" /> + <hkern u1="ò" g2="uniFB02" k="3" /> + <hkern u1="ò" g2="uniFB01" k="3" /> + <hkern u1="ò" g2="uniFB00" k="3" /> + <hkern u1="ò" u2="ẅ" k="7" /> + <hkern u1="ò" u2="ẃ" k="7" /> + <hkern u1="ò" u2="ẁ" k="7" /> + <hkern u1="ò" u2="ț" k="3" /> + <hkern u1="ò" u2="ŵ" k="7" /> + <hkern u1="ò" u2="ť" k="3" /> + <hkern u1="ò" u2="ţ" k="3" /> + <hkern u1="ò" u2="y" k="10" /> + <hkern u1="ò" u2="x" k="13" /> + <hkern u1="ò" u2="w" k="7" /> + <hkern u1="ò" u2="v" k="8" /> + <hkern u1="ò" u2="t" k="3" /> + <hkern u1="ò" u2="f" k="3" /> + <hkern u1="ó" g2="uniFB04" k="3" /> + <hkern u1="ó" g2="uniFB03" k="3" /> + <hkern u1="ó" g2="uniFB02" k="3" /> + <hkern u1="ó" g2="uniFB01" k="3" /> + <hkern u1="ó" g2="uniFB00" k="3" /> + <hkern u1="ó" u2="ẅ" k="7" /> + <hkern u1="ó" u2="ẃ" k="7" /> + <hkern u1="ó" u2="ẁ" k="7" /> + <hkern u1="ó" u2="ț" k="3" /> + <hkern u1="ó" u2="ŵ" k="7" /> + <hkern u1="ó" u2="ť" k="3" /> + <hkern u1="ó" u2="ţ" k="3" /> + <hkern u1="ó" u2="y" k="10" /> + <hkern u1="ó" u2="x" k="13" /> + <hkern u1="ó" u2="w" k="7" /> + <hkern u1="ó" u2="v" k="8" /> + <hkern u1="ó" u2="t" k="3" /> + <hkern u1="ó" u2="f" k="3" /> + <hkern u1="ô" g2="uniFB04" k="3" /> + <hkern u1="ô" g2="uniFB03" k="3" /> + <hkern u1="ô" g2="uniFB02" k="3" /> + <hkern u1="ô" g2="uniFB01" k="3" /> + <hkern u1="ô" g2="uniFB00" k="3" /> + <hkern u1="ô" u2="ẅ" k="7" /> + <hkern u1="ô" u2="ẃ" k="7" /> + <hkern u1="ô" u2="ẁ" k="7" /> + <hkern u1="ô" u2="ț" k="3" /> + <hkern u1="ô" u2="ŵ" k="7" /> + <hkern u1="ô" u2="ť" k="3" /> + <hkern u1="ô" u2="ţ" k="3" /> + <hkern u1="ô" u2="y" k="10" /> + <hkern u1="ô" u2="x" k="13" /> + <hkern u1="ô" u2="w" k="7" /> + <hkern u1="ô" u2="v" k="8" /> + <hkern u1="ô" u2="t" k="3" /> + <hkern u1="ô" u2="f" k="3" /> + <hkern u1="õ" g2="uniFB04" k="3" /> + <hkern u1="õ" g2="uniFB03" k="3" /> + <hkern u1="õ" g2="uniFB02" k="3" /> + <hkern u1="õ" g2="uniFB01" k="3" /> + <hkern u1="õ" g2="uniFB00" k="3" /> + <hkern u1="õ" u2="ẅ" k="7" /> + <hkern u1="õ" u2="ẃ" k="7" /> + <hkern u1="õ" u2="ẁ" k="7" /> + <hkern u1="õ" u2="ț" k="3" /> + <hkern u1="õ" u2="ŵ" k="7" /> + <hkern u1="õ" u2="ť" k="3" /> + <hkern u1="õ" u2="ţ" k="3" /> + <hkern u1="õ" u2="y" k="10" /> + <hkern u1="õ" u2="x" k="13" /> + <hkern u1="õ" u2="w" k="7" /> + <hkern u1="õ" u2="v" k="8" /> + <hkern u1="õ" u2="t" k="3" /> + <hkern u1="õ" u2="f" k="3" /> + <hkern u1="ö" g2="uniFB04" k="3" /> + <hkern u1="ö" g2="uniFB03" k="3" /> + <hkern u1="ö" g2="uniFB02" k="3" /> + <hkern u1="ö" g2="uniFB01" k="3" /> + <hkern u1="ö" g2="uniFB00" k="3" /> + <hkern u1="ö" u2="ẅ" k="7" /> + <hkern u1="ö" u2="ẃ" k="7" /> + <hkern u1="ö" u2="ẁ" k="7" /> + <hkern u1="ö" u2="ț" k="3" /> + <hkern u1="ö" u2="ŵ" k="7" /> + <hkern u1="ö" u2="ť" k="3" /> + <hkern u1="ö" u2="ţ" k="3" /> + <hkern u1="ö" u2="y" k="10" /> + <hkern u1="ö" u2="x" k="13" /> + <hkern u1="ö" u2="w" k="7" /> + <hkern u1="ö" u2="v" k="8" /> + <hkern u1="ö" u2="t" k="3" /> + <hkern u1="ö" u2="f" k="3" /> + <hkern u1="ø" u2="x" k="8" /> + <hkern u1="þ" g2="uniFB02" k="3" /> + <hkern u1="þ" g2="uniFB01" k="3" /> + <hkern u1="þ" u2="y" k="6" /> + <hkern u1="þ" u2="x" k="10" /> + <hkern u1="þ" u2="v" k="6" /> + <hkern u1="Ā" g2="uniFB02" k="10" /> + <hkern u1="Ā" g2="uniFB01" k="10" /> + <hkern u1="Ā" u2="™" k="70" /> + <hkern u1="Ā" u2="…" k="-15" /> + <hkern u1="Ā" u2="”" k="72" /> + <hkern u1="Ā" u2="“" k="72" /> + <hkern u1="Ā" u2="‘" k="72" /> + <hkern u1="Ā" u2="—" k="13" /> + <hkern u1="Ā" u2="–" k="13" /> + <hkern u1="Ā" u2="Ÿ" k="48" /> + <hkern u1="Ā" u2="œ" k="7" /> + <hkern u1="Ā" u2="Œ" k="15" /> + <hkern u1="Ā" u2="ü" k="4" /> + <hkern u1="Ā" u2="û" k="4" /> + <hkern u1="Ā" u2="ú" k="4" /> + <hkern u1="Ā" u2="ù" k="4" /> + <hkern u1="Ā" u2="ö" k="7" /> + <hkern u1="Ā" u2="õ" k="7" /> + <hkern u1="Ā" u2="ô" k="7" /> + <hkern u1="Ā" u2="ó" k="7" /> + <hkern u1="Ā" u2="ò" k="7" /> + <hkern u1="Ā" u2="ë" k="7" /> + <hkern u1="Ā" u2="ê" k="7" /> + <hkern u1="Ā" u2="é" k="7" /> + <hkern u1="Ā" u2="è" k="7" /> + <hkern u1="Ā" u2="ç" k="7" /> + <hkern u1="Ā" u2="Ü" k="12" /> + <hkern u1="Ā" u2="Û" k="12" /> + <hkern u1="Ā" u2="Ú" k="12" /> + <hkern u1="Ā" u2="Ù" k="12" /> + <hkern u1="Ā" u2="Ö" k="15" /> + <hkern u1="Ā" u2="Õ" k="15" /> + <hkern u1="Ā" u2="Ô" k="15" /> + <hkern u1="Ā" u2="Ó" k="15" /> + <hkern u1="Ā" u2="Ò" k="15" /> + <hkern u1="Ā" u2="Ç" k="15" /> + <hkern u1="Ā" u2="º" k="70" /> + <hkern u1="Ā" u2="·" k="26" /> + <hkern u1="Ā" u2="®" k="44" /> + <hkern u1="Ā" u2="«" k="15" /> + <hkern u1="Ā" u2="ª" k="70" /> + <hkern u1="Ā" u2="y" k="36" /> + <hkern u1="Ā" u2="v" k="38" /> + <hkern u1="Ā" u2="q" k="3" /> + <hkern u1="Ā" u2="o" k="7" /> + <hkern u1="Ā" u2="e" k="7" /> + <hkern u1="Ā" u2="V" k="36" /> + <hkern u1="Ā" u2="Q" k="15" /> + <hkern u1="Ā" u2="O" k="15" /> + <hkern u1="Ā" u2="G" k="15" /> + <hkern u1="Ā" u2="?" k="40" /> + <hkern u1="Ā" u2=";" k="-5" /> + <hkern u1="Ā" u2="," k="-15" /> + <hkern u1="Ā" u2=""" k="72" /> + <hkern u1="ā" u2="y" k="6" /> + <hkern u1="ā" u2="v" k="6" /> + <hkern u1="Ă" g2="uniFB02" k="10" /> + <hkern u1="Ă" g2="uniFB01" k="10" /> + <hkern u1="Ă" u2="™" k="70" /> + <hkern u1="Ă" u2="…" k="-15" /> + <hkern u1="Ă" u2="”" k="72" /> + <hkern u1="Ă" u2="“" k="72" /> + <hkern u1="Ă" u2="‘" k="72" /> + <hkern u1="Ă" u2="—" k="13" /> + <hkern u1="Ă" u2="–" k="13" /> + <hkern u1="Ă" u2="Ÿ" k="48" /> + <hkern u1="Ă" u2="œ" k="7" /> + <hkern u1="Ă" u2="Œ" k="15" /> + <hkern u1="Ă" u2="ü" k="4" /> + <hkern u1="Ă" u2="û" k="4" /> + <hkern u1="Ă" u2="ú" k="4" /> + <hkern u1="Ă" u2="ù" k="4" /> + <hkern u1="Ă" u2="ö" k="7" /> + <hkern u1="Ă" u2="õ" k="7" /> + <hkern u1="Ă" u2="ô" k="7" /> + <hkern u1="Ă" u2="ó" k="7" /> + <hkern u1="Ă" u2="ò" k="7" /> + <hkern u1="Ă" u2="ë" k="7" /> + <hkern u1="Ă" u2="ê" k="7" /> + <hkern u1="Ă" u2="é" k="7" /> + <hkern u1="Ă" u2="è" k="7" /> + <hkern u1="Ă" u2="ç" k="7" /> + <hkern u1="Ă" u2="Ü" k="12" /> + <hkern u1="Ă" u2="Û" k="12" /> + <hkern u1="Ă" u2="Ú" k="12" /> + <hkern u1="Ă" u2="Ù" k="12" /> + <hkern u1="Ă" u2="Ö" k="15" /> + <hkern u1="Ă" u2="Õ" k="15" /> + <hkern u1="Ă" u2="Ô" k="15" /> + <hkern u1="Ă" u2="Ó" k="15" /> + <hkern u1="Ă" u2="Ò" k="15" /> + <hkern u1="Ă" u2="Ç" k="15" /> + <hkern u1="Ă" u2="º" k="70" /> + <hkern u1="Ă" u2="·" k="26" /> + <hkern u1="Ă" u2="®" k="44" /> + <hkern u1="Ă" u2="«" k="15" /> + <hkern u1="Ă" u2="ª" k="70" /> + <hkern u1="Ă" u2="y" k="36" /> + <hkern u1="Ă" u2="v" k="38" /> + <hkern u1="Ă" u2="q" k="3" /> + <hkern u1="Ă" u2="o" k="7" /> + <hkern u1="Ă" u2="e" k="7" /> + <hkern u1="Ă" u2="V" k="36" /> + <hkern u1="Ă" u2="Q" k="15" /> + <hkern u1="Ă" u2="O" k="15" /> + <hkern u1="Ă" u2="G" k="15" /> + <hkern u1="Ă" u2="?" k="40" /> + <hkern u1="Ă" u2=";" k="-5" /> + <hkern u1="Ă" u2="," k="-15" /> + <hkern u1="Ă" u2=""" k="72" /> + <hkern u1="ă" u2="y" k="6" /> + <hkern u1="ă" u2="v" k="6" /> + <hkern u1="Ą" g2="uniFB02" k="10" /> + <hkern u1="Ą" g2="uniFB01" k="10" /> + <hkern u1="Ą" u2="™" k="70" /> + <hkern u1="Ą" u2="…" k="-15" /> + <hkern u1="Ą" u2="”" k="72" /> + <hkern u1="Ą" u2="“" k="72" /> + <hkern u1="Ą" u2="‘" k="72" /> + <hkern u1="Ą" u2="—" k="13" /> + <hkern u1="Ą" u2="–" k="13" /> + <hkern u1="Ą" u2="Ÿ" k="48" /> + <hkern u1="Ą" u2="œ" k="7" /> + <hkern u1="Ą" u2="Œ" k="15" /> + <hkern u1="Ą" u2="ü" k="4" /> + <hkern u1="Ą" u2="û" k="4" /> + <hkern u1="Ą" u2="ú" k="4" /> + <hkern u1="Ą" u2="ù" k="4" /> + <hkern u1="Ą" u2="ö" k="7" /> + <hkern u1="Ą" u2="õ" k="7" /> + <hkern u1="Ą" u2="ô" k="7" /> + <hkern u1="Ą" u2="ó" k="7" /> + <hkern u1="Ą" u2="ò" k="7" /> + <hkern u1="Ą" u2="ë" k="7" /> + <hkern u1="Ą" u2="ê" k="7" /> + <hkern u1="Ą" u2="é" k="7" /> + <hkern u1="Ą" u2="è" k="7" /> + <hkern u1="Ą" u2="ç" k="7" /> + <hkern u1="Ą" u2="Ü" k="12" /> + <hkern u1="Ą" u2="Û" k="12" /> + <hkern u1="Ą" u2="Ú" k="12" /> + <hkern u1="Ą" u2="Ù" k="12" /> + <hkern u1="Ą" u2="Ö" k="15" /> + <hkern u1="Ą" u2="Õ" k="15" /> + <hkern u1="Ą" u2="Ô" k="15" /> + <hkern u1="Ą" u2="Ó" k="15" /> + <hkern u1="Ą" u2="Ò" k="15" /> + <hkern u1="Ą" u2="Ç" k="15" /> + <hkern u1="Ą" u2="º" k="70" /> + <hkern u1="Ą" u2="·" k="26" /> + <hkern u1="Ą" u2="®" k="44" /> + <hkern u1="Ą" u2="«" k="15" /> + <hkern u1="Ą" u2="ª" k="70" /> + <hkern u1="Ą" u2="y" k="36" /> + <hkern u1="Ą" u2="v" k="38" /> + <hkern u1="Ą" u2="q" k="3" /> + <hkern u1="Ą" u2="o" k="7" /> + <hkern u1="Ą" u2="e" k="7" /> + <hkern u1="Ą" u2="V" k="36" /> + <hkern u1="Ą" u2="Q" k="15" /> + <hkern u1="Ą" u2="O" k="15" /> + <hkern u1="Ą" u2="G" k="15" /> + <hkern u1="Ą" u2="?" k="40" /> + <hkern u1="Ą" u2=";" k="-5" /> + <hkern u1="Ą" u2="," k="-15" /> + <hkern u1="Ą" u2=""" k="72" /> + <hkern u1="ą" u2="y" k="6" /> + <hkern u1="ą" u2="v" k="6" /> + <hkern u1="Ć" u2="Å" k="6" /> + <hkern u1="Ć" u2="Ä" k="6" /> + <hkern u1="Ć" u2="Ã" k="6" /> + <hkern u1="Ć" u2="Â" k="6" /> + <hkern u1="Ć" u2="Á" k="6" /> + <hkern u1="Ć" u2="À" k="6" /> + <hkern u1="Ć" u2="y" k="18" /> + <hkern u1="ć" u2="y" k="5" /> + <hkern u1="ć" u2="x" k="5" /> + <hkern u1="ć" u2="v" k="4" /> + <hkern u1="Ĉ" u2="Å" k="6" /> + <hkern u1="Ĉ" u2="Ä" k="6" /> + <hkern u1="Ĉ" u2="Ã" k="6" /> + <hkern u1="Ĉ" u2="Â" k="6" /> + <hkern u1="Ĉ" u2="Á" k="6" /> + <hkern u1="Ĉ" u2="À" k="6" /> + <hkern u1="Ĉ" u2="y" k="18" /> + <hkern u1="ĉ" u2="y" k="5" /> + <hkern u1="ĉ" u2="x" k="5" /> + <hkern u1="ĉ" u2="v" k="4" /> + <hkern u1="Ċ" u2="Å" k="6" /> + <hkern u1="Ċ" u2="Ä" k="6" /> + <hkern u1="Ċ" u2="Ã" k="6" /> + <hkern u1="Ċ" u2="Â" k="6" /> + <hkern u1="Ċ" u2="Á" k="6" /> + <hkern u1="Ċ" u2="À" k="6" /> + <hkern u1="Ċ" u2="y" k="18" /> + <hkern u1="ċ" u2="y" k="5" /> + <hkern u1="ċ" u2="x" k="5" /> + <hkern u1="ċ" u2="v" k="4" /> + <hkern u1="Č" u2="Å" k="6" /> + <hkern u1="Č" u2="Ä" k="6" /> + <hkern u1="Č" u2="Ã" k="6" /> + <hkern u1="Č" u2="Â" k="6" /> + <hkern u1="Č" u2="Á" k="6" /> + <hkern u1="Č" u2="À" k="6" /> + <hkern u1="Č" u2="y" k="18" /> + <hkern u1="č" u2="y" k="5" /> + <hkern u1="č" u2="x" k="5" /> + <hkern u1="č" u2="v" k="4" /> + <hkern u1="Ď" u2="…" k="16" /> + <hkern u1="Ď" u2="Ÿ" k="29" /> + <hkern u1="Ď" u2="Å" k="15" /> + <hkern u1="Ď" u2="Ä" k="15" /> + <hkern u1="Ď" u2="Ã" k="15" /> + <hkern u1="Ď" u2="Â" k="15" /> + <hkern u1="Ď" u2="Á" k="15" /> + <hkern u1="Ď" u2="À" k="15" /> + <hkern u1="Ď" u2="X" k="18" /> + <hkern u1="Ď" u2="V" k="16" /> + <hkern u1="Ď" u2="," k="16" /> + <hkern u1="đ" u2="ï" k="-19" /> + <hkern u1="Ē" u2="y" k="18" /> + <hkern u1="Ē" u2="v" k="18" /> + <hkern u1="ē" g2="uniFB02" k="2" /> + <hkern u1="ē" g2="uniFB01" k="2" /> + <hkern u1="ē" u2="y" k="9" /> + <hkern u1="ē" u2="x" k="7" /> + <hkern u1="ē" u2="v" k="7" /> + <hkern u1="Ĕ" u2="y" k="18" /> + <hkern u1="Ĕ" u2="v" k="18" /> + <hkern u1="ĕ" g2="uniFB02" k="2" /> + <hkern u1="ĕ" g2="uniFB01" k="2" /> + <hkern u1="ĕ" u2="y" k="9" /> + <hkern u1="ĕ" u2="x" k="7" /> + <hkern u1="ĕ" u2="v" k="7" /> + <hkern u1="Ė" u2="y" k="18" /> + <hkern u1="Ė" u2="v" k="18" /> + <hkern u1="ė" g2="uniFB02" k="2" /> + <hkern u1="ė" g2="uniFB01" k="2" /> + <hkern u1="ė" u2="y" k="9" /> + <hkern u1="ė" u2="x" k="7" /> + <hkern u1="ė" u2="v" k="7" /> + <hkern u1="Ę" u2="y" k="18" /> + <hkern u1="Ę" u2="v" k="18" /> + <hkern u1="ę" g2="uniFB02" k="2" /> + <hkern u1="ę" g2="uniFB01" k="2" /> + <hkern u1="ę" u2="y" k="9" /> + <hkern u1="ę" u2="x" k="7" /> + <hkern u1="ę" u2="v" k="7" /> + <hkern u1="Ě" u2="y" k="18" /> + <hkern u1="Ě" u2="v" k="18" /> + <hkern u1="ě" g2="uniFB02" k="2" /> + <hkern u1="ě" g2="uniFB01" k="2" /> + <hkern u1="ě" u2="y" k="9" /> + <hkern u1="ě" u2="x" k="7" /> + <hkern u1="ě" u2="v" k="7" /> + <hkern u1="Ĝ" u2="Ÿ" k="25" /> + <hkern u1="Ĝ" u2="Å" k="15" /> + <hkern u1="Ĝ" u2="Ä" k="15" /> + <hkern u1="Ĝ" u2="Ã" k="15" /> + <hkern u1="Ĝ" u2="Â" k="15" /> + <hkern u1="Ĝ" u2="Á" k="15" /> + <hkern u1="Ĝ" u2="À" k="15" /> + <hkern u1="Ĝ" u2="X" k="19" /> + <hkern u1="Ĝ" u2="V" k="14" /> + <hkern u1="Ğ" u2="Ÿ" k="25" /> + <hkern u1="Ğ" u2="Å" k="15" /> + <hkern u1="Ğ" u2="Ä" k="15" /> + <hkern u1="Ğ" u2="Ã" k="15" /> + <hkern u1="Ğ" u2="Â" k="15" /> + <hkern u1="Ğ" u2="Á" k="15" /> + <hkern u1="Ğ" u2="À" k="15" /> + <hkern u1="Ğ" u2="X" k="19" /> + <hkern u1="Ğ" u2="V" k="14" /> + <hkern u1="Ġ" u2="Ÿ" k="25" /> + <hkern u1="Ġ" u2="Å" k="15" /> + <hkern u1="Ġ" u2="Ä" k="15" /> + <hkern u1="Ġ" u2="Ã" k="15" /> + <hkern u1="Ġ" u2="Â" k="15" /> + <hkern u1="Ġ" u2="Á" k="15" /> + <hkern u1="Ġ" u2="À" k="15" /> + <hkern u1="Ġ" u2="X" k="19" /> + <hkern u1="Ġ" u2="V" k="14" /> + <hkern u1="Ģ" u2="Ÿ" k="25" /> + <hkern u1="Ģ" u2="Å" k="15" /> + <hkern u1="Ģ" u2="Ä" k="15" /> + <hkern u1="Ģ" u2="Ã" k="15" /> + <hkern u1="Ģ" u2="Â" k="15" /> + <hkern u1="Ģ" u2="Á" k="15" /> + <hkern u1="Ģ" u2="À" k="15" /> + <hkern u1="Ģ" u2="X" k="19" /> + <hkern u1="Ģ" u2="V" k="14" /> + <hkern u1="Ĥ" u2="ï" k="-19" /> + <hkern u1="ĥ" g2="uniFB02" k="3" /> + <hkern u1="ĥ" g2="uniFB01" k="3" /> + <hkern u1="ĥ" u2="y" k="8" /> + <hkern u1="ĥ" u2="v" k="9" /> + <hkern u1="Ħ" u2="ï" k="-19" /> + <hkern u1="ħ" g2="uniFB02" k="3" /> + <hkern u1="ħ" g2="uniFB01" k="3" /> + <hkern u1="ħ" u2="y" k="8" /> + <hkern u1="ħ" u2="v" k="9" /> + <hkern u1="Ĩ" u2="ï" k="-19" /> + <hkern u1="Ī" u2="ï" k="-19" /> + <hkern u1="Ĭ" u2="ï" k="-19" /> + <hkern u1="Į" u2="ï" k="-19" /> + <hkern u1="İ" u2="ï" k="-19" /> + <hkern g1="IJ" u2="Å" k="12" /> + <hkern g1="IJ" u2="Ä" k="12" /> + <hkern g1="IJ" u2="Ã" k="12" /> + <hkern g1="IJ" u2="Â" k="12" /> + <hkern g1="IJ" u2="Á" k="12" /> + <hkern g1="IJ" u2="À" k="12" /> + <hkern u1="Ĵ" u2="Å" k="12" /> + <hkern u1="Ĵ" u2="Ä" k="12" /> + <hkern u1="Ĵ" u2="Ã" k="12" /> + <hkern u1="Ĵ" u2="Â" k="12" /> + <hkern u1="Ĵ" u2="Á" k="12" /> + <hkern u1="Ĵ" u2="À" k="12" /> + <hkern u1="Ķ" u2="™" k="25" /> + <hkern u1="Ķ" u2="›" k="9" /> + <hkern u1="Ķ" u2="”" k="4" /> + <hkern u1="Ķ" u2="“" k="4" /> + <hkern u1="Ķ" u2="‘" k="4" /> + <hkern u1="Ķ" u2="—" k="40" /> + <hkern u1="Ķ" u2="–" k="40" /> + <hkern u1="Ķ" u2="œ" k="24" /> + <hkern u1="Ķ" u2="Œ" k="24" /> + <hkern u1="Ķ" u2="ü" k="18" /> + <hkern u1="Ķ" u2="û" k="18" /> + <hkern u1="Ķ" u2="ú" k="18" /> + <hkern u1="Ķ" u2="ù" k="18" /> + <hkern u1="Ķ" u2="ö" k="24" /> + <hkern u1="Ķ" u2="õ" k="24" /> + <hkern u1="Ķ" u2="ô" k="24" /> + <hkern u1="Ķ" u2="ó" k="24" /> + <hkern u1="Ķ" u2="ò" k="24" /> + <hkern u1="Ķ" u2="ë" k="24" /> + <hkern u1="Ķ" u2="ê" k="24" /> + <hkern u1="Ķ" u2="é" k="24" /> + <hkern u1="Ķ" u2="è" k="24" /> + <hkern u1="Ķ" u2="ç" k="24" /> + <hkern u1="Ķ" u2="æ" k="12" /> + <hkern u1="Ķ" u2="å" k="12" /> + <hkern u1="Ķ" u2="ä" k="12" /> + <hkern u1="Ķ" u2="ã" k="12" /> + <hkern u1="Ķ" u2="â" k="12" /> + <hkern u1="Ķ" u2="á" k="12" /> + <hkern u1="Ķ" u2="à" k="12" /> + <hkern u1="Ķ" u2="Ü" k="18" /> + <hkern u1="Ķ" u2="Û" k="18" /> + <hkern u1="Ķ" u2="Ú" k="18" /> + <hkern u1="Ķ" u2="Ù" k="18" /> + <hkern u1="Ķ" u2="Ö" k="24" /> + <hkern u1="Ķ" u2="Õ" k="24" /> + <hkern u1="Ķ" u2="Ô" k="24" /> + <hkern u1="Ķ" u2="Ó" k="24" /> + <hkern u1="Ķ" u2="Ò" k="24" /> + <hkern u1="Ķ" u2="Ç" k="24" /> + <hkern u1="Ķ" u2="º" k="25" /> + <hkern u1="Ķ" u2="·" k="40" /> + <hkern u1="Ķ" u2="®" k="51" /> + <hkern u1="Ķ" u2="«" k="50" /> + <hkern u1="Ķ" u2="ª" k="25" /> + <hkern u1="Ķ" u2="y" k="22" /> + <hkern u1="Ķ" u2="v" k="34" /> + <hkern u1="Ķ" u2="q" k="6" /> + <hkern u1="Ķ" u2="o" k="24" /> + <hkern u1="Ķ" u2="e" k="24" /> + <hkern u1="Ķ" u2="Q" k="24" /> + <hkern u1="Ķ" u2="O" k="24" /> + <hkern u1="Ķ" u2="G" k="24" /> + <hkern u1="Ķ" u2=""" k="4" /> + <hkern u1="ķ" u2="—" k="30" /> + <hkern u1="ķ" u2="–" k="30" /> + <hkern u1="ķ" u2="œ" k="11" /> + <hkern u1="ķ" u2="ü" k="12" /> + <hkern u1="ķ" u2="û" k="12" /> + <hkern u1="ķ" u2="ú" k="12" /> + <hkern u1="ķ" u2="ù" k="12" /> + <hkern u1="ķ" u2="ö" k="11" /> + <hkern u1="ķ" u2="õ" k="11" /> + <hkern u1="ķ" u2="ô" k="11" /> + <hkern u1="ķ" u2="ó" k="11" /> + <hkern u1="ķ" u2="ò" k="11" /> + <hkern u1="ķ" u2="ë" k="11" /> + <hkern u1="ķ" u2="ê" k="11" /> + <hkern u1="ķ" u2="é" k="11" /> + <hkern u1="ķ" u2="è" k="11" /> + <hkern u1="ķ" u2="ç" k="11" /> + <hkern u1="ķ" u2="y" k="18" /> + <hkern u1="ķ" u2="q" k="10" /> + <hkern u1="ķ" u2="o" k="11" /> + <hkern u1="ķ" u2="e" k="11" /> + <hkern u1="Ĺ" u2="™" k="50" /> + <hkern u1="Ĺ" u2="›" k="10" /> + <hkern u1="Ĺ" u2="…" k="-11" /> + <hkern u1="Ĺ" u2="”" k="60" /> + <hkern u1="Ĺ" u2="“" k="60" /> + <hkern u1="Ĺ" u2="‘" k="60" /> + <hkern u1="Ĺ" u2="—" k="19" /> + <hkern u1="Ĺ" u2="–" k="19" /> + <hkern u1="Ĺ" u2="Ÿ" k="78" /> + <hkern u1="Ĺ" u2="Œ" k="24" /> + <hkern u1="Ĺ" u2="Ü" k="24" /> + <hkern u1="Ĺ" u2="Û" k="24" /> + <hkern u1="Ĺ" u2="Ú" k="24" /> + <hkern u1="Ĺ" u2="Ù" k="24" /> + <hkern u1="Ĺ" u2="Ö" k="24" /> + <hkern u1="Ĺ" u2="Õ" k="24" /> + <hkern u1="Ĺ" u2="Ô" k="24" /> + <hkern u1="Ĺ" u2="Ó" k="24" /> + <hkern u1="Ĺ" u2="Ò" k="24" /> + <hkern u1="Ĺ" u2="Ç" k="24" /> + <hkern u1="Ĺ" u2="º" k="50" /> + <hkern u1="Ĺ" u2="·" k="10" /> + <hkern u1="Ĺ" u2="®" k="36" /> + <hkern u1="Ĺ" u2="«" k="16" /> + <hkern u1="Ĺ" u2="ª" k="50" /> + <hkern u1="Ĺ" u2="y" k="20" /> + <hkern u1="Ĺ" u2="v" k="40" /> + <hkern u1="Ĺ" u2="V" k="66" /> + <hkern u1="Ĺ" u2="Q" k="24" /> + <hkern u1="Ĺ" u2="O" k="24" /> + <hkern u1="Ĺ" u2="G" k="24" /> + <hkern u1="Ĺ" u2="?" k="15" /> + <hkern u1="Ĺ" u2="," k="-11" /> + <hkern u1="Ĺ" u2=""" k="60" /> + <hkern u1="ĺ" g2="uniFB02" k="12" /> + <hkern u1="ĺ" g2="uniFB01" k="12" /> + <hkern u1="ĺ" u2="™" k="23" /> + <hkern u1="ĺ" u2="›" k="5" /> + <hkern u1="ĺ" u2="…" k="-16" /> + <hkern u1="ĺ" u2="”" k="27" /> + <hkern u1="ĺ" u2="“" k="34" /> + <hkern u1="ĺ" u2="‘" k="34" /> + <hkern u1="ĺ" u2="—" k="15" /> + <hkern u1="ĺ" u2="–" k="15" /> + <hkern u1="ĺ" u2="º" k="23" /> + <hkern u1="ĺ" u2="®" k="25" /> + <hkern u1="ĺ" u2="«" k="10" /> + <hkern u1="ĺ" u2="ª" k="23" /> + <hkern u1="ĺ" u2="y" k="15" /> + <hkern u1="ĺ" u2="v" k="19" /> + <hkern u1="ĺ" u2="," k="-16" /> + <hkern u1="ĺ" u2=""" k="34" /> + <hkern u1="Ļ" u2="™" k="50" /> + <hkern u1="Ļ" u2="›" k="10" /> + <hkern u1="Ļ" u2="…" k="-11" /> + <hkern u1="Ļ" u2="”" k="60" /> + <hkern u1="Ļ" u2="“" k="60" /> + <hkern u1="Ļ" u2="‘" k="60" /> + <hkern u1="Ļ" u2="—" k="19" /> + <hkern u1="Ļ" u2="–" k="19" /> + <hkern u1="Ļ" u2="Ÿ" k="78" /> + <hkern u1="Ļ" u2="Œ" k="24" /> + <hkern u1="Ļ" u2="Ü" k="24" /> + <hkern u1="Ļ" u2="Û" k="24" /> + <hkern u1="Ļ" u2="Ú" k="24" /> + <hkern u1="Ļ" u2="Ù" k="24" /> + <hkern u1="Ļ" u2="Ö" k="24" /> + <hkern u1="Ļ" u2="Õ" k="24" /> + <hkern u1="Ļ" u2="Ô" k="24" /> + <hkern u1="Ļ" u2="Ó" k="24" /> + <hkern u1="Ļ" u2="Ò" k="24" /> + <hkern u1="Ļ" u2="Ç" k="24" /> + <hkern u1="Ļ" u2="º" k="50" /> + <hkern u1="Ļ" u2="·" k="10" /> + <hkern u1="Ļ" u2="®" k="36" /> + <hkern u1="Ļ" u2="«" k="16" /> + <hkern u1="Ļ" u2="ª" k="50" /> + <hkern u1="Ļ" u2="y" k="20" /> + <hkern u1="Ļ" u2="v" k="40" /> + <hkern u1="Ļ" u2="V" k="66" /> + <hkern u1="Ļ" u2="Q" k="24" /> + <hkern u1="Ļ" u2="O" k="24" /> + <hkern u1="Ļ" u2="G" k="24" /> + <hkern u1="Ļ" u2="?" k="15" /> + <hkern u1="Ļ" u2="," k="-11" /> + <hkern u1="Ļ" u2=""" k="60" /> + <hkern u1="ļ" g2="uniFB02" k="12" /> + <hkern u1="ļ" g2="uniFB01" k="12" /> + <hkern u1="ļ" u2="™" k="23" /> + <hkern u1="ļ" u2="›" k="5" /> + <hkern u1="ļ" u2="…" k="-16" /> + <hkern u1="ļ" u2="”" k="27" /> + <hkern u1="ļ" u2="“" k="34" /> + <hkern u1="ļ" u2="‘" k="34" /> + <hkern u1="ļ" u2="—" k="15" /> + <hkern u1="ļ" u2="–" k="15" /> + <hkern u1="ļ" u2="º" k="23" /> + <hkern u1="ļ" u2="®" k="25" /> + <hkern u1="ļ" u2="«" k="10" /> + <hkern u1="ļ" u2="ª" k="23" /> + <hkern u1="ļ" u2="y" k="15" /> + <hkern u1="ļ" u2="v" k="19" /> + <hkern u1="ļ" u2="," k="-16" /> + <hkern u1="ļ" u2=""" k="34" /> + <hkern u1="Ľ" u2="™" k="50" /> + <hkern u1="Ľ" u2="›" k="10" /> + <hkern u1="Ľ" u2="…" k="-11" /> + <hkern u1="Ľ" u2="”" k="60" /> + <hkern u1="Ľ" u2="“" k="60" /> + <hkern u1="Ľ" u2="‘" k="60" /> + <hkern u1="Ľ" u2="—" k="19" /> + <hkern u1="Ľ" u2="–" k="19" /> + <hkern u1="Ľ" u2="Ÿ" k="78" /> + <hkern u1="Ľ" u2="Œ" k="24" /> + <hkern u1="Ľ" u2="Ü" k="24" /> + <hkern u1="Ľ" u2="Û" k="24" /> + <hkern u1="Ľ" u2="Ú" k="24" /> + <hkern u1="Ľ" u2="Ù" k="24" /> + <hkern u1="Ľ" u2="Ö" k="24" /> + <hkern u1="Ľ" u2="Õ" k="24" /> + <hkern u1="Ľ" u2="Ô" k="24" /> + <hkern u1="Ľ" u2="Ó" k="24" /> + <hkern u1="Ľ" u2="Ò" k="24" /> + <hkern u1="Ľ" u2="Ç" k="24" /> + <hkern u1="Ľ" u2="º" k="50" /> + <hkern u1="Ľ" u2="·" k="10" /> + <hkern u1="Ľ" u2="®" k="36" /> + <hkern u1="Ľ" u2="«" k="16" /> + <hkern u1="Ľ" u2="ª" k="50" /> + <hkern u1="Ľ" u2="y" k="20" /> + <hkern u1="Ľ" u2="v" k="40" /> + <hkern u1="Ľ" u2="V" k="66" /> + <hkern u1="Ľ" u2="Q" k="24" /> + <hkern u1="Ľ" u2="O" k="24" /> + <hkern u1="Ľ" u2="G" k="24" /> + <hkern u1="Ľ" u2="?" k="15" /> + <hkern u1="Ľ" u2="," k="-11" /> + <hkern u1="Ľ" u2=""" k="60" /> + <hkern u1="ł" g2="uniFB02" k="12" /> + <hkern u1="ł" g2="uniFB01" k="12" /> + <hkern u1="ł" u2="™" k="23" /> + <hkern u1="ł" u2="›" k="5" /> + <hkern u1="ł" u2="…" k="-16" /> + <hkern u1="ł" u2="”" k="27" /> + <hkern u1="ł" u2="“" k="34" /> + <hkern u1="ł" u2="‘" k="34" /> + <hkern u1="ł" u2="—" k="15" /> + <hkern u1="ł" u2="–" k="15" /> + <hkern u1="ł" u2="º" k="23" /> + <hkern u1="ł" u2="®" k="25" /> + <hkern u1="ł" u2="«" k="10" /> + <hkern u1="ł" u2="ª" k="23" /> + <hkern u1="ł" u2="y" k="15" /> + <hkern u1="ł" u2="v" k="19" /> + <hkern u1="ł" u2="," k="-16" /> + <hkern u1="ł" u2=""" k="34" /> + <hkern u1="Ń" u2="ï" k="-19" /> + <hkern u1="ń" g2="uniFB02" k="3" /> + <hkern u1="ń" g2="uniFB01" k="3" /> + <hkern u1="ń" u2="y" k="8" /> + <hkern u1="ń" u2="v" k="9" /> + <hkern u1="Ņ" u2="ï" k="-19" /> + <hkern u1="ņ" g2="uniFB02" k="3" /> + <hkern u1="ņ" g2="uniFB01" k="3" /> + <hkern u1="ņ" u2="y" k="8" /> + <hkern u1="ņ" u2="v" k="9" /> + <hkern u1="Ň" u2="ï" k="-19" /> + <hkern u1="ň" g2="uniFB02" k="3" /> + <hkern u1="ň" g2="uniFB01" k="3" /> + <hkern u1="ň" u2="y" k="8" /> + <hkern u1="ň" u2="v" k="9" /> + <hkern g1="napostrophe" g2="uniFB02" k="3" /> + <hkern g1="napostrophe" g2="uniFB01" k="3" /> + <hkern g1="napostrophe" u2="y" k="8" /> + <hkern g1="napostrophe" u2="v" k="9" /> + <hkern u1="Ŋ" u2="ï" k="-19" /> + <hkern u1="ŋ" g2="uniFB02" k="3" /> + <hkern u1="ŋ" g2="uniFB01" k="3" /> + <hkern u1="ŋ" u2="y" k="8" /> + <hkern u1="ŋ" u2="v" k="9" /> + <hkern u1="Ō" u2="Ÿ" k="25" /> + <hkern u1="Ō" u2="Å" k="15" /> + <hkern u1="Ō" u2="Ä" k="15" /> + <hkern u1="Ō" u2="Ã" k="15" /> + <hkern u1="Ō" u2="Â" k="15" /> + <hkern u1="Ō" u2="Á" k="15" /> + <hkern u1="Ō" u2="À" k="15" /> + <hkern u1="Ō" u2="X" k="19" /> + <hkern u1="Ō" u2="V" k="14" /> + <hkern u1="ō" g2="uniFB02" k="3" /> + <hkern u1="ō" g2="uniFB01" k="3" /> + <hkern u1="ō" u2="y" k="10" /> + <hkern u1="ō" u2="x" k="13" /> + <hkern u1="ō" u2="v" k="8" /> + <hkern u1="Ŏ" u2="Ÿ" k="25" /> + <hkern u1="Ŏ" u2="Å" k="15" /> + <hkern u1="Ŏ" u2="Ä" k="15" /> + <hkern u1="Ŏ" u2="Ã" k="15" /> + <hkern u1="Ŏ" u2="Â" k="15" /> + <hkern u1="Ŏ" u2="Á" k="15" /> + <hkern u1="Ŏ" u2="À" k="15" /> + <hkern u1="Ŏ" u2="X" k="19" /> + <hkern u1="Ŏ" u2="V" k="14" /> + <hkern u1="ŏ" g2="uniFB02" k="3" /> + <hkern u1="ŏ" g2="uniFB01" k="3" /> + <hkern u1="ŏ" u2="y" k="10" /> + <hkern u1="ŏ" u2="x" k="13" /> + <hkern u1="ŏ" u2="v" k="8" /> + <hkern u1="Ő" u2="Ÿ" k="25" /> + <hkern u1="Ő" u2="Å" k="15" /> + <hkern u1="Ő" u2="Ä" k="15" /> + <hkern u1="Ő" u2="Ã" k="15" /> + <hkern u1="Ő" u2="Â" k="15" /> + <hkern u1="Ő" u2="Á" k="15" /> + <hkern u1="Ő" u2="À" k="15" /> + <hkern u1="Ő" u2="X" k="19" /> + <hkern u1="Ő" u2="V" k="14" /> + <hkern u1="ő" g2="uniFB02" k="3" /> + <hkern u1="ő" g2="uniFB01" k="3" /> + <hkern u1="ő" u2="y" k="10" /> + <hkern u1="ő" u2="x" k="13" /> + <hkern u1="ő" u2="v" k="8" /> + <hkern u1="Œ" u2="ẅ" k="18" /> + <hkern u1="Œ" u2="ẃ" k="18" /> + <hkern u1="Œ" u2="ẁ" k="18" /> + <hkern u1="Œ" u2="ŵ" k="18" /> + <hkern u1="Œ" u2="y" k="18" /> + <hkern u1="Œ" u2="w" k="18" /> + <hkern u1="Œ" u2="v" k="18" /> + <hkern u1="œ" g2="uniFB04" k="2" /> + <hkern u1="œ" g2="uniFB03" k="2" /> + <hkern u1="œ" g2="uniFB02" k="2" /> + <hkern u1="œ" g2="uniFB01" k="2" /> + <hkern u1="œ" g2="uniFB00" k="2" /> + <hkern u1="œ" u2="ẅ" k="6" /> + <hkern u1="œ" u2="ẃ" k="6" /> + <hkern u1="œ" u2="ẁ" k="6" /> + <hkern u1="œ" u2="ț" k="3" /> + <hkern u1="œ" u2="ŵ" k="6" /> + <hkern u1="œ" u2="ť" k="3" /> + <hkern u1="œ" u2="ţ" k="3" /> + <hkern u1="œ" u2="y" k="9" /> + <hkern u1="œ" u2="x" k="7" /> + <hkern u1="œ" u2="w" k="6" /> + <hkern u1="œ" u2="v" k="7" /> + <hkern u1="œ" u2="t" k="3" /> + <hkern u1="œ" u2="f" k="2" /> + <hkern u1="Ŕ" u2="›" k="5" /> + <hkern u1="Ŕ" u2="—" k="9" /> + <hkern u1="Ŕ" u2="–" k="9" /> + <hkern u1="Ŕ" u2="Ÿ" k="22" /> + <hkern u1="Ŕ" u2="œ" k="12" /> + <hkern u1="Ŕ" u2="ö" k="12" /> + <hkern u1="Ŕ" u2="õ" k="12" /> + <hkern u1="Ŕ" u2="ô" k="12" /> + <hkern u1="Ŕ" u2="ó" k="12" /> + <hkern u1="Ŕ" u2="ò" k="12" /> + <hkern u1="Ŕ" u2="ë" k="12" /> + <hkern u1="Ŕ" u2="ê" k="12" /> + <hkern u1="Ŕ" u2="é" k="12" /> + <hkern u1="Ŕ" u2="è" k="12" /> + <hkern u1="Ŕ" u2="ç" k="12" /> + <hkern u1="Ŕ" u2="·" k="6" /> + <hkern u1="Ŕ" u2="«" k="16" /> + <hkern u1="Ŕ" u2="q" k="9" /> + <hkern u1="Ŕ" u2="o" k="12" /> + <hkern u1="Ŕ" u2="e" k="12" /> + <hkern u1="Ŕ" u2="V" k="14" /> + <hkern u1="ŕ" u2="…" k="50" /> + <hkern u1="ŕ" u2="”" k="-10" /> + <hkern u1="ŕ" u2="“" k="-10" /> + <hkern u1="ŕ" u2="‘" k="-10" /> + <hkern u1="ŕ" u2="—" k="10" /> + <hkern u1="ŕ" u2="–" k="10" /> + <hkern u1="ŕ" u2="œ" k="18" /> + <hkern u1="ŕ" u2="ö" k="18" /> + <hkern u1="ŕ" u2="õ" k="18" /> + <hkern u1="ŕ" u2="ô" k="18" /> + <hkern u1="ŕ" u2="ó" k="18" /> + <hkern u1="ŕ" u2="ò" k="18" /> + <hkern u1="ŕ" u2="ë" k="18" /> + <hkern u1="ŕ" u2="ê" k="18" /> + <hkern u1="ŕ" u2="é" k="18" /> + <hkern u1="ŕ" u2="è" k="18" /> + <hkern u1="ŕ" u2="ç" k="18" /> + <hkern u1="ŕ" u2="æ" k="24" /> + <hkern u1="ŕ" u2="å" k="24" /> + <hkern u1="ŕ" u2="ä" k="24" /> + <hkern u1="ŕ" u2="ã" k="24" /> + <hkern u1="ŕ" u2="â" k="24" /> + <hkern u1="ŕ" u2="á" k="24" /> + <hkern u1="ŕ" u2="à" k="24" /> + <hkern u1="ŕ" u2="q" k="18" /> + <hkern u1="ŕ" u2="o" k="18" /> + <hkern u1="ŕ" u2="e" k="18" /> + <hkern u1="ŕ" u2="?" k="-20" /> + <hkern u1="ŕ" u2="," k="50" /> + <hkern u1="ŕ" u2=""" k="-10" /> + <hkern u1="Ŗ" u2="›" k="5" /> + <hkern u1="Ŗ" u2="—" k="9" /> + <hkern u1="Ŗ" u2="–" k="9" /> + <hkern u1="Ŗ" u2="Ÿ" k="22" /> + <hkern u1="Ŗ" u2="œ" k="12" /> + <hkern u1="Ŗ" u2="ö" k="12" /> + <hkern u1="Ŗ" u2="õ" k="12" /> + <hkern u1="Ŗ" u2="ô" k="12" /> + <hkern u1="Ŗ" u2="ó" k="12" /> + <hkern u1="Ŗ" u2="ò" k="12" /> + <hkern u1="Ŗ" u2="ë" k="12" /> + <hkern u1="Ŗ" u2="ê" k="12" /> + <hkern u1="Ŗ" u2="é" k="12" /> + <hkern u1="Ŗ" u2="è" k="12" /> + <hkern u1="Ŗ" u2="ç" k="12" /> + <hkern u1="Ŗ" u2="·" k="6" /> + <hkern u1="Ŗ" u2="«" k="16" /> + <hkern u1="Ŗ" u2="q" k="9" /> + <hkern u1="Ŗ" u2="o" k="12" /> + <hkern u1="Ŗ" u2="e" k="12" /> + <hkern u1="Ŗ" u2="V" k="14" /> + <hkern u1="ŗ" u2="…" k="50" /> + <hkern u1="ŗ" u2="”" k="-10" /> + <hkern u1="ŗ" u2="“" k="-10" /> + <hkern u1="ŗ" u2="‘" k="-10" /> + <hkern u1="ŗ" u2="—" k="10" /> + <hkern u1="ŗ" u2="–" k="10" /> + <hkern u1="ŗ" u2="œ" k="18" /> + <hkern u1="ŗ" u2="ö" k="18" /> + <hkern u1="ŗ" u2="õ" k="18" /> + <hkern u1="ŗ" u2="ô" k="18" /> + <hkern u1="ŗ" u2="ó" k="18" /> + <hkern u1="ŗ" u2="ò" k="18" /> + <hkern u1="ŗ" u2="ë" k="18" /> + <hkern u1="ŗ" u2="ê" k="18" /> + <hkern u1="ŗ" u2="é" k="18" /> + <hkern u1="ŗ" u2="è" k="18" /> + <hkern u1="ŗ" u2="ç" k="18" /> + <hkern u1="ŗ" u2="æ" k="24" /> + <hkern u1="ŗ" u2="å" k="24" /> + <hkern u1="ŗ" u2="ä" k="24" /> + <hkern u1="ŗ" u2="ã" k="24" /> + <hkern u1="ŗ" u2="â" k="24" /> + <hkern u1="ŗ" u2="á" k="24" /> + <hkern u1="ŗ" u2="à" k="24" /> + <hkern u1="ŗ" u2="q" k="18" /> + <hkern u1="ŗ" u2="o" k="18" /> + <hkern u1="ŗ" u2="e" k="18" /> + <hkern u1="ŗ" u2="?" k="-20" /> + <hkern u1="ŗ" u2="," k="50" /> + <hkern u1="ŗ" u2=""" k="-10" /> + <hkern u1="Ř" u2="›" k="5" /> + <hkern u1="Ř" u2="—" k="9" /> + <hkern u1="Ř" u2="–" k="9" /> + <hkern u1="Ř" u2="Ÿ" k="22" /> + <hkern u1="Ř" u2="œ" k="12" /> + <hkern u1="Ř" u2="ö" k="12" /> + <hkern u1="Ř" u2="õ" k="12" /> + <hkern u1="Ř" u2="ô" k="12" /> + <hkern u1="Ř" u2="ó" k="12" /> + <hkern u1="Ř" u2="ò" k="12" /> + <hkern u1="Ř" u2="ë" k="12" /> + <hkern u1="Ř" u2="ê" k="12" /> + <hkern u1="Ř" u2="é" k="12" /> + <hkern u1="Ř" u2="è" k="12" /> + <hkern u1="Ř" u2="ç" k="12" /> + <hkern u1="Ř" u2="·" k="6" /> + <hkern u1="Ř" u2="«" k="16" /> + <hkern u1="Ř" u2="q" k="9" /> + <hkern u1="Ř" u2="o" k="12" /> + <hkern u1="Ř" u2="e" k="12" /> + <hkern u1="Ř" u2="V" k="14" /> + <hkern u1="ř" u2="…" k="50" /> + <hkern u1="ř" u2="”" k="-10" /> + <hkern u1="ř" u2="“" k="-10" /> + <hkern u1="ř" u2="‘" k="-10" /> + <hkern u1="ř" u2="—" k="10" /> + <hkern u1="ř" u2="–" k="10" /> + <hkern u1="ř" u2="œ" k="18" /> + <hkern u1="ř" u2="ö" k="18" /> + <hkern u1="ř" u2="õ" k="18" /> + <hkern u1="ř" u2="ô" k="18" /> + <hkern u1="ř" u2="ó" k="18" /> + <hkern u1="ř" u2="ò" k="18" /> + <hkern u1="ř" u2="ë" k="18" /> + <hkern u1="ř" u2="ê" k="18" /> + <hkern u1="ř" u2="é" k="18" /> + <hkern u1="ř" u2="è" k="18" /> + <hkern u1="ř" u2="ç" k="18" /> + <hkern u1="ř" u2="æ" k="24" /> + <hkern u1="ř" u2="å" k="24" /> + <hkern u1="ř" u2="ä" k="24" /> + <hkern u1="ř" u2="ã" k="24" /> + <hkern u1="ř" u2="â" k="24" /> + <hkern u1="ř" u2="á" k="24" /> + <hkern u1="ř" u2="à" k="24" /> + <hkern u1="ř" u2="q" k="18" /> + <hkern u1="ř" u2="o" k="18" /> + <hkern u1="ř" u2="e" k="18" /> + <hkern u1="ř" u2="?" k="-20" /> + <hkern u1="ř" u2="," k="50" /> + <hkern u1="ř" u2=""" k="-10" /> + <hkern u1="Ś" u2="—" k="-20" /> + <hkern u1="Ś" u2="–" k="-20" /> + <hkern u1="Ś" u2="Ÿ" k="10" /> + <hkern u1="Ś" u2="y" k="5" /> + <hkern u1="Ś" u2="x" k="10" /> + <hkern u1="Ś" u2="v" k="8" /> + <hkern u1="ś" u2="v" k="5" /> + <hkern u1="Ŝ" u2="—" k="-20" /> + <hkern u1="Ŝ" u2="–" k="-20" /> + <hkern u1="Ŝ" u2="Ÿ" k="10" /> + <hkern u1="Ŝ" u2="y" k="5" /> + <hkern u1="Ŝ" u2="x" k="10" /> + <hkern u1="Ŝ" u2="v" k="8" /> + <hkern u1="ŝ" u2="v" k="5" /> + <hkern u1="Ş" u2="—" k="-20" /> + <hkern u1="Ş" u2="–" k="-20" /> + <hkern u1="Ş" u2="Ÿ" k="10" /> + <hkern u1="Ş" u2="y" k="5" /> + <hkern u1="Ş" u2="x" k="10" /> + <hkern u1="Ş" u2="v" k="8" /> + <hkern u1="ş" u2="v" k="5" /> + <hkern u1="Š" u2="—" k="-20" /> + <hkern u1="Š" u2="–" k="-20" /> + <hkern u1="Š" u2="Ÿ" k="10" /> + <hkern u1="Š" u2="y" k="5" /> + <hkern u1="Š" u2="x" k="10" /> + <hkern u1="Š" u2="v" k="8" /> + <hkern u1="š" u2="v" k="5" /> + <hkern u1="Ţ" g2="uniFB02" k="5" /> + <hkern u1="Ţ" g2="uniFB01" k="5" /> + <hkern u1="Ţ" u2="›" k="10" /> + <hkern u1="Ţ" u2="…" k="97" /> + <hkern u1="Ţ" u2="”" k="-21" /> + <hkern u1="Ţ" u2="“" k="-21" /> + <hkern u1="Ţ" u2="‘" k="-21" /> + <hkern u1="Ţ" u2="—" k="80" /> + <hkern u1="Ţ" u2="–" k="80" /> + <hkern u1="Ţ" u2="œ" k="60" /> + <hkern u1="Ţ" u2="Œ" k="18" /> + <hkern u1="Ţ" u2="ı" k="60" /> + <hkern u1="Ţ" u2="ü" k="60" /> + <hkern u1="Ţ" u2="û" k="60" /> + <hkern u1="Ţ" u2="ú" k="60" /> + <hkern u1="Ţ" u2="ù" k="60" /> + <hkern u1="Ţ" u2="ö" k="60" /> + <hkern u1="Ţ" u2="õ" k="60" /> + <hkern u1="Ţ" u2="ô" k="60" /> + <hkern u1="Ţ" u2="ó" k="60" /> + <hkern u1="Ţ" u2="ò" k="60" /> + <hkern u1="Ţ" u2="ñ" k="60" /> + <hkern u1="Ţ" u2="ï" k="-29" /> + <hkern u1="Ţ" u2="ë" k="60" /> + <hkern u1="Ţ" u2="ê" k="60" /> + <hkern u1="Ţ" u2="é" k="60" /> + <hkern u1="Ţ" u2="è" k="60" /> + <hkern u1="Ţ" u2="ç" k="60" /> + <hkern u1="Ţ" u2="æ" k="60" /> + <hkern u1="Ţ" u2="å" k="60" /> + <hkern u1="Ţ" u2="ä" k="60" /> + <hkern u1="Ţ" u2="ã" k="60" /> + <hkern u1="Ţ" u2="â" k="60" /> + <hkern u1="Ţ" u2="á" k="60" /> + <hkern u1="Ţ" u2="à" k="60" /> + <hkern u1="Ţ" u2="Ö" k="18" /> + <hkern u1="Ţ" u2="Õ" k="18" /> + <hkern u1="Ţ" u2="Ô" k="18" /> + <hkern u1="Ţ" u2="Ó" k="18" /> + <hkern u1="Ţ" u2="Ò" k="18" /> + <hkern u1="Ţ" u2="Ç" k="18" /> + <hkern u1="Ţ" u2="Å" k="44" /> + <hkern u1="Ţ" u2="Ä" k="44" /> + <hkern u1="Ţ" u2="Ã" k="44" /> + <hkern u1="Ţ" u2="Â" k="44" /> + <hkern u1="Ţ" u2="Á" k="44" /> + <hkern u1="Ţ" u2="À" k="44" /> + <hkern u1="Ţ" u2="·" k="42" /> + <hkern u1="Ţ" u2="«" k="45" /> + <hkern u1="Ţ" u2="y" k="66" /> + <hkern u1="Ţ" u2="x" k="24" /> + <hkern u1="Ţ" u2="v" k="66" /> + <hkern u1="Ţ" u2="r" k="60" /> + <hkern u1="Ţ" u2="q" k="38" /> + <hkern u1="Ţ" u2="p" k="60" /> + <hkern u1="Ţ" u2="o" k="60" /> + <hkern u1="Ţ" u2="n" k="60" /> + <hkern u1="Ţ" u2="e" k="60" /> + <hkern u1="Ţ" u2="Q" k="18" /> + <hkern u1="Ţ" u2="O" k="18" /> + <hkern u1="Ţ" u2="G" k="18" /> + <hkern u1="Ţ" u2="?" k="-20" /> + <hkern u1="Ţ" u2=";" k="16" /> + <hkern u1="Ţ" u2="," k="97" /> + <hkern u1="Ţ" u2=""" k="-21" /> + <hkern u1="Ţ" u2=" " k="10" /> + <hkern u1="ţ" u2="…" k="-13" /> + <hkern u1="ţ" u2="”" k="-6" /> + <hkern u1="ţ" u2="“" k="-6" /> + <hkern u1="ţ" u2="‘" k="-6" /> + <hkern u1="ţ" u2="—" k="9" /> + <hkern u1="ţ" u2="–" k="9" /> + <hkern u1="ţ" u2="," k="-13" /> + <hkern u1="ţ" u2=""" k="-6" /> + <hkern u1="Ť" g2="uniFB02" k="5" /> + <hkern u1="Ť" g2="uniFB01" k="5" /> + <hkern u1="Ť" u2="›" k="10" /> + <hkern u1="Ť" u2="…" k="97" /> + <hkern u1="Ť" u2="”" k="-21" /> + <hkern u1="Ť" u2="“" k="-21" /> + <hkern u1="Ť" u2="‘" k="-21" /> + <hkern u1="Ť" u2="—" k="80" /> + <hkern u1="Ť" u2="–" k="80" /> + <hkern u1="Ť" u2="œ" k="60" /> + <hkern u1="Ť" u2="Œ" k="18" /> + <hkern u1="Ť" u2="ı" k="60" /> + <hkern u1="Ť" u2="ü" k="60" /> + <hkern u1="Ť" u2="û" k="60" /> + <hkern u1="Ť" u2="ú" k="60" /> + <hkern u1="Ť" u2="ù" k="60" /> + <hkern u1="Ť" u2="ö" k="60" /> + <hkern u1="Ť" u2="õ" k="60" /> + <hkern u1="Ť" u2="ô" k="60" /> + <hkern u1="Ť" u2="ó" k="60" /> + <hkern u1="Ť" u2="ò" k="60" /> + <hkern u1="Ť" u2="ñ" k="60" /> + <hkern u1="Ť" u2="ï" k="-29" /> + <hkern u1="Ť" u2="ë" k="60" /> + <hkern u1="Ť" u2="ê" k="60" /> + <hkern u1="Ť" u2="é" k="60" /> + <hkern u1="Ť" u2="è" k="60" /> + <hkern u1="Ť" u2="ç" k="60" /> + <hkern u1="Ť" u2="æ" k="60" /> + <hkern u1="Ť" u2="å" k="60" /> + <hkern u1="Ť" u2="ä" k="60" /> + <hkern u1="Ť" u2="ã" k="60" /> + <hkern u1="Ť" u2="â" k="60" /> + <hkern u1="Ť" u2="á" k="60" /> + <hkern u1="Ť" u2="à" k="60" /> + <hkern u1="Ť" u2="Ö" k="18" /> + <hkern u1="Ť" u2="Õ" k="18" /> + <hkern u1="Ť" u2="Ô" k="18" /> + <hkern u1="Ť" u2="Ó" k="18" /> + <hkern u1="Ť" u2="Ò" k="18" /> + <hkern u1="Ť" u2="Ç" k="18" /> + <hkern u1="Ť" u2="Å" k="44" /> + <hkern u1="Ť" u2="Ä" k="44" /> + <hkern u1="Ť" u2="Ã" k="44" /> + <hkern u1="Ť" u2="Â" k="44" /> + <hkern u1="Ť" u2="Á" k="44" /> + <hkern u1="Ť" u2="À" k="44" /> + <hkern u1="Ť" u2="·" k="42" /> + <hkern u1="Ť" u2="«" k="45" /> + <hkern u1="Ť" u2="y" k="66" /> + <hkern u1="Ť" u2="x" k="24" /> + <hkern u1="Ť" u2="v" k="66" /> + <hkern u1="Ť" u2="r" k="60" /> + <hkern u1="Ť" u2="q" k="38" /> + <hkern u1="Ť" u2="p" k="60" /> + <hkern u1="Ť" u2="o" k="60" /> + <hkern u1="Ť" u2="n" k="60" /> + <hkern u1="Ť" u2="e" k="60" /> + <hkern u1="Ť" u2="Q" k="18" /> + <hkern u1="Ť" u2="O" k="18" /> + <hkern u1="Ť" u2="G" k="18" /> + <hkern u1="Ť" u2="?" k="-20" /> + <hkern u1="Ť" u2=";" k="16" /> + <hkern u1="Ť" u2="," k="97" /> + <hkern u1="Ť" u2=""" k="-21" /> + <hkern u1="Ť" u2=" " k="10" /> + <hkern u1="ŧ" u2="…" k="-13" /> + <hkern u1="ŧ" u2="”" k="-6" /> + <hkern u1="ŧ" u2="“" k="-6" /> + <hkern u1="ŧ" u2="‘" k="-6" /> + <hkern u1="ŧ" u2="—" k="9" /> + <hkern u1="ŧ" u2="–" k="9" /> + <hkern u1="ŧ" u2="," k="-13" /> + <hkern u1="ŧ" u2=""" k="-6" /> + <hkern u1="Ũ" u2="…" k="17" /> + <hkern u1="Ũ" u2="Å" k="12" /> + <hkern u1="Ũ" u2="Ä" k="12" /> + <hkern u1="Ũ" u2="Ã" k="12" /> + <hkern u1="Ũ" u2="Â" k="12" /> + <hkern u1="Ũ" u2="Á" k="12" /> + <hkern u1="Ũ" u2="À" k="12" /> + <hkern u1="Ũ" u2="," k="17" /> + <hkern u1="Ū" u2="…" k="17" /> + <hkern u1="Ū" u2="Å" k="12" /> + <hkern u1="Ū" u2="Ä" k="12" /> + <hkern u1="Ū" u2="Ã" k="12" /> + <hkern u1="Ū" u2="Â" k="12" /> + <hkern u1="Ū" u2="Á" k="12" /> + <hkern u1="Ū" u2="À" k="12" /> + <hkern u1="Ū" u2="," k="17" /> + <hkern u1="Ŭ" u2="…" k="17" /> + <hkern u1="Ŭ" u2="Å" k="12" /> + <hkern u1="Ŭ" u2="Ä" k="12" /> + <hkern u1="Ŭ" u2="Ã" k="12" /> + <hkern u1="Ŭ" u2="Â" k="12" /> + <hkern u1="Ŭ" u2="Á" k="12" /> + <hkern u1="Ŭ" u2="À" k="12" /> + <hkern u1="Ŭ" u2="," k="17" /> + <hkern u1="Ů" u2="…" k="17" /> + <hkern u1="Ů" u2="Å" k="12" /> + <hkern u1="Ů" u2="Ä" k="12" /> + <hkern u1="Ů" u2="Ã" k="12" /> + <hkern u1="Ů" u2="Â" k="12" /> + <hkern u1="Ů" u2="Á" k="12" /> + <hkern u1="Ů" u2="À" k="12" /> + <hkern u1="Ů" u2="," k="17" /> + <hkern u1="Ű" u2="…" k="17" /> + <hkern u1="Ű" u2="Å" k="12" /> + <hkern u1="Ű" u2="Ä" k="12" /> + <hkern u1="Ű" u2="Ã" k="12" /> + <hkern u1="Ű" u2="Â" k="12" /> + <hkern u1="Ű" u2="Á" k="12" /> + <hkern u1="Ű" u2="À" k="12" /> + <hkern u1="Ű" u2="," k="17" /> + <hkern u1="Ų" u2="…" k="17" /> + <hkern u1="Ų" u2="Å" k="12" /> + <hkern u1="Ų" u2="Ä" k="12" /> + <hkern u1="Ų" u2="Ã" k="12" /> + <hkern u1="Ų" u2="Â" k="12" /> + <hkern u1="Ų" u2="Á" k="12" /> + <hkern u1="Ų" u2="À" k="12" /> + <hkern u1="Ų" u2="," k="17" /> + <hkern u1="Ŵ" g2="uniFB02" k="6" /> + <hkern u1="Ŵ" g2="uniFB01" k="6" /> + <hkern u1="Ŵ" u2="›" k="14" /> + <hkern u1="Ŵ" u2="…" k="79" /> + <hkern u1="Ŵ" u2="—" k="28" /> + <hkern u1="Ŵ" u2="–" k="28" /> + <hkern u1="Ŵ" u2="œ" k="35" /> + <hkern u1="Ŵ" u2="Œ" k="13" /> + <hkern u1="Ŵ" u2="ı" k="18" /> + <hkern u1="Ŵ" u2="ü" k="15" /> + <hkern u1="Ŵ" u2="û" k="15" /> + <hkern u1="Ŵ" u2="ú" k="15" /> + <hkern u1="Ŵ" u2="ù" k="15" /> + <hkern u1="Ŵ" u2="ö" k="35" /> + <hkern u1="Ŵ" u2="õ" k="35" /> + <hkern u1="Ŵ" u2="ô" k="35" /> + <hkern u1="Ŵ" u2="ó" k="35" /> + <hkern u1="Ŵ" u2="ò" k="35" /> + <hkern u1="Ŵ" u2="ñ" k="18" /> + <hkern u1="Ŵ" u2="ë" k="35" /> + <hkern u1="Ŵ" u2="ê" k="35" /> + <hkern u1="Ŵ" u2="é" k="35" /> + <hkern u1="Ŵ" u2="è" k="35" /> + <hkern u1="Ŵ" u2="ç" k="35" /> + <hkern u1="Ŵ" u2="æ" k="28" /> + <hkern u1="Ŵ" u2="å" k="28" /> + <hkern u1="Ŵ" u2="ä" k="28" /> + <hkern u1="Ŵ" u2="ã" k="28" /> + <hkern u1="Ŵ" u2="â" k="28" /> + <hkern u1="Ŵ" u2="á" k="28" /> + <hkern u1="Ŵ" u2="à" k="28" /> + <hkern u1="Ŵ" u2="Ö" k="13" /> + <hkern u1="Ŵ" u2="Õ" k="13" /> + <hkern u1="Ŵ" u2="Ô" k="13" /> + <hkern u1="Ŵ" u2="Ó" k="13" /> + <hkern u1="Ŵ" u2="Ò" k="13" /> + <hkern u1="Ŵ" u2="Ç" k="13" /> + <hkern u1="Ŵ" u2="Å" k="20" /> + <hkern u1="Ŵ" u2="Ä" k="20" /> + <hkern u1="Ŵ" u2="Ã" k="20" /> + <hkern u1="Ŵ" u2="Â" k="20" /> + <hkern u1="Ŵ" u2="Á" k="20" /> + <hkern u1="Ŵ" u2="À" k="20" /> + <hkern u1="Ŵ" u2="·" k="24" /> + <hkern u1="Ŵ" u2="®" k="3" /> + <hkern u1="Ŵ" u2="«" k="40" /> + <hkern u1="Ŵ" u2="y" k="3" /> + <hkern u1="Ŵ" u2="x" k="16" /> + <hkern u1="Ŵ" u2="v" k="5" /> + <hkern u1="Ŵ" u2="r" k="18" /> + <hkern u1="Ŵ" u2="q" k="33" /> + <hkern u1="Ŵ" u2="p" k="18" /> + <hkern u1="Ŵ" u2="o" k="35" /> + <hkern u1="Ŵ" u2="n" k="18" /> + <hkern u1="Ŵ" u2="e" k="35" /> + <hkern u1="Ŵ" u2="Q" k="13" /> + <hkern u1="Ŵ" u2="O" k="13" /> + <hkern u1="Ŵ" u2="G" k="13" /> + <hkern u1="Ŵ" u2=";" k="23" /> + <hkern u1="Ŵ" u2="," k="79" /> + <hkern u1="Ŵ" u2=" " k="19" /> + <hkern u1="ŵ" u2="…" k="40" /> + <hkern u1="ŵ" u2="”" k="-5" /> + <hkern u1="ŵ" u2="“" k="-5" /> + <hkern u1="ŵ" u2="‘" k="-5" /> + <hkern u1="ŵ" u2="—" k="11" /> + <hkern u1="ŵ" u2="–" k="11" /> + <hkern u1="ŵ" u2="œ" k="8" /> + <hkern u1="ŵ" u2="ö" k="8" /> + <hkern u1="ŵ" u2="õ" k="8" /> + <hkern u1="ŵ" u2="ô" k="8" /> + <hkern u1="ŵ" u2="ó" k="8" /> + <hkern u1="ŵ" u2="ò" k="8" /> + <hkern u1="ŵ" u2="ë" k="8" /> + <hkern u1="ŵ" u2="ê" k="8" /> + <hkern u1="ŵ" u2="é" k="8" /> + <hkern u1="ŵ" u2="è" k="8" /> + <hkern u1="ŵ" u2="ç" k="8" /> + <hkern u1="ŵ" u2="«" k="8" /> + <hkern u1="ŵ" u2="q" k="6" /> + <hkern u1="ŵ" u2="o" k="8" /> + <hkern u1="ŵ" u2="e" k="8" /> + <hkern u1="ŵ" u2="," k="40" /> + <hkern u1="ŵ" u2=""" k="-5" /> + <hkern u1="Ŷ" g2="uniFB02" k="14" /> + <hkern u1="Ŷ" g2="uniFB01" k="14" /> + <hkern u1="Ŷ" u2="›" k="35" /> + <hkern u1="Ŷ" u2="…" k="100" /> + <hkern u1="Ŷ" u2="—" k="80" /> + <hkern u1="Ŷ" u2="–" k="80" /> + <hkern u1="Ŷ" u2="œ" k="38" /> + <hkern u1="Ŷ" u2="Œ" k="25" /> + <hkern u1="Ŷ" u2="ı" k="39" /> + <hkern u1="Ŷ" u2="ü" k="41" /> + <hkern u1="Ŷ" u2="û" k="41" /> + <hkern u1="Ŷ" u2="ú" k="41" /> + <hkern u1="Ŷ" u2="ù" k="41" /> + <hkern u1="Ŷ" u2="ö" k="38" /> + <hkern u1="Ŷ" u2="õ" k="38" /> + <hkern u1="Ŷ" u2="ô" k="38" /> + <hkern u1="Ŷ" u2="ó" k="38" /> + <hkern u1="Ŷ" u2="ò" k="38" /> + <hkern u1="Ŷ" u2="ñ" k="39" /> + <hkern u1="Ŷ" u2="ë" k="38" /> + <hkern u1="Ŷ" u2="ê" k="38" /> + <hkern u1="Ŷ" u2="é" k="38" /> + <hkern u1="Ŷ" u2="è" k="38" /> + <hkern u1="Ŷ" u2="ç" k="38" /> + <hkern u1="Ŷ" u2="æ" k="41" /> + <hkern u1="Ŷ" u2="å" k="41" /> + <hkern u1="Ŷ" u2="ä" k="41" /> + <hkern u1="Ŷ" u2="ã" k="41" /> + <hkern u1="Ŷ" u2="â" k="41" /> + <hkern u1="Ŷ" u2="á" k="41" /> + <hkern u1="Ŷ" u2="à" k="41" /> + <hkern u1="Ŷ" u2="Ö" k="25" /> + <hkern u1="Ŷ" u2="Õ" k="25" /> + <hkern u1="Ŷ" u2="Ô" k="25" /> + <hkern u1="Ŷ" u2="Ó" k="25" /> + <hkern u1="Ŷ" u2="Ò" k="25" /> + <hkern u1="Ŷ" u2="Ç" k="25" /> + <hkern u1="Ŷ" u2="Å" k="48" /> + <hkern u1="Ŷ" u2="Ä" k="48" /> + <hkern u1="Ŷ" u2="Ã" k="48" /> + <hkern u1="Ŷ" u2="Â" k="48" /> + <hkern u1="Ŷ" u2="Á" k="48" /> + <hkern u1="Ŷ" u2="À" k="48" /> + <hkern u1="Ŷ" u2="·" k="62" /> + <hkern u1="Ŷ" u2="®" k="10" /> + <hkern u1="Ŷ" u2="«" k="64" /> + <hkern u1="Ŷ" u2="y" k="24" /> + <hkern u1="Ŷ" u2="x" k="40" /> + <hkern u1="Ŷ" u2="v" k="25" /> + <hkern u1="Ŷ" u2="r" k="39" /> + <hkern u1="Ŷ" u2="q" k="56" /> + <hkern u1="Ŷ" u2="p" k="39" /> + <hkern u1="Ŷ" u2="o" k="38" /> + <hkern u1="Ŷ" u2="n" k="39" /> + <hkern u1="Ŷ" u2="e" k="38" /> + <hkern u1="Ŷ" u2="Q" k="25" /> + <hkern u1="Ŷ" u2="O" k="25" /> + <hkern u1="Ŷ" u2="G" k="25" /> + <hkern u1="Ŷ" u2=";" k="40" /> + <hkern u1="Ŷ" u2="," k="100" /> + <hkern u1="Ŷ" u2=" " k="18" /> + <hkern u1="Ÿ" g2="Gcommaaccent.ss01" k="25" /> + <hkern u1="Ÿ" g2="Gdotaccent.ss01" k="25" /> + <hkern u1="Ÿ" g2="Gbreve.ss01" k="25" /> + <hkern u1="Ÿ" g2="Gcircumflex.ss01" k="25" /> + <hkern u1="Ÿ" g2="G.ss01" k="25" /> + <hkern u1="Ÿ" g2="Ccedilla.ss01" k="25" /> + <hkern u1="Ÿ" g2="Cdotaccent.ss01" k="25" /> + <hkern u1="Ÿ" g2="Ccaron.ss01" k="25" /> + <hkern u1="Ÿ" g2="Ccircumflex.ss01" k="25" /> + <hkern u1="Ÿ" g2="Cacute.ss01" k="25" /> + <hkern u1="Ÿ" g2="C.ss01" k="25" /> + <hkern u1="Ÿ" g2="aogonek.ss01" k="56" /> + <hkern u1="Ÿ" g2="aringacute.ss01" k="56" /> + <hkern u1="Ÿ" g2="aring.ss01" k="56" /> + <hkern u1="Ÿ" g2="abreve.ss01" k="56" /> + <hkern u1="Ÿ" g2="amacron.ss01" k="56" /> + <hkern u1="Ÿ" g2="adieresis.ss01" k="56" /> + <hkern u1="Ÿ" g2="atilde.ss01" k="56" /> + <hkern u1="Ÿ" g2="acircumflex.ss01" k="56" /> + <hkern u1="Ÿ" g2="aacute.ss01" k="56" /> + <hkern u1="Ÿ" g2="agrave.ss01" k="56" /> + <hkern u1="Ÿ" g2="a.ss01" k="56" /> + <hkern u1="Ÿ" g2="uniFB04" k="14" /> + <hkern u1="Ÿ" g2="uniFB03" k="14" /> + <hkern u1="Ÿ" g2="uniFB02" k="14" /> + <hkern u1="Ÿ" g2="uniFB01" k="14" /> + <hkern u1="Ÿ" g2="uniFB00" k="14" /> + <hkern u1="Ÿ" u2="∙" k="62" /> + <hkern u1="Ÿ" u2="›" k="35" /> + <hkern u1="Ÿ" u2="…" k="100" /> + <hkern u1="Ÿ" u2="•" k="62" /> + <hkern u1="Ÿ" u2="—" k="80" /> + <hkern u1="Ÿ" u2="–" k="80" /> + <hkern u1="Ÿ" u2="ẅ" k="21" /> + <hkern u1="Ÿ" u2="ẃ" k="21" /> + <hkern u1="Ÿ" u2="ẁ" k="21" /> + <hkern u1="Ÿ" u2="ș" k="49" /> + <hkern u1="Ÿ" u2="Ș" k="13" /> + <hkern u1="Ÿ" u2="ǿ" k="63" /> + <hkern u1="Ÿ" u2="Ǿ" k="26" /> + <hkern u1="Ÿ" u2="ǽ" k="41" /> + <hkern u1="Ÿ" u2="Ǽ" k="83" /> + <hkern u1="Ÿ" u2="ǻ" k="41" /> + <hkern u1="Ÿ" u2="Ǻ" k="48" /> + <hkern u1="Ÿ" u2="ž" k="36" /> + <hkern u1="Ÿ" u2="ż" k="36" /> + <hkern u1="Ÿ" u2="ź" k="36" /> + <hkern u1="Ÿ" u2="ŵ" k="21" /> + <hkern u1="Ÿ" u2="ų" k="41" /> + <hkern u1="Ÿ" u2="ű" k="41" /> + <hkern u1="Ÿ" u2="ů" k="41" /> + <hkern u1="Ÿ" u2="ŭ" k="41" /> + <hkern u1="Ÿ" u2="ū" k="41" /> + <hkern u1="Ÿ" u2="ũ" k="41" /> + <hkern u1="Ÿ" u2="š" k="49" /> + <hkern u1="Ÿ" u2="Š" k="13" /> + <hkern u1="Ÿ" u2="ş" k="49" /> + <hkern u1="Ÿ" u2="Ş" k="13" /> + <hkern u1="Ÿ" u2="ŝ" k="49" /> + <hkern u1="Ÿ" u2="Ŝ" k="13" /> + <hkern u1="Ÿ" u2="ś" k="49" /> + <hkern u1="Ÿ" u2="Ś" k="13" /> + <hkern u1="Ÿ" u2="ř" k="39" /> + <hkern u1="Ÿ" u2="ŗ" k="39" /> + <hkern u1="Ÿ" u2="ŕ" k="39" /> + <hkern u1="Ÿ" u2="œ" k="38" /> + <hkern u1="Ÿ" u2="Œ" k="25" /> + <hkern u1="Ÿ" u2="ő" k="38" /> + <hkern u1="Ÿ" u2="Ő" k="25" /> + <hkern u1="Ÿ" u2="ŏ" k="38" /> + <hkern u1="Ÿ" u2="Ŏ" k="25" /> + <hkern u1="Ÿ" u2="ō" k="38" /> + <hkern u1="Ÿ" u2="Ō" k="25" /> + <hkern u1="Ÿ" u2="ŋ" k="39" /> + <hkern u1="Ÿ" u2="ň" k="39" /> + <hkern u1="Ÿ" u2="ņ" k="39" /> + <hkern u1="Ÿ" u2="ń" k="39" /> + <hkern u1="Ÿ" u2="Ĵ" k="67" /> + <hkern u1="Ÿ" u2="ı" k="39" /> + <hkern u1="Ÿ" u2="ģ" k="56" /> + <hkern u1="Ÿ" u2="Ģ" k="25" /> + <hkern u1="Ÿ" u2="ġ" k="56" /> + <hkern u1="Ÿ" u2="Ġ" k="25" /> + <hkern u1="Ÿ" u2="ğ" k="56" /> + <hkern u1="Ÿ" u2="Ğ" k="25" /> + <hkern u1="Ÿ" u2="ĝ" k="56" /> + <hkern u1="Ÿ" u2="Ĝ" k="25" /> + <hkern u1="Ÿ" u2="ě" k="38" /> + <hkern u1="Ÿ" u2="ę" k="38" /> + <hkern u1="Ÿ" u2="ė" k="38" /> + <hkern u1="Ÿ" u2="ĕ" k="38" /> + <hkern u1="Ÿ" u2="ē" k="38" /> + <hkern u1="Ÿ" u2="đ" k="56" /> + <hkern u1="Ÿ" u2="ď" k="56" /> + <hkern u1="Ÿ" u2="č" k="38" /> + <hkern u1="Ÿ" u2="Č" k="25" /> + <hkern u1="Ÿ" u2="ċ" k="38" /> + <hkern u1="Ÿ" u2="Ċ" k="25" /> + <hkern u1="Ÿ" u2="ĉ" k="38" /> + <hkern u1="Ÿ" u2="Ĉ" k="25" /> + <hkern u1="Ÿ" u2="ć" k="38" /> + <hkern u1="Ÿ" u2="Ć" k="25" /> + <hkern u1="Ÿ" u2="ą" k="41" /> + <hkern u1="Ÿ" u2="Ą" k="48" /> + <hkern u1="Ÿ" u2="ă" k="41" /> + <hkern u1="Ÿ" u2="Ă" k="48" /> + <hkern u1="Ÿ" u2="ā" k="41" /> + <hkern u1="Ÿ" u2="Ā" k="48" /> + <hkern u1="Ÿ" u2="ü" k="41" /> + <hkern u1="Ÿ" u2="û" k="41" /> + <hkern u1="Ÿ" u2="ú" k="41" /> + <hkern u1="Ÿ" u2="ù" k="41" /> + <hkern u1="Ÿ" u2="ø" k="63" /> + <hkern u1="Ÿ" u2="ö" k="38" /> + <hkern u1="Ÿ" u2="õ" k="38" /> + <hkern u1="Ÿ" u2="ô" k="38" /> + <hkern u1="Ÿ" u2="ó" k="38" /> + <hkern u1="Ÿ" u2="ò" k="38" /> + <hkern u1="Ÿ" u2="ñ" k="39" /> + <hkern u1="Ÿ" u2="ð" k="56" /> + <hkern u1="Ÿ" u2="ë" k="38" /> + <hkern u1="Ÿ" u2="ê" k="38" /> + <hkern u1="Ÿ" u2="é" k="38" /> + <hkern u1="Ÿ" u2="è" k="38" /> + <hkern u1="Ÿ" u2="ç" k="38" /> + <hkern u1="Ÿ" u2="æ" k="41" /> + <hkern u1="Ÿ" u2="å" k="41" /> + <hkern u1="Ÿ" u2="ä" k="41" /> + <hkern u1="Ÿ" u2="ã" k="41" /> + <hkern u1="Ÿ" u2="â" k="41" /> + <hkern u1="Ÿ" u2="á" k="41" /> + <hkern u1="Ÿ" u2="à" k="41" /> + <hkern u1="Ÿ" u2="Ø" k="26" /> + <hkern u1="Ÿ" u2="Ö" k="25" /> + <hkern u1="Ÿ" u2="Õ" k="25" /> + <hkern u1="Ÿ" u2="Ô" k="25" /> + <hkern u1="Ÿ" u2="Ó" k="25" /> + <hkern u1="Ÿ" u2="Ò" k="25" /> + <hkern u1="Ÿ" u2="Ç" k="25" /> + <hkern u1="Ÿ" u2="Æ" k="83" /> + <hkern u1="Ÿ" u2="Å" k="48" /> + <hkern u1="Ÿ" u2="Ä" k="48" /> + <hkern u1="Ÿ" u2="Ã" k="48" /> + <hkern u1="Ÿ" u2="Â" k="48" /> + <hkern u1="Ÿ" u2="Á" k="48" /> + <hkern u1="Ÿ" u2="À" k="48" /> + <hkern u1="Ÿ" u2="»" k="35" /> + <hkern u1="Ÿ" u2="·" k="62" /> + <hkern u1="Ÿ" u2="®" k="10" /> + <hkern u1="Ÿ" u2="­" k="80" /> + <hkern u1="Ÿ" u2="«" k="64" /> + <hkern u1="Ÿ" u2="z" k="36" /> + <hkern u1="Ÿ" u2="y" k="24" /> + <hkern u1="Ÿ" u2="x" k="40" /> + <hkern u1="Ÿ" u2="w" k="21" /> + <hkern u1="Ÿ" u2="v" k="25" /> + <hkern u1="Ÿ" u2="u" k="41" /> + <hkern u1="Ÿ" u2="s" k="49" /> + <hkern u1="Ÿ" u2="r" k="39" /> + <hkern u1="Ÿ" u2="q" k="56" /> + <hkern u1="Ÿ" u2="p" k="39" /> + <hkern u1="Ÿ" u2="o" k="38" /> + <hkern u1="Ÿ" u2="n" k="39" /> + <hkern u1="Ÿ" u2="m" k="39" /> + <hkern u1="Ÿ" u2="g" k="56" /> + <hkern u1="Ÿ" u2="f" k="14" /> + <hkern u1="Ÿ" u2="e" k="38" /> + <hkern u1="Ÿ" u2="d" k="56" /> + <hkern u1="Ÿ" u2="c" k="38" /> + <hkern u1="Ÿ" u2="a" k="41" /> + <hkern u1="Ÿ" u2="S" k="13" /> + <hkern u1="Ÿ" u2="Q" k="25" /> + <hkern u1="Ÿ" u2="O" k="25" /> + <hkern u1="Ÿ" u2="J" k="67" /> + <hkern u1="Ÿ" u2="G" k="25" /> + <hkern u1="Ÿ" u2="C" k="25" /> + <hkern u1="Ÿ" u2="A" k="48" /> + <hkern u1="Ÿ" u2=";" k="40" /> + <hkern u1="Ÿ" u2=":" k="40" /> + <hkern u1="Ÿ" u2="." k="100" /> + <hkern u1="Ÿ" u2="-" k="80" /> + <hkern u1="Ÿ" u2="," k="100" /> + <hkern u1="Ÿ" u2=" " k="18" /> + <hkern u1="Ź" u2="œ" k="18" /> + <hkern u1="Ź" u2="ü" k="18" /> + <hkern u1="Ź" u2="û" k="18" /> + <hkern u1="Ź" u2="ú" k="18" /> + <hkern u1="Ź" u2="ù" k="18" /> + <hkern u1="Ź" u2="ö" k="18" /> + <hkern u1="Ź" u2="õ" k="18" /> + <hkern u1="Ź" u2="ô" k="18" /> + <hkern u1="Ź" u2="ó" k="18" /> + <hkern u1="Ź" u2="ò" k="18" /> + <hkern u1="Ź" u2="ë" k="18" /> + <hkern u1="Ź" u2="ê" k="18" /> + <hkern u1="Ź" u2="é" k="18" /> + <hkern u1="Ź" u2="è" k="18" /> + <hkern u1="Ź" u2="ç" k="18" /> + <hkern u1="Ź" u2="y" k="18" /> + <hkern u1="Ź" u2="o" k="18" /> + <hkern u1="Ź" u2="e" k="18" /> + <hkern u1="Ż" u2="œ" k="18" /> + <hkern u1="Ż" u2="ü" k="18" /> + <hkern u1="Ż" u2="û" k="18" /> + <hkern u1="Ż" u2="ú" k="18" /> + <hkern u1="Ż" u2="ù" k="18" /> + <hkern u1="Ż" u2="ö" k="18" /> + <hkern u1="Ż" u2="õ" k="18" /> + <hkern u1="Ż" u2="ô" k="18" /> + <hkern u1="Ż" u2="ó" k="18" /> + <hkern u1="Ż" u2="ò" k="18" /> + <hkern u1="Ż" u2="ë" k="18" /> + <hkern u1="Ż" u2="ê" k="18" /> + <hkern u1="Ż" u2="é" k="18" /> + <hkern u1="Ż" u2="è" k="18" /> + <hkern u1="Ż" u2="ç" k="18" /> + <hkern u1="Ż" u2="y" k="18" /> + <hkern u1="Ż" u2="o" k="18" /> + <hkern u1="Ż" u2="e" k="18" /> + <hkern u1="Ž" u2="œ" k="18" /> + <hkern u1="Ž" u2="ü" k="18" /> + <hkern u1="Ž" u2="û" k="18" /> + <hkern u1="Ž" u2="ú" k="18" /> + <hkern u1="Ž" u2="ù" k="18" /> + <hkern u1="Ž" u2="ö" k="18" /> + <hkern u1="Ž" u2="õ" k="18" /> + <hkern u1="Ž" u2="ô" k="18" /> + <hkern u1="Ž" u2="ó" k="18" /> + <hkern u1="Ž" u2="ò" k="18" /> + <hkern u1="Ž" u2="ë" k="18" /> + <hkern u1="Ž" u2="ê" k="18" /> + <hkern u1="Ž" u2="é" k="18" /> + <hkern u1="Ž" u2="è" k="18" /> + <hkern u1="Ž" u2="ç" k="18" /> + <hkern u1="Ž" u2="y" k="18" /> + <hkern u1="Ž" u2="o" k="18" /> + <hkern u1="Ž" u2="e" k="18" /> + <hkern u1="Ǻ" g2="uniFB02" k="10" /> + <hkern u1="Ǻ" g2="uniFB01" k="10" /> + <hkern u1="Ǻ" u2="™" k="70" /> + <hkern u1="Ǻ" u2="…" k="-15" /> + <hkern u1="Ǻ" u2="”" k="72" /> + <hkern u1="Ǻ" u2="“" k="72" /> + <hkern u1="Ǻ" u2="‘" k="72" /> + <hkern u1="Ǻ" u2="—" k="13" /> + <hkern u1="Ǻ" u2="–" k="13" /> + <hkern u1="Ǻ" u2="Ÿ" k="48" /> + <hkern u1="Ǻ" u2="œ" k="7" /> + <hkern u1="Ǻ" u2="Œ" k="15" /> + <hkern u1="Ǻ" u2="ü" k="4" /> + <hkern u1="Ǻ" u2="û" k="4" /> + <hkern u1="Ǻ" u2="ú" k="4" /> + <hkern u1="Ǻ" u2="ù" k="4" /> + <hkern u1="Ǻ" u2="ö" k="7" /> + <hkern u1="Ǻ" u2="õ" k="7" /> + <hkern u1="Ǻ" u2="ô" k="7" /> + <hkern u1="Ǻ" u2="ó" k="7" /> + <hkern u1="Ǻ" u2="ò" k="7" /> + <hkern u1="Ǻ" u2="ë" k="7" /> + <hkern u1="Ǻ" u2="ê" k="7" /> + <hkern u1="Ǻ" u2="é" k="7" /> + <hkern u1="Ǻ" u2="è" k="7" /> + <hkern u1="Ǻ" u2="ç" k="7" /> + <hkern u1="Ǻ" u2="Ü" k="12" /> + <hkern u1="Ǻ" u2="Û" k="12" /> + <hkern u1="Ǻ" u2="Ú" k="12" /> + <hkern u1="Ǻ" u2="Ù" k="12" /> + <hkern u1="Ǻ" u2="Ö" k="15" /> + <hkern u1="Ǻ" u2="Õ" k="15" /> + <hkern u1="Ǻ" u2="Ô" k="15" /> + <hkern u1="Ǻ" u2="Ó" k="15" /> + <hkern u1="Ǻ" u2="Ò" k="15" /> + <hkern u1="Ǻ" u2="Ç" k="15" /> + <hkern u1="Ǻ" u2="º" k="70" /> + <hkern u1="Ǻ" u2="·" k="26" /> + <hkern u1="Ǻ" u2="®" k="44" /> + <hkern u1="Ǻ" u2="«" k="15" /> + <hkern u1="Ǻ" u2="ª" k="70" /> + <hkern u1="Ǻ" u2="y" k="36" /> + <hkern u1="Ǻ" u2="v" k="38" /> + <hkern u1="Ǻ" u2="q" k="3" /> + <hkern u1="Ǻ" u2="o" k="7" /> + <hkern u1="Ǻ" u2="e" k="7" /> + <hkern u1="Ǻ" u2="V" k="36" /> + <hkern u1="Ǻ" u2="Q" k="15" /> + <hkern u1="Ǻ" u2="O" k="15" /> + <hkern u1="Ǻ" u2="G" k="15" /> + <hkern u1="Ǻ" u2="?" k="40" /> + <hkern u1="Ǻ" u2=";" k="-5" /> + <hkern u1="Ǻ" u2="," k="-15" /> + <hkern u1="Ǻ" u2=""" k="72" /> + <hkern u1="ǻ" u2="y" k="6" /> + <hkern u1="ǻ" u2="v" k="6" /> + <hkern u1="Ǽ" u2="y" k="18" /> + <hkern u1="Ǽ" u2="v" k="18" /> + <hkern u1="ǽ" g2="uniFB02" k="2" /> + <hkern u1="ǽ" g2="uniFB01" k="2" /> + <hkern u1="ǽ" u2="y" k="9" /> + <hkern u1="ǽ" u2="x" k="7" /> + <hkern u1="ǽ" u2="v" k="7" /> + <hkern u1="Ǿ" u2="Å" k="15" /> + <hkern u1="Ǿ" u2="Ä" k="15" /> + <hkern u1="Ǿ" u2="Ã" k="15" /> + <hkern u1="Ǿ" u2="Â" k="15" /> + <hkern u1="Ǿ" u2="Á" k="15" /> + <hkern u1="Ǿ" u2="À" k="15" /> + <hkern u1="ǿ" u2="x" k="8" /> + <hkern u1="Ș" u2="—" k="-20" /> + <hkern u1="Ș" u2="–" k="-20" /> + <hkern u1="Ș" u2="Ÿ" k="10" /> + <hkern u1="Ș" u2="y" k="5" /> + <hkern u1="Ș" u2="x" k="10" /> + <hkern u1="Ș" u2="v" k="8" /> + <hkern u1="ș" u2="v" k="5" /> + <hkern u1="Ț" g2="uniFB02" k="5" /> + <hkern u1="Ț" g2="uniFB01" k="5" /> + <hkern u1="Ț" u2="›" k="10" /> + <hkern u1="Ț" u2="…" k="97" /> + <hkern u1="Ț" u2="”" k="-21" /> + <hkern u1="Ț" u2="“" k="-21" /> + <hkern u1="Ț" u2="‘" k="-21" /> + <hkern u1="Ț" u2="—" k="80" /> + <hkern u1="Ț" u2="–" k="80" /> + <hkern u1="Ț" u2="œ" k="60" /> + <hkern u1="Ț" u2="Œ" k="18" /> + <hkern u1="Ț" u2="ı" k="60" /> + <hkern u1="Ț" u2="ü" k="60" /> + <hkern u1="Ț" u2="û" k="60" /> + <hkern u1="Ț" u2="ú" k="60" /> + <hkern u1="Ț" u2="ù" k="60" /> + <hkern u1="Ț" u2="ö" k="60" /> + <hkern u1="Ț" u2="õ" k="60" /> + <hkern u1="Ț" u2="ô" k="60" /> + <hkern u1="Ț" u2="ó" k="60" /> + <hkern u1="Ț" u2="ò" k="60" /> + <hkern u1="Ț" u2="ñ" k="60" /> + <hkern u1="Ț" u2="ï" k="-29" /> + <hkern u1="Ț" u2="ë" k="60" /> + <hkern u1="Ț" u2="ê" k="60" /> + <hkern u1="Ț" u2="é" k="60" /> + <hkern u1="Ț" u2="è" k="60" /> + <hkern u1="Ț" u2="ç" k="60" /> + <hkern u1="Ț" u2="æ" k="60" /> + <hkern u1="Ț" u2="å" k="60" /> + <hkern u1="Ț" u2="ä" k="60" /> + <hkern u1="Ț" u2="ã" k="60" /> + <hkern u1="Ț" u2="â" k="60" /> + <hkern u1="Ț" u2="á" k="60" /> + <hkern u1="Ț" u2="à" k="60" /> + <hkern u1="Ț" u2="Ö" k="18" /> + <hkern u1="Ț" u2="Õ" k="18" /> + <hkern u1="Ț" u2="Ô" k="18" /> + <hkern u1="Ț" u2="Ó" k="18" /> + <hkern u1="Ț" u2="Ò" k="18" /> + <hkern u1="Ț" u2="Ç" k="18" /> + <hkern u1="Ț" u2="Å" k="44" /> + <hkern u1="Ț" u2="Ä" k="44" /> + <hkern u1="Ț" u2="Ã" k="44" /> + <hkern u1="Ț" u2="Â" k="44" /> + <hkern u1="Ț" u2="Á" k="44" /> + <hkern u1="Ț" u2="À" k="44" /> + <hkern u1="Ț" u2="·" k="42" /> + <hkern u1="Ț" u2="«" k="45" /> + <hkern u1="Ț" u2="y" k="66" /> + <hkern u1="Ț" u2="x" k="24" /> + <hkern u1="Ț" u2="v" k="66" /> + <hkern u1="Ț" u2="r" k="60" /> + <hkern u1="Ț" u2="q" k="38" /> + <hkern u1="Ț" u2="p" k="60" /> + <hkern u1="Ț" u2="o" k="60" /> + <hkern u1="Ț" u2="n" k="60" /> + <hkern u1="Ț" u2="e" k="60" /> + <hkern u1="Ț" u2="Q" k="18" /> + <hkern u1="Ț" u2="O" k="18" /> + <hkern u1="Ț" u2="G" k="18" /> + <hkern u1="Ț" u2="?" k="-20" /> + <hkern u1="Ț" u2=";" k="16" /> + <hkern u1="Ț" u2="," k="97" /> + <hkern u1="Ț" u2=""" k="-21" /> + <hkern u1="Ț" u2=" " k="10" /> + <hkern u1="ț" u2="…" k="-13" /> + <hkern u1="ț" u2="”" k="-6" /> + <hkern u1="ț" u2="“" k="-6" /> + <hkern u1="ț" u2="‘" k="-6" /> + <hkern u1="ț" u2="—" k="9" /> + <hkern u1="ț" u2="–" k="9" /> + <hkern u1="ț" u2="," k="-13" /> + <hkern u1="ț" u2=""" k="-6" /> + <hkern u1="Ẁ" g2="uniFB02" k="6" /> + <hkern u1="Ẁ" g2="uniFB01" k="6" /> + <hkern u1="Ẁ" u2="›" k="14" /> + <hkern u1="Ẁ" u2="…" k="79" /> + <hkern u1="Ẁ" u2="—" k="28" /> + <hkern u1="Ẁ" u2="–" k="28" /> + <hkern u1="Ẁ" u2="œ" k="35" /> + <hkern u1="Ẁ" u2="Œ" k="13" /> + <hkern u1="Ẁ" u2="ı" k="18" /> + <hkern u1="Ẁ" u2="ü" k="15" /> + <hkern u1="Ẁ" u2="û" k="15" /> + <hkern u1="Ẁ" u2="ú" k="15" /> + <hkern u1="Ẁ" u2="ù" k="15" /> + <hkern u1="Ẁ" u2="ö" k="35" /> + <hkern u1="Ẁ" u2="õ" k="35" /> + <hkern u1="Ẁ" u2="ô" k="35" /> + <hkern u1="Ẁ" u2="ó" k="35" /> + <hkern u1="Ẁ" u2="ò" k="35" /> + <hkern u1="Ẁ" u2="ñ" k="18" /> + <hkern u1="Ẁ" u2="ë" k="35" /> + <hkern u1="Ẁ" u2="ê" k="35" /> + <hkern u1="Ẁ" u2="é" k="35" /> + <hkern u1="Ẁ" u2="è" k="35" /> + <hkern u1="Ẁ" u2="ç" k="35" /> + <hkern u1="Ẁ" u2="æ" k="28" /> + <hkern u1="Ẁ" u2="å" k="28" /> + <hkern u1="Ẁ" u2="ä" k="28" /> + <hkern u1="Ẁ" u2="ã" k="28" /> + <hkern u1="Ẁ" u2="â" k="28" /> + <hkern u1="Ẁ" u2="á" k="28" /> + <hkern u1="Ẁ" u2="à" k="28" /> + <hkern u1="Ẁ" u2="Ö" k="13" /> + <hkern u1="Ẁ" u2="Õ" k="13" /> + <hkern u1="Ẁ" u2="Ô" k="13" /> + <hkern u1="Ẁ" u2="Ó" k="13" /> + <hkern u1="Ẁ" u2="Ò" k="13" /> + <hkern u1="Ẁ" u2="Ç" k="13" /> + <hkern u1="Ẁ" u2="Å" k="20" /> + <hkern u1="Ẁ" u2="Ä" k="20" /> + <hkern u1="Ẁ" u2="Ã" k="20" /> + <hkern u1="Ẁ" u2="Â" k="20" /> + <hkern u1="Ẁ" u2="Á" k="20" /> + <hkern u1="Ẁ" u2="À" k="20" /> + <hkern u1="Ẁ" u2="·" k="24" /> + <hkern u1="Ẁ" u2="®" k="3" /> + <hkern u1="Ẁ" u2="«" k="40" /> + <hkern u1="Ẁ" u2="y" k="3" /> + <hkern u1="Ẁ" u2="x" k="16" /> + <hkern u1="Ẁ" u2="v" k="5" /> + <hkern u1="Ẁ" u2="r" k="18" /> + <hkern u1="Ẁ" u2="q" k="33" /> + <hkern u1="Ẁ" u2="p" k="18" /> + <hkern u1="Ẁ" u2="o" k="35" /> + <hkern u1="Ẁ" u2="n" k="18" /> + <hkern u1="Ẁ" u2="e" k="35" /> + <hkern u1="Ẁ" u2="Q" k="13" /> + <hkern u1="Ẁ" u2="O" k="13" /> + <hkern u1="Ẁ" u2="G" k="13" /> + <hkern u1="Ẁ" u2=";" k="23" /> + <hkern u1="Ẁ" u2="," k="79" /> + <hkern u1="Ẁ" u2=" " k="19" /> + <hkern u1="ẁ" u2="…" k="40" /> + <hkern u1="ẁ" u2="”" k="-5" /> + <hkern u1="ẁ" u2="“" k="-5" /> + <hkern u1="ẁ" u2="‘" k="-5" /> + <hkern u1="ẁ" u2="—" k="11" /> + <hkern u1="ẁ" u2="–" k="11" /> + <hkern u1="ẁ" u2="œ" k="8" /> + <hkern u1="ẁ" u2="ö" k="8" /> + <hkern u1="ẁ" u2="õ" k="8" /> + <hkern u1="ẁ" u2="ô" k="8" /> + <hkern u1="ẁ" u2="ó" k="8" /> + <hkern u1="ẁ" u2="ò" k="8" /> + <hkern u1="ẁ" u2="ë" k="8" /> + <hkern u1="ẁ" u2="ê" k="8" /> + <hkern u1="ẁ" u2="é" k="8" /> + <hkern u1="ẁ" u2="è" k="8" /> + <hkern u1="ẁ" u2="ç" k="8" /> + <hkern u1="ẁ" u2="«" k="8" /> + <hkern u1="ẁ" u2="q" k="6" /> + <hkern u1="ẁ" u2="o" k="8" /> + <hkern u1="ẁ" u2="e" k="8" /> + <hkern u1="ẁ" u2="," k="40" /> + <hkern u1="ẁ" u2=""" k="-5" /> + <hkern u1="Ẃ" g2="uniFB02" k="6" /> + <hkern u1="Ẃ" g2="uniFB01" k="6" /> + <hkern u1="Ẃ" u2="›" k="14" /> + <hkern u1="Ẃ" u2="…" k="79" /> + <hkern u1="Ẃ" u2="—" k="28" /> + <hkern u1="Ẃ" u2="–" k="28" /> + <hkern u1="Ẃ" u2="œ" k="35" /> + <hkern u1="Ẃ" u2="Œ" k="13" /> + <hkern u1="Ẃ" u2="ı" k="18" /> + <hkern u1="Ẃ" u2="ü" k="15" /> + <hkern u1="Ẃ" u2="û" k="15" /> + <hkern u1="Ẃ" u2="ú" k="15" /> + <hkern u1="Ẃ" u2="ù" k="15" /> + <hkern u1="Ẃ" u2="ö" k="35" /> + <hkern u1="Ẃ" u2="õ" k="35" /> + <hkern u1="Ẃ" u2="ô" k="35" /> + <hkern u1="Ẃ" u2="ó" k="35" /> + <hkern u1="Ẃ" u2="ò" k="35" /> + <hkern u1="Ẃ" u2="ñ" k="18" /> + <hkern u1="Ẃ" u2="ë" k="35" /> + <hkern u1="Ẃ" u2="ê" k="35" /> + <hkern u1="Ẃ" u2="é" k="35" /> + <hkern u1="Ẃ" u2="è" k="35" /> + <hkern u1="Ẃ" u2="ç" k="35" /> + <hkern u1="Ẃ" u2="æ" k="28" /> + <hkern u1="Ẃ" u2="å" k="28" /> + <hkern u1="Ẃ" u2="ä" k="28" /> + <hkern u1="Ẃ" u2="ã" k="28" /> + <hkern u1="Ẃ" u2="â" k="28" /> + <hkern u1="Ẃ" u2="á" k="28" /> + <hkern u1="Ẃ" u2="à" k="28" /> + <hkern u1="Ẃ" u2="Ö" k="13" /> + <hkern u1="Ẃ" u2="Õ" k="13" /> + <hkern u1="Ẃ" u2="Ô" k="13" /> + <hkern u1="Ẃ" u2="Ó" k="13" /> + <hkern u1="Ẃ" u2="Ò" k="13" /> + <hkern u1="Ẃ" u2="Ç" k="13" /> + <hkern u1="Ẃ" u2="Å" k="20" /> + <hkern u1="Ẃ" u2="Ä" k="20" /> + <hkern u1="Ẃ" u2="Ã" k="20" /> + <hkern u1="Ẃ" u2="Â" k="20" /> + <hkern u1="Ẃ" u2="Á" k="20" /> + <hkern u1="Ẃ" u2="À" k="20" /> + <hkern u1="Ẃ" u2="·" k="24" /> + <hkern u1="Ẃ" u2="®" k="3" /> + <hkern u1="Ẃ" u2="«" k="40" /> + <hkern u1="Ẃ" u2="y" k="3" /> + <hkern u1="Ẃ" u2="x" k="16" /> + <hkern u1="Ẃ" u2="v" k="5" /> + <hkern u1="Ẃ" u2="r" k="18" /> + <hkern u1="Ẃ" u2="q" k="33" /> + <hkern u1="Ẃ" u2="p" k="18" /> + <hkern u1="Ẃ" u2="o" k="35" /> + <hkern u1="Ẃ" u2="n" k="18" /> + <hkern u1="Ẃ" u2="e" k="35" /> + <hkern u1="Ẃ" u2="Q" k="13" /> + <hkern u1="Ẃ" u2="O" k="13" /> + <hkern u1="Ẃ" u2="G" k="13" /> + <hkern u1="Ẃ" u2=";" k="23" /> + <hkern u1="Ẃ" u2="," k="79" /> + <hkern u1="Ẃ" u2=" " k="19" /> + <hkern u1="ẃ" u2="…" k="40" /> + <hkern u1="ẃ" u2="”" k="-5" /> + <hkern u1="ẃ" u2="“" k="-5" /> + <hkern u1="ẃ" u2="‘" k="-5" /> + <hkern u1="ẃ" u2="—" k="11" /> + <hkern u1="ẃ" u2="–" k="11" /> + <hkern u1="ẃ" u2="œ" k="8" /> + <hkern u1="ẃ" u2="ö" k="8" /> + <hkern u1="ẃ" u2="õ" k="8" /> + <hkern u1="ẃ" u2="ô" k="8" /> + <hkern u1="ẃ" u2="ó" k="8" /> + <hkern u1="ẃ" u2="ò" k="8" /> + <hkern u1="ẃ" u2="ë" k="8" /> + <hkern u1="ẃ" u2="ê" k="8" /> + <hkern u1="ẃ" u2="é" k="8" /> + <hkern u1="ẃ" u2="è" k="8" /> + <hkern u1="ẃ" u2="ç" k="8" /> + <hkern u1="ẃ" u2="«" k="8" /> + <hkern u1="ẃ" u2="q" k="6" /> + <hkern u1="ẃ" u2="o" k="8" /> + <hkern u1="ẃ" u2="e" k="8" /> + <hkern u1="ẃ" u2="," k="40" /> + <hkern u1="ẃ" u2=""" k="-5" /> + <hkern u1="Ẅ" g2="uniFB02" k="6" /> + <hkern u1="Ẅ" g2="uniFB01" k="6" /> + <hkern u1="Ẅ" u2="›" k="14" /> + <hkern u1="Ẅ" u2="…" k="79" /> + <hkern u1="Ẅ" u2="—" k="28" /> + <hkern u1="Ẅ" u2="–" k="28" /> + <hkern u1="Ẅ" u2="œ" k="35" /> + <hkern u1="Ẅ" u2="Œ" k="13" /> + <hkern u1="Ẅ" u2="ı" k="18" /> + <hkern u1="Ẅ" u2="ü" k="15" /> + <hkern u1="Ẅ" u2="û" k="15" /> + <hkern u1="Ẅ" u2="ú" k="15" /> + <hkern u1="Ẅ" u2="ù" k="15" /> + <hkern u1="Ẅ" u2="ö" k="35" /> + <hkern u1="Ẅ" u2="õ" k="35" /> + <hkern u1="Ẅ" u2="ô" k="35" /> + <hkern u1="Ẅ" u2="ó" k="35" /> + <hkern u1="Ẅ" u2="ò" k="35" /> + <hkern u1="Ẅ" u2="ñ" k="18" /> + <hkern u1="Ẅ" u2="ë" k="35" /> + <hkern u1="Ẅ" u2="ê" k="35" /> + <hkern u1="Ẅ" u2="é" k="35" /> + <hkern u1="Ẅ" u2="è" k="35" /> + <hkern u1="Ẅ" u2="ç" k="35" /> + <hkern u1="Ẅ" u2="æ" k="28" /> + <hkern u1="Ẅ" u2="å" k="28" /> + <hkern u1="Ẅ" u2="ä" k="28" /> + <hkern u1="Ẅ" u2="ã" k="28" /> + <hkern u1="Ẅ" u2="â" k="28" /> + <hkern u1="Ẅ" u2="á" k="28" /> + <hkern u1="Ẅ" u2="à" k="28" /> + <hkern u1="Ẅ" u2="Ö" k="13" /> + <hkern u1="Ẅ" u2="Õ" k="13" /> + <hkern u1="Ẅ" u2="Ô" k="13" /> + <hkern u1="Ẅ" u2="Ó" k="13" /> + <hkern u1="Ẅ" u2="Ò" k="13" /> + <hkern u1="Ẅ" u2="Ç" k="13" /> + <hkern u1="Ẅ" u2="Å" k="20" /> + <hkern u1="Ẅ" u2="Ä" k="20" /> + <hkern u1="Ẅ" u2="Ã" k="20" /> + <hkern u1="Ẅ" u2="Â" k="20" /> + <hkern u1="Ẅ" u2="Á" k="20" /> + <hkern u1="Ẅ" u2="À" k="20" /> + <hkern u1="Ẅ" u2="·" k="24" /> + <hkern u1="Ẅ" u2="®" k="3" /> + <hkern u1="Ẅ" u2="«" k="40" /> + <hkern u1="Ẅ" u2="y" k="3" /> + <hkern u1="Ẅ" u2="x" k="16" /> + <hkern u1="Ẅ" u2="v" k="5" /> + <hkern u1="Ẅ" u2="r" k="18" /> + <hkern u1="Ẅ" u2="q" k="33" /> + <hkern u1="Ẅ" u2="p" k="18" /> + <hkern u1="Ẅ" u2="o" k="35" /> + <hkern u1="Ẅ" u2="n" k="18" /> + <hkern u1="Ẅ" u2="e" k="35" /> + <hkern u1="Ẅ" u2="Q" k="13" /> + <hkern u1="Ẅ" u2="O" k="13" /> + <hkern u1="Ẅ" u2="G" k="13" /> + <hkern u1="Ẅ" u2=";" k="23" /> + <hkern u1="Ẅ" u2="," k="79" /> + <hkern u1="Ẅ" u2=" " k="19" /> + <hkern u1="ẅ" u2="…" k="40" /> + <hkern u1="ẅ" u2="”" k="-5" /> + <hkern u1="ẅ" u2="“" k="-5" /> + <hkern u1="ẅ" u2="‘" k="-5" /> + <hkern u1="ẅ" u2="—" k="11" /> + <hkern u1="ẅ" u2="–" k="11" /> + <hkern u1="ẅ" u2="œ" k="8" /> + <hkern u1="ẅ" u2="ö" k="8" /> + <hkern u1="ẅ" u2="õ" k="8" /> + <hkern u1="ẅ" u2="ô" k="8" /> + <hkern u1="ẅ" u2="ó" k="8" /> + <hkern u1="ẅ" u2="ò" k="8" /> + <hkern u1="ẅ" u2="ë" k="8" /> + <hkern u1="ẅ" u2="ê" k="8" /> + <hkern u1="ẅ" u2="é" k="8" /> + <hkern u1="ẅ" u2="è" k="8" /> + <hkern u1="ẅ" u2="ç" k="8" /> + <hkern u1="ẅ" u2="«" k="8" /> + <hkern u1="ẅ" u2="q" k="6" /> + <hkern u1="ẅ" u2="o" k="8" /> + <hkern u1="ẅ" u2="e" k="8" /> + <hkern u1="ẅ" u2="," k="40" /> + <hkern u1="ẅ" u2=""" k="-5" /> + <hkern u1="Ỳ" g2="uniFB02" k="14" /> + <hkern u1="Ỳ" g2="uniFB01" k="14" /> + <hkern u1="Ỳ" u2="›" k="35" /> + <hkern u1="Ỳ" u2="…" k="100" /> + <hkern u1="Ỳ" u2="—" k="80" /> + <hkern u1="Ỳ" u2="–" k="80" /> + <hkern u1="Ỳ" u2="œ" k="38" /> + <hkern u1="Ỳ" u2="Œ" k="25" /> + <hkern u1="Ỳ" u2="ı" k="39" /> + <hkern u1="Ỳ" u2="ü" k="41" /> + <hkern u1="Ỳ" u2="û" k="41" /> + <hkern u1="Ỳ" u2="ú" k="41" /> + <hkern u1="Ỳ" u2="ù" k="41" /> + <hkern u1="Ỳ" u2="ö" k="38" /> + <hkern u1="Ỳ" u2="õ" k="38" /> + <hkern u1="Ỳ" u2="ô" k="38" /> + <hkern u1="Ỳ" u2="ó" k="38" /> + <hkern u1="Ỳ" u2="ò" k="38" /> + <hkern u1="Ỳ" u2="ñ" k="39" /> + <hkern u1="Ỳ" u2="ë" k="38" /> + <hkern u1="Ỳ" u2="ê" k="38" /> + <hkern u1="Ỳ" u2="é" k="38" /> + <hkern u1="Ỳ" u2="è" k="38" /> + <hkern u1="Ỳ" u2="ç" k="38" /> + <hkern u1="Ỳ" u2="æ" k="41" /> + <hkern u1="Ỳ" u2="å" k="41" /> + <hkern u1="Ỳ" u2="ä" k="41" /> + <hkern u1="Ỳ" u2="ã" k="41" /> + <hkern u1="Ỳ" u2="â" k="41" /> + <hkern u1="Ỳ" u2="á" k="41" /> + <hkern u1="Ỳ" u2="à" k="41" /> + <hkern u1="Ỳ" u2="Ö" k="25" /> + <hkern u1="Ỳ" u2="Õ" k="25" /> + <hkern u1="Ỳ" u2="Ô" k="25" /> + <hkern u1="Ỳ" u2="Ó" k="25" /> + <hkern u1="Ỳ" u2="Ò" k="25" /> + <hkern u1="Ỳ" u2="Ç" k="25" /> + <hkern u1="Ỳ" u2="Å" k="48" /> + <hkern u1="Ỳ" u2="Ä" k="48" /> + <hkern u1="Ỳ" u2="Ã" k="48" /> + <hkern u1="Ỳ" u2="Â" k="48" /> + <hkern u1="Ỳ" u2="Á" k="48" /> + <hkern u1="Ỳ" u2="À" k="48" /> + <hkern u1="Ỳ" u2="·" k="62" /> + <hkern u1="Ỳ" u2="®" k="10" /> + <hkern u1="Ỳ" u2="«" k="64" /> + <hkern u1="Ỳ" u2="y" k="24" /> + <hkern u1="Ỳ" u2="x" k="40" /> + <hkern u1="Ỳ" u2="v" k="25" /> + <hkern u1="Ỳ" u2="r" k="39" /> + <hkern u1="Ỳ" u2="q" k="56" /> + <hkern u1="Ỳ" u2="p" k="39" /> + <hkern u1="Ỳ" u2="o" k="38" /> + <hkern u1="Ỳ" u2="n" k="39" /> + <hkern u1="Ỳ" u2="e" k="38" /> + <hkern u1="Ỳ" u2="Q" k="25" /> + <hkern u1="Ỳ" u2="O" k="25" /> + <hkern u1="Ỳ" u2="G" k="25" /> + <hkern u1="Ỳ" u2=";" k="40" /> + <hkern u1="Ỳ" u2="," k="100" /> + <hkern u1="Ỳ" u2=" " k="18" /> + <hkern u1="–" u2="Ỳ" k="80" /> + <hkern u1="–" u2="ẅ" k="11" /> + <hkern u1="–" u2="Ẅ" k="28" /> + <hkern u1="–" u2="ẃ" k="11" /> + <hkern u1="–" u2="Ẃ" k="28" /> + <hkern u1="–" u2="ẁ" k="11" /> + <hkern u1="–" u2="Ẁ" k="28" /> + <hkern u1="–" u2="Ț" k="80" /> + <hkern u1="–" u2="Ǻ" k="13" /> + <hkern u1="–" u2="Ÿ" k="80" /> + <hkern u1="–" u2="Ŷ" k="80" /> + <hkern u1="–" u2="ŵ" k="11" /> + <hkern u1="–" u2="Ŵ" k="28" /> + <hkern u1="–" u2="Ť" k="80" /> + <hkern u1="–" u2="Ţ" k="80" /> + <hkern u1="–" u2="Ĵ" k="50" /> + <hkern u1="–" u2="Ą" k="13" /> + <hkern u1="–" u2="Ă" k="13" /> + <hkern u1="–" u2="Ā" k="13" /> + <hkern u1="–" u2="Ý" k="80" /> + <hkern u1="–" u2="Å" k="13" /> + <hkern u1="–" u2="Ä" k="13" /> + <hkern u1="–" u2="Ã" k="13" /> + <hkern u1="–" u2="Â" k="13" /> + <hkern u1="–" u2="Á" k="13" /> + <hkern u1="–" u2="À" k="13" /> + <hkern u1="–" u2="y" k="19" /> + <hkern u1="–" u2="x" k="40" /> + <hkern u1="–" u2="w" k="11" /> + <hkern u1="–" u2="v" k="17" /> + <hkern u1="–" u2="Y" k="80" /> + <hkern u1="–" u2="X" k="46" /> + <hkern u1="–" u2="W" k="28" /> + <hkern u1="–" u2="V" k="40" /> + <hkern u1="–" u2="T" k="80" /> + <hkern u1="–" u2="J" k="50" /> + <hkern u1="–" u2="A" k="13" /> + <hkern u1="—" u2="Ỳ" k="80" /> + <hkern u1="—" u2="ẅ" k="11" /> + <hkern u1="—" u2="Ẅ" k="28" /> + <hkern u1="—" u2="ẃ" k="11" /> + <hkern u1="—" u2="Ẃ" k="28" /> + <hkern u1="—" u2="ẁ" k="11" /> + <hkern u1="—" u2="Ẁ" k="28" /> + <hkern u1="—" u2="Ț" k="80" /> + <hkern u1="—" u2="Ǻ" k="13" /> + <hkern u1="—" u2="Ÿ" k="80" /> + <hkern u1="—" u2="Ŷ" k="80" /> + <hkern u1="—" u2="ŵ" k="11" /> + <hkern u1="—" u2="Ŵ" k="28" /> + <hkern u1="—" u2="Ť" k="80" /> + <hkern u1="—" u2="Ţ" k="80" /> + <hkern u1="—" u2="Ĵ" k="50" /> + <hkern u1="—" u2="Ą" k="13" /> + <hkern u1="—" u2="Ă" k="13" /> + <hkern u1="—" u2="Ā" k="13" /> + <hkern u1="—" u2="Ý" k="80" /> + <hkern u1="—" u2="Å" k="13" /> + <hkern u1="—" u2="Ä" k="13" /> + <hkern u1="—" u2="Ã" k="13" /> + <hkern u1="—" u2="Â" k="13" /> + <hkern u1="—" u2="Á" k="13" /> + <hkern u1="—" u2="À" k="13" /> + <hkern u1="—" u2="y" k="19" /> + <hkern u1="—" u2="x" k="40" /> + <hkern u1="—" u2="w" k="11" /> + <hkern u1="—" u2="v" k="17" /> + <hkern u1="—" u2="Y" k="80" /> + <hkern u1="—" u2="X" k="46" /> + <hkern u1="—" u2="W" k="28" /> + <hkern u1="—" u2="V" k="40" /> + <hkern u1="—" u2="T" k="80" /> + <hkern u1="—" u2="J" k="50" /> + <hkern u1="—" u2="A" k="13" /> + <hkern u1="‘" u2="…" k="60" /> + <hkern u1="‘" u2="ẅ" k="-5" /> + <hkern u1="‘" u2="ẃ" k="-5" /> + <hkern u1="‘" u2="ẁ" k="-5" /> + <hkern u1="‘" u2="ț" k="-8" /> + <hkern u1="‘" u2="Ț" k="-21" /> + <hkern u1="‘" u2="Ǻ" k="72" /> + <hkern u1="‘" u2="ŵ" k="-5" /> + <hkern u1="‘" u2="ť" k="-8" /> + <hkern u1="‘" u2="Ť" k="-21" /> + <hkern u1="‘" u2="ţ" k="-8" /> + <hkern u1="‘" u2="Ţ" k="-21" /> + <hkern u1="‘" u2="Ĵ" k="60" /> + <hkern u1="‘" u2="Ą" k="72" /> + <hkern u1="‘" u2="Ă" k="72" /> + <hkern u1="‘" u2="Ā" k="72" /> + <hkern u1="‘" u2="ï" k="-52" /> + <hkern u1="‘" u2="Å" k="72" /> + <hkern u1="‘" u2="Ä" k="72" /> + <hkern u1="‘" u2="Ã" k="72" /> + <hkern u1="‘" u2="Â" k="72" /> + <hkern u1="‘" u2="Á" k="72" /> + <hkern u1="‘" u2="À" k="72" /> + <hkern u1="‘" u2="y" k="-5" /> + <hkern u1="‘" u2="w" k="-5" /> + <hkern u1="‘" u2="v" k="-5" /> + <hkern u1="‘" u2="t" k="-8" /> + <hkern u1="‘" u2="T" k="-21" /> + <hkern u1="‘" u2="J" k="60" /> + <hkern u1="‘" u2="A" k="72" /> + <hkern u1="‘" u2="." k="60" /> + <hkern u1="‘" u2="," k="60" /> + <hkern u1="’" g2="uniFB02" k="7" /> + <hkern u1="’" g2="uniFB01" k="7" /> + <hkern u1="’" u2="…" k="70" /> + <hkern u1="’" u2="Œ" k="12" /> + <hkern u1="’" u2="ï" k="-52" /> + <hkern u1="’" u2="Ö" k="12" /> + <hkern u1="’" u2="Õ" k="12" /> + <hkern u1="’" u2="Ô" k="12" /> + <hkern u1="’" u2="Ó" k="12" /> + <hkern u1="’" u2="Ò" k="12" /> + <hkern u1="’" u2="Ç" k="12" /> + <hkern u1="’" u2="Å" k="78" /> + <hkern u1="’" u2="Ä" k="78" /> + <hkern u1="’" u2="Ã" k="78" /> + <hkern u1="’" u2="Â" k="78" /> + <hkern u1="’" u2="Á" k="78" /> + <hkern u1="’" u2="À" k="78" /> + <hkern u1="’" u2="Q" k="12" /> + <hkern u1="’" u2="O" k="12" /> + <hkern u1="’" u2="G" k="12" /> + <hkern u1="’" u2="," k="70" /> + <hkern u1="‚" g2="uniFB02" k="40" /> + <hkern u1="‚" g2="uniFB01" k="40" /> + <hkern u1="‚" u2="Ÿ" k="100" /> + <hkern u1="‚" u2="Œ" k="10" /> + <hkern u1="‚" u2="Ö" k="10" /> + <hkern u1="‚" u2="Õ" k="10" /> + <hkern u1="‚" u2="Ô" k="10" /> + <hkern u1="‚" u2="Ó" k="10" /> + <hkern u1="‚" u2="Ò" k="10" /> + <hkern u1="‚" u2="Ç" k="10" /> + <hkern u1="‚" u2="Å" k="-10" /> + <hkern u1="‚" u2="Ä" k="-10" /> + <hkern u1="‚" u2="Ã" k="-10" /> + <hkern u1="‚" u2="Â" k="-10" /> + <hkern u1="‚" u2="Á" k="-10" /> + <hkern u1="‚" u2="À" k="-10" /> + <hkern u1="‚" u2="y" k="50" /> + <hkern u1="‚" u2="v" k="64" /> + <hkern u1="‚" u2="X" k="-17" /> + <hkern u1="‚" u2="V" k="90" /> + <hkern u1="‚" u2="Q" k="10" /> + <hkern u1="‚" u2="O" k="10" /> + <hkern u1="‚" u2="G" k="10" /> + <hkern u1="“" u2="…" k="60" /> + <hkern u1="“" u2="ẅ" k="-5" /> + <hkern u1="“" u2="ẃ" k="-5" /> + <hkern u1="“" u2="ẁ" k="-5" /> + <hkern u1="“" u2="ț" k="-8" /> + <hkern u1="“" u2="Ț" k="-21" /> + <hkern u1="“" u2="Ǻ" k="72" /> + <hkern u1="“" u2="ŵ" k="-5" /> + <hkern u1="“" u2="ť" k="-8" /> + <hkern u1="“" u2="Ť" k="-21" /> + <hkern u1="“" u2="ţ" k="-8" /> + <hkern u1="“" u2="Ţ" k="-21" /> + <hkern u1="“" u2="Ĵ" k="60" /> + <hkern u1="“" u2="Ą" k="72" /> + <hkern u1="“" u2="Ă" k="72" /> + <hkern u1="“" u2="Ā" k="72" /> + <hkern u1="“" u2="ï" k="-52" /> + <hkern u1="“" u2="Å" k="72" /> + <hkern u1="“" u2="Ä" k="72" /> + <hkern u1="“" u2="Ã" k="72" /> + <hkern u1="“" u2="Â" k="72" /> + <hkern u1="“" u2="Á" k="72" /> + <hkern u1="“" u2="À" k="72" /> + <hkern u1="“" u2="y" k="-5" /> + <hkern u1="“" u2="w" k="-5" /> + <hkern u1="“" u2="v" k="-5" /> + <hkern u1="“" u2="t" k="-8" /> + <hkern u1="“" u2="T" k="-21" /> + <hkern u1="“" u2="J" k="60" /> + <hkern u1="“" u2="A" k="72" /> + <hkern u1="“" u2="." k="60" /> + <hkern u1="“" u2="," k="60" /> + <hkern u1="”" g2="Gcommaaccent.ss01" k="12" /> + <hkern u1="”" g2="Gdotaccent.ss01" k="12" /> + <hkern u1="”" g2="Gbreve.ss01" k="12" /> + <hkern u1="”" g2="Gcircumflex.ss01" k="12" /> + <hkern u1="”" g2="G.ss01" k="12" /> + <hkern u1="”" g2="Ccedilla.ss01" k="12" /> + <hkern u1="”" g2="Cdotaccent.ss01" k="12" /> + <hkern u1="”" g2="Ccaron.ss01" k="12" /> + <hkern u1="”" g2="Ccircumflex.ss01" k="12" /> + <hkern u1="”" g2="Cacute.ss01" k="12" /> + <hkern u1="”" g2="C.ss01" k="12" /> + <hkern u1="”" g2="uniFB04" k="7" /> + <hkern u1="”" g2="uniFB03" k="7" /> + <hkern u1="”" g2="uniFB02" k="7" /> + <hkern u1="”" g2="uniFB01" k="7" /> + <hkern u1="”" g2="uniFB00" k="7" /> + <hkern u1="”" u2="…" k="70" /> + <hkern u1="”" u2="Ț" k="-21" /> + <hkern u1="”" u2="Ǻ" k="78" /> + <hkern u1="”" u2="Ť" k="-21" /> + <hkern u1="”" u2="Ţ" k="-21" /> + <hkern u1="”" u2="Œ" k="12" /> + <hkern u1="”" u2="Ő" k="12" /> + <hkern u1="”" u2="Ŏ" k="12" /> + <hkern u1="”" u2="Ō" k="12" /> + <hkern u1="”" u2="Ĵ" k="65" /> + <hkern u1="”" u2="Ģ" k="12" /> + <hkern u1="”" u2="Ġ" k="12" /> + <hkern u1="”" u2="Ğ" k="12" /> + <hkern u1="”" u2="Ĝ" k="12" /> + <hkern u1="”" u2="Č" k="12" /> + <hkern u1="”" u2="Ċ" k="12" /> + <hkern u1="”" u2="Ĉ" k="12" /> + <hkern u1="”" u2="Ć" k="12" /> + <hkern u1="”" u2="Ą" k="78" /> + <hkern u1="”" u2="Ă" k="78" /> + <hkern u1="”" u2="Ā" k="78" /> + <hkern u1="”" u2="ï" k="-52" /> + <hkern u1="”" u2="Ö" k="12" /> + <hkern u1="”" u2="Õ" k="12" /> + <hkern u1="”" u2="Ô" k="12" /> + <hkern u1="”" u2="Ó" k="12" /> + <hkern u1="”" u2="Ò" k="12" /> + <hkern u1="”" u2="Ç" k="12" /> + <hkern u1="”" u2="Å" k="78" /> + <hkern u1="”" u2="Ä" k="78" /> + <hkern u1="”" u2="Ã" k="78" /> + <hkern u1="”" u2="Â" k="78" /> + <hkern u1="”" u2="Á" k="78" /> + <hkern u1="”" u2="À" k="78" /> + <hkern u1="”" u2="f" k="7" /> + <hkern u1="”" u2="T" k="-21" /> + <hkern u1="”" u2="Q" k="12" /> + <hkern u1="”" u2="O" k="12" /> + <hkern u1="”" u2="J" k="65" /> + <hkern u1="”" u2="G" k="12" /> + <hkern u1="”" u2="C" k="12" /> + <hkern u1="”" u2="A" k="78" /> + <hkern u1="”" u2="." k="70" /> + <hkern u1="”" u2="," k="70" /> + <hkern u1="„" g2="Gcommaaccent.ss01" k="10" /> + <hkern u1="„" g2="Gdotaccent.ss01" k="10" /> + <hkern u1="„" g2="Gbreve.ss01" k="10" /> + <hkern u1="„" g2="Gcircumflex.ss01" k="10" /> + <hkern u1="„" g2="G.ss01" k="10" /> + <hkern u1="„" g2="Ccedilla.ss01" k="10" /> + <hkern u1="„" g2="Cdotaccent.ss01" k="10" /> + <hkern u1="„" g2="Ccaron.ss01" k="10" /> + <hkern u1="„" g2="Ccircumflex.ss01" k="10" /> + <hkern u1="„" g2="Cacute.ss01" k="10" /> + <hkern u1="„" g2="C.ss01" k="10" /> + <hkern u1="„" g2="uniFB04" k="40" /> + <hkern u1="„" g2="uniFB03" k="40" /> + <hkern u1="„" g2="uniFB02" k="40" /> + <hkern u1="„" g2="uniFB01" k="40" /> + <hkern u1="„" g2="uniFB00" k="40" /> + <hkern u1="„" u2="Ỳ" k="100" /> + <hkern u1="„" u2="ẅ" k="60" /> + <hkern u1="„" u2="Ẅ" k="74" /> + <hkern u1="„" u2="ẃ" k="60" /> + <hkern u1="„" u2="Ẃ" k="74" /> + <hkern u1="„" u2="ẁ" k="60" /> + <hkern u1="„" u2="Ẁ" k="74" /> + <hkern u1="„" u2="ț" k="40" /> + <hkern u1="„" u2="Ț" k="100" /> + <hkern u1="„" u2="Ǻ" k="-10" /> + <hkern u1="„" u2="Ÿ" k="100" /> + <hkern u1="„" u2="Ŷ" k="100" /> + <hkern u1="„" u2="ŵ" k="60" /> + <hkern u1="„" u2="Ŵ" k="74" /> + <hkern u1="„" u2="ť" k="40" /> + <hkern u1="„" u2="Ť" k="100" /> + <hkern u1="„" u2="ţ" k="40" /> + <hkern u1="„" u2="Ţ" k="100" /> + <hkern u1="„" u2="Œ" k="10" /> + <hkern u1="„" u2="Ő" k="10" /> + <hkern u1="„" u2="Ŏ" k="10" /> + <hkern u1="„" u2="Ō" k="10" /> + <hkern u1="„" u2="ĵ" k="-50" /> + <hkern u1="„" u2="Ģ" k="10" /> + <hkern u1="„" u2="Ġ" k="10" /> + <hkern u1="„" u2="Ğ" k="10" /> + <hkern u1="„" u2="Ĝ" k="10" /> + <hkern u1="„" u2="Č" k="10" /> + <hkern u1="„" u2="Ċ" k="10" /> + <hkern u1="„" u2="Ĉ" k="10" /> + <hkern u1="„" u2="Ć" k="10" /> + <hkern u1="„" u2="Ą" k="-10" /> + <hkern u1="„" u2="Ă" k="-10" /> + <hkern u1="„" u2="Ā" k="-10" /> + <hkern u1="„" u2="Ý" k="100" /> + <hkern u1="„" u2="Ö" k="10" /> + <hkern u1="„" u2="Õ" k="10" /> + <hkern u1="„" u2="Ô" k="10" /> + <hkern u1="„" u2="Ó" k="10" /> + <hkern u1="„" u2="Ò" k="10" /> + <hkern u1="„" u2="Ç" k="10" /> + <hkern u1="„" u2="Å" k="-10" /> + <hkern u1="„" u2="Ä" k="-10" /> + <hkern u1="„" u2="Ã" k="-10" /> + <hkern u1="„" u2="Â" k="-10" /> + <hkern u1="„" u2="Á" k="-10" /> + <hkern u1="„" u2="À" k="-10" /> + <hkern u1="„" u2="y" k="50" /> + <hkern u1="„" u2="w" k="60" /> + <hkern u1="„" u2="v" k="64" /> + <hkern u1="„" u2="t" k="40" /> + <hkern u1="„" u2="j" k="-50" /> + <hkern u1="„" u2="f" k="40" /> + <hkern u1="„" u2="Y" k="100" /> + <hkern u1="„" u2="X" k="-17" /> + <hkern u1="„" u2="W" k="74" /> + <hkern u1="„" u2="V" k="90" /> + <hkern u1="„" u2="T" k="100" /> + <hkern u1="„" u2="Q" k="10" /> + <hkern u1="„" u2="O" k="10" /> + <hkern u1="„" u2="G" k="10" /> + <hkern u1="„" u2="C" k="10" /> + <hkern u1="„" u2="A" k="-10" /> + <hkern u1="•" u2="Ÿ" k="62" /> + <hkern u1="•" u2="Å" k="26" /> + <hkern u1="•" u2="Ä" k="26" /> + <hkern u1="•" u2="Ã" k="26" /> + <hkern u1="•" u2="Â" k="26" /> + <hkern u1="•" u2="Á" k="26" /> + <hkern u1="•" u2="À" k="26" /> + <hkern u1="•" u2="X" k="38" /> + <hkern u1="•" u2="V" k="31" /> + <hkern u1="…" u2="”" k="60" /> + <hkern u1="…" u2="“" k="60" /> + <hkern u1="…" u2="’" k="60" /> + <hkern u1="…" u2="‘" k="60" /> + <hkern u1="…" u2="'" k="60" /> + <hkern u1="…" u2=""" k="60" /> + <hkern u1="…" u2=" " k="16" /> + <hkern u1="‹" u2="Ỳ" k="35" /> + <hkern u1="‹" u2="Ẅ" k="14" /> + <hkern u1="‹" u2="Ẃ" k="14" /> + <hkern u1="‹" u2="Ẁ" k="14" /> + <hkern u1="‹" u2="Ț" k="10" /> + <hkern u1="‹" u2="Ÿ" k="35" /> + <hkern u1="‹" u2="Ŷ" k="35" /> + <hkern u1="‹" u2="Ŵ" k="14" /> + <hkern u1="‹" u2="Ť" k="10" /> + <hkern u1="‹" u2="Ţ" k="10" /> + <hkern u1="‹" u2="Ĵ" k="3" /> + <hkern u1="‹" u2="Ý" k="35" /> + <hkern u1="‹" u2="Y" k="35" /> + <hkern u1="‹" u2="X" k="7" /> + <hkern u1="‹" u2="W" k="14" /> + <hkern u1="‹" u2="V" k="22" /> + <hkern u1="‹" u2="T" k="10" /> + <hkern u1="‹" u2="J" k="3" /> + <hkern u1="∙" u2="Ÿ" k="62" /> + <hkern u1="∙" u2="Å" k="26" /> + <hkern u1="∙" u2="Ä" k="26" /> + <hkern u1="∙" u2="Ã" k="26" /> + <hkern u1="∙" u2="Â" k="26" /> + <hkern u1="∙" u2="Á" k="26" /> + <hkern u1="∙" u2="À" k="26" /> + <hkern u1="∙" u2="X" k="38" /> + <hkern u1="∙" u2="V" k="31" /> + <hkern g1="uniFB02" g2="uniFB04" k="12" /> + <hkern g1="uniFB02" g2="uniFB03" k="12" /> + <hkern g1="uniFB02" g2="uniFB02" k="12" /> + <hkern g1="uniFB02" g2="uniFB01" k="12" /> + <hkern g1="uniFB02" g2="uniFB00" k="12" /> + <hkern g1="uniFB02" u2="™" k="23" /> + <hkern g1="uniFB02" u2="›" k="5" /> + <hkern g1="uniFB02" u2="…" k="-16" /> + <hkern g1="uniFB02" u2="”" k="27" /> + <hkern g1="uniFB02" u2="“" k="34" /> + <hkern g1="uniFB02" u2="’" k="27" /> + <hkern g1="uniFB02" u2="‘" k="34" /> + <hkern g1="uniFB02" u2="—" k="15" /> + <hkern g1="uniFB02" u2="–" k="15" /> + <hkern g1="uniFB02" u2="ẅ" k="16" /> + <hkern g1="uniFB02" u2="ẃ" k="16" /> + <hkern g1="uniFB02" u2="ẁ" k="16" /> + <hkern g1="uniFB02" u2="ț" k="13" /> + <hkern g1="uniFB02" u2="ŵ" k="16" /> + <hkern g1="uniFB02" u2="ť" k="13" /> + <hkern g1="uniFB02" u2="ţ" k="13" /> + <hkern g1="uniFB02" u2="ľ" k="3" /> + <hkern g1="uniFB02" u2="ļ" k="3" /> + <hkern g1="uniFB02" u2="ĺ" k="3" /> + <hkern g1="uniFB02" u2="»" k="5" /> + <hkern g1="uniFB02" u2="º" k="23" /> + <hkern g1="uniFB02" u2="®" k="25" /> + <hkern g1="uniFB02" u2="­" k="15" /> + <hkern g1="uniFB02" u2="«" k="10" /> + <hkern g1="uniFB02" u2="ª" k="23" /> + <hkern g1="uniFB02" u2="y" k="15" /> + <hkern g1="uniFB02" u2="w" k="16" /> + <hkern g1="uniFB02" u2="v" k="19" /> + <hkern g1="uniFB02" u2="t" k="13" /> + <hkern g1="uniFB02" u2="l" k="3" /> + <hkern g1="uniFB02" u2="f" k="12" /> + <hkern g1="uniFB02" u2="." k="-16" /> + <hkern g1="uniFB02" u2="-" k="15" /> + <hkern g1="uniFB02" u2="," k="-16" /> + <hkern g1="uniFB02" u2="*" k="23" /> + <hkern g1="uniFB02" u2="'" k="34" /> + <hkern g1="uniFB02" u2=""" k="34" /> + <hkern g1="uniFB04" g2="uniFB02" k="12" /> + <hkern g1="uniFB04" g2="uniFB01" k="12" /> + <hkern g1="uniFB04" u2="™" k="23" /> + <hkern g1="uniFB04" u2="›" k="5" /> + <hkern g1="uniFB04" u2="…" k="-16" /> + <hkern g1="uniFB04" u2="”" k="27" /> + <hkern g1="uniFB04" u2="“" k="34" /> + <hkern g1="uniFB04" u2="‘" k="34" /> + <hkern g1="uniFB04" u2="—" k="15" /> + <hkern g1="uniFB04" u2="–" k="15" /> + <hkern g1="uniFB04" u2="º" k="23" /> + <hkern g1="uniFB04" u2="®" k="25" /> + <hkern g1="uniFB04" u2="«" k="10" /> + <hkern g1="uniFB04" u2="ª" k="23" /> + <hkern g1="uniFB04" u2="y" k="15" /> + <hkern g1="uniFB04" u2="v" k="19" /> + <hkern g1="uniFB04" u2="," k="-16" /> + <hkern g1="uniFB04" u2=""" k="34" /> + <hkern g1="G.ss01" u2="Ÿ" k="25" /> + <hkern g1="G.ss01" u2="Å" k="15" /> + <hkern g1="G.ss01" u2="Ä" k="15" /> + <hkern g1="G.ss01" u2="Ã" k="15" /> + <hkern g1="G.ss01" u2="Â" k="15" /> + <hkern g1="G.ss01" u2="Á" k="15" /> + <hkern g1="G.ss01" u2="À" k="15" /> + <hkern g1="G.ss01" u2="X" k="19" /> + <hkern g1="G.ss01" u2="V" k="14" /> + <hkern g1="Gcircumflex.ss01" u2="Ÿ" k="25" /> + <hkern g1="Gcircumflex.ss01" u2="Å" k="15" /> + <hkern g1="Gcircumflex.ss01" u2="Ä" k="15" /> + <hkern g1="Gcircumflex.ss01" u2="Ã" k="15" /> + <hkern g1="Gcircumflex.ss01" u2="Â" k="15" /> + <hkern g1="Gcircumflex.ss01" u2="Á" k="15" /> + <hkern g1="Gcircumflex.ss01" u2="À" k="15" /> + <hkern g1="Gcircumflex.ss01" u2="X" k="19" /> + <hkern g1="Gcircumflex.ss01" u2="V" k="14" /> + <hkern g1="Gbreve.ss01" u2="Ÿ" k="25" /> + <hkern g1="Gbreve.ss01" u2="Å" k="15" /> + <hkern g1="Gbreve.ss01" u2="Ä" k="15" /> + <hkern g1="Gbreve.ss01" u2="Ã" k="15" /> + <hkern g1="Gbreve.ss01" u2="Â" k="15" /> + <hkern g1="Gbreve.ss01" u2="Á" k="15" /> + <hkern g1="Gbreve.ss01" u2="À" k="15" /> + <hkern g1="Gbreve.ss01" u2="X" k="19" /> + <hkern g1="Gbreve.ss01" u2="V" k="14" /> + <hkern g1="Gdotaccent.ss01" u2="Ÿ" k="25" /> + <hkern g1="Gdotaccent.ss01" u2="Å" k="15" /> + <hkern g1="Gdotaccent.ss01" u2="Ä" k="15" /> + <hkern g1="Gdotaccent.ss01" u2="Ã" k="15" /> + <hkern g1="Gdotaccent.ss01" u2="Â" k="15" /> + <hkern g1="Gdotaccent.ss01" u2="Á" k="15" /> + <hkern g1="Gdotaccent.ss01" u2="À" k="15" /> + <hkern g1="Gdotaccent.ss01" u2="X" k="19" /> + <hkern g1="Gdotaccent.ss01" u2="V" k="14" /> + <hkern g1="Gcommaaccent.ss01" u2="Ÿ" k="25" /> + <hkern g1="Gcommaaccent.ss01" u2="Å" k="15" /> + <hkern g1="Gcommaaccent.ss01" u2="Ä" k="15" /> + <hkern g1="Gcommaaccent.ss01" u2="Ã" k="15" /> + <hkern g1="Gcommaaccent.ss01" u2="Â" k="15" /> + <hkern g1="Gcommaaccent.ss01" u2="Á" k="15" /> + <hkern g1="Gcommaaccent.ss01" u2="À" k="15" /> + <hkern g1="Gcommaaccent.ss01" u2="X" k="19" /> + <hkern g1="Gcommaaccent.ss01" u2="V" k="14" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="72" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="70" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="hyphen,uni00AD,endash,emdash" + k="13" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="comma,period,ellipsis" + k="-15" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="colon,semicolon" + k="-5" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="15" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="3" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="44" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + k="12" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="20" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="48" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="7" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="d,dcaron" + k="3" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="l,lacute,lcommaaccent,lcaron" + k="4" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="t,tcommaaccent,tcaron,uni021B" + k="12" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="4" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="32" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="quoteright,quotedblright" + k="72" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="periodcentered,bullet,uni2219" + k="26" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="12" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="6" /> + <hkern g1="D,Dcaron" + g2="comma,period,ellipsis" + k="16" /> + <hkern g1="D,Dcaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="18" /> + <hkern g1="D,Dcaron" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="11" /> + <hkern g1="D,Dcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="29" /> + <hkern g1="D,Dcaron" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="15" /> + <hkern g1="D,Dcaron" + g2="J,Jcircumflex" + k="22" /> + <hkern g1="D,Dcaron" + g2="Z,Zacute,Zdotaccent,Zcaron" + k="6" /> + <hkern g1="D,Dcaron" + g2="AE,AEacute" + k="30" /> + <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="18" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="18" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="13" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="25" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="15" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="J,Jcircumflex" + k="20" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="Z,Zacute,Zdotaccent,Zcaron" + k="3" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="AE,AEacute" + k="28" /> + <hkern g1="Oslash,Oslashacute" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="15" /> + <hkern g1="Oslash,Oslashacute" + g2="AE,AEacute" + k="28" /> + <hkern g1="J,IJ,Jcircumflex" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="12" /> + <hkern g1="J,IJ,Jcircumflex" + g2="J,Jcircumflex" + k="18" /> + <hkern g1="J,IJ,Jcircumflex" + g2="AE,AEacute" + k="22" /> + <hkern g1="K,Kcommaaccent" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="4" /> + <hkern g1="K,Kcommaaccent" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="25" /> + <hkern g1="K,Kcommaaccent" + g2="hyphen,uni00AD,endash,emdash" + k="40" /> + <hkern g1="K,Kcommaaccent" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="24" /> + <hkern g1="K,Kcommaaccent" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="13" /> + <hkern g1="K,Kcommaaccent" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + k="18" /> + <hkern g1="K,Kcommaaccent" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="24" /> + <hkern g1="K,Kcommaaccent" + g2="d,dcaron" + k="6" /> + <hkern g1="K,Kcommaaccent" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="18" /> + <hkern g1="K,Kcommaaccent" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="31" /> + <hkern g1="K,Kcommaaccent" + g2="quoteright,quotedblright" + k="4" /> + <hkern g1="K,Kcommaaccent" + g2="periodcentered,bullet,uni2219" + k="40" /> + <hkern g1="K,Kcommaaccent" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="12" /> + <hkern g1="K,Kcommaaccent" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="6" /> + <hkern g1="K,Kcommaaccent" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="3" /> + <hkern g1="K,Kcommaaccent" + g2="guillemotright,guilsinglright" + k="9" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="60" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="50" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="hyphen,uni00AD,endash,emdash" + k="19" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="comma,period,ellipsis" + k="-11" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="24" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="78" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + k="24" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="44" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="78" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="36" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="quoteright,quotedblright" + k="60" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="periodcentered,bullet,uni2219" + k="10" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="guillemotright,guilsinglright" + k="10" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="hyphen,uni00AD,endash,emdash" + k="9" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="6" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="9" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="22" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="12" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="d,dcaron" + k="9" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="periodcentered,bullet,uni2219" + k="6" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="guillemotright,guilsinglright" + k="5" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-12" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="5" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="10" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="4" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="AE,AEacute" + k="8" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-21" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="hyphen,uni00AD,endash,emdash" + k="80" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="comma,period,ellipsis" + k="97" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="colon,semicolon" + k="16" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="18" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-10" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="60" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="d,dcaron" + k="38" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="5" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="t,tcommaaccent,tcaron,uni021B" + k="5" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="60" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="66" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="quoteright,quotedblright" + k="-21" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="periodcentered,bullet,uni2219" + k="42" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="44" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="J,Jcircumflex" + k="74" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="AE,AEacute" + k="81" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="60" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="54" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="guillemotright,guilsinglright" + k="10" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="60" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="oslash,oslashacute" + k="45" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="comma,period,ellipsis" + k="17" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="12" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="J,Jcircumflex" + k="13" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="AE,AEacute" + k="22" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="hyphen,uni00AD,endash,emdash" + k="28" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="comma,period,ellipsis" + k="79" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="colon,semicolon" + k="23" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="13" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="11" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="35" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="d,dcaron" + k="33" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="6" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="t,tcommaaccent,tcaron,uni021B" + k="4" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="15" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="5" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="periodcentered,bullet,uni2219" + k="24" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="20" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="J,Jcircumflex" + k="64" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="AE,AEacute" + k="72" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="28" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="33" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="32" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="guillemotright,guilsinglright" + k="14" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="18" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="oslash,oslashacute" + k="41" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="z,zacute,zdotaccent,zcaron" + k="18" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="Oslash,Oslashacute" + k="13" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="hyphen,uni00AD,endash,emdash" + k="80" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="comma,period,ellipsis" + k="100" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="colon,semicolon" + k="40" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="25" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="13" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="38" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="d,dcaron" + k="56" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="14" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="41" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="21" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="periodcentered,bullet,uni2219" + k="62" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="48" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="J,Jcircumflex" + k="67" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="AE,AEacute" + k="83" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="41" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="56" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="49" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="guillemotright,guilsinglright" + k="35" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="39" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="oslash,oslashacute" + k="63" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="z,zacute,zdotaccent,zcaron" + k="36" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="Oslash,Oslashacute" + k="26" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="18" /> + <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="6" /> + <hkern g1="b,p,thorn" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="3" /> + <hkern g1="b,p,thorn" + g2="t,tcommaaccent,tcaron,uni021B" + k="2" /> + <hkern g1="b,p,thorn" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="5" /> + <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="3" /> + <hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="2" /> + <hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron" + g2="t,tcommaaccent,tcaron,uni021B" + k="3" /> + <hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="6" /> + <hkern g1="h,hcircumflex" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="3" /> + <hkern g1="h,hcircumflex" + g2="t,tcommaaccent,tcaron,uni021B" + k="3" /> + <hkern g1="h,hcircumflex" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="9" /> + <hkern g1="k,kcommaaccent" + g2="hyphen,uni00AD,endash,emdash" + k="30" /> + <hkern g1="k,kcommaaccent" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="11" /> + <hkern g1="k,kcommaaccent" + g2="d,dcaron" + k="10" /> + <hkern g1="k,kcommaaccent" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="12" /> + <hkern g1="k,kcommaaccent" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="10" /> + <hkern g1="k,kcommaaccent" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="12" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="34" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="23" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="hyphen,uni00AD,endash,emdash" + k="15" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="comma,period,ellipsis" + k="-16" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="12" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="l,lacute,lcommaaccent,lcaron" + k="3" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="t,tcommaaccent,tcaron,uni021B" + k="13" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="16" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="quoteright,quotedblright" + k="27" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="guillemotright,guilsinglright" + k="5" /> + <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="3" /> + <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut" + g2="t,tcommaaccent,tcaron,uni021B" + k="3" /> + <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="7" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-10" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="hyphen,uni00AD,endash,emdash" + k="10" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="comma,period,ellipsis" + k="50" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="d,dcaron" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="quoteright,quotedblright" + k="-10" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="24" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="8" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="oslash,oslashacute" + k="13" /> + <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="4" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-6" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="hyphen,uni00AD,endash,emdash" + k="9" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="comma,period,ellipsis" + k="-13" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="quoteright,quotedblright" + k="-6" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-5" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="hyphen,uni00AD,endash,emdash" + k="11" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="comma,period,ellipsis" + k="40" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="8" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="d,dcaron" + k="6" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="quoteright,quotedblright" + k="-5" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="6" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="5" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="oslash,oslashacute" + k="7" /> + <hkern g1="comma,period,ellipsis" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="60" /> + <hkern g1="comma,period,ellipsis" + g2="quoteright,quotedblright" + k="60" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="80" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="28" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="80" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="11" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="13" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="J,Jcircumflex" + k="50" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="42" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="24" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="62" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="26" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="J,Jcircumflex" + k="35" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="10" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="14" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="35" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="J,Jcircumflex" + k="3" /> + <hkern g1="parenleft,bracketleft,braceleft" + g2="j,jcircumflex" + k="-24" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="comma,period,ellipsis" + k="60" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-21" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="t,tcommaaccent,tcaron,uni021B" + k="-8" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="-5" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="72" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="J,Jcircumflex" + k="60" /> + <hkern g1="quoteright,quotedblright" + g2="comma,period,ellipsis" + k="70" /> + <hkern g1="quoteright,quotedblright" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="12" /> + <hkern g1="quoteright,quotedblright" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-21" /> + <hkern g1="quoteright,quotedblright" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="7" /> + <hkern g1="quoteright,quotedblright" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="78" /> + <hkern g1="quoteright,quotedblright" + g2="J,Jcircumflex" + k="65" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="10" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="100" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="74" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="100" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="40" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="t,tcommaaccent,tcaron,uni021B" + k="40" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="60" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="-10" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="j,jcircumflex" + k="-50" /> + </font> +</defs></svg> diff --git a/resources/fonts/DinNextLtW04MediumCond.ttf b/resources/fonts/DinNextLtW04MediumCond.ttf new file mode 100644 index 0000000000000000000000000000000000000000..431d6621d146bbb3ce98513f6e1425a7d6617c43 Binary files /dev/null and b/resources/fonts/DinNextLtW04MediumCond.ttf differ diff --git a/resources/fonts/DinNextLtW04MediumCond.woff b/resources/fonts/DinNextLtW04MediumCond.woff new file mode 100644 index 0000000000000000000000000000000000000000..2694b228e7b3d32a11ff21df7d1debe07b92d8bb Binary files /dev/null and b/resources/fonts/DinNextLtW04MediumCond.woff differ diff --git a/resources/fonts/DinNextLtW04MediumCond.woff2 b/resources/fonts/DinNextLtW04MediumCond.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..e6da0c31ce2c6dcb07159f870d8c4fcfaafb4829 Binary files /dev/null and b/resources/fonts/DinNextLtW04MediumCond.woff2 differ diff --git a/resources/fonts/DinNextLtW04RegularCond.eot b/resources/fonts/DinNextLtW04RegularCond.eot new file mode 100644 index 0000000000000000000000000000000000000000..874d1727ac74e040e8e123f16109a5d5262533f3 Binary files /dev/null and b/resources/fonts/DinNextLtW04RegularCond.eot differ diff --git a/resources/fonts/DinNextLtW04RegularCond.svg b/resources/fonts/DinNextLtW04RegularCond.svg new file mode 100644 index 0000000000000000000000000000000000000000..ff9b820126d5ba7d84163f6a2db008153508ea6a --- /dev/null +++ b/resources/fonts/DinNextLtW04RegularCond.svg @@ -0,0 +1,4747 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20200427 at Thu Nov 6 01:47:53 2014 + By www +Copyright (c) 2010 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. +</metadata> +<defs> +<font id="DINNextLTW04-Condensed" horiz-adv-x="386" > + <font-face + font-family="DINNextLTW04-Condensed" + font-weight="400" + font-stretch="condensed" + units-per-em="1000" + panose-1="2 11 5 6 2 2 3 5 2 3" + ascent="800" + descent="-200" + x-height="479" + cap-height="680" + bbox="-82.6923 -209.958 835 903" + underline-thickness="50" + underline-position="-125" + unicode-range="U+0020-FB04" + /> +<missing-glyph horiz-adv-x="376" +d="M0 670q0 10 10 10h356q10 0 10 -10v-660q0 -10 -10 -10h-356q-10 0 -10 10v660zM48 52q0 -6 6 -6h267q6 0 6 6v576q0 6 -6 6h-267q-6 0 -6 -6v-576zM171 222q-10 0 -10 10v47q0 12 3 22.5t9 22.5l35 67q10 19 14.5 32t4.5 35q0 21 -4 32q-8 24 -36 24q-29 0 -36 -24 +q-2 -6 -3 -14.5t-1 -29.5q0 -11 -11 -9l-32 4q-9 1 -9 11q0 23 2 34.5t4 18.5q8 26 31 42t56 16q32 0 55 -16t31 -42q2 -7 4 -17.5t2 -27.5q0 -26 -5 -42.5t-16 -37.5l-35 -67q-5 -10 -7.5 -18t-2.5 -19v-44q0 -10 -10 -10h-33zM159 173q0 10 10 10h38q10 0 10 -10v-49 +q0 -10 -10 -10h-38q-10 0 -10 10v49z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="542" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM225 32q-6 8 1 14l40 39q7 7 16 0q21 -18 47 -18q35 0 54 20t19 68v515q0 10 10 10h61q10 0 10 -10v-509q0 -88 -42.5 -129t-112.5 -41q-32 0 -59 10.5t-44 30.5z" /> + <glyph glyph-name="ij" unicode="ij" +d="M65 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM258 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM201 -180q-10 0 -10 10v52 +q0 10 10 10h11q20 2 29.5 12.5t9.5 37.5v527q0 10 10 10h57q10 0 10 -10v-529q0 -61 -27.5 -90.5t-87.5 -29.5h-12z" /> + <glyph glyph-name="napostrophe" unicode=""n" horiz-adv-x="393" +d="M13 524q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7zM272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5 +q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="uniFB00" unicode="ff" horiz-adv-x="488" +d="M84 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18q10 0 10 -10v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z +M327 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18q10 0 10 -10v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z" /> + <glyph glyph-name="uniFB01" unicode="fi" horiz-adv-x="437" +d="M308 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM311 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM84 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18 +q10 0 10 -10v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z" /> + <glyph glyph-name="uniFB02" unicode="fl" horiz-adv-x="465" +d="M420 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10zM84 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18q10 0 10 -10v-53 +q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z" /> + <glyph glyph-name="uniFB03" unicode="ffi" horiz-adv-x="681" +d="M552 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM555 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM84 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18 +q10 0 10 -10v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57zM327 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18 +q10 0 10 -10v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z" /> + <glyph glyph-name="uniFB04" unicode="ffl" horiz-adv-x="709" +d="M664 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10zM84 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18q10 0 10 -10v-53 +q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57zM327 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18q10 0 10 -10v-53 +q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z" /> + <glyph glyph-name=".notdef" horiz-adv-x="376" +d="M0 670q0 10 10 10h356q10 0 10 -10v-660q0 -10 -10 -10h-356q-10 0 -10 10v660zM48 52q0 -6 6 -6h267q6 0 6 6v576q0 6 -6 6h-267q-6 0 -6 -6v-576zM171 222q-10 0 -10 10v47q0 12 3 22.5t9 22.5l35 67q10 19 14.5 32t4.5 35q0 21 -4 32q-8 24 -36 24q-29 0 -36 -24 +q-2 -6 -3 -14.5t-1 -29.5q0 -11 -11 -9l-32 4q-9 1 -9 11q0 23 2 34.5t4 18.5q8 26 31 42t56 16q32 0 55 -16t31 -42q2 -7 4 -17.5t2 -27.5q0 -26 -5 -42.5t-16 -37.5l-35 -67q-5 -10 -7.5 -18t-2.5 -19v-44q0 -10 -10 -10h-33zM159 173q0 10 10 10h38q10 0 10 -10v-49 +q0 -10 -10 -10h-38q-10 0 -10 10v49z" /> + <glyph glyph-name=".null" horiz-adv-x="0" + /> + <glyph glyph-name="nonmarkingreturn" horiz-adv-x="333" + /> + <glyph glyph-name="glyph219" horiz-adv-x="500" + /> + <glyph glyph-name="glyph219" horiz-adv-x="500" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="190" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="227" +d="M97 170q-10 0 -10 10l-16 490q0 10 10 10h65q10 0 10 -10l-16 -490q0 -10 -10 -10h-33zM71 94q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65q-10 0 -10 10v84z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="254" +d="M163 506q-10 0 -10 10v154q0 10 10 10h40q10 0 10 -10v-154q0 -10 -10 -10h-40zM51 506q-10 0 -10 10v154q0 10 10 10h39q10 0 10 -10v-154q0 -10 -10 -10h-39z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="512" +d="M123 223h-53q-10 0 -10 10v38q0 10 10 10h59l15 141h-56q-10 0 -10 10v37q0 10 10 10h62l20 191q2 10 11 10h39q11 0 9 -10l-20 -191h115l20 191q2 10 11 10h39q11 0 9 -10l-20 -191h59q10 0 10 -10v-37q0 -10 -10 -10h-65l-15 -141h61q10 0 10 -10v-38q0 -10 -10 -10 +h-67l-22 -213q-2 -10 -11 -10h-39q-11 0 -9 10l22 213h-115l-22 -213q-2 -10 -11 -10h-39q-11 0 -9 10zM303 281l15 141h-115l-15 -141h115z" /> + <glyph glyph-name="dollar" unicode="$" +d="M42 162q0 10 8 11l52 9q11 1 11 -9q2 -56 17 -79.5t46 -28.5v254l-19 8q-32 12 -52.5 27.5t-33 37.5t-17.5 51t-5 68q0 83 30.5 127.5t96.5 49.5v41q0 10 10 10h15q10 0 10 -10v-41q63 -6 91 -45.5t33 -111.5q1 -9 -8 -11l-51 -8q-9 -2 -11 8q-3 45 -15 67t-39 27v-223 +l19 -7q31 -12 52 -27.5t34 -38t18.5 -53.5t5.5 -74q0 -101 -31.5 -147.5t-97.5 -51.5v-59q0 -10 -10 -10h-15q-10 0 -10 10v59q-69 5 -100 47t-34 123zM176 614q-29 -5 -41 -28t-12 -71q0 -47 10.5 -71t42.5 -39v209zM211 65q28 4 41.5 29t13.5 88q0 54 -12 81t-43 42v-240z +" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="649" +d="M418 679q4 10 13 10h38q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39q-10 0 -7 10zM154 329q-35 0 -56.5 15.5t-30.5 42.5q-2 7 -3.5 14.5t-2.5 20t-1 33v53.5v53t1 32.5t2.5 20t3.5 14.5q9 27 30.5 42.5t56.5 15.5q34 0 56 -15.5t30 -42.5q2 -7 3.5 -14.5t2 -20t1 -32.5 +t0.5 -53t-0.5 -53.5t-1 -33t-2 -20t-3.5 -14.5q-8 -27 -30 -42.5t-56 -15.5zM154 381q26 0 32 22q1 3 2 7.5t1.5 15t0.5 30v52.5v51.5t-0.5 30t-1.5 15t-2 7.5q-6 22 -32 22q-25 0 -33 -22q-1 -3 -1.5 -7.5t-1 -15t-1 -30t-0.5 -51.5q0 -33 0.5 -52.5t1 -30t1 -15t1.5 -7.5 +q8 -22 33 -22zM408 52q-2 7 -3.5 14.5t-2.5 20t-1 32.5v53v53.5t1 33t2.5 20t3.5 14.5q9 27 31 42.5t56 15.5t56 -15.5t30 -42.5q3 -7 4.5 -14.5t2 -20t1 -33t0.5 -53.5t-0.5 -53t-1 -32.5t-2 -20t-4.5 -14.5q-8 -27 -30 -42.5t-56 -15.5t-56 15.5t-31 42.5zM462 68 +q8 -22 33 -22q26 0 32 22q1 3 2 7.5t1.5 15t0.5 30v51.5v52.5t-0.5 30t-1.5 15t-2 7.5q-6 22 -32 22q-25 0 -33 -22q-1 -3 -1.5 -7.5t-1 -15t-1 -30t-0.5 -52.5q0 -32 0.5 -51.5t1 -30t1 -15t1.5 -7.5z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="533" +d="M66 139q0 50 30.5 102t93.5 126l-14 24q-31 53 -46.5 91t-15.5 73q0 62 37 98t95 36t95.5 -36t37.5 -98q0 -20 -5 -40t-17 -43t-31.5 -50.5t-49.5 -61.5l87 -151l46 80q5 9 13 4l39 -22q8 -5 3 -14l-63 -113l28 -48q9 -17 15.5 -21.5t15.5 -4.5h4q10 0 10 -10v-50 +q0 -10 -10 -10h-22q-24 0 -36.5 8t-25.5 31l-21 36q-31 -43 -66.5 -63.5t-82.5 -20.5q-69 0 -106.5 40.5t-37.5 107.5zM239 424q21 24 34 42.5t21 33.5t11 28.5t3 28.5q0 33 -16.5 51t-44.5 18t-44.5 -18t-16.5 -51q0 -9 2 -20t8 -26.5t16 -36.5t27 -50zM138 141 +q0 -39 20.5 -60t55.5 -21q29 0 54 16.5t54 61.5l-95 165q-47 -55 -68 -91t-21 -71z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="141" +d="M51 506q-10 0 -10 10v154q0 10 10 10h39q10 0 10 -10v-154q0 -10 -10 -10h-39z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="255" +d="M157 -74q-43 91 -66 195t-23 207t23 207t66 195q3 10 13 10h34q10 0 7 -10q-32 -94 -48.5 -198t-16.5 -204t16.5 -204t48.5 -198q3 -10 -7 -10h-34q-10 0 -13 10z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="255" +d="M44 -74q32 94 49 198t17 204t-17 204t-49 198q-3 10 7 10h35q8 0 13 -10q43 -91 65.5 -195t22.5 -207t-22.5 -207t-65.5 -195q-5 -10 -13 -10h-35q-10 0 -7 10z" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="326" +d="M149 396q-10 0 -10 10v91l-65 -39q-8 -5 -13 3l-14 26q-5 9 3 14l65 37l-65 37q-8 5 -3 14l14 26q5 8 13 3l65 -39v91q0 10 10 10h28q10 0 10 -10l-1 -91l66 39q8 5 13 -3l15 -26q5 -9 -3 -14l-67 -37l67 -37q8 -5 3 -14l-15 -26q-5 -8 -13 -3l-66 39l1 -91 +q0 -10 -10 -10h-28z" /> + <glyph glyph-name="plus" unicode="+" +d="M157 235q0 6 -6 6h-103q-10 0 -10 10v50q0 10 10 10h103q6 0 6 6v105q0 10 10 10h52q10 0 10 -10v-105q0 -6 6 -6h103q10 0 10 -10v-50q0 -10 -10 -10h-103q-6 0 -6 -6v-105q0 -10 -10 -10h-52q-10 0 -10 10v105z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="179" +d="M50 94q0 10 10 10h59q10 0 10 -10v-75q0 -16 -6 -26l-54 -88q-4 -7 -11 -7q-8 0 -8 9v187z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="335" +d="M51 230q-10 0 -10 10v52q0 10 10 10h232q10 0 10 -10v-52q0 -10 -10 -10h-232z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="185" +d="M50 94q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65q-10 0 -10 10v84z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="234" +d="M149 679q2 10 11 10h41q11 0 9 -10l-125 -678q-1 -10 -11 -10h-40q-11 0 -9 10z" /> + <glyph glyph-name="zero" unicode="0" +d="M61 80q-3 8 -5 20t-3.5 38.5t-2 74t-0.5 127.5t0.5 127.5t2 74t3.5 38.5t5 20q14 45 48 67t84 22t84 -22t48 -67q3 -8 4.5 -20t3 -38.5t2 -74t0.5 -127.5t-0.5 -127.5t-2 -74t-3 -38.5t-4.5 -20q-14 -45 -48 -67t-84 -22t-84 22t-48 67zM134 104q14 -40 59 -40 +q46 0 58 40q2 5 3.5 14t2 33t1 68.5t0.5 120.5t-0.5 120.5t-1 68.5t-2 33t-3.5 14q-12 40 -58 40q-45 0 -59 -40q-2 -5 -3 -14t-1.5 -33t-1 -68.5t-0.5 -120.5t0.5 -120.5t1 -68.5t1.5 -33t3 -14z" /> + <glyph glyph-name="one" unicode="1" +d="M178 587h-1l-86 -65q-4 -3 -7.5 -1.5t-3.5 8.5v62q0 8 9 16l87 67q9 6 17 6h53q10 0 10 -10v-660q0 -10 -10 -10h-58q-10 0 -10 10v577z" /> + <glyph glyph-name="two" unicode="2" +d="M52 61q0 9 5 18l170 320q15 28 22 54.5t7 67.5q0 25 -1 36t-4 19q-14 40 -60 40q-45 0 -59 -40q-3 -8 -4 -21t-1 -49q0 -12 -12 -10l-54 6q-9 1 -9 12q0 35 1.5 53t6.5 32q14 43 47 66.5t85 23.5q53 0 85.5 -23t46.5 -66q5 -14 7 -32t2 -47q0 -27 -2.5 -48.5t-8 -40 +t-13 -36t-17.5 -36.5l-156 -287v-1h187q10 0 10 -10v-52q0 -10 -10 -10h-261q-10 0 -10 10v51z" /> + <glyph glyph-name="three" unicode="3" +d="M59 81q-5 14 -7 32t-2 48q0 11 10 12l54 5q12 2 12 -9q0 -32 1 -44.5t4 -20.5q14 -40 59 -40q46 0 59 40q1 4 2 9t2 14.5t1 24.5v39v40.5t-1 25t-2 14t-2 8.5q-13 39 -63 39h-16q-10 0 -10 10v51q0 10 10 10h16q50 0 63 38q1 4 2 8.5t2 13t1 21.5v34q0 37 -1 50.5 +t-4 21.5q-13 40 -59 40q-45 0 -59 -40q-3 -8 -4 -20.5t-1 -44.5q0 -11 -12 -9l-54 5q-10 1 -10 12q0 31 2 48.5t7 31.5q14 43 47 66.5t85 23.5q53 0 85.5 -23t46.5 -66q4 -14 6 -34.5t2 -61.5q0 -21 -0.5 -35t-1 -23.5t-2 -16.5t-3.5 -13q-7 -20 -19 -34t-32 -25v-2 +q38 -22 51 -60q2 -6 3.5 -13t2 -18.5t1 -28.5t0.5 -44q0 -26 -0.5 -44t-1.5 -30.5t-2.5 -21t-3.5 -15.5q-14 -43 -47 -66t-85 -23t-85 23.5t-47 66.5z" /> + <glyph glyph-name="four" unicode="4" +d="M37 112q-10 0 -10 10v51q0 6 2 12l140 487q3 8 12 8h58q10 0 7 -11l-139 -483v-2h110q6 0 6 6v190q0 10 10 10h57q10 0 10 -10v-190q0 -6 5 -6h46q10 0 10 -10v-52q0 -10 -10 -10h-45q-6 0 -6 -6v-96q0 -10 -10 -10h-57q-10 0 -10 10v96q0 6 -6 6h-180z" /> + <glyph glyph-name="five" unicode="5" +d="M62 81q-5 14 -6.5 31t-1.5 41q0 10 9 12l54 5q12 2 12 -9q0 -26 1 -37.5t4 -19.5q14 -40 59 -40q46 0 58 39q1 4 2.5 9.5t2 17.5t1 32.5t0.5 53.5t-0.5 53.5t-1 32t-2 17t-2.5 9.5q-12 40 -58 40q-23 0 -36 -9.5t-21 -24.5q-5 -9 -15 -9h-49q-10 0 -10 10v335q0 10 10 10 +h253q10 0 10 -10v-52q0 -10 -10 -10h-186q-6 0 -6 -6v-193h1q12 14 32 22.5t45 8.5q45 0 72.5 -20t40.5 -58q3 -8 4.5 -17t3 -25t2 -40.5t0.5 -63.5q0 -36 -0.5 -59t-2 -37.5t-3.5 -23.5t-4 -16q-14 -43 -46 -66t-84 -23t-85 23.5t-47 66.5z" /> + <glyph glyph-name="six" unicode="6" +d="M60 82q-2 7 -3.5 15t-2.5 20.5t-1.5 31t-0.5 46.5q0 37 1.5 63t5 47t10 40.5t15.5 43.5l109 282q3 9 12 9h60q11 0 6 -11l-107 -279l1 -2q12 10 43 10q48 0 75.5 -22.5t41.5 -64.5q2 -7 4 -16t3 -22t1.5 -32t0.5 -46q0 -28 -0.5 -46.5t-1.5 -31t-2.5 -20.5t-3.5 -15 +q-14 -43 -47.5 -67t-85.5 -24t-85.5 24t-47.5 67zM134 104q14 -40 59 -40t59 40q1 4 2 9t2 14.5t1 25.5v42v41t-1 25.5t-2 14.5t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-41v-42t1 -25.5t1.5 -14.5t2.5 -9z" /> + <glyph glyph-name="seven" unicode="7" +d="M262 606v2h-134q-6 0 -6 -6v-75q0 -10 -10 -10h-52q-10 0 -10 10v143q0 10 10 10h270q10 0 10 -10v-53q0 -5 -2 -13l-174 -594q-3 -10 -13 -10h-59q-9 0 -6 12z" /> + <glyph glyph-name="eight" unicode="8" +d="M61 82q-2 7 -4 15t-3 20t-1.5 30t-0.5 45q0 24 0.5 39.5t1.5 27t2.5 19t4.5 15.5q7 21 19 36.5t28 25.5v2q-33 21 -47 62q-5 15 -7 32.5t-2 52.5q0 42 2 61t7 33q14 43 47 67t85 24t85.5 -24t47.5 -67q5 -14 6.5 -33t1.5 -61q0 -35 -1.5 -52.5t-6.5 -32.5 +q-14 -41 -47 -62v-2q16 -10 28 -25.5t19 -36.5q3 -8 4.5 -15.5t2 -19t1 -27t0.5 -39.5q0 -27 -0.5 -45t-1.5 -30t-2.5 -20t-3.5 -15q-14 -43 -47.5 -67t-85.5 -24t-85 24t-47 67zM193 392q45 0 59 41q1 4 2 9t2 12.5t1 19.5v30q0 37 -1 50.5t-4 21.5q-14 40 -59 40t-59 -40 +q-3 -8 -4 -21.5t-1 -50.5v-30t1 -19.5t1.5 -12.5t2.5 -9q14 -41 59 -41zM134 104q14 -40 59 -40t59 40q1 4 2 9t2 14t1 24.5v40.5v40t-1 24t-2 14t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14t-1 -24v-40v-40.5t1 -24.5t1.5 -14t2.5 -9z" /> + <glyph glyph-name="nine" unicode="9" +d="M222 290l-1 2q-12 -10 -43 -10q-48 0 -75.5 22.5t-41.5 64.5q-2 7 -4 16t-3 22t-1.5 32t-0.5 46q0 28 0.5 46.5t1.5 31t2.5 20.5t3.5 15q14 43 47.5 67t85.5 24t85.5 -24t47.5 -67q2 -7 3.5 -15t2.5 -20.5t1.5 -31t0.5 -46.5q0 -37 -1.5 -63t-5 -47t-10 -40.5 +t-15.5 -43.5l-109 -282q-3 -9 -12 -9h-60q-11 0 -6 11zM193 354q45 0 59 41q1 4 2 9t2 14.5t1 25v41.5v42t-1 25.5t-2 14.5t-2 9q-14 40 -59 40t-59 -40q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-42v-41.5t1 -25t1.5 -14.5t2.5 -9q14 -41 59 -41z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="198" +d="M66 376q-10 0 -10 10v83q0 10 10 10h66q10 0 10 -10v-83q0 -10 -10 -10h-66zM56 94q0 10 10 10h66q10 0 10 -10v-84q0 -10 -10 -10h-66q-10 0 -10 10v84z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="198" +d="M66 376q-10 0 -10 10v83q0 10 10 10h66q10 0 10 -10v-83q0 -10 -10 -10h-66zM59 94q0 10 10 10h60q10 0 10 -10v-73q0 -9 -1.5 -14.5t-5.5 -12.5l-54 -88q-4 -7 -11 -7q-8 0 -8 9v186z" /> + <glyph glyph-name="less" unicode="<" +d="M48 240q-10 5 -10 15v42q0 10 10 15l290 118q10 3 10 -6v-55q0 -9 -10 -13l-202 -79v-2l202 -79q10 -4 10 -13v-55q0 -9 -10 -6z" /> + <glyph glyph-name="equal" unicode="=" +d="M48 329q-10 0 -10 10v49q0 10 10 10h290q10 0 10 -10v-49q0 -10 -10 -10h-290zM48 154q-10 0 -10 10v49q0 10 10 10h290q10 0 10 -10v-49q0 -10 -10 -10h-290z" /> + <glyph glyph-name="greater" unicode=">" +d="M48 122q-10 -4 -10 6v55q0 9 10 13l203 79v2l-203 79q-10 4 -10 13v55q0 10 10 6l290 -118q10 -4 10 -15v-42q0 -11 -10 -15z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="360" +d="M142 170q-10 0 -10 10v73q0 19 4 35t14 34l55 103q14 26 20 48.5t6 57.5q0 31 -5 45q-13 40 -57 40t-57 -40q-3 -8 -4.5 -21.5t-1.5 -48.5q0 -12 -11 -10l-55 6q-9 1 -9 12q0 38 2 55t7 31q14 42 48 65.5t82 23.5q51 0 83.5 -24t46.5 -65q4 -13 6.5 -29.5t2.5 -39.5 +q0 -38 -7 -64t-23 -57l-55 -105q-8 -14 -11.5 -26.5t-3.5 -28.5v-70q0 -10 -10 -10h-57zM128 94q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65q-10 0 -10 10v84z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="673" +d="M59 70q-5 14 -8 29.5t-5.5 37.5t-3.5 53.5t-1 77.5t1 77.5t3.5 54t5.5 38t8 29.5q30 92 103.5 142.5t173.5 50.5q101 0 174.5 -50.5t103.5 -142.5q4 -14 7.5 -29.5t6 -38t3.5 -54t1 -77.5q0 -34 -0.5 -56t-1.5 -36t-3 -23t-4 -16q-14 -42 -42.5 -60t-66.5 -18 +q-35 0 -62 15.5t-40 47.5h-1q-13 -33 -34 -48t-59 -15q-73 0 -94 66q-2 7 -4 16t-3 24t-1.5 38.5t-0.5 59.5t0.5 59.5t1.5 38.5t3 24t4 16q21 66 92 66q28 0 46 -11.5t28 -30.5h2v25q0 10 10 10h46q10 0 10 -10v-265q0 -35 15.5 -51.5t40.5 -16.5q39 0 52 36q1 4 2 9.5t2 17 +t1 32.5v56q0 46 -1 76.5t-3 50.5t-4.5 33t-6.5 24q-23 72 -81 111t-139 39t-138.5 -39t-80.5 -111q-4 -11 -6.5 -24t-4.5 -33t-3 -50.5t-1 -76.5t1 -76t3 -50.5t5 -33t6 -23.5q24 -72 81 -111.5t138 -39.5q49 0 86 11t69 33q8 6 14 -2l20 -29q5 -9 -3 -14 +q-39 -27 -84.5 -41.5t-101.5 -14.5q-100 0 -173.5 50.5t-103.5 142.5zM285 156q12 -35 51 -35q40 0 52 35q1 4 2 10t2 17t1 30v50v50t-1 30t-2 16.5t-2 10.5q-12 35 -52 35q-39 0 -51 -35q-2 -5 -2.5 -10.5l-1.5 -16.5t-1 -30v-50v-50t1 -30t1.5 -17t2.5 -10z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="410" +d="M60 670q0 10 10 10h129q88 0 128.5 -41t40.5 -134q0 -64 -20.5 -98t-58.5 -51v-2q38 -12 62 -49t24 -110q0 -55 -11 -92t-34 -60t-58 -33t-83 -10h-119q-10 0 -10 10v660zM195 386q48 0 69.5 22.5t21.5 86.5q0 33 -5 54t-16 33.5t-28.5 17.5t-43.5 5h-46q-6 0 -6 -6v-207 +q0 -6 6 -6h48zM141 81q0 -6 6 -6h45q28 0 47 5.5t31 19.5t17.5 37.5t5.5 58.5q0 68 -23 93.5t-75 25.5h-48q-6 0 -6 -6v-228z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="381" +d="M61 91q-3 10 -5.5 23.5t-4 39.5t-2 70t-0.5 116t0.5 116t2 70t4 39t5.5 24q16 48 52 74t94 26q67 0 106 -37t46 -115q1 -10 -8 -12l-57 -11q-11 -2 -11 8q-7 91 -75 91q-53 0 -68 -47q-2 -7 -4 -17t-3 -33t-1.5 -64.5t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t3 -33t4 -17 +q15 -47 68 -47q68 0 75 91q0 10 11 8l57 -11q9 -2 8 -12q-7 -78 -46 -115t-106 -37q-58 0 -94 26t-52 74z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="433" +d="M60 670q0 10 10 10h141q65 0 102.5 -26.5t54.5 -79.5q4 -14 7.5 -31t5 -43t2.5 -64.5t1 -95.5t-1 -95.5t-2.5 -64.5t-5 -43t-7.5 -31q-17 -53 -54.5 -79.5t-102.5 -26.5h-141q-10 0 -10 10v660zM141 81q0 -6 6 -6h56q35 0 55 14t31 44q3 10 5.5 24t4 37t2.5 58t1 88 +t-1 88t-2.5 58t-4 36.5t-5.5 24.5q-11 30 -31 44t-55 14h-56q-6 0 -6 -6v-518z" /> + <glyph glyph-name="E" unicode="E" horiz-adv-x="367" +d="M60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="364" +d="M60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-216q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-286q0 -10 -10 -10h-61q-10 0 -10 10v660z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="417" +d="M62 92q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26q71 0 110.5 -38t47.5 -110q2 -11 -7 -12l-56 -11q-10 -1 -12 8q-5 42 -25 64.5t-57 22.5q-27 0 -45.5 -12.5t-26.5 -35.5q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64 +t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29q0 -68 -0.5 -109.5t-2 -66t-4 -37.5t-6.5 -24q-15 -49 -53 -75t-96 -26 +t-95.5 26t-53.5 75z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="440" +d="M60 670q0 10 10 10h61q10 0 10 -10v-278q0 -6 6 -6h146q6 0 6 6v278q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v295q0 6 -6 6h-146q-6 0 -6 -6v-295q0 -10 -10 -10h-61q-10 0 -10 10v660z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="342" +d="M25 32q-6 8 1 14l40 39q7 7 16 0q21 -18 47 -18q35 0 54 20t19 68v515q0 10 10 10h61q10 0 10 -10v-509q0 -88 -42.5 -129t-112.5 -41q-32 0 -59 10.5t-44 30.5z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="424" +d="M60 670q0 10 10 10h61q10 0 10 -10v-312l155 314q4 8 13 8h65q5 0 6.5 -3t-0.5 -6l-135 -263l156 -398q3 -10 -6 -10h-66q-8 0 -11 7l-122 316l-55 -112v-201q0 -10 -10 -10h-61q-10 0 -10 10v660z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="358" +d="M60 670q0 10 10 10h61q10 0 10 -10v-589q0 -6 6 -6h178q10 0 10 -10v-55q0 -10 -10 -10h-255q-10 0 -10 10v660z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="541" +d="M60 670q0 10 10 10h62q11 0 14 -10l124 -416h4l121 416q3 10 15 10h61q10 0 10 -10v-660q0 -10 -10 -10h-54q-10 0 -10 10v471h-5l-103 -350q-3 -10 -12 -10h-33q-9 0 -12 10l-103 350h-5v-471q0 -10 -10 -10h-54q-10 0 -10 10v660z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="449" +d="M60 670q0 10 10 10h75q12 0 15 -10l152 -510h4v510q0 10 10 10h53q10 0 10 -10v-660q0 -10 -10 -10h-71q-12 0 -15 10l-155 510h-5v-510q0 -10 -10 -10h-53q-10 0 -10 10v660z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="422" +d="M211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67 +q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="407" +d="M70 0q-10 0 -10 10v660q0 10 10 10h119q45 0 79.5 -11t57.5 -35t35 -63t12 -95q0 -110 -47.5 -157t-136.5 -47h-42q-6 0 -6 -6v-256q0 -10 -10 -10h-61zM189 347q56 0 79.5 28t23.5 101q0 72 -23.5 100.5t-79.5 28.5h-42q-6 0 -6 -6v-246q0 -6 6 -6h42z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="422" +d="M375 -14q-7 -8 -14 -1l-46 41q-41 -35 -104 -35q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116q0 -77 -1 -122t-3.5 -71t-6.5 -39t-9 -27 +l52 -43q8 -6 2 -14zM211 66q18 0 29.5 3t20.5 8l-53 46q-7 7 -1 15l27 32q6 7 14 1l40 -37q1 9 2 25t1.5 40.5t0.5 59v81.5q0 71 -0.5 112.5t-1.5 64t-2.5 31.5t-4.5 17q-8 23 -26.5 35.5t-45.5 12.5t-45.5 -12.5t-26.5 -35.5q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64 +t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -17.5q8 -23 26.5 -35.5t45.5 -12.5z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="421" +d="M312 0q-8 0 -11 7l-85 284q-7 -1 -14 -1h-14h-41q-6 0 -6 -6v-274q0 -10 -10 -10h-61q-10 0 -10 10v660q0 10 10 10h119q90 0 137 -44t47 -152q0 -69 -21.5 -111t-61.5 -62l95 -301q4 -10 -5 -10h-68zM190 363q53 0 77.5 25.5t24.5 95.5q0 69 -24 95t-78 26h-43 +q-6 0 -6 -6v-230q0 -6 6 -6h43z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="392" +d="M354 192q0 -103 -36 -152t-122 -49q-153 0 -160 175q0 10 8 11l59 11q11 2 11 -9q3 -63 23.5 -88.5t59.5 -25.5t57.5 24t18.5 93q0 29 -3 50t-11 35.5t-21.5 24.5t-33.5 18l-41 16q-35 13 -58 29.5t-36.5 38t-19 51t-5.5 68.5q0 176 152 176q77 0 113.5 -41t40.5 -121 +q0 -10 -9 -11l-56 -9q-5 -2 -8 0.5t-3 7.5q-2 51 -19.5 75.5t-56.5 24.5q-38 0 -56 -23.5t-18 -75.5q0 -26 3.5 -44.5t11.5 -31.5t21.5 -22t34.5 -17l41 -16q33 -13 55.5 -29t36.5 -38.5t20 -53t6 -72.5z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="369" +d="M154 0q-10 0 -10 10v589q0 6 -6 6h-112q-10 0 -10 10v55q0 10 10 10h317q10 0 10 -10v-55q0 -10 -10 -10h-112q-6 0 -6 -6v-589q0 -10 -10 -10h-61z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="436" +d="M218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="389" +d="M167 0q-8 0 -10 10l-135 660q-2 10 8 10h62q9 0 10 -10l93 -500h3l90 500q1 10 11 10h60q10 0 8 -10l-135 -660q-2 -10 -10 -10h-55z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="576" +d="M379 0q-8 0 -10 10l-79 484h-2l-82 -484q-2 -10 -10 -10h-53q-8 0 -10 10l-108 660q-2 10 8 10h61q10 0 11 -10l66 -488h2l83 488q1 10 10 10h44q9 0 10 -10l83 -488h2l68 488q1 10 11 10h59q10 0 8 -10l-108 -660q-2 -10 -10 -10h-54z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="392" +d="M300 0q-9 0 -12 10l-91 243h-1l-92 -243q-3 -10 -11 -10h-64q-10 0 -7 10l133 344l-121 316q-3 10 7 10h62q9 0 12 -10l81 -219h1l80 219q3 10 12 10h63q10 0 7 -10l-122 -316l133 -344q3 -10 -7 -10h-63z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="375" +d="M157 0q-10 0 -10 10v271l-131 389q-3 10 7 10h63q9 0 12 -10l89 -285h3l89 285q3 10 11 10h62q10 0 7 -10l-131 -389v-271q0 -10 -10 -10h-61z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="362" +d="M45 0q-10 0 -10 10v52q0 6 2 12l206 529v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-206 -528v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="243" +d="M78 -84q-10 0 -10 10v804q0 10 10 10h115q10 0 10 -10v-45q0 -10 -10 -10h-47q-6 0 -6 -6v-682q0 -6 6 -6h47q10 0 10 -10v-45q0 -10 -10 -10h-115z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="234" +d="M160 -9q-10 0 -11 10l-124 678q-2 10 9 10h40q9 0 11 -10l125 -678q2 -10 -9 -10h-41z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="243" +d="M50 -84q-10 0 -10 10v45q0 10 10 10h48q6 0 6 6v682q0 6 -6 6h-48q-10 0 -10 10v45q0 10 10 10h115q10 0 10 -10v-804q0 -10 -10 -10h-115z" /> + <glyph glyph-name="asciicircum" unicode="^" +d="M292 272q-9 0 -13 10l-84 287h-2l-85 -287q-3 -10 -13 -10h-52q-10 0 -7 10l122 388q3 10 14 10h43q11 0 14 -10l122 -388q3 -10 -7 -10h-52z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="389" +d="M0 -124v48h389v-48h-389z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="390" +d="M224 557q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="389" +d="M227 -9q-39 0 -60 17t-31 41h-1v-39q0 -10 -10 -10h-57q-10 0 -10 10v660q0 10 10 10h57q10 0 10 -10v-240h1q10 25 31 41.5t60 16.5q79 0 104 -78q3 -10 5.5 -21.5t4 -29.5t2 -46.5t0.5 -72.5t-0.5 -72.5t-2 -47t-4 -30t-5.5 -21.5q-25 -78 -104 -78zM201 63q44 0 58 42 +q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-14 42 -58 42q-23 0 -37.5 -11t-21.5 -31q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q7 -20 21.5 -31t37.5 -11z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="347" +d="M184 -9q-99 0 -128 89q-3 10 -5.5 20.5t-3.5 27t-1.5 43t-0.5 69.5t0.5 69.5t1.5 43t3.5 26t5.5 20.5q29 89 128 89q57 0 93 -33t41 -90q0 -9 -7 -11l-54 -10q-10 -3 -12 8q-5 34 -20.5 49t-40.5 15q-43 0 -56 -39q-2 -7 -3.5 -14t-2 -21t-0.5 -38v-64v-65t0.5 -38t2 -21 +t3.5 -14q13 -39 56 -39q25 0 40.5 15t20.5 49q2 11 12 8l54 -10q7 -2 7 -11q-5 -57 -41 -90t-93 -33z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v240q0 10 10 10h57q10 0 10 -10v-660q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="368" +d="M184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="244" +d="M84 0q-10 0 -10 10v402q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v63q0 63 28.5 97.5t96.5 34.5h18q10 0 10 -10v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h60q10 0 10 -10v-41q0 -10 -10 -10h-60q-6 0 -6 -6v-402q0 -10 -10 -10h-57z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="387" +d="M186 -189q-50 0 -85 25t-46 65q-2 9 5 12l53 19q9 3 13 -5q17 -43 62 -43q29 0 46.5 17.5t17.5 55.5v103h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -104 78q-3 10 -5.5 21t-4 29t-2 45.5t-0.5 68.5t0.5 68.5t2 45.5t4 29.5t5.5 20.5q12 39 37 59.5t67 20.5q38 0 59 -17 +t30 -42h1v40q0 10 10 10h57q10 0 10 -10v-504q0 -76 -38.5 -115t-104.5 -39zM188 73q43 0 57 42q2 6 3.5 12.5t2 20t1 36.5t0.5 60t-0.5 60t-1 36.5t-2 20.5t-3.5 13q-7 20 -21 31t-36 11q-44 0 -58 -42q-2 -6 -3 -13t-2 -20.5t-1.5 -36.5t-0.5 -60t0.5 -60t1.5 -36.5t2 -20 +t3 -12.5q14 -42 58 -42z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="393" +d="M272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v660q0 10 10 10h57q10 0 10 -10v-239h1q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="193" +d="M65 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="193" +d="M65 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM8 -180q-10 0 -10 10v52q0 10 10 10h11q20 2 29.5 12.5t9.5 37.5v527q0 10 10 10h57q10 0 10 -10v-529q0 -61 -27.5 -90.5t-87.5 -29.5h-12z" /> + <glyph glyph-name="k" unicode="k" horiz-adv-x="375" +d="M288 0q-10 0 -14 10l-90 214l-49 -87v-127q0 -10 -10 -10h-57q-10 0 -10 10v660q0 10 10 10h57q10 0 10 -10v-415l119 214q6 10 14 10h60q11 0 6 -10l-105 -175l126 -284q3 -10 -7 -10h-60z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="221" +d="M177 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="597" +d="M476 0q-10 0 -10 10v319q0 87 -64 87q-29 0 -46 -21t-17 -64v-321q0 -10 -10 -10h-57q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5q73 0 96 -57h1 +q14 26 38.5 41.5t61.5 15.5q60 0 89.5 -36t29.5 -111v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="393" +d="M272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="374" +d="M187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63 +q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="389" +d="M68 -180q-10 0 -10 10v639q0 10 10 10h57q10 0 10 -10v-39h1q10 25 31 41.5t60 16.5q79 0 104 -78q3 -10 5.5 -21.5t4 -29.5t2 -46.5t0.5 -72.5t-0.5 -72.5t-2 -47t-4 -30t-5.5 -21.5q-25 -78 -104 -78q-39 0 -60 17t-31 41h-1v-219q0 -10 -10 -10h-57zM201 63 +q44 0 58 42q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-14 42 -58 42q-23 0 -37.5 -11t-21.5 -31q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q7 -20 21.5 -31t37.5 -11z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="389" +d="M264 -180q-10 0 -10 10v219h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-639q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="273" +d="M68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-45h1q12 28 35.5 46t60.5 18q11 0 19 -2q9 -2 6 -11l-14 -57q-3 -9 -12 -9h-15q-35 0 -58 -25t-23 -78v-296q0 -10 -10 -10h-57z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="343" +d="M172 -9q-60 0 -96 31.5t-42 90.5q-2 10 8 12l51 10q10 2 12 -8q5 -37 23.5 -53t44.5 -16q29 0 46 17t17 52q0 29 -11.5 46t-43.5 30l-40 15q-47 18 -73 50.5t-26 84.5q0 59 35 97t96 38q59 0 91 -32t37 -75q2 -11 -7 -13l-48 -10q-9 -1 -12 8q-7 26 -20 41t-41 15 +q-29 0 -43 -17.5t-14 -46.5q0 -22 11.5 -39t43.5 -30l40 -15q56 -21 77 -55t21 -87q0 -63 -35.5 -102t-101.5 -39z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="243" +d="M178 -5q-55 0 -80 26.5t-25 87.5v303q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v135q0 10 10 10h57q10 0 10 -10v-135q0 -6 6 -6h47q10 0 10 -10v-41q0 -10 -10 -10h-47q-6 0 -6 -6v-302q0 -42 40 -42h13q10 0 10 -10v-53q0 -10 -10 -10h-25z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="390" +d="M265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="350" +d="M150 0q-8 0 -11 10l-116 459q-3 10 7 10h60q8 0 10 -10l75 -328h2l74 328q2 10 11 10h57q10 0 8 -10l-116 -459q-3 -10 -12 -10h-49z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="526" +d="M335 0q-10 0 -11 10l-61 314h-2l-59 -314q-1 -10 -11 -10h-49q-10 0 -11 10l-104 459q-3 10 7 10h60q8 0 10 -10l63 -326h1l64 326q2 10 11 10h42q8 0 10 -10l63 -326h1l63 326q2 10 11 10h59q10 0 7 -10l-104 -459q-1 -10 -11 -10h-49z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="354" +d="M265 0q-9 0 -13 9l-75 163h-1l-74 -163q-4 -9 -13 -9h-60q-11 0 -5 11l114 237l-106 221q-5 10 5 10h60q9 0 13 -8l69 -148h1l66 148q4 8 13 8h59q10 0 5 -10l-107 -221l114 -237q5 -11 -5 -11h-60z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="355" +d="M62 -180q-10 0 -10 10v53q0 10 10 10l12 1q21 1 32.5 12t19.5 43l17 66l-117 454q-2 10 8 10h60q8 0 10 -10l74 -327h2l74 327q2 10 11 10h58q10 0 7 -10l-131 -517q-10 -41 -21.5 -66.5t-26 -40t-33.5 -20t-45 -5.5h-11z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="327" +d="M46 0q-10 0 -10 10v49q0 6 3 12l167 337v2h-150q-10 0 -10 10v49q0 10 10 10h228q10 0 10 -10v-41q0 -6 -3 -12l-170 -343v-2h163q10 0 10 -10v-51q0 -10 -10 -10h-238z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="292" +d="M221 -84q-105 0 -105 112v198q0 36 -12.5 53t-42.5 19q-10 2 -10 10v45q0 10 10 10q30 2 42.5 19.5t12.5 53.5v193q0 111 105 111h21q10 0 10 -10v-45q0 -10 -10 -10h-10q-44 0 -44 -51v-170q0 -56 -10 -82.5t-41 -39.5v-3q16 -7 26 -16t15.5 -23.5t7.5 -34.5t2 -48v-175 +q0 -51 44 -51h10q10 0 10 -10v-45q0 -10 -10 -10h-21z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="236" +d="M96 -84q-10 0 -10 10v804q0 10 10 10h43q10 0 10 -10v-804q0 -10 -10 -10h-43z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="292" +d="M50 -84q-10 0 -10 10v45q0 10 10 10h10q45 0 45 51v175q0 28 2 48t7.5 34.5t15.5 23.5t26 16v3q-32 13 -41.5 39.5t-9.5 82.5v170q0 51 -45 51h-10q-10 0 -10 10v45q0 10 10 10h22q105 0 105 -111v-193q0 -36 12 -53.5t42 -19.5q10 0 10 -10v-45q0 -8 -10 -10 +q-30 -2 -42 -19t-12 -53v-198q0 -112 -105 -112h-22z" /> + <glyph glyph-name="asciitilde" unicode="~" +d="M254 221q-20 0 -36 7t-32 18t-27.5 16.5t-22.5 5.5q-17 0 -28 -9.5t-25 -32.5q-4 -7 -13 -3l-33 18q-8 5 -4 15q19 37 42.5 56t56.5 19q20 0 35.5 -7t32.5 -18q14 -10 26.5 -16t23.5 -6q17 0 28 9.5t25 32.5q4 7 13 3l32 -18q10 -5 4 -15q-18 -37 -41.5 -56t-56.5 -19z +" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="190" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="227" +d="M130.006 309.011q9.99902 0 9.99902 -10l15.999 -489.97q0 -10 -9.99902 -10h-64.9961q-9.99902 0 -9.99902 10l15.999 489.97q0 10 9.99902 10h32.998zM156.004 385.006q0 -10 -9.99902 -10h-64.9961q-9.99902 0 -9.99902 10v83.9951q0 9.99902 9.99902 9.99902h64.9961 +q9.99902 0 9.99902 -9.99902v-83.9951z" /> + <glyph glyph-name="cent" unicode="¢" +d="M192 -100q-10 0 -10 10v82q-91 6 -115 88q-3 10 -5.5 20t-4 26.5t-2 43t-0.5 70.5q0 43 0.5 69.5t2 43t4 26t5.5 20.5q25 82 115 88v83q0 10 10 10h13q10 0 10 -10v-83q51 -4 82 -33.5t39 -80.5q2 -9 -6 -11l-55 -11q-11 -2 -12 7q-10 49 -48 56v-349q20 4 31.5 17 +t16.5 39q2 10 12 7l55 -11q8 -2 6 -11q-8 -51 -39 -80t-82 -34v-82q0 -10 -10 -10h-13zM139 103q12 -34 43 -38v349q-32 -6 -43 -37q-2 -7 -3.5 -14t-2 -20.5t-1 -37.5t-0.5 -65t0.5 -65.5t1 -38t2 -20.5t3.5 -13z" /> + <glyph glyph-name="sterling" unicode="£" +d="M58 0q-10 0 -10 10v52q0 5 4 11q17 19 23.5 38.5t6.5 54.5v119q0 6 -6 6h-29q-10 0 -10 10v38q0 10 10 10h29q6 0 6 6v185q0 69 33 109t99 40q33 0 56.5 -10t39.5 -28.5t24.5 -44t11.5 -56.5q0 -11 -8 -12l-54 -9q-10 -1 -12 8q-2 42 -15.5 60.5t-42.5 18.5 +q-54 0 -54 -74v-187q0 -6 6 -6h94q10 0 10 -10v-38q0 -10 -10 -10h-94q-6 0 -6 -6v-119q0 -33 -6.5 -55t-22.5 -37v-2h208q10 0 10 -10v-52q0 -10 -10 -10h-281z" /> + <glyph glyph-name="currency" unicode="¤" +d="M316 174q-7 -7 -14 0l-37 37q-32 -20 -72 -20q-42 0 -73 21l-37 -38q-8 -6 -14 0l-25 26q-7 7 0 14l37 37q-20 32 -20 72t21 72l-37 37q-6 6 0 14l25 25q7 7 14 0l37 -38q32 21 72 21q20 0 38 -5.5t34 -15.5l37 38q7 7 14 0l25 -25q8 -8 0 -14l-38 -38q21 -32 21 -71 +q0 -41 -20 -72l37 -37q7 -7 0 -14zM193 246q33 0 54 21.5t21 55.5q0 33 -21 54.5t-54 21.5t-54 -21.5t-21 -54.5q0 -34 21 -55.5t54 -21.5z" /> + <glyph glyph-name="yen" unicode="¥" +d="M165 0q-10 0 -10 10v129q0 6 -6 6h-88q-10 0 -10 10v39q0 10 10 10h88q6 0 6 6v51q0 6 -6 6h-88q-10 0 -10 10v39q0 10 10 10h80v3l-110 341q-3 10 7 10h61q9 0 12 -10l83 -283h2l81 283q3 10 12 10h60q10 0 7 -10l-111 -341v-3h80q10 0 10 -10v-39q0 -10 -10 -10h-87 +q-6 0 -6 -6v-51q0 -6 6 -6h87q10 0 10 -10v-39q0 -10 -10 -10h-87q-6 0 -6 -6v-129q0 -10 -10 -10h-57z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="264" +d="M110 388q-10 0 -10 10v332q0 10 10 10h43q10 0 10 -10v-332q0 -10 -10 -10h-43zM110 -84q-10 0 -10 10v336q0 10 10 10h43q10 0 10 -10v-336q0 -10 -10 -10h-43z" /> + <glyph glyph-name="section" unicode="§" horiz-adv-x="447" +d="M222 -189q-50 0 -80.5 21t-42.5 59q-5 14 -6.5 30t-1.5 39q0 10 8 10l52 5q9 0 9 -9q0 -23 1.5 -34t3.5 -19q12 -37 58 -37t57 37q3 8 4.5 18t1.5 29q0 18 -1 30t-5 22q-7 23 -29 38t-62 26t-62.5 32t-33.5 54q-6 17 -9 38t-3 53q0 26 2.5 43.5t7.5 33.5q9 27 26 46 +t43 28v1q-20 8 -35 23t-23 40q-9 27 -9 72q0 23 1.5 38.5t6.5 29.5q13 38 44 59.5t79 21.5t78.5 -21t42.5 -59q5 -14 6.5 -30t1.5 -39q0 -10 -8 -10l-52 -5q-9 0 -9 9q0 23 -1 34t-4 19q-12 37 -54 37q-43 0 -55 -37q-2 -8 -3.5 -18t-1.5 -29q0 -14 1 -25.5t5 -21.5 +q7 -23 27.5 -37t61.5 -26q39 -11 62 -32t34 -54q5 -17 8 -38.5t3 -52.5q0 -26 -2 -44t-7 -33q-18 -56 -69 -74v-1q20 -8 36 -23t24 -40q5 -14 7 -32t2 -44q0 -25 -1.5 -40.5t-6.5 -29.5q-13 -38 -45 -59.5t-83 -21.5zM224 139q50 0 64 45q4 11 5.5 25.5t1.5 43.5 +q0 28 -1.5 42.5t-5.5 25.5q-13 45 -64 45q-49 0 -64 -45q-3 -11 -5 -25.5t-2 -42.5q0 -29 2 -43.5t5 -25.5q15 -45 64 -45z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="390" +d="M242 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM97 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="719" +d="M360 -9q-110 0 -186 53t-108 150q-8 26 -13 60.5t-5 85.5t5 85.5t13 60.5q32 97 108 150t186 53q109 0 185 -53t108 -150q8 -26 13 -60.5t5 -85.5t-5 -85.5t-13 -60.5q-32 -97 -108 -150t-185 -53zM360 46q89 0 149.5 41.5t86.5 119.5q8 23 12.5 53.5t4.5 79.5t-4.5 79.5 +t-12.5 53.5q-26 78 -86.5 119.5t-149.5 41.5q-90 0 -150.5 -41.5t-86.5 -119.5q-8 -23 -12.5 -53.5t-4.5 -79.5t4.5 -79.5t12.5 -53.5q26 -78 86.5 -119.5t150.5 -41.5zM363 143q-39 0 -66 18.5t-38 53.5q-2 6 -4 14.5t-3 22t-1.5 34.5t-0.5 54t0.5 54t1.5 34.5t3 22t4 14.5 +q11 35 38 53.5t66 18.5q47 0 75 -24.5t33 -59.5q2 -8 -6 -10l-42 -8q-8 -2 -10 6q-12 38 -50 38q-35 0 -45 -32q-2 -4 -3 -8.5t-1.5 -15.5t-1 -30.5t-0.5 -52.5t0.5 -52.5t1 -30.5t1.5 -15.5t3 -8.5q10 -32 45 -32q38 0 50 38q2 8 10 6l42 -8q8 -2 6 -10q-5 -35 -33 -59.5 +t-75 -24.5z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="271" +d="M183 392q-10 0 -10 10v19h-1q-5 -14 -21 -23.5t-36 -9.5q-33 0 -53.5 21t-20.5 63q0 51 26 73.5t68 22.5h32q6 0 6 6v13q0 28 -11 39t-34 11q-11 0 -24 -4.5t-27 -14.5q-9 -5 -14 3l-11 27q-4 7 4 13q14 11 35 18.5t45 7.5q44 0 67 -21.5t23 -74.5v-189q0 -10 -10 -10 +h-33zM130 434q19 0 31 13t12 35v36q0 6 -6 6h-26q-48 0 -48 -47q0 -43 37 -43z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="445" +d="M213 257q-7 7 0 14l161 166q3 3 6.5 2t3.5 -6v-60q0 -9 -9 -18l-84 -87q-4 -4 0 -8l84 -87q9 -9 9 -18v-60q0 -5 -3.5 -6t-6.5 2zM39 257q-7 7 0 14l161 166q3 3 6.5 2t3.5 -6v-60q0 -9 -9 -18l-84 -87q-4 -4 0 -8l84 -87q9 -9 9 -18v-60q0 -5 -3.5 -6t-6.5 2z" /> + <glyph glyph-name="logicalnot" unicode="¬" +d="M287 148q-10 0 -10 10v77q0 6 -6 6h-223q-10 0 -10 10v50q0 10 10 10h290q10 0 10 -10v-143q0 -10 -10 -10h-51z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="335" +d="M51 230q-10 0 -10 10v52q0 10 10 10h232q10 0 10 -10v-52q0 -10 -10 -10h-232z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="432" +d="M216 303q-60 0 -102 29t-59 84q-4 14 -7 31.5t-3 45.5q0 27 3 45t7 32q17 54 59 83t102 29t102 -29t59 -83q4 -14 6.5 -32t2.5 -45q0 -28 -2.5 -45.5t-6.5 -31.5q-17 -55 -59 -84t-102 -29zM216 332q48 0 82 24t48 67q4 12 7 28.5t3 41.5q0 24 -3 40.5t-7 28.5 +q-14 43 -48 67t-82 24t-82.5 -24t-48.5 -67q-4 -12 -6.5 -28.5t-2.5 -40.5q0 -25 2.5 -41.5t6.5 -28.5q14 -43 48.5 -67t82.5 -24zM173 388q-7 0 -7 7v198q0 7 7 7h43q30 0 45 -14.5t15 -46.5q0 -39 -27 -53l30 -91q1 -7 -6 -7h-20q-7 0 -8 7l-25 82q-5 -1 -9 -1h-9 +q-4 0 -4 -4v-77q0 -7 -7 -7h-18zM213 507q16 0 23 6.5t7 25.5q0 18 -7 24.5t-23 6.5h-11q-4 0 -4 -4v-55q0 -4 4 -4h11z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="390" +d="M98 603q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="331" +d="M166 452q-51 0 -83.5 32.5t-32.5 82.5q0 51 32.5 83.5t83.5 32.5q50 0 82.5 -32.5t32.5 -83.5q0 -50 -32.5 -82.5t-82.5 -32.5zM166 500q29 0 47 19t18 48t-18 48.5t-47 19.5t-47.5 -19.5t-18.5 -48.5t18.5 -48t47.5 -19z" /> + <glyph glyph-name="plusminus" unicode="±" +d="M167 137q-10 0 -10 10v105q0 6 -6 6h-103q-10 0 -10 10v49q0 10 10 10h103q6 0 6 6v105q0 10 10 10h52q10 0 10 -10v-105q0 -6 6 -6h103q10 0 10 -10v-49q0 -10 -10 -10h-103q-6 0 -6 -6v-105q0 -10 -10 -10h-52zM48 0q-10 0 -10 10v50q0 10 10 10h290q10 0 10 -10v-50 +q0 -10 -10 -10h-290z" /> + <glyph glyph-name="uni00B2" unicode="²" horiz-adv-x="270" +d="M47 430q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5 +q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178z" /> + <glyph glyph-name="uni00B3" unicode="³" horiz-adv-x="270" +d="M134 423q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22 +t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5 +q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="390" +d="M126 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="uni00B5" unicode="µ" horiz-adv-x="394" +d="M269 0q-10 0 -10 10v38h-1q-9 -26 -29 -41.5t-51 -15.5q-13 0 -25 5t-18 14v-180q0 -10 -10 -10h-57q-10 0 -10 10v639q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21t16.5 66v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="uni00B5" unicode="μ" horiz-adv-x="394" +d="M269 0q-10 0 -10 10v38h-1q-9 -26 -29 -41.5t-51 -15.5q-13 0 -25 5t-18 14v-180q0 -10 -10 -10h-57q-10 0 -10 10v639q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21t16.5 66v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="468" +d="M347 -180q-10 0 -10 10v778q0 6 -6 6h-50q-6 0 -6 -6v-778q0 -10 -10 -10h-43q-10 0 -10 10v428q-35 4 -63 21.5t-48 45.5t-30.5 64.5t-10.5 79.5t13 81.5t37 67.5t59 45.5t79 16.5h143q10 0 10 -10v-840q0 -10 -10 -10h-44z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="185" +d="M60 213q-10 0 -10 10v84q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="390" +d="M194 0q4 10 13 10h42q10 0 7 -10l-48 -142q-4 -10 -16 -10h-48q-10 0 -7 10z" /> + <glyph glyph-name="uni00B9" unicode="¹" horiz-adv-x="270" +d="M136 430q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="281" +d="M140 387q-33 0 -56 15t-33 45q-2 6 -3.5 12t-2 15.5t-1 24.5t-0.5 38t0.5 38t1 24.5t2 15.5t3.5 12q10 30 33 45t56 15q70 0 90 -60q2 -6 3.5 -12t2 -15.5t1 -24.5t0.5 -38t-0.5 -38t-1 -24.5t-2 -15.5t-3.5 -12q-20 -60 -90 -60zM140 437q30 0 40 27q1 3 2 7.5t1.5 12 +t0.5 20v33.5v33.5t-0.5 20t-1.5 12t-2 7.5q-10 27 -40 27q-29 0 -39 -27q-1 -3 -2 -7.5t-1.5 -12t-0.5 -20v-33.5v-33.5t0.5 -20t1.5 -12t2 -7.5q10 -27 39 -27z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="445" +d="M245 91q-3 -3 -6.5 -2t-3.5 6v60q0 9 9 18l84 87q4 4 0 8l-84 87q-9 9 -9 18v60q0 5 3.5 6t6.5 -2l161 -166q7 -7 0 -14zM71 91q-3 -3 -6.5 -2t-3.5 6v60q0 9 9 18l84 87q4 4 0 8l-84 87q-9 9 -9 18v60q0 5 3.5 6t6.5 -2l161 -166q7 -7 0 -14z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="705" +d="M158 274q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42zM537 1q-10 0 -10 10v46q0 6 -6 6h-119q-10 0 -10 10v36q0 7 3 16l88 272q3 10 12 10h44q10 0 7 -10l-90 -276v-2h65q6 0 6 6v99 +q0 10 10 10h39q10 0 10 -10v-99q0 -6 5 -6h23q10 0 10 -10v-36q0 -10 -10 -10h-22q-6 0 -6 -6v-46q0 -10 -10 -10h-39zM194 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="723" +d="M158 274q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42zM455 1q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28 +q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178zM194 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678 +q-4 -10 -13 -10h-39z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="750" +d="M582 1q-10 0 -10 10v46q0 6 -6 6h-119q-10 0 -10 10v36q0 7 3 16l88 272q3 10 12 10h44q10 0 7 -10l-90 -276v-2h65q6 0 6 6v99q0 10 10 10h39q10 0 10 -10v-99q0 -6 5 -6h23q10 0 10 -10v-36q0 -10 -10 -10h-22q-6 0 -6 -6v-46q0 -10 -10 -10h-39zM239 -9q-10 0 -7 10 +l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39zM179 267q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7 +q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1 +q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="360" +d="M218.009 309.011q9.99902 0 9.99902 -10v-72.9951q0 -18.999 -4 -34.998q-3.99902 -15.999 -13.999 -33.998l-54.9961 -102.993q-13.999 -25.999 -19.999 -48.4971q-6 -22.499 -6 -57.4971q0 -30.998 5 -44.9971q12.999 -39.998 56.9971 -39.998 +q43.9971 0 56.9961 39.998q3 8 4.5 21.499t1.5 48.4971q0 11.999 10.999 9.99902l54.9961 -6q9 -1 9 -11.999q0 -37.998 -2 -54.9961q-2 -16.999 -7 -30.998q-13.999 -41.998 -47.9961 -65.4961q-33.998 -23.499 -81.9951 -23.499q-50.9971 0 -83.4951 23.999 +q-32.498 23.998 -46.4971 64.9961q-4 12.999 -6.5 29.498t-2.5 39.4971q0 37.998 7 63.9961q6.99902 25.999 22.998 56.9971l54.9971 104.993q8 13.999 11.499 26.498q3.5 12.5 3.5 28.499v69.9951q0 10 9.99902 10h56.9971zM232.008 385.006q0 -10 -9.99902 -10h-64.9961 +q-10 0 -10 10v83.9951q0 9.99902 10 9.99902h64.9961q9.99902 0 9.99902 -9.99902v-83.9951z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM187 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7 +t-6.5 -3h-39z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM185 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10 +h-38z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM272 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123 +q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM244 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3 +t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM249 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM104 777 +q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM202 731q-38 0 -62 24.5t-24 61.5q0 38 24 62t62 24q37 0 61.5 -24t24.5 -62q0 -37 -24.5 -61.5 +t-61.5 -24.5zM202 768q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="629" +d="M332 0q-10 0 -10 10v143q0 6 -6 6h-163l-56 -149q-3 -10 -13 -10h-59q-10 0 -7 10l251 660q3 10 12 10h308q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55 +q0 -10 -10 -10h-257zM180 229h136q6 0 6 6v362h-3z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="381" +d="M127 -152q-10 0 -7 10l54 136q-85 12 -113 97q-3 10 -5.5 23.5t-4 39.5t-2 70t-0.5 116t0.5 116t2 70t4 39t5.5 24q16 48 52 74t94 26q67 0 106 -37t46 -115q1 -10 -8 -12l-57 -11q-11 -2 -11 8q-7 91 -75 91q-53 0 -68 -47q-2 -7 -4 -17t-3 -33t-1.5 -64.5t-0.5 -111.5 +q0 -71 0.5 -112t1.5 -64t3 -33t4 -17q15 -47 68 -47q68 0 75 91q0 10 11 8l57 -11q9 -2 8 -12q-6 -69 -37.5 -105.5t-85.5 -44.5l-45 -135q-4 -10 -16 -10h-48z" /> + <glyph glyph-name="Egrave" unicode="È" horiz-adv-x="367" +d="M182 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6 +h180q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="Eacute" unicode="É" horiz-adv-x="367" +d="M171 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180 +q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="367" +d="M60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660zM267 752q-10 0 -17 10l-52 71h-2l-52 -71 +q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="367" +d="M243 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM98 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55 +q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM84 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM82 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM172 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM149 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM4 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="433" +d="M70 0q-10 0 -10 10v296q0 6 -6 6h-29q-10 0 -10 10v44q0 10 10 10h29q6 0 6 6v288q0 10 10 10h141q65 0 102.5 -26.5t54.5 -79.5q4 -14 7.5 -31t5 -43t2.5 -64.5t1 -95.5t-1 -95.5t-2.5 -64.5t-5 -43t-7.5 -31q-17 -53 -54.5 -79.5t-102.5 -26.5h-141zM203 75q35 0 55 14 +t31 44q3 10 5.5 24t4 37t2.5 58t1 88t-1 88t-2.5 58t-4 36.5t-5.5 24.5q-11 30 -31 44t-55 14h-56q-6 0 -6 -6v-217q0 -6 6 -6h65q10 0 10 -10v-44q0 -10 -10 -10h-65q-6 0 -6 -6v-225q0 -6 6 -6h56z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="449" +d="M266 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5 +q-9 -11 -20.5 -17.5t-27.5 -6.5zM60 670q0 10 10 10h75q12 0 15 -10l152 -510h4v510q0 10 10 10h53q10 0 10 -10v-660q0 -10 -10 -10h-71q-12 0 -15 10l-155 510h-5v-510q0 -10 -10 -10h-53q-10 0 -10 10v660z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="422" +d="M200 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39zM211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24 +t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17 +t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="422" +d="M186 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24 +t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17 +t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="422" +d="M211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67 +q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48zM281 752 +q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="422" +d="M252 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5 +q-9 -11 -20.5 -17.5t-27.5 -6.5zM211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24 +q-15 -49 -53 -75t-96 -26zM211 67q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32 +t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="422" +d="M258 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM113 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24 +q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17 +q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="multiply" unicode="×" +d="M293 143q-7 -7 -14 0l-82 82q-4 3 -8 0l-83 -82q-7 -7 -14 0l-32 33q-7 7 0 14l82 82q4 4 0 8l-82 82q-7 7 0 14l32 33q7 7 14 0l83 -82q4 -3 8 0l82 82q7 7 14 0l32 -33q9 -7 0 -14l-82 -82q-3 -4 0 -8l82 -82q9 -7 0 -14z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="422" +d="M52 -30q-10 0 -7 10l32 78q-9 16 -15 34q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26q64 0 106 -34l19 46q4 9 13 9h21q10 0 7 -10l-32 -78q8 -14 15 -34q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5 +t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26q-66 0 -106 34l-19 -46q-4 -9 -13 -9h-21zM131 340v-94t1 -60l148 386q-19 41 -69 41q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5zM211 67q55 0 72 48q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5v93.5t-1 60.5 +l-148 -386q18 -41 69 -41z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="436" +d="M208 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39zM218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503 +q0 -88 -43 -132t-116 -44z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="436" +d="M194 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132 +t-116 -44z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="436" +d="M218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44zM288 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123 +q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="436" +d="M265 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM120 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5 +v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="375" +d="M157 0q-10 0 -10 10v271l-131 389q-3 10 7 10h63q9 0 12 -10l89 -285h3l89 285q3 10 11 10h62q10 0 7 -10l-131 -389v-271q0 -10 -10 -10h-61zM161 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="407" +d="M147 146q-6 0 -6 -6v-130q0 -10 -10 -10h-61q-10 0 -10 10v660q0 10 10 10h61q10 0 10 -10v-110q0 -6 6 -6h42q45 0 79.5 -11t57.5 -35t35 -63t12 -95q0 -110 -47.5 -157t-136.5 -47h-42zM189 221q56 0 79.5 28t23.5 101q0 72 -23.5 100.5t-79.5 28.5h-42q-6 0 -6 -6 +v-246q0 -6 6 -6h42z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="403" +d="M213 -3q-10 0 -10 10v52q0 10 10 10h7q39 0 50 33q1 4 2.5 10.5t2.5 19t1.5 33t0.5 53.5t-0.5 53t-1.5 32.5t-2.5 18.5t-2.5 11q-11 33 -50 33h-7q-10 0 -10 10v53q0 10 10 10h5q39 0 49 29q2 8 3.5 20.5t1.5 43.5q0 84 -68 84q-33 0 -51 -20.5t-18 -63.5v-522 +q0 -10 -10 -10h-57q-10 0 -10 10v514q0 78 35 121.5t110 43.5q70 0 108.5 -39.5t38.5 -112.5q0 -29 -2.5 -48.5t-9 -34t-17.5 -25t-27 -19.5v-2q17 -9 30 -22.5t21 -36.5q3 -8 4.5 -17t2.5 -23.5t1.5 -36t0.5 -54.5q0 -36 -0.5 -61t-2 -41.5t-3.5 -27t-5 -19.5 +q-12 -39 -40.5 -55.5t-75.5 -16.5h-14z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM174 557q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM150 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM257 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123 +q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM229 581q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7 +q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM234 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM89 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72 +q0 -10 -10 -10h-51z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM187 546q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM187 583 +q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="565" +d="M173 417q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q73 0 103 -42h1q16 21 40.5 31.5t55.5 10.5q51 0 83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5q-39 0 -68.5 15.5t-46.5 47.5h-1q-22 -35 -48.5 -49t-62.5 -14q-21 0 -41.5 7.5t-36 24t-25.5 43.5t-10 67t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5z +M439 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="347" +d="M148 -6q-69 13 -92 86q-3 10 -5.5 20.5t-3.5 27t-1.5 43t-0.5 69.5t0.5 69.5t1.5 43t3.5 26t5.5 20.5q29 89 128 89q57 0 93 -33t41 -90q0 -9 -7 -11l-54 -10q-10 -3 -12 8q-5 34 -20.5 49t-40.5 15q-43 0 -56 -39q-2 -7 -3.5 -14t-2 -21t-0.5 -38v-64v-65t0.5 -38t2 -21 +t3.5 -14q13 -39 56 -39q25 0 40.5 15t20.5 49q2 11 12 8l54 -10q7 -2 7 -11q-5 -51 -33 -82.5t-75 -38.5l-45 -135q-4 -10 -16 -10h-48q-10 0 -7 10z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="368" +d="M184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM168 557q-10 0 -17 10l-87 123 +q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="368" +d="M161 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5 +t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40 +q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="368" +d="M256 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19 +q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6 +q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="368" +d="M233 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM88 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66 +t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5 +t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="193" +d="M68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM80 557q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="193" +d="M79 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="193" +d="M168 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="193" +d="M145 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM0 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="374" +d="M242 563l28 -53q19 -36 30.5 -64.5t18 -58.5t8.5 -66t2 -88q0 -38 -0.5 -62.5t-1.5 -41t-3 -26.5t-5 -20q-14 -45 -48 -68.5t-84 -23.5t-84 23.5t-48 68.5q-3 10 -5 20t-3.5 26t-2 39.5t-0.5 60.5t0.5 62t2 41.5t4 27.5t5.5 21q14 42 43 64t72 22q15 0 28 -3t20 -8h1 +l-45 86l-68 -22q-8 -3 -11 6l-12 35q-3 9 7 12l58 19l-41 78q-5 10 5 10h59q8 0 14 -10l29 -57l63 21q8 3 11 -6l12 -36q3 -9 -7 -12zM187 63q45 0 59 42q2 6 3 13t2 20t1 34.5v56.5t-0.5 56.5t-1 34.5t-2 20.5t-3.5 13.5q-14 42 -58 42q-45 0 -59 -42q-2 -6 -3 -13t-2 -20 +t-1 -34.5v-57.5v-56.5t1 -34.5t2 -20t3 -13q14 -42 59 -42z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="393" +d="M272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57zM238 581q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12 +t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="374" +d="M187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63 +q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42zM175 557q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="374" +d="M160 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27 +t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="374" +d="M258 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5 +q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5 +t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="374" +d="M187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63 +q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42zM230 581q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6 +v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="374" +d="M235 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM90 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5 +q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5 +t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="divide" unicode="÷" +d="M193 373q-23 0 -37.5 14.5t-14.5 37.5t14.5 38t37.5 15t37.5 -15t14.5 -38t-14.5 -37.5t-37.5 -14.5zM48 241q-10 0 -10 10v50q0 10 10 10h290q10 0 10 -10v-50q0 -10 -10 -10h-290zM193 74q-23 0 -37.5 15t-14.5 38t14.5 37.5t37.5 14.5t37.5 -14.5t14.5 -37.5 +t-14.5 -38t-37.5 -15z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="374" +d="M187 -9q-50 0 -86 25l-17 -36q-5 -10 -13 -10h-18q-11 0 -8 10l30 63q-7 8 -11.5 18.5t-8.5 21.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t86 -25l17 36q4 10 13 10h18q5 0 7 -2.5t0 -7.5l-29 -63q13 -18 20 -39 +q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM121 240v-65.5t1 -37.5l115 255q-17 25 -50 25q-44 0 -60 -42q-2 -6 -3 -13.5t-2 -21.5t-1 -37.5v-62.5zM187 62q45 0 59 43q2 6 3.5 13.5t2 21t1 37.5t0.5 63 +v62.5t-1 37.5l-115 -254q18 -24 50 -24z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="390" +d="M265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM181 557q-10 0 -17 10l-87 123 +q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="390" +d="M167 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319 +q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="390" +d="M265 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10 +h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="390" +d="M242 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM97 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57 +q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="355" +d="M62 -180q-10 0 -10 10v53q0 10 10 10l12 1q21 1 32.5 12t19.5 43l17 66l-117 454q-2 10 8 10h60q8 0 10 -10l74 -327h2l74 327q2 10 11 10h58q10 0 7 -10l-131 -517q-10 -41 -21.5 -66.5t-26 -40t-33.5 -20t-45 -5.5h-11zM155 557q-10 0 -5 10l69 123q6 10 16 10h59 +q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="389" +d="M68 -180q-10 0 -10 10v840q0 10 10 10h57q10 0 10 -10v-240h1q10 25 31 41.5t60 16.5q79 0 104 -78q3 -10 5.5 -21.5t4 -29.5t2 -46.5t0.5 -72.5t-0.5 -72.5t-2 -47t-4 -30t-5.5 -21.5q-25 -78 -104 -78q-39 0 -60 17t-31 41h-1v-219q0 -10 -10 -10h-57zM201 63 +q44 0 58 42q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-14 42 -58 42q-23 0 -37.5 -11t-21.5 -31q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q7 -20 21.5 -31t37.5 -11z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="355" +d="M62 -180q-10 0 -10 10v53q0 10 10 10l12 1q21 1 32.5 12t19.5 43l17 66l-117 454q-2 10 8 10h60q8 0 10 -10l74 -327h2l74 327q2 10 11 10h58q10 0 7 -10l-131 -517q-10 -41 -21.5 -66.5t-26 -40t-33.5 -20t-45 -5.5h-11zM226 588q-10 0 -10 10v72q0 10 10 10h51 +q10 0 10 -10v-72q0 -10 -10 -10h-51zM81 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM105 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM90 603q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="406" +d="M163 670q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-60q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10zM264 229l-58 296h-3l-62 -296h123zM202 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5 +t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="371" +d="M254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122 +v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM187 563q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10 +q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="406" +d="M388 10q2 -6 -5 -10q-68 -57 -68 -96q0 -26 22 -26q11 0 20 6q8 5 13 -3l14 -34q5 -8 -4 -13q-9 -6 -23.5 -10.5t-29.5 -4.5q-34 0 -55 19t-21 54q0 28 15.5 54.5t46.5 55.5q-4 1 -5 8l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10l145 660q3 10 11 10h60 +q9 0 11 -10zM141 229h123l-59 296h-3z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="371" +d="M173 417q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122v-320q0 -7 -5 -11q-68 -60 -68 -95q0 -26 22 -26q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l14 -34q5 -8 -4 -13q-9 -6 -23.5 -10.5t-29.5 -4.5q-34 0 -55 19t-21 54 +q0 28 15.5 55t47.5 58v46h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5 +t44.5 -19.5z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="381" +d="M61 91q-3 10 -5.5 23.5t-4 39.5t-2 70t-0.5 116t0.5 116t2 70t4 39t5.5 24q16 48 52 74t94 26q67 0 106 -37t46 -115q1 -10 -8 -12l-57 -11q-11 -2 -11 8q-7 91 -75 91q-53 0 -68 -47q-2 -7 -4 -17t-3 -33t-1.5 -64.5t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t3 -33t4 -17 +q15 -47 68 -47q68 0 75 91q0 10 11 8l57 -11q9 -2 8 -12q-7 -78 -46 -115t-106 -37q-58 0 -94 26t-52 74zM171 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="347" +d="M160 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM184 -9q-99 0 -128 89q-3 10 -5.5 20.5t-3.5 27t-1.5 43t-0.5 69.5t0.5 69.5t1.5 43t3.5 26t5.5 20.5q29 89 128 89q57 0 93 -33t41 -90q0 -9 -7 -11l-54 -10q-10 -3 -12 8 +q-5 34 -20.5 49t-40.5 15q-43 0 -56 -39q-2 -7 -3.5 -14t-2 -21t-0.5 -38v-64v-65t0.5 -38t2 -21t3.5 -14q13 -39 56 -39q25 0 40.5 15t20.5 49q2 11 12 8l54 -10q7 -2 7 -11q-5 -57 -41 -90t-93 -33z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="381" +d="M61 91q-3 10 -5.5 23.5t-4 39.5t-2 70t-0.5 116t0.5 116t2 70t4 39t5.5 24q16 48 52 74t94 26q67 0 106 -37t46 -115q1 -10 -8 -12l-57 -11q-11 -2 -11 8q-7 91 -75 91q-53 0 -68 -47q-2 -7 -4 -17t-3 -33t-1.5 -64.5t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t3 -33t4 -17 +q15 -47 68 -47q68 0 75 91q0 10 11 8l57 -11q9 -2 8 -12q-7 -78 -46 -115t-106 -37q-58 0 -94 26t-52 74zM275 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="347" +d="M255 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM184 -9q-99 0 -128 89q-3 10 -5.5 20.5t-3.5 27t-1.5 43t-0.5 69.5t0.5 69.5t1.5 43t3.5 26t5.5 20.5 +q29 89 128 89q57 0 93 -33t41 -90q0 -9 -7 -11l-54 -10q-10 -3 -12 8q-5 34 -20.5 49t-40.5 15q-43 0 -56 -39q-2 -7 -3.5 -14t-2 -21t-0.5 -38v-64v-65t0.5 -38t2 -21t3.5 -14q13 -39 56 -39q25 0 40.5 15t20.5 49q2 11 12 8l54 -10q7 -2 7 -11q-5 -57 -41 -90t-93 -33z +" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="381" +d="M173 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM61 91q-3 10 -5.5 23.5t-4 39.5t-2 70t-0.5 116t0.5 116t2 70t4 39t5.5 24q16 48 52 74t94 26q67 0 106 -37t46 -115q1 -10 -8 -12l-57 -11q-11 -2 -11 8q-7 91 -75 91q-53 0 -68 -47 +q-2 -7 -4 -17t-3 -33t-1.5 -64.5t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t3 -33t4 -17q15 -47 68 -47q68 0 75 91q0 10 11 8l57 -11q9 -2 8 -12q-7 -78 -46 -115t-106 -37q-58 0 -94 26t-52 74z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="347" +d="M184 -9q-99 0 -128 89q-3 10 -5.5 20.5t-3.5 27t-1.5 43t-0.5 69.5t0.5 69.5t1.5 43t3.5 26t5.5 20.5q29 89 128 89q57 0 93 -33t41 -90q0 -9 -7 -11l-54 -10q-10 -3 -12 8q-5 34 -20.5 49t-40.5 15q-43 0 -56 -39q-2 -7 -3.5 -14t-2 -21t-0.5 -38v-64v-65t0.5 -38t2 -21 +t3.5 -14q13 -39 56 -39q25 0 40.5 15t20.5 49q2 11 12 8l54 -10q7 -2 7 -11q-5 -57 -41 -90t-93 -33zM144 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="381" +d="M61 91q-3 10 -5.5 23.5t-4 39.5t-2 70t-0.5 116t0.5 116t2 70t4 39t5.5 24q16 48 52 74t94 26q67 0 106 -37t46 -115q1 -10 -8 -12l-57 -11q-11 -2 -11 8q-7 91 -75 91q-53 0 -68 -47q-2 -7 -4 -17t-3 -33t-1.5 -64.5t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t3 -33t4 -17 +q15 -47 68 -47q68 0 75 91q0 10 11 8l57 -11q9 -2 8 -12q-7 -78 -46 -115t-106 -37q-58 0 -94 26t-52 74zM187 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="347" +d="M167 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM184 -9q-99 0 -128 89q-3 10 -5.5 20.5t-3.5 27t-1.5 43t-0.5 69.5t0.5 69.5t1.5 43t3.5 26t5.5 20.5 +q29 89 128 89q57 0 93 -33t41 -90q0 -9 -7 -11l-54 -10q-10 -3 -12 8q-5 34 -20.5 49t-40.5 15q-43 0 -56 -39q-2 -7 -3.5 -14t-2 -21t-0.5 -38v-64v-65t0.5 -38t2 -21t3.5 -14q13 -39 56 -39q25 0 40.5 15t20.5 49q2 11 12 8l54 -10q7 -2 7 -11q-5 -57 -41 -90t-93 -33z +" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="433" +d="M180 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM60 670q0 10 10 10h141q65 0 102.5 -26.5t54.5 -79.5q4 -14 7.5 -31t5 -43t2.5 -64.5t1 -95.5t-1 -95.5t-2.5 -64.5t-5 -43 +t-7.5 -31q-17 -53 -54.5 -79.5t-102.5 -26.5h-141q-10 0 -10 10v660zM141 81q0 -6 6 -6h56q35 0 55 14t31 44q3 10 5.5 24t4 37t2.5 58t1 88t-1 88t-2.5 58t-4 36.5t-5.5 24.5q-11 30 -31 44t-55 14h-56q-6 0 -6 -6v-518z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="389" +d="M369 524q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7zM264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78 +q39 0 60 -16.5t31 -41.5h1v240q0 10 10 10h57q10 0 10 -10v-660q0 -10 -10 -10h-57zM189 63q22 0 36.5 11t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5 +t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="433" +d="M70 0q-10 0 -10 10v296q0 6 -6 6h-29q-10 0 -10 10v44q0 10 10 10h29q6 0 6 6v288q0 10 10 10h141q65 0 102.5 -26.5t54.5 -79.5q4 -14 7.5 -31t5 -43t2.5 -64.5t1 -95.5t-1 -95.5t-2.5 -64.5t-5 -43t-7.5 -31q-17 -53 -54.5 -79.5t-102.5 -26.5h-141zM203 75q35 0 55 14 +t31 44q3 10 5.5 24t4 37t2.5 58t1 88t-1 88t-2.5 58t-4 36.5t-5.5 24.5q-11 30 -31 44t-55 14h-56q-6 0 -6 -6v-217q0 -6 6 -6h65q10 0 10 -10v-44q0 -10 -10 -10h-65q-6 0 -6 -6v-225q0 -6 6 -6h56z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v114q0 6 -6 6h-79q-10 0 -10 10v41q0 10 10 10h79q6 0 6 6v53q0 10 10 10h57 +q10 0 10 -10v-53q0 -6 6 -6h24q10 0 10 -10v-41q0 -10 -10 -10h-24q-6 0 -6 -6v-534q0 -10 -10 -10h-57zM189 63q22 0 36.5 11t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21 +t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="367" +d="M98 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55 +q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="368" +d="M184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM89 603q-10 0 -10 10v43 +q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="367" +d="M195 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156 +q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="368" +d="M184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM186 563q-54 0 -81.5 31.5 +t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="367" +d="M160 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55 +q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="368" +d="M184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM154 588q-10 0 -10 10v72 +q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="367" +d="M260 -181q-34 0 -55 19t-21 54q0 29 15.5 54.5t43.5 53.5h-173q-10 0 -10 10v660q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10 +h-11q-68 -57 -68 -96q0 -26 22 -26q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l15 -34q3 -8 -5 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="368" +d="M184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-9 -40 -34 -70q-20 -32 -32 -52.5t-18 -35t-8 -23.5t-2 -17q0 -13 6 -19.5t15 -6.5q12 0 21 6q9 5 12 -3l15 -34q3 -8 -5 -13q-9 -6 -23 -10.5t-30 -4.5q-35 0 -55.5 19t-20.5 54q0 22 8.5 45.5t33.5 55.5 +q-5 -1 -10 -1.5t-10 -0.5zM243 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115z" /> + <glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="367" +d="M178 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM60 670q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212q0 -6 6 -6h156q10 0 10 -10v-55 +q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257q-10 0 -10 10v660z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="368" +d="M168 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM184 -9q-50 0 -82 23t-46 67q-3 8 -5 18t-3.5 27.5t-2 44.5t-0.5 69t0.5 68.5t2 44t3.5 27.5t5 19 +q14 43 46.5 66t83.5 23t83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM243 281q6 0 6 6 +q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="417" +d="M62 92q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26q71 0 110.5 -38t47.5 -110q2 -11 -7 -12l-56 -11q-10 -1 -12 8q-5 42 -25 64.5t-57 22.5q-27 0 -45.5 -12.5t-26.5 -35.5q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64 +t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29q0 -68 -0.5 -109.5t-2 -66t-4 -37.5t-6.5 -24q-15 -49 -53 -75t-96 -26 +t-95.5 26t-53.5 75zM277 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="387" +d="M265 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM186 -189q-50 0 -85 25t-46 65q-2 9 5 12l53 19q9 3 13 -5q17 -43 62 -43q29 0 46.5 17.5t17.5 55.5v103h-1 +q-9 -25 -30 -41.5t-59 -16.5q-80 0 -104 78q-3 10 -5.5 21t-4 29t-2 45.5t-0.5 68.5t0.5 68.5t2 45.5t4 29.5t5.5 20.5q12 39 37 59.5t67 20.5q38 0 59 -17t30 -42h1v40q0 10 10 10h57q10 0 10 -10v-504q0 -76 -38.5 -115t-104.5 -39zM188 73q43 0 57 42q2 6 3.5 12.5t2 20 +t1 36.5t0.5 60t-0.5 60t-1 36.5t-2 20.5t-3.5 13q-7 20 -21 31t-36 11q-44 0 -58 -42q-2 -6 -3 -13t-2 -20.5t-1.5 -36.5t-0.5 -60t0.5 -60t1.5 -36.5t2 -20t3 -12.5q14 -42 58 -42z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="417" +d="M207 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM62 92q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75 +t95.5 26q71 0 110.5 -38t47.5 -110q2 -11 -7 -12l-56 -11q-10 -1 -12 8q-5 42 -25 64.5t-57 22.5q-27 0 -45.5 -12.5t-26.5 -35.5q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5 +q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29q0 -68 -0.5 -109.5t-2 -66t-4 -37.5t-6.5 -24q-15 -49 -53 -75t-96 -26t-95.5 26t-53.5 75z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="387" +d="M186 -189q-50 0 -85 25t-46 65q-2 9 5 12l53 19q9 3 13 -5q17 -43 62 -43q29 0 46.5 17.5t17.5 55.5v103h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -104 78q-3 10 -5.5 21t-4 29t-2 45.5t-0.5 68.5t0.5 68.5t2 45.5t4 29.5t5.5 20.5q12 39 37 59.5t67 20.5q38 0 59 -17 +t30 -42h1v40q0 10 10 10h57q10 0 10 -10v-504q0 -76 -38.5 -115t-104.5 -39zM188 73q43 0 57 42q2 6 3.5 12.5t2 20t1 36.5t0.5 60t-0.5 60t-1 36.5t-2 20.5t-3.5 13q-7 20 -21 31t-36 11q-44 0 -58 -42q-2 -6 -3 -13t-2 -20.5t-1.5 -36.5t-0.5 -60t0.5 -60t1.5 -36.5t2 -20 +t3 -12.5q14 -42 58 -42zM195 563q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="417" +d="M175 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM62 92q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26q71 0 110.5 -38t47.5 -110q2 -11 -7 -12l-56 -11q-10 -1 -12 8q-5 42 -25 64.5 +t-57 22.5q-27 0 -45.5 -12.5t-26.5 -35.5q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10 +v-29q0 -68 -0.5 -109.5t-2 -66t-4 -37.5t-6.5 -24q-15 -49 -53 -75t-96 -26t-95.5 26t-53.5 75z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="387" +d="M186 -189q-50 0 -85 25t-46 65q-2 9 5 12l53 19q9 3 13 -5q17 -43 62 -43q29 0 46.5 17.5t17.5 55.5v103h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -104 78q-3 10 -5.5 21t-4 29t-2 45.5t-0.5 68.5t0.5 68.5t2 45.5t4 29.5t5.5 20.5q12 39 37 59.5t67 20.5q38 0 59 -17 +t30 -42h1v40q0 10 10 10h57q10 0 10 -10v-504q0 -76 -38.5 -115t-104.5 -39zM188 73q43 0 57 42q2 6 3.5 12.5t2 20t1 36.5t0.5 60t-0.5 60t-1 36.5t-2 20.5t-3.5 13q-7 20 -21 31t-36 11q-44 0 -58 -42q-2 -6 -3 -13t-2 -20.5t-1.5 -36.5t-0.5 -60t0.5 -60t1.5 -36.5t2 -20 +t3 -12.5q14 -42 58 -42zM163 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="417" +d="M179 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM62 92q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26q71 0 110.5 -38t47.5 -110q2 -11 -7 -12l-56 -11 +q-10 -1 -12 8q-5 42 -25 64.5t-57 22.5q-27 0 -45.5 -12.5t-26.5 -35.5q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53 +q0 10 10 10h141q10 0 10 -10v-29q0 -68 -0.5 -109.5t-2 -66t-4 -37.5t-6.5 -24q-15 -49 -53 -75t-96 -26t-95.5 26t-53.5 75z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="387" +d="M169 572q-10 0 -10 10v49q0 8 1 12.5t5 9.5l46 66q5 8 12 8q9 0 9 -10v-135q0 -10 -10 -10h-53zM186 -189q-50 0 -85 25t-46 65q-2 9 5 12l53 19q9 3 13 -5q17 -43 62 -43q29 0 46.5 17.5t17.5 55.5v103h-1q-9 -25 -30 -41.5t-59 -16.5q-80 0 -104 78q-3 10 -5.5 21 +t-4 29t-2 45.5t-0.5 68.5t0.5 68.5t2 45.5t4 29.5t5.5 20.5q12 39 37 59.5t67 20.5q38 0 59 -17t30 -42h1v40q0 10 10 10h57q10 0 10 -10v-504q0 -76 -38.5 -115t-104.5 -39zM188 73q43 0 57 42q2 6 3.5 12.5t2 20t1 36.5t0.5 60t-0.5 60t-1 36.5t-2 20.5t-3.5 13 +q-7 20 -21 31t-36 11q-44 0 -58 -42q-2 -6 -3 -13t-2 -20.5t-1.5 -36.5t-0.5 -60t0.5 -60t1.5 -36.5t2 -20t3 -12.5q14 -42 58 -42z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="440" +d="M60 670q0 10 10 10h61q10 0 10 -10v-278q0 -6 6 -6h146q6 0 6 6v278q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v295q0 6 -6 6h-146q-6 0 -6 -6v-295q0 -10 -10 -10h-61q-10 0 -10 10v660zM289 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10 +h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="393" +d="M272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v660q0 10 10 10h57q10 0 10 -10v-239h1q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57zM269 752q-10 0 -17 10l-52 71h-2l-52 -71 +q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="440" +d="M309 0q-10 0 -10 10v295q0 6 -6 6h-146q-6 0 -6 -6v-295q0 -10 -10 -10h-61q-10 0 -10 10v476q0 6 -6 6h-22q-10 0 -10 10v44q0 10 10 10h22q6 0 6 6v108q0 10 10 10h61q10 0 10 -10v-108q0 -6 6 -6h146q6 0 6 6v108q0 10 10 10h61q10 0 10 -10v-108q0 -6 6 -6h22 +q10 0 10 -10v-44q0 -10 -10 -10h-22q-6 0 -6 -6v-476q0 -10 -10 -10h-61zM293 386q6 0 6 6v94q0 6 -6 6h-146q-6 0 -6 -6v-94q0 -6 6 -6h146z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="393" +d="M272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v534q0 6 -6 6h-23q-10 0 -10 10v41q0 10 10 10h23q6 0 6 6v53q0 10 10 10h57q10 0 10 -10v-53q0 -6 6 -6h80q10 0 10 -10v-41q0 -10 -10 -10h-80q-6 0 -6 -6v-113h1 +q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM144 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5 +q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="193" +d="M68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM139 581q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5 +q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM5 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="193" +d="M68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM0 603q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM102 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="193" +d="M68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM98 563q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="201" +d="M90 -181q-34 0 -55 19t-21 54q0 28 13.5 53t42.5 56h-3q-7 0 -7 9v660q0 10 10 10h61q10 0 10 -10v-660q0 -5 -4 -9q-33 -36 -46 -58t-13 -39q0 -26 22 -26q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l15 -34q3 -8 -5 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="193" +d="M65 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM85 -181q-35 0 -56 19t-21 54q0 27 13.5 52t42.5 57v1q-6 0 -6 8v459q0 10 10 10h57q10 0 10 -10v-459q0 -5 -4 -9q-34 -37 -46 -58.5t-12 -38.5q0 -26 22 -26q11 0 20 6q9 5 12 -3l15 -34 +q3 -9 -5 -13q-9 -6 -23 -10.5t-29 -4.5z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="201" +d="M60 670q0 10 10 10h61q10 0 10 -10v-660q0 -10 -10 -10h-61q-10 0 -10 10v660zM71 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="193" +d="M68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="342" +d="M25 32q-6 8 1 14l40 39q7 7 16 0q21 -18 47 -18q35 0 54 20t19 68v515q0 10 10 10h61q10 0 10 -10v-509q0 -88 -42.5 -129t-112.5 -41q-32 0 -59 10.5t-44 30.5zM310 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36 +q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="193" +d="M8 -180q-10 0 -10 10v53q0 10 10 10l11 1q20 1 29.5 11.5t9.5 38.5v525q0 10 10 10h57q10 0 10 -10v-529q0 -61 -27.5 -90.5t-87.5 -29.5h-12zM168 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10 +l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="424" +d="M196 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM60 670q0 10 10 10h61q10 0 10 -10v-312l155 314q4 8 13 8h65q5 0 6.5 -3t-0.5 -6l-135 -263l156 -398q3 -10 -6 -10h-66q-8 0 -11 7l-122 316l-55 -112v-201 +q0 -10 -10 -10h-61q-10 0 -10 10v660z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" horiz-adv-x="375" +d="M174 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM288 0q-10 0 -14 10l-90 214l-49 -87v-127q0 -10 -10 -10h-57q-10 0 -10 10v660q0 10 10 10h57q10 0 10 -10v-415l119 214q6 10 14 10h60q11 0 6 -10l-105 -175 +l126 -284q3 -10 -7 -10h-60z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" horiz-adv-x="375" +d="M288 0q-10 0 -14 10l-90 214l-49 -87v-127q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-214l119 214q6 10 14 10h60q11 0 6 -10l-105 -175l126 -284q3 -10 -7 -10h-60z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="358" +d="M91 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM60 670q0 10 10 10h61q10 0 10 -10v-589q0 -6 6 -6h178q10 0 10 -10v-55q0 -10 -10 -10h-255q-10 0 -10 10v660z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="221" +d="M82 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM177 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="358" +d="M167 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM60 670q0 10 10 10h61q10 0 10 -10v-589q0 -6 6 -6h178q10 0 10 -10v-55q0 -10 -10 -10h-255q-10 0 -10 10v660z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="221" +d="M95 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM177 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="358" +d="M192 524q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7zM60 670q0 10 10 10h61q10 0 10 -10v-589q0 -6 6 -6h178q10 0 10 -10v-55q0 -10 -10 -10h-255q-10 0 -10 10v660z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="221" +d="M183 524q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7zM177 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="358" +d="M60 670q0 10 10 10h61q10 0 10 -10v-589q0 -6 6 -6h178q10 0 10 -10v-55q0 -10 -10 -10h-255q-10 0 -10 10v660zM248 255q-10 0 -10 10v84q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="256" +d="M177 -4q-66 2 -92.5 32t-26.5 99v543q0 10 10 10h57q10 0 10 -10v-546q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10zM192 263q-10 0 -10 10v84q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="358" +d="M141 327v-246q0 -6 6 -6h178q10 0 10 -10v-55q0 -10 -10 -10h-255q-10 0 -10 10v265l-39 -27q-4 -2 -7 -0.5t-3 5.5v57q0 9 10 16l39 27v317q0 10 10 10h61q10 0 10 -10v-265l88 61q4 2 7 0.5t3 -5.5v-57q0 -9 -10 -16z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="221" +d="M135 355v-231q0 -26 9.5 -38.5t32.5 -16.5l5 -1q10 -2 10 -11v-52q0 -10 -10 -10l-5 1q-66 2 -92.5 32t-26.5 99v176l-30 -20q-4 -2 -7 -0.5t-3 5.5v54q0 9 10 16l30 20v292q0 10 10 10h57q10 0 10 -10v-240l47 33q4 2 7 0.5t3 -5.5v-54q0 -9 -10 -16z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="449" +d="M198 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM60 670q0 10 10 10h75q12 0 15 -10l152 -510h4v510q0 10 10 10h53q10 0 10 -10v-660q0 -10 -10 -10h-71q-12 0 -15 10l-155 510h-5v-510q0 -10 -10 -10h-53 +q-10 0 -10 10v660z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="393" +d="M158 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5 +q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="449" +d="M203 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM60 670q0 10 10 10h75q12 0 15 -10l152 -510h4v510q0 10 10 10h53q10 0 10 -10v-660q0 -10 -10 -10h-71q-12 0 -15 10l-155 510h-5v-510q0 -10 -10 -10h-53 +q-10 0 -10 10v660z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="393" +d="M168 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5 +t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="449" +d="M206 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM60 670q0 10 10 10h75q12 0 15 -10l152 -510h4v510q0 10 10 10h53q10 0 10 -10v-660q0 -10 -10 -10h-71q-12 0 -15 10 +l-155 510h-5v-510q0 -10 -10 -10h-53q-10 0 -10 10v660z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="393" +d="M178 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM272 0q-10 0 -10 10v319q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459 +q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-331q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="449" +d="M246 -180q-10 0 -10 10v55q0 10 10 10l8 1q28 2 41 15.5t13 43.5v20l-170 545h-5v-510q0 -10 -10 -10h-53q-10 0 -10 10v660q0 10 10 10h73q13 0 17 -10l152 -498h4v498q0 10 10 10h53q10 0 10 -10v-708q0 -75 -33 -108.5t-102 -33.5h-8z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="393" +d="M215 -180q-10 0 -10 10v52q0 10 10 10h8q20 2 29.5 12.5t9.5 37.5v387q0 87 -63 87q-30 0 -47 -21t-17 -66v-319q0 -10 -10 -10h-57q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-38h1q11 24 33.5 40.5t57.5 16.5q56 0 84 -35.5t28 -111.5v-401q0 -61 -27.5 -90.5 +t-87.5 -29.5h-9z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="422" +d="M114 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194zM211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116 +t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64 +t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="374" +d="M91 603q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194zM187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67 +t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="422" +d="M211 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5 +t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17 +q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="374" +d="M187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63 +q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42zM188 563q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5 +t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="422" +d="M211 -9q-58 0 -95.5 26t-53.5 75q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26t96 -26t53 -75q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26zM211 67 +q27 0 45.5 12.5t26.5 35.5q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-8 23 -26.5 35.5t-45.5 12.5q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48zM256 763 +q-5 0 -6.5 2.5t1.5 7.5l68 105q3 5 6.5 7.5t9.5 2.5h49q5 0 6 -3t-1 -7l-80 -105q-8 -10 -18 -10h-35zM133 763q-5 0 -6.5 2.5t1.5 7.5l67 105q7 10 17 10h49q5 0 6 -3t-2 -7l-79 -105q-8 -10 -19 -10h-34z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="374" +d="M223 557q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -7.5 -8.5t-9.5 -1.5h-35zM99 557q-10 0 -5 10l60 123q6 10 16 10h50q5 0 6 -3t-1 -7l-73 -123q-4 -7 -8 -8.5t-10 -1.5h-35zM187 -9q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5 +t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t84 -23.5t48 -67.5q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM187 63q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5 +q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="598" +d="M301 0q-10 0 -10 10v21h-1q-11 -17 -34 -28.5t-56 -11.5q-106 0 -138 98q-4 11 -6.5 24.5t-4 40t-2 70.5t-0.5 116t0.5 116t2 70.5t4 40t6.5 24.5q32 98 138 98q33 0 56 -11.5t34 -28.5h1v21q0 10 10 10h257q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212 +q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257zM211 67q55 0 72 48q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5t-0.5 112.5t-1.5 64t-2.5 31.5t-3.5 17q-17 48 -72 48q-56 0 -71 -48q-3 -8 -4.5 -17 +t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q15 -48 71 -48z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="576" +d="M391 -9q-34 0 -60 12.5t-39 35.5h-2q-35 -48 -103 -48q-50 0 -84 23.5t-48 68.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5q68 0 103 -47h1q35 47 102 47q51 0 83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5 +q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5zM450 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11 +t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM187 63q45 0 59 42q2 6 3 13.5t2 21t1 37.5v63v62.5t-1 37t-2 21t-3 13.5q-14 42 -59 42t-59 -42q-2 -6 -3 -13.5t-2 -21t-1 -37v-62.5v-63t1 -37.5t2 -21t3 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="421" +d="M312 0q-8 0 -11 7l-85 284q-7 -1 -14 -1h-14h-41q-6 0 -6 -6v-274q0 -10 -10 -10h-61q-10 0 -10 10v660q0 10 10 10h119q90 0 137 -44t47 -152q0 -69 -21.5 -111t-61.5 -62l95 -301q4 -10 -5 -10h-68zM190 363q53 0 77.5 25.5t24.5 95.5q0 69 -24 95t-78 26h-43 +q-6 0 -6 -6v-230q0 -6 6 -6h43zM168 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="273" +d="M126 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-45h1q12 28 35.5 46t60.5 18q11 0 19 -2q9 -2 6 -11l-14 -57q-3 -9 -12 -9h-15q-35 0 -58 -25t-23 -78v-296 +q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="421" +d="M189 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM312 0q-8 0 -11 7l-85 284q-7 -1 -14 -1h-14h-41q-6 0 -6 -6v-274q0 -10 -10 -10h-61q-10 0 -10 10v660q0 10 10 10h119q90 0 137 -44t47 -152 +q0 -69 -21.5 -111t-61.5 -62l95 -301q4 -10 -5 -10h-68zM190 363q53 0 77.5 25.5t24.5 95.5q0 69 -24 95t-78 26h-43q-6 0 -6 -6v-230q0 -6 6 -6h43z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="273" +d="M70 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-45h1q12 28 35.5 46t60.5 18q11 0 19 -2q9 -2 6 -11l-14 -57q-3 -9 -12 -9h-15q-35 0 -58 -25t-23 -78v-296 +q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="421" +d="M173 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM312 0q-8 0 -11 7l-85 284q-7 -1 -14 -1h-14h-41q-6 0 -6 -6v-274q0 -10 -10 -10h-61q-10 0 -10 10v660q0 10 10 10h119 +q90 0 137 -44t47 -152q0 -69 -21.5 -111t-61.5 -62l95 -301q4 -10 -5 -10h-68zM190 363q53 0 77.5 25.5t24.5 95.5q0 69 -24 95t-78 26h-43q-6 0 -6 -6v-230q0 -6 6 -6h43z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="273" +d="M126 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM68 0q-10 0 -10 10v459q0 10 10 10h57q10 0 10 -10v-45h1q12 28 35.5 46t60.5 18q11 0 19 -2q9 -2 6 -11 +l-14 -57q-3 -9 -12 -9h-15q-35 0 -58 -25t-23 -78v-296q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="392" +d="M354 192q0 -103 -36 -152t-122 -49q-153 0 -160 175q0 10 8 11l59 11q11 2 11 -9q3 -63 23.5 -88.5t59.5 -25.5t57.5 24t18.5 93q0 29 -3 50t-11 35.5t-21.5 24.5t-33.5 18l-41 16q-35 13 -58 29.5t-36.5 38t-19 51t-5.5 68.5q0 176 152 176q77 0 113.5 -41t40.5 -121 +q0 -10 -9 -11l-56 -9q-5 -2 -8 0.5t-3 7.5q-2 51 -19.5 75.5t-56.5 24.5q-38 0 -56 -23.5t-18 -75.5q0 -26 3.5 -44.5t11.5 -31.5t21.5 -22t34.5 -17l41 -16q33 -13 55.5 -29t36.5 -38.5t20 -53t6 -72.5zM172 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3 +t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="343" +d="M142 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM172 -9q-60 0 -96 31.5t-42 90.5q-2 10 8 12l51 10q10 2 12 -8q5 -37 23.5 -53t44.5 -16q29 0 46 17t17 52q0 29 -11.5 46t-43.5 30l-40 15q-47 18 -73 50.5t-26 84.5 +q0 59 35 97t96 38q59 0 91 -32t37 -75q2 -11 -7 -13l-48 -10q-9 -1 -12 8q-7 26 -20 41t-41 15q-29 0 -43 -17.5t-14 -46.5q0 -22 11.5 -39t43.5 -30l40 -15q56 -21 77 -55t21 -87q0 -63 -35.5 -102t-101.5 -39z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="392" +d="M354 192q0 -103 -36 -152t-122 -49q-153 0 -160 175q0 10 8 11l59 11q11 2 11 -9q3 -63 23.5 -88.5t59.5 -25.5t57.5 24t18.5 93q0 29 -3 50t-11 35.5t-21.5 24.5t-33.5 18l-41 16q-35 13 -58 29.5t-36.5 38t-19 51t-5.5 68.5q0 176 152 176q77 0 113.5 -41t40.5 -121 +q0 -10 -9 -11l-56 -9q-5 -2 -8 0.5t-3 7.5q-2 51 -19.5 75.5t-56.5 24.5q-38 0 -56 -23.5t-18 -75.5q0 -26 3.5 -44.5t11.5 -31.5t21.5 -22t34.5 -17l41 -16q33 -13 55.5 -29t36.5 -38.5t20 -53t6 -72.5zM265 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42 +q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="343" +d="M244 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM172 -9q-60 0 -96 31.5t-42 90.5q-2 10 8 12l51 10q10 2 12 -8q5 -37 23.5 -53t44.5 -16q29 0 46 17t17 52 +q0 29 -11.5 46t-43.5 30l-40 15q-47 18 -73 50.5t-26 84.5q0 59 35 97t96 38q59 0 91 -32t37 -75q2 -11 -7 -13l-48 -10q-9 -1 -12 8q-7 26 -20 41t-41 15q-29 0 -43 -17.5t-14 -46.5q0 -22 11.5 -39t43.5 -30l40 -15q56 -21 77 -55t21 -87q0 -63 -35.5 -102t-101.5 -39z +" /> + <glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="392" +d="M167 -7q-125 14 -131 173q0 10 8 11l59 11q11 2 11 -9q3 -63 23.5 -88.5t59.5 -25.5t57.5 24t18.5 93q0 29 -3 50t-11 35.5t-21.5 24.5t-33.5 18l-41 16q-35 13 -58 29.5t-36.5 38t-19 51t-5.5 68.5q0 176 152 176q77 0 113.5 -41t40.5 -121q0 -10 -9 -11l-56 -9 +q-5 -2 -8 0.5t-3 7.5q-2 51 -19.5 75.5t-56.5 24.5q-38 0 -56 -23.5t-18 -75.5q0 -26 3.5 -44.5t11.5 -31.5t21.5 -22t34.5 -17l41 -16q33 -13 55.5 -29t36.5 -38.5t20 -53t6 -72.5q0 -93 -28 -141.5t-97 -57.5l-45 -135q-4 -10 -16 -10h-48q-10 0 -7 10z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="343" +d="M144 -7q-48 7 -76.5 37.5t-33.5 82.5q-2 10 8 12l51 10q10 2 12 -8q5 -37 23.5 -53t44.5 -16q29 0 46 17t17 52q0 29 -11.5 46t-43.5 30l-40 15q-47 18 -73 50.5t-26 84.5q0 59 35 97t96 38q59 0 91 -32t37 -75q2 -11 -7 -13l-48 -10q-9 -1 -12 8q-7 26 -20 41t-41 15 +q-29 0 -43 -17.5t-14 -46.5q0 -22 11.5 -39t43.5 -30l40 -15q56 -21 77 -55t21 -87q0 -54 -26 -90.5t-76 -46.5l-46 -137q-4 -10 -16 -10h-48q-10 0 -7 10z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="392" +d="M354 192q0 -103 -36 -152t-122 -49q-153 0 -160 175q0 10 8 11l59 11q11 2 11 -9q3 -63 23.5 -88.5t59.5 -25.5t57.5 24t18.5 93q0 29 -3 50t-11 35.5t-21.5 24.5t-33.5 18l-41 16q-35 13 -58 29.5t-36.5 38t-19 51t-5.5 68.5q0 176 152 176q77 0 113.5 -41t40.5 -121 +q0 -10 -9 -11l-56 -9q-5 -2 -8 0.5t-3 7.5q-2 51 -19.5 75.5t-56.5 24.5q-38 0 -56 -23.5t-18 -75.5q0 -26 3.5 -44.5t11.5 -31.5t21.5 -22t34.5 -17l41 -16q33 -13 55.5 -29t36.5 -38.5t20 -53t6 -72.5zM173 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10 +l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="343" +d="M156 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM172 -9q-60 0 -96 31.5t-42 90.5q-2 10 8 12l51 10q10 2 12 -8q5 -37 23.5 -53t44.5 -16q29 0 46 17t17 52 +q0 29 -11.5 46t-43.5 30l-40 15q-47 18 -73 50.5t-26 84.5q0 59 35 97t96 38q59 0 91 -32t37 -75q2 -11 -7 -13l-48 -10q-9 -1 -12 8q-7 26 -20 41t-41 15q-29 0 -43 -17.5t-14 -46.5q0 -22 11.5 -39t43.5 -30l40 -15q56 -21 77 -55t21 -87q0 -63 -35.5 -102t-101.5 -39z +" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" horiz-adv-x="369" +d="M160 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM154 0q-10 0 -10 10v589q0 6 -6 6h-112q-10 0 -10 10v55q0 10 10 10h317q10 0 10 -10v-55q0 -10 -10 -10h-112q-6 0 -6 -6v-589q0 -10 -10 -10h-61z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" horiz-adv-x="243" +d="M114 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM178 -5q-55 0 -80 26.5t-25 87.5v303q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v135q0 10 10 10h57q10 0 10 -10v-135q0 -6 6 -6h47q10 0 10 -10 +v-41q0 -10 -10 -10h-47q-6 0 -6 -6v-302q0 -42 40 -42h13q10 0 10 -10v-53q0 -10 -10 -10h-25z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="369" +d="M170 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM154 0q-10 0 -10 10v589q0 6 -6 6h-112q-10 0 -10 10v55q0 10 10 10h317q10 0 10 -10v-55q0 -10 -10 -10h-112q-6 0 -6 -6 +v-589q0 -10 -10 -10h-61z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="243" +d="M191 524q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7zM178 -5q-55 0 -80 26.5t-25 87.5v303q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v135q0 10 10 10h57q10 0 10 -10v-135q0 -6 6 -6h47q10 0 10 -10v-41 +q0 -10 -10 -10h-47q-6 0 -6 -6v-302q0 -42 40 -42h13q10 0 10 -10v-53q0 -10 -10 -10h-25z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="369" +d="M154 0q-10 0 -10 10v366q0 6 -6 6h-68q-10 0 -10 10v50q0 10 10 10h68q6 0 6 6v141q0 6 -6 6h-112q-10 0 -10 10v55q0 10 10 10h317q10 0 10 -10v-55q0 -10 -10 -10h-112q-6 0 -6 -6v-141q0 -6 6 -6h68q10 0 10 -10v-50q0 -10 -10 -10h-68q-6 0 -6 -6v-366q0 -10 -10 -10 +h-61z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="243" +d="M178 -5q-55 0 -80 26.5t-25 87.5v169q0 6 -6 6h-22q-10 0 -10 10v40q0 10 10 10h22q6 0 6 6v62q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v135q0 10 10 10h57q10 0 10 -10v-135q0 -6 6 -6h47q10 0 10 -10v-41q0 -10 -10 -10h-47q-6 0 -6 -6v-62q0 -6 6 -6h34 +q10 0 10 -10v-40q0 -10 -10 -10h-34q-6 0 -6 -6v-168q0 -42 40 -42h13q10 0 10 -10v-53q0 -10 -10 -10h-25z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="436" +d="M259 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5 +q-9 -11 -20.5 -17.5t-27.5 -6.5zM218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="390" +d="M265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM236 581q-15 0 -26.5 5.5t-22.5 13.5 +t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="436" +d="M121 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194zM218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="390" +d="M265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM98 603q-10 0 -10 10v43q0 10 10 10h194 +q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="436" +d="M218 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5 +t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="390" +d="M265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM195 563q-54 0 -81.5 31.5t-32.5 79.5 +q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="436" +d="M218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44zM218 731q-38 0 -62 24.5t-24 61.5q0 38 24 62t62 24q37 0 61.5 -24t24.5 -62 +q0 -37 -24.5 -61.5t-61.5 -24.5zM218 768q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="390" +d="M195 546q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM195 583q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14zM265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5 +t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="436" +d="M218 -9q-73 0 -116 44t-43 132v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -88 -43 -132t-116 -44zM258 763q-5 0 -6.5 2.5t1.5 7.5l68 105q3 5 6.5 7.5t9.5 2.5h49q5 0 6 -3t-1 -7l-80 -105 +q-8 -10 -18 -10h-35zM135 763q-5 0 -6.5 2.5t1.5 7.5l67 105q7 10 17 10h49q5 0 6 -3t-2 -7l-79 -105q-8 -10 -19 -10h-34z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="390" +d="M265 0q-10 0 -10 10v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM234 557q-11 0 -6 10l61 123q4 10 16 10 +h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -7.5 -8.5t-9.5 -1.5h-35zM110 557q-10 0 -5 10l60 123q6 10 16 10h50q5 0 6 -3t-1 -7l-73 -123q-4 -7 -8 -8.5t-10 -1.5h-35z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="436" +d="M221 -181q-34 0 -55 19t-21 54q0 25 9 47t35 55q-59 8 -94.5 50.5t-35.5 122.5v503q0 10 10 10h61q10 0 10 -10v-513q0 -45 21 -67.5t57 -22.5t57 22.5t21 67.5v513q0 10 10 10h61q10 0 10 -10v-503q0 -77 -33 -120t-88 -52q-30 -38 -38.5 -57.5t-8.5 -33.5q0 -26 22 -26 +q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l14 -34q5 -8 -4 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="390" +d="M272 -181q-34 0 -55 19t-21 54q0 29 16 55.5t45 55.5q-2 2 -2 7v38h-1q-11 -24 -32.5 -40.5t-57.5 -16.5q-55 0 -82.5 35.5t-27.5 112.5v330q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21.5t16.5 65.5v319q0 10 10 10h57q10 0 10 -10v-459q0 -7 -6 -11 +q-33 -28 -49.5 -52.5t-16.5 -42.5q0 -26 22 -26q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l14 -34q5 -8 -4 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="576" +d="M379 0q-8 0 -10 10l-79 484h-2l-82 -484q-2 -10 -10 -10h-53q-8 0 -10 10l-108 660q-2 10 8 10h61q10 0 11 -10l66 -488h2l83 488q1 10 10 10h44q9 0 10 -10l83 -488h2l68 488q1 10 11 10h59q10 0 8 -10l-108 -660q-2 -10 -10 -10h-54zM357 752q-10 0 -17 10l-52 71h-2 +l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="526" +d="M332 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42zM335 0q-10 0 -11 10l-61 314h-2l-59 -314q-1 -10 -11 -10h-49q-10 0 -11 10l-104 459q-3 10 7 10h60 +q8 0 10 -10l63 -326h1l64 326q2 10 11 10h42q8 0 10 -10l63 -326h1l63 326q2 10 11 10h59q10 0 7 -10l-104 -459q-1 -10 -11 -10h-49z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="375" +d="M157 0q-10 0 -10 10v271l-131 389q-3 10 7 10h63q9 0 12 -10l89 -285h3l89 285q3 10 11 10h62q10 0 7 -10l-131 -389v-271q0 -10 -10 -10h-61zM258 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10 +l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="355" +d="M62 -180q-10 0 -10 10v53q0 10 10 10l12 1q21 1 32.5 12t19.5 43l17 66l-117 454q-2 10 8 10h60q8 0 10 -10l74 -327h2l74 327q2 10 11 10h58q10 0 7 -10l-131 -517q-10 -41 -21.5 -66.5t-26 -40t-33.5 -20t-45 -5.5h-11zM249 557q-10 0 -17 10l-52 71h-2l-52 -71 +q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="375" +d="M157 0q-10 0 -10 10v271l-131 389q-3 10 7 10h63q9 0 12 -10l89 -285h3l89 285q3 10 11 10h62q10 0 7 -10l-131 -389v-271q0 -10 -10 -10h-61zM235 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM90 777q-10 0 -10 10v72q0 10 10 10h51 +q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="362" +d="M45 0q-10 0 -10 10v52q0 6 2 12l206 529v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-206 -528v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273zM154 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10 +h-38z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="327" +d="M142 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM46 0q-10 0 -10 10v49q0 6 3 12l167 337v2h-150q-10 0 -10 10v49q0 10 10 10h228q10 0 10 -10v-41q0 -6 -3 -12l-170 -343v-2h163q10 0 10 -10v-51q0 -10 -10 -10h-238z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="362" +d="M153 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM45 0q-10 0 -10 10v52q0 6 2 12l206 529v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-206 -528v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="327" +d="M46 0q-10 0 -10 10v49q0 6 3 12l167 337v2h-150q-10 0 -10 10v49q0 10 10 10h228q10 0 10 -10v-41q0 -6 -3 -12l-170 -343v-2h163q10 0 10 -10v-51q0 -10 -10 -10h-238zM137 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="362" +d="M167 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM45 0q-10 0 -10 10v52q0 6 2 12l206 529v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-206 -528 +v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="327" +d="M155 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM46 0q-10 0 -10 10v49q0 6 3 12l167 337v2h-150q-10 0 -10 10v49q0 10 10 10h228q10 0 10 -10v-41q0 -6 -3 -12 +l-170 -343v-2h163q10 0 10 -10v-51q0 -10 -10 -10h-238z" /> + <glyph glyph-name="florin" unicode="ƒ" +d="M243 337l-49 -364q-11 -79 -44.5 -116t-105.5 -37h-17q-10 0 -10 10v53q0 10 10 10h13q37 0 54 15.5t23 59.5l49 369h-68q-10 0 -10 10v44q0 10 10 10h77l17 126q11 79 44.5 116t105.5 37h18q10 0 10 -10v-53q0 -10 -10 -10h-13q-37 0 -54 -15.5t-23 -59.5l-18 -131h72 +q10 0 10 -10v-44q0 -10 -10 -10h-81z" /> + <glyph glyph-name="Aringacute" unicode="Ǻ" horiz-adv-x="406" +d="M177 775q-5 0 -6 3t2 7l82 93q5 5 9 7.5t12 2.5h55q5 0 6 -3t-2 -7l-99 -93q-9 -10 -19 -10h-40zM319 0q-9 0 -11 10l-30 149h-151l-30 -149q-2 -10 -10 -10h-60q-11 0 -9 10l128 578q1 2 1 3.5t2 2.5q-31 25 -31 68q0 38 24 62t62 24q37 0 61.5 -24t24.5 -62 +q0 -21 -8.5 -38.5t-22.5 -29.5l3 -6l126 -578q2 -10 -9 -10h-60zM204 613q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14q-21 0 -34.5 -14t-13.5 -35t13.5 -35t34.5 -14zM142 229h122l-59 295h-3z" /> + <glyph glyph-name="aringacute" unicode="ǻ" horiz-adv-x="371" +d="M159 775q-5 0 -6 3t2 7l82 93q5 5 9 7.5t12 2.5h56q5 0 6 -3.5t-2 -6.5l-100 -93q-7 -6 -11 -8t-10 -2h-38zM254 0q-10 0 -10 10v41h-1q-10 -28 -34 -44t-56 -16q-21 0 -41.5 7t-36.5 23.5t-25.5 44t-9.5 67.5t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39 +q0 48 -16 69.5t-55 21.5q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q72 0 104 -36t32 -122v-320q0 -10 -10 -10h-54zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5zM186 546 +q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM186 583q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="629" +d="M324 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM332 0q-10 0 -10 10v143q0 6 -6 6h-163l-56 -149q-3 -10 -13 -10h-59q-10 0 -7 10l251 660q3 10 12 10h308q10 0 10 -10v-55q0 -10 -10 -10h-180q-6 0 -6 -6v-212 +q0 -6 6 -6h156q10 0 10 -10v-55q0 -10 -10 -10h-156q-6 0 -6 -6v-219q0 -6 6 -6h180q10 0 10 -10v-55q0 -10 -10 -10h-257zM180 229h136q6 0 6 6v362h-3z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="565" +d="M264 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM173 417q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q73 0 103 -42h1q16 21 40.5 31.5t55.5 10.5q51 0 83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5 +t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5q-39 0 -68.5 15.5t-46.5 47.5h-1q-22 -35 -48.5 -49t-62.5 -14q-21 0 -41.5 7.5t-36 24 +t-25.5 43.5t-10 67t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5zM439 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM174 57q31 0 50.5 24 +t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" horiz-adv-x="422" +d="M52 -30q-10 0 -7 10l32 78q-9 16 -15 34q-4 11 -6.5 24t-4 38.5t-2 69.5t-0.5 116t0.5 116t2 69.5t4 38.5t6.5 24q16 49 53.5 75t95.5 26q64 0 106 -34l19 46q4 9 13 9h21q10 0 7 -10l-32 -78q8 -14 15 -34q4 -11 6.5 -24t4 -38.5t2 -69.5t0.5 -116t-0.5 -116t-2 -69.5 +t-4 -38.5t-6.5 -24q-15 -49 -53 -75t-96 -26q-66 0 -106 34l-19 -46q-4 -9 -13 -9h-21zM131 340v-94t1 -60l148 386q-19 41 -69 41q-56 0 -71 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5zM211 67q55 0 72 48q2 7 3.5 16.5t2.5 32t1.5 64t0.5 112.5v93.5t-1 60.5 +l-148 -386q18 -41 69 -41zM186 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="374" +d="M187 -9q-50 0 -86 25l-17 -36q-5 -10 -13 -10h-18q-11 0 -8 10l30 63q-7 8 -11.5 18.5t-8.5 21.5q-3 10 -5 20.5t-3 27t-1.5 42.5t-0.5 67t0.5 67t1.5 42.5t3 27t5 20.5q14 44 48 67.5t84 23.5t86 -25l17 36q4 10 13 10h18q5 0 7 -2.5t0 -7.5l-29 -63q13 -18 20 -39 +q3 -10 5 -20.5t3 -27t1.5 -42.5t0.5 -67t-0.5 -67t-1.5 -42.5t-3 -27t-5 -20.5q-14 -45 -48 -68.5t-84 -23.5zM121 240v-65.5t1 -37.5l115 255q-17 25 -50 25q-44 0 -60 -42q-2 -6 -3 -13.5t-2 -21.5t-1 -37.5v-62.5zM187 62q45 0 59 43q2 6 3.5 13.5t2 21t1 37.5t0.5 63 +v62.5t-1 37.5l-115 -254q18 -24 50 -24zM160 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" horiz-adv-x="392" +d="M167 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM354 192q0 -103 -36 -152t-122 -49q-153 0 -160 175q0 10 8 11l59 11q11 2 11 -9q3 -63 23.5 -88.5t59.5 -25.5t57.5 24t18.5 93q0 29 -3 50t-11 35.5 +t-21.5 24.5t-33.5 18l-41 16q-35 13 -58 29.5t-36.5 38t-19 51t-5.5 68.5q0 176 152 176q77 0 113.5 -41t40.5 -121q0 -10 -9 -11l-56 -9q-5 -2 -8 0.5t-3 7.5q-2 51 -19.5 75.5t-56.5 24.5q-38 0 -56 -23.5t-18 -75.5q0 -26 3.5 -44.5t11.5 -31.5t21.5 -22t34.5 -17l41 -16 +q33 -13 55.5 -29t36.5 -38.5t20 -53t6 -72.5z" /> + <glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="343" +d="M145 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM172 -9q-60 0 -96 31.5t-42 90.5q-2 10 8 12l51 10q10 2 12 -8q5 -37 23.5 -53t44.5 -16q29 0 46 17t17 52q0 29 -11.5 46t-43.5 30l-40 15q-47 18 -73 50.5 +t-26 84.5q0 59 35 97t96 38q59 0 91 -32t37 -75q2 -11 -7 -13l-48 -10q-9 -1 -12 8q-7 26 -20 41t-41 15q-29 0 -43 -17.5t-14 -46.5q0 -22 11.5 -39t43.5 -30l40 -15q56 -21 77 -55t21 -87q0 -63 -35.5 -102t-101.5 -39z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="369" +d="M160 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM154 0q-10 0 -10 10v589q0 6 -6 6h-112q-10 0 -10 10v55q0 10 10 10h317q10 0 10 -10v-55q0 -10 -10 -10h-112q-6 0 -6 -6v-589q0 -10 -10 -10h-61z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="243" +d="M114 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM178 -5q-55 0 -80 26.5t-25 87.5v303q0 6 -6 6h-29q-10 0 -10 10v41q0 10 10 10h29q6 0 6 6v135q0 10 10 10h57q10 0 10 -10v-135q0 -6 6 -6h47q10 0 10 -10 +v-41q0 -10 -10 -10h-47q-6 0 -6 -6v-302q0 -42 40 -42h13q10 0 10 -10v-53q0 -10 -10 -10h-25z" /> + <glyph glyph-name="uni0237" unicode="ȷ" horiz-adv-x="193" +d="M8 -180q-10 0 -10 10v53q0 10 10 10l11 1q20 1 29.5 11.5t9.5 38.5v525q0 10 10 10h57q10 0 10 -10v-529q0 -61 -27.5 -90.5t-87.5 -29.5h-12z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="390" +d="M265 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="390" +d="M177 556q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="390" +d="M98 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="390" +d="M195 563q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="390" +d="M163 588q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="390" +d="M195 546q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM195 583q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="390" +d="M205 -181q-34 0 -55 19t-21 54q0 29 16 54.5t43 53.5q10 10 17 10h54q5 0 5.5 -3.5t-3.5 -6.5q-68 -57 -68 -96q0 -26 22 -26q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l14 -34q5 -8 -4 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="390" +d="M236 581q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5 +q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="390" +d="M223 557q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -7.5 -8.5t-9.5 -1.5h-35zM99 557q-10 0 -5 10l60 123q6 10 16 10h50q5 0 6 -3t-1 -7l-73 -123q-4 -7 -8 -8.5t-10 -1.5h-35z" /> + <glyph glyph-name="Delta" unicode="Δ" horiz-adv-x="406" +d="M27 0q-11 0 -9 10l145 660q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-352zM290 76q5 0 4 6l-89 443h-3l-91 -443q-2 -6 5 -6h174z" /> + <glyph glyph-name="Delta" unicode="∆" horiz-adv-x="406" +d="M27 0q-11 0 -9 10l145 660q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-352zM290 76q5 0 4 6l-89 443h-3l-91 -443q-2 -6 5 -6h174z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="421" +d="M249 0q-10 0 -10 10v53q0 7 10 14q15 10 23.5 22.5t13 38.5t6 73.5t1.5 128.5q0 71 -0.5 112t-1.5 63t-2.5 31.5t-4.5 17.5q-16 49 -73 49q-58 0 -74 -49q-3 -8 -4.5 -17.5t-2.5 -31.5t-1.5 -63t-0.5 -112q0 -81 1.5 -128.5t6 -73.5t13.5 -38.5t24 -22.5q9 -6 9 -14v-53 +q0 -10 -10 -10h-121q-10 0 -10 10v56q0 10 10 10h40v1q-13 12 -21.5 26t-14 41t-7.5 73t-2 123q0 72 0.5 115.5t2 69t4 38.5t6.5 24q16 49 55 75.5t97 26.5q57 0 96 -26.5t55 -75.5q4 -11 6.5 -24t4 -38.5t2 -69t0.5 -115.5q0 -77 -2.5 -123t-7.5 -73t-13.5 -41t-21.5 -26 +v-1h40q10 0 10 -10v-56q0 -10 -10 -10h-121z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="421" +d="M249 0q-10 0 -10 10v53q0 7 10 14q15 10 23.5 22.5t13 38.5t6 73.5t1.5 128.5q0 71 -0.5 112t-1.5 63t-2.5 31.5t-4.5 17.5q-16 49 -73 49q-58 0 -74 -49q-3 -8 -4.5 -17.5t-2.5 -31.5t-1.5 -63t-0.5 -112q0 -81 1.5 -128.5t6 -73.5t13.5 -38.5t24 -22.5q9 -6 9 -14v-53 +q0 -10 -10 -10h-121q-10 0 -10 10v56q0 10 10 10h40v1q-13 12 -21.5 26t-14 41t-7.5 73t-2 123q0 72 0.5 115.5t2 69t4 38.5t6.5 24q16 49 55 75.5t97 26.5q57 0 96 -26.5t55 -75.5q4 -11 6.5 -24t4 -38.5t2 -69t0.5 -115.5q0 -77 -2.5 -123t-7.5 -73t-13.5 -41t-21.5 -26 +v-1h40q10 0 10 -10v-56q0 -10 -10 -10h-121z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="406" +d="M361 -6q-52 0 -74.5 25t-22.5 82v300q0 6 -6 6h-106q-6 0 -6 -6v-391q0 -10 -10 -10h-57q-10 0 -10 10v391q0 6 -7 6h-34q-10 0 -10 10v52q0 10 10 10h352q10 0 10 -10v-52q0 -10 -10 -10h-35q-6 0 -6 -6v-302q0 -20 6 -26.5t20 -6.5h4q10 0 10 -10v-52q0 -10 -10 -10h-8 +z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="576" +d="M269 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39zM379 0q-8 0 -10 10l-79 484h-2l-82 -484q-2 -10 -10 -10h-53q-8 0 -10 10l-108 660q-2 10 8 10h61q10 0 11 -10l66 -488h2l83 488q1 10 10 10h44q9 0 10 -10 +l83 -488h2l68 488q1 10 11 10h59q10 0 8 -10l-108 -660q-2 -10 -10 -10h-54z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="526" +d="M335 0q-10 0 -11 10l-61 314h-2l-59 -314q-1 -10 -11 -10h-49q-10 0 -11 10l-104 459q-3 10 7 10h60q8 0 10 -10l63 -326h1l64 326q2 10 11 10h42q8 0 10 -10l63 -326h1l63 326q2 10 11 10h59q10 0 7 -10l-104 -459q-1 -10 -11 -10h-49zM246 557q-10 0 -17 10l-87 123 +q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="576" +d="M269 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM379 0q-8 0 -10 10l-79 484h-2l-82 -484q-2 -10 -10 -10h-53q-8 0 -10 10l-108 660q-2 10 8 10h61q10 0 11 -10l66 -488h2l83 488q1 10 10 10h44q9 0 10 -10l83 -488 +h2l68 488q1 10 11 10h59q10 0 8 -10l-108 -660q-2 -10 -10 -10h-54z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="526" +d="M243 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM335 0q-10 0 -11 10l-61 314h-2l-59 -314q-1 -10 -11 -10h-49q-10 0 -11 10l-104 459q-3 10 7 10h60q8 0 10 -10l63 -326h1l64 326q2 10 11 10h42q8 0 10 -10l63 -326h1 +l63 326q2 10 11 10h59q10 0 7 -10l-104 -459q-1 -10 -11 -10h-49z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="576" +d="M334 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM189 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM379 0q-8 0 -10 10l-79 484h-2l-82 -484q-2 -10 -10 -10h-53q-8 0 -10 10l-108 660q-2 10 8 10h61q10 0 11 -10 +l66 -488h2l83 488q1 10 10 10h44q9 0 10 -10l83 -488h2l68 488q1 10 11 10h59q10 0 8 -10l-108 -660q-2 -10 -10 -10h-54z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="526" +d="M309 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM164 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM335 0q-10 0 -11 10l-61 314h-2l-59 -314q-1 -10 -11 -10h-49q-10 0 -11 10l-104 459q-3 10 7 10h60q8 0 10 -10 +l63 -326h1l64 326q2 10 11 10h42q8 0 10 -10l63 -326h1l63 326q2 10 11 10h59q10 0 7 -10l-104 -459q-1 -10 -11 -10h-49z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="375" +d="M157 0q-10 0 -10 10v271l-131 389q-3 10 7 10h63q9 0 12 -10l89 -285h3l89 285q3 10 11 10h62q10 0 7 -10l-131 -389v-271q0 -10 -10 -10h-61zM184 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39z" /> + <glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="355" +d="M62 -180q-10 0 -10 10v53q0 10 10 10l12 1q21 1 32.5 12t19.5 43l17 66l-117 454q-2 10 8 10h60q8 0 10 -10l74 -327h2l74 327q2 10 11 10h58q10 0 7 -10l-131 -517q-10 -41 -21.5 -66.5t-26 -40t-33.5 -20t-45 -5.5h-11zM170 557q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59 +q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="392" +d="M27 234q-10 0 -10 10v44q0 10 10 10h338q10 0 10 -10v-44q0 -10 -10 -10h-338z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="579" +d="M27 234q-10 0 -10 10v44q0 10 10 10h525q10 0 10 -10v-44q0 -10 -10 -10h-525z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="156" +d="M51 509q-10 0 -10 10v64q0 13 6 23l48 67q5 8 12 8q8 0 8 -9v-153q0 -10 -10 -10h-54z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="156" +d="M49 506q-8 0 -8 9v155q0 10 10 10h54q10 0 10 -10v-68q0 -8 -1.5 -12.5t-5.5 -10.5l-47 -66q-6 -7 -12 -7z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="156" +d="M49 -89q-8 0 -8 9v155q0 10 10 10h54q10 0 10 -10v-67q0 -8 -1.5 -12.5t-5.5 -10.5l-47 -67q-6 -7 -12 -7z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="272" +d="M167 506q-10 0 -10 10v68q0 13 7 23l47 66q5 8 11 8q9 0 9 -9v-156q0 -10 -10 -10h-54zM51 506q-10 0 -10 10v68q0 8 1 13t5 10l48 66q5 8 11 8q9 0 9 -9v-156q0 -10 -10 -10h-54z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="272" +d="M166 506q-9 0 -9 9v155q0 10 10 10h54q10 0 10 -10v-68q0 -8 -1.5 -12.5t-5.5 -10.5l-47 -66q-4 -7 -11 -7zM49 506q-8 0 -8 9v155q0 10 10 10h54q10 0 10 -10v-68q0 -8 -1.5 -12.5t-5.5 -10.5l-47 -66q-6 -7 -12 -7z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="272" +d="M166 -91q-9 0 -9 9v156q0 10 10 10h54q10 0 10 -10v-68q0 -8 -1.5 -12.5t-5.5 -10.5l-47 -66q-5 -8 -11 -8zM49 -91q-8 0 -8 9v156q0 10 10 10h54q10 0 10 -10v-68q0 -8 -1.5 -12.5t-5.5 -10.5l-47 -66q-6 -8 -12 -8z" /> + <glyph glyph-name="dagger" unicode="†" horiz-adv-x="478" +d="M212 -180q-10 0 -10 10v534q0 6 -6 6h-113q-10 0 -10 10v49q0 10 10 10h113q6 0 6 6v225q0 10 10 10h55q10 0 10 -10v-225q0 -6 6 -6h113q10 0 10 -10v-49q0 -10 -10 -10h-113q-6 0 -6 -6v-534q0 -10 -10 -10h-55z" /> + <glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="478" +d="M212 -180q-10 0 -10 10v196q0 6 -6 6h-113q-10 0 -10 10v50q0 10 10 10h113q6 0 6 6v285q0 6 -6 6h-113q-10 0 -10 10v50q0 10 10 10h113q6 0 6 6v195q0 10 10 10h55q10 0 10 -10v-195q0 -6 6 -6h113q10 0 10 -10v-50q0 -10 -10 -10h-113q-6 0 -6 -6v-285q0 -6 6 -6h113 +q10 0 10 -10v-50q0 -10 -10 -10h-113q-6 0 -6 -6v-196q0 -10 -10 -10h-55z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="417" +d="M209 192q-50 0 -83 33t-33 83q0 51 33 83.5t83 32.5t82.5 -32.5t32.5 -83.5q0 -50 -32.5 -83t-82.5 -33z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="537" +d="M416 0q-10 0 -10 10v84q0 10 10 10h66q10 0 10 -10v-84q0 -10 -10 -10h-66zM237 0q-10 0 -10 10v84q0 10 10 10h66q10 0 10 -10v-84q0 -10 -10 -10h-66zM58 0q-10 0 -10 10v84q0 10 10 10h66q10 0 10 -10v-84q0 -10 -10 -10h-66z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="895" +d="M179 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39zM153 329q-34 0 -56 15.5t-30 42.5q-2 7 -3.5 14.5t-2.5 20t-1 33v53.5v53t1 32.5t2.5 20t3.5 14.5q8 27 30 42.5t56 15.5q35 0 57 -15.5t30 -42.5q2 -7 3.5 -14.5t2 -20t1 -32.5 +t0.5 -53t-0.5 -53.5t-1 -33t-2 -20t-3.5 -14.5q-8 -27 -30 -42.5t-57 -15.5zM153 381q27 0 33 22q1 3 1.5 7.5t1 15t1 30t0.5 52.5q0 32 -0.5 51.5t-1 30t-1 15t-1.5 7.5q-6 22 -33 22q-26 0 -32 -22q-1 -3 -2 -7.5t-1.5 -15t-0.5 -30v-51.5v-52.5t0.5 -30t1.5 -15t2 -7.5 +q6 -22 32 -22zM741 -6q-34 0 -56 15.5t-31 42.5q-2 7 -3.5 14.5t-2.5 20t-1 32.5v53v53.5t1 33t2.5 20t3.5 14.5q9 27 31 42.5t56 15.5t56 -15.5t30 -42.5q3 -7 4.5 -14.5t2 -20t1 -33t0.5 -53.5t-0.5 -53t-1 -32.5t-2 -20t-4.5 -14.5q-8 -27 -30 -42.5t-56 -15.5zM495 -6 +q-35 0 -57 15.5t-30 42.5q-2 7 -3.5 14.5t-2.5 20t-1 32.5v53v53.5t1 33t2.5 20t3.5 14.5q8 27 30 42.5t57 15.5q34 0 56 -15.5t30 -42.5q2 -7 3.5 -14.5t2 -20t1 -33t0.5 -53.5t-0.5 -53t-1 -32.5t-2 -20t-3.5 -14.5q-8 -27 -30 -42.5t-56 -15.5zM741 46q26 0 32 22 +q1 3 2 7.5t1.5 15t0.5 30v51.5v52.5t-0.5 30t-1.5 15t-2 7.5q-6 22 -32 22q-25 0 -33 -22q-1 -3 -1.5 -7.5t-1 -15t-1 -30t-0.5 -52.5q0 -32 0.5 -51.5t1 -30t1 -15t1.5 -7.5q8 -22 33 -22zM495 46q26 0 32 22q1 3 2 7.5t1.5 15t0.5 30v51.5v52.5t-0.5 30t-1.5 15t-2 7.5 +q-6 22 -32 22q-27 0 -33 -22q-1 -3 -1.5 -7.5t-1 -15t-1 -30t-0.5 -52.5q0 -32 0.5 -51.5t1 -30t1 -15t1.5 -7.5q6 -22 33 -22z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="271" +d="M39 257q-7 7 0 14l161 166q3 3 6.5 2t3.5 -6v-60q0 -9 -9 -18l-84 -87q-4 -4 0 -8l84 -87q9 -9 9 -18v-60q0 -5 -3.5 -6t-6.5 2z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="271" +d="M71 91q-3 -3 -6.5 -2t-3.5 6v60q0 9 9 18l84 87q4 4 0 8l-84 87q-9 9 -9 18v60q0 5 3.5 6t6.5 -2l161 -166q7 -7 0 -14z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="140" +d="M-75 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39z" /> + <glyph glyph-name="uni2070" unicode="⁰" horiz-adv-x="270" +d="M135 423q-38 0 -61 16t-33 44q-2 6 -3.5 13.5t-2 23t-1 42.5t-0.5 71t0.5 71t1 42.5t2 23t3.5 13.5q10 28 33 44t61 16q37 0 60.5 -16t33.5 -44q2 -6 3.5 -13.5t2 -23t1 -42.5t0.5 -71t-0.5 -71t-1 -42.5t-2 -23t-3.5 -13.5q-10 -28 -33.5 -44t-60.5 -16zM135 479 +q27 0 35 24q1 3 2 8t1.5 18t0.5 37.5v66.5v66.5t-0.5 37.5t-1.5 18t-2 8q-8 24 -35 24q-28 0 -35 -24q-1 -3 -2 -8t-1.5 -18t-0.5 -37.5v-66.5v-66.5t0.5 -37.5t1.5 -18t2 -8q7 -24 35 -24z" /> + <glyph glyph-name="uni2074" unicode="⁴" horiz-adv-x="270" +d="M165 430q-10 0 -10 10v46q0 6 -6 6h-119q-10 0 -10 10v36q0 7 3 16l88 272q3 10 12 10h44q10 0 7 -10l-90 -276v-2h65q6 0 6 6v99q0 10 10 10h39q10 0 10 -10v-99q0 -6 5 -6h23q10 0 10 -10v-36q0 -10 -10 -10h-22q-6 0 -6 -6v-46q0 -10 -10 -10h-39z" /> + <glyph glyph-name="uni2075" unicode="⁵" horiz-adv-x="270" +d="M135 423q-36 0 -60.5 16t-33.5 45q-3 9 -4 17.5t-1 16.5q0 10 9 12l39 4q11 2 11 -9q0 -14 3 -23q8 -23 36 -23q27 0 35 22q2 5 2.5 15t0.5 43v26t-0.5 16t-1 9.5t-1.5 5.5q-8 22 -35 22q-23 0 -33 -15q-8 -10 -16 -10h-36q-10 0 -10 10v203q0 10 10 10h174q10 0 10 -10 +v-36q0 -10 -10 -10h-120q-6 0 -6 -6v-95h1q8 7 19.5 11.5t28.5 4.5q65 0 84 -56q3 -10 4 -26t1 -54q0 -37 -1.5 -51.5t-4.5 -24.5q-9 -29 -33.5 -44.5t-60.5 -15.5z" /> + <glyph glyph-name="uni2076" unicode="⁶" horiz-adv-x="270" +d="M135 423q-36 0 -61 16t-35 45q-3 10 -4 22.5t-1 42.5q0 23 1 38.5t3 28.5t6.5 24.5t10.5 26.5l70 159q4 10 14 10h44q10 0 7 -10l-68 -155h1q8 4 23 4q32 0 53.5 -14.5t30.5 -43.5q4 -11 5 -24.5t1 -43.5t-1 -42.5t-4 -22.5q-10 -29 -35 -45t-61 -16zM135 479 +q14 0 23 6.5t12 16.5q2 5 3 13.5t1 33.5t-1 33t-3 13q-3 10 -12 17t-23 7t-23 -7t-13 -17q-2 -5 -2.5 -13t-0.5 -33t0.5 -33.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="uni2077" unicode="⁷" horiz-adv-x="270" +d="M73 430q-11 0 -8 10l111 337v3h-73q-6 0 -6 -6v-37q0 -10 -10 -10h-40q-10 0 -10 10v89q0 10 10 10h183q10 0 10 -10v-36q0 -8 -3 -17l-108 -333q-3 -10 -12 -10h-44z" /> + <glyph glyph-name="uni2078" unicode="⁸" horiz-adv-x="270" +d="M135 423q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM135 670q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM135 479q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="uni2079" unicode="⁹" horiz-adv-x="270" +d="M87 430q-11 0 -8 10l69 155l-1 1q-8 -5 -24 -5q-65 0 -83 58q-4 11 -5 24.5t-1 43.5t1 42.5t4 22.5q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -22.5t1 -42.5q0 -23 -1 -39t-3 -28.5t-6.5 -24t-10.5 -26.5l-71 -159q-4 -10 -13 -10h-44zM135 647q14 0 23 7t12 17 +q2 5 3 13t1 33t-1 33.5t-3 13.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -13.5t-0.5 -33.5t0.5 -33t2.5 -13q4 -10 13 -17t23 -7z" /> + <glyph glyph-name="uni2080" unicode="₀" horiz-adv-x="270" +d="M135 -162q-38 0 -61 16t-33 44q-2 6 -3.5 13.5t-2 23t-1 42.5t-0.5 71t0.5 71t1 42.5t2 23t3.5 13.5q10 28 33 44t61 16q37 0 60.5 -16t33.5 -44q2 -6 3.5 -13.5t2 -23t1 -42.5t0.5 -71t-0.5 -71t-1 -42.5t-2 -23t-3.5 -13.5q-10 -28 -33.5 -44t-60.5 -16zM135 -106 +q27 0 35 24q1 3 2 8t1.5 18t0.5 37.5v66.5v66.5t-0.5 37.5t-1.5 18t-2 8q-8 24 -35 24q-28 0 -35 -24q-1 -3 -2 -8t-1.5 -18t-0.5 -37.5v-66.5v-66.5t0.5 -37.5t1.5 -18t2 -8q7 -24 35 -24z" /> + <glyph glyph-name="uni2081" unicode="₁" horiz-adv-x="270" +d="M136 -155q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42z" /> + <glyph glyph-name="uni2082" unicode="₂" horiz-adv-x="270" +d="M47 -155q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5 +q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178z" /> + <glyph glyph-name="uni2083" unicode="₃" horiz-adv-x="270" +d="M134 -162q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22 +t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5 +q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="uni2084" unicode="₄" horiz-adv-x="270" +d="M165 -155q-10 0 -10 10v46q0 6 -6 6h-119q-10 0 -10 10v36q0 7 3 16l88 272q3 10 12 10h44q10 0 7 -10l-90 -276v-2h65q6 0 6 6v99q0 10 10 10h39q10 0 10 -10v-99q0 -6 5 -6h23q10 0 10 -10v-36q0 -10 -10 -10h-22q-6 0 -6 -6v-46q0 -10 -10 -10h-39z" /> + <glyph glyph-name="uni2085" unicode="₅" horiz-adv-x="270" +d="M135 -162q-36 0 -60.5 16t-33.5 45q-3 9 -4 17.5t-1 16.5q0 10 9 12l39 4q11 2 11 -9q0 -14 3 -23q8 -23 36 -23q27 0 35 22q2 5 2.5 15t0.5 43v26t-0.5 16t-1 9.5t-1.5 5.5q-8 22 -35 22q-23 0 -33 -15q-8 -10 -16 -10h-36q-10 0 -10 10v203q0 10 10 10h174q10 0 10 -10 +v-36q0 -10 -10 -10h-120q-6 0 -6 -6v-95h1q8 7 19.5 11.5t28.5 4.5q65 0 84 -56q3 -10 4 -26t1 -54q0 -37 -1.5 -51.5t-4.5 -24.5q-9 -29 -33.5 -44.5t-60.5 -15.5z" /> + <glyph glyph-name="uni2086" unicode="₆" horiz-adv-x="270" +d="M135 -162q-36 0 -61 16t-35 45q-3 10 -4 22.5t-1 42.5q0 23 1 38.5t3 28.5t6.5 24.5t10.5 26.5l70 159q4 10 14 10h44q10 0 7 -10l-68 -155h1q8 4 23 4q32 0 53.5 -14.5t30.5 -43.5q4 -11 5 -24.5t1 -43.5t-1 -42.5t-4 -22.5q-10 -29 -35 -45t-61 -16zM135 -106 +q14 0 23 6.5t12 16.5q2 5 3 13.5t1 33.5t-1 33t-3 13q-3 10 -12 17t-23 7t-23 -7t-13 -17q-2 -5 -2.5 -13t-0.5 -33t0.5 -33.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="uni2087" unicode="₇" horiz-adv-x="270" +d="M73 -155q-11 0 -8 10l111 337v3h-73q-6 0 -6 -6v-37q0 -10 -10 -10h-40q-10 0 -10 10v89q0 10 10 10h183q10 0 10 -10v-36q0 -8 -3 -17l-108 -333q-3 -10 -12 -10h-44z" /> + <glyph glyph-name="uni2088" unicode="₈" horiz-adv-x="270" +d="M135 -162q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM135 85q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM135 -106q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="uni2089" unicode="₉" horiz-adv-x="270" +d="M87 -155q-11 0 -8 10l69 155l-1 1q-8 -5 -24 -5q-65 0 -83 58q-4 11 -5 24.5t-1 43.5t1 42.5t4 22.5q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -22.5t1 -42.5q0 -23 -1 -39t-3 -28.5t-6.5 -24t-10.5 -26.5l-71 -159q-4 -10 -13 -10h-44zM135 62q14 0 23 7t12 17 +q2 5 3 13t1 33t-1 33.5t-3 13.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -13.5t-0.5 -33.5t0.5 -33t2.5 -13q4 -10 13 -17t23 -7z" /> + <glyph glyph-name="Euro" unicode="€" +d="M214 -9q-51 0 -84 24t-47 69q-3 9 -5 19t-3.5 27t-2 44.5t-0.5 70.5q0 6 -6 6h-40q-10 0 -10 10v39q0 10 10 10h40q6 0 6 6v54q0 6 -6 6h-40q-10 0 -10 10v39q0 10 10 10h40q6 0 6 6q0 41 0.5 67t2 42.5t3.5 26.5t5 19q14 45 47 69t84 24q64 0 100.5 -38t43.5 -98 +q2 -11 -7 -12l-54 -10q-10 -3 -12 7q-5 36 -21 57t-48 21q-45 0 -60 -42q-2 -6 -3.5 -13t-2 -21t-1 -37.5t-0.5 -61.5q0 -6 6 -6h142q10 0 10 -10l-10 -39q-2 -10 -10 -10h-132q-6 0 -6 -6v-54q0 -6 6 -6h127q10 0 10 -10l-10 -39q-3 -10 -10 -10h-117q-6 0 -6 -6 +q0 -41 0.5 -65t1 -38.5t2 -22t3.5 -13.5q15 -42 60 -42q32 0 48 21t21 57q2 10 12 7l54 -10q9 -1 7 -12q-7 -60 -43.5 -98t-100.5 -38z" /> + <glyph glyph-name="afii61289" unicode="ℓ" horiz-adv-x="385" +d="M94 195q-7 -7 -14 0l-27 30q-3 3 -2.5 7t3.5 7l70 74v207q0 85 28.5 127.5t82.5 42.5q47 0 73.5 -31t26.5 -88q0 -61 -32 -125t-102 -140v-201q0 -48 33 -48q16 0 34 15q9 7 14 -1l19 -28q6 -8 -2 -16q-17 -17 -39 -27t-46 -10q-42 0 -66 27t-24 93v116zM201 399 +q40 53 54.5 92.5t14.5 80.5q0 58 -32 58q-17 0 -27 -20t-10 -68v-143z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="645" +d="M539 286q-10 0 -10 10v232h-1l-51 -168q-3 -10 -11 -10h-22q-8 0 -11 10l-50 168h-1v-232q0 -10 -10 -10h-37q-10 0 -10 10v374q0 10 10 10h42q9 0 12 -10l67 -232h1l65 232q3 10 12 10h41q10 0 10 -10v-374q0 -10 -10 -10h-36zM148 286q-10 0 -10 10v322q0 5 -5 5h-60 +q-10 0 -10 10v37q0 10 10 10h190q10 0 10 -10v-37q0 -10 -10 -10h-60q-5 0 -5 -5v-322q0 -10 -10 -10h-40z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="587" +d="M292 -9q-53 0 -96 19.5t-73 53.5t-46.5 79.5t-16.5 97.5t16.5 97t46.5 78.5t73 52.5t96 19q52 0 95 -18t74 -50.5t48 -78t17 -100.5h-364v-164q54 -52 130 -52q57 0 98.5 25.5t74.5 82.5l33 -20q-21 -32 -42.5 -55t-46 -38t-53 -22t-64.5 -7zM424 403q-58 55 -132 55 +q-77 0 -130 -55v-130h262v130z" /> + <glyph glyph-name="onethird" unicode="⅓" horiz-adv-x="723" +d="M158 274q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42zM194 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39zM542 -6q-36 0 -60 15.5t-33 44.5q-6 19 -6 42 +q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4 +q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="twothirds" unicode="⅔" horiz-adv-x="782" +d="M91 274q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5 +q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178zM252 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39zM601 -6q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5 +q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5 +q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="726" +d="M158 274q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42zM545 -6q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45 +t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22q-10 -29 -35 -45t-61 -16zM545 241q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5 +q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM545 50q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5zM194 -9q-10 0 -7 10l245 678 +q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39z" /> + <glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="771" +d="M590 -6q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM590 241q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM590 50q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5zM239 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39zM179 267q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5 +t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5 +t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="771" +d="M590 -6q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM590 241q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM590 50q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5zM239 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39zM179 267q-36 0 -60.5 16t-33.5 45q-3 9 -4 17.5t-1 16.5q0 10 9 12l39 4q11 2 11 -9 +q0 -14 3 -23q8 -23 36 -23q27 0 35 22q2 5 2.5 15t0.5 43v26t-0.5 16t-1 9.5t-1.5 5.5q-8 22 -35 22q-23 0 -33 -15q-8 -10 -16 -10h-36q-10 0 -10 10v203q0 10 10 10h174q10 0 10 -10v-36q0 -10 -10 -10h-120q-6 0 -6 -6v-95h1q8 7 19.5 11.5t28.5 4.5q65 0 84 -56 +q3 -10 4 -26t1 -54q0 -37 -1.5 -51.5t-4.5 -24.5q-9 -29 -33.5 -44.5t-60.5 -15.5z" /> + <glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="722" +d="M540 -6q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM540 241q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM540 50q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5zM116 274q-11 0 -8 10l111 337v3h-73q-6 0 -6 -6v-37q0 -10 -10 -10h-40q-10 0 -10 10v89q0 10 10 10h183q10 0 10 -10v-36q0 -8 -3 -17l-108 -333q-3 -10 -12 -10h-44zM189 -9 +q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="409" +d="M182 -10q-33 0 -59 15t-43 42t-26 64.5t-9 82.5q0 49 10.5 90.5t31 72t49.5 47.5t65 17q28 0 51 -10t40 -33h2q-1 55 -8 100.5t-21 77t-35 49t-48 17.5q-19 0 -35.5 -6.5t-30.5 -17.5q-9 -7 -14 2l-25 38q-5 8 3 14q23 17 49 27.5t59 10.5q88 0 132 -85t44 -236 +q0 -185 -45.5 -282t-136.5 -97zM189 59q20 0 37.5 13t31 42t22.5 74.5t12 110.5q-16 26 -36 40t-45 14q-45 0 -70 -42.5t-25 -112.5q0 -62 17 -100.5t56 -38.5z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="512" +d="M382 -180q-10 0 -10 10v828q0 6 -6 6h-221q-6 0 -6 -6v-828q0 -10 -10 -10h-61q-10 0 -10 10v900q0 10 10 10h375q10 0 10 -10v-900q0 -10 -10 -10h-61z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="458" +d="M46 -180q-10 0 -10 10v54q0 5 2 9l176 427l-171 343q-3 6 -3 11v56q0 10 10 10h351q10 0 10 -10v-56q0 -10 -10 -10h-268l166 -331q3 -7 0 -14l-177 -423h289q10 0 10 -10v-56q0 -10 -10 -10h-365z" /> + <glyph glyph-name="minus" unicode="−" +d="M48 241q-10 0 -10 10v50q0 10 10 10h290q10 0 10 -10v-50q0 -10 -10 -10h-290z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="140" +d="M-75 -9q-10 0 -7 10l245 678q4 10 13 10h39q10 0 7 -10l-245 -678q-4 -10 -13 -10h-39z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="185" +d="M60 213q-10 0 -10 10v84q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="551" +d="M259 -180q-7 0 -12 10l-113 275q-3 6 -9 3l-59 -25q-10 -5 -13 4l-17 40q-4 10 4 13l116 52q10 5 14 -4l105 -260h3l189 802q3 10 12 10h49q11 0 8 -10l-218 -900q-3 -10 -12 -10h-47z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="648" +d="M486 97q-50 0 -86 25t-76 75q-44 -53 -80 -76.5t-81 -23.5q-65 0 -104.5 40.5t-39.5 109.5t40.5 109.5t103.5 40.5q47 0 83 -25t78 -76q45 55 80.5 78t80.5 23q65 0 105 -40.5t40 -109.5t-40.5 -109.5t-103.5 -40.5zM483 156q39 0 62 25t23 67q0 40 -23 65t-63 25 +q-14 0 -26.5 -4.5t-27 -15t-30.5 -28t-36 -43.5q38 -49 64 -70t57 -21zM165 156q27 0 54 19.5t67 71.5q-36 48 -63.5 69.5t-56.5 21.5q-38 0 -62 -24t-24 -66q0 -41 23 -66.5t62 -25.5z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="292" +d="M54 -180h-9t-9 1q-10 0 -10 10v54q0 10 10 10h12q31 0 45 18.5t14 64.5v599q0 163 131 163h9t9 -1q10 0 10 -10v-54q0 -10 -10 -10h-13q-30 0 -44 -18.5t-14 -64.5v-599q0 -163 -131 -163z" /> + <glyph glyph-name="approxequal" unicode="≈" +d="M254 304q-22 0 -38.5 8t-30.5 17q-12 8 -24 14.5t-24 6.5q-17 0 -28 -9t-25 -32q-5 -8 -14 -3l-33 18q-8 5 -4 14q20 38 43 57t56 19q22 0 38.5 -7t30.5 -18q12 -9 23.5 -15.5t24.5 -6.5q17 0 28 9t25 33q5 8 14 3l32 -18q10 -5 4 -15q-20 -37 -42.5 -56t-55.5 -19z +M254 139q-22 0 -38.5 8t-30.5 18q-12 8 -24 14.5t-24 6.5q-17 0 -28 -9t-25 -32q-5 -8 -14 -4l-33 19q-8 5 -4 14q20 37 43 56.5t56 19.5q22 0 38.5 -8t30.5 -18q12 -8 23.5 -14.5t24.5 -6.5q17 0 28 9t25 32q5 8 14 4l32 -18q10 -5 4 -15q-20 -37 -42.5 -56.5t-55.5 -19.5z +" /> + <glyph glyph-name="notequal" unicode="≠" +d="M248 329l-50 -106h140q10 0 10 -10v-49q0 -10 -10 -10h-173l-37 -78q-4 -10 -13 -10h-39q-12 0 -7 10l37 78h-58q-10 0 -10 10v49q0 10 10 10h91l50 106h-141q-10 0 -10 10v49q0 10 10 10h174l36 76q4 10 13 10h39q12 0 7 -10l-36 -76h57q10 0 10 -10v-49q0 -10 -10 -10 +h-90z" /> + <glyph glyph-name="lessequal" unicode="≤" +d="M48 253q-10 3 -10 14v44q0 11 10 14l290 119q10 3 10 -7v-54q0 -9 -10 -13l-202 -80v-2l202 -79q10 -4 10 -13v-54q0 -10 -10 -7zM48 0q-10 0 -10 10v50q0 10 10 10h290q10 0 10 -10v-50q0 -10 -10 -10h-290z" /> + <glyph glyph-name="greaterequal" unicode="≥" +d="M48 135q-10 -4 -10 7v54q0 9 10 13l203 79v2l-203 80q-10 4 -10 13v54q0 11 10 7l290 -119q10 -3 10 -14v-44q0 -11 -10 -14zM48 0q-10 0 -10 10v50q0 10 10 10h290q10 0 10 -10v-50q0 -10 -10 -10h-290z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="429" +d="M189 -52q-9 0 -13 10l-150 364q-3 7 0 14l150 364q4 10 13 10h51q9 0 13 -10l150 -364q3 -7 0 -14l-150 -364q-4 -10 -13 -10h-51zM218 33l116 296l-119 295h-2l-118 -295l121 -296h2z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="376" +d="M10 0q-10 0 -10 10v660q0 10 10 10h356q10 0 10 -10v-660q0 -10 -10 -10h-356zM321 46q6 0 6 6v576q0 6 -6 6h-267q-6 0 -6 -6v-576q0 -6 6 -6h267zM171 222q-10 0 -10 10v47q0 12 3 22.5t9 22.5l35 67q10 19 14.5 32t4.5 35q0 21 -4 32q-8 24 -36 24q-29 0 -36 -24 +q-2 -6 -3 -14.5t-1 -29.5q0 -11 -11 -9l-32 4q-9 1 -9 11q0 23 2 34.5t4 18.5q8 26 31 42t56 16q32 0 55 -16t31 -42q2 -7 4 -17.5t2 -27.5q0 -26 -5 -42.5t-16 -37.5l-35 -67q-5 -10 -7.5 -18t-2.5 -19v-44q0 -10 -10 -10h-33zM169 114q-10 0 -10 10v49q0 10 10 10h38 +q10 0 10 -10v-49q0 -10 -10 -10h-38z" /> + <glyph glyph-name="glyph220" horiz-adv-x="0" + /> + <glyph glyph-name="glyph221" horiz-adv-x="390" +d="M229 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39z" /> + <glyph glyph-name="glyph222" horiz-adv-x="390" +d="M129 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="glyph223" horiz-adv-x="390" +d="M265 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="glyph224" horiz-adv-x="390" +d="M177 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36z" /> + <glyph glyph-name="glyph225" horiz-adv-x="390" +d="M168 524q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7z" /> + <glyph glyph-name="glyph226" horiz-adv-x="390" +d="M236 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5 +q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="glyph227" horiz-adv-x="390" +d="M242 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM97 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="glyph228" horiz-adv-x="390" +d="M98 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="glyph229" horiz-adv-x="390" +d="M195 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="glyph230" horiz-adv-x="390" +d="M195 731q-38 0 -62 24.5t-24 61.5q0 38 24 62t62 24q37 0 61.5 -24t24.5 -62q0 -37 -24.5 -61.5t-61.5 -24.5zM195 768q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="glyph231" horiz-adv-x="390" +d="M227 763q-5 0 -6.5 2.5t1.5 7.5l68 105q3 5 6.5 7.5t9.5 2.5h49q5 0 6 -3t-1 -7l-80 -105q-8 -10 -18 -10h-35zM104 763q-5 0 -6.5 2.5t1.5 7.5l67 105q7 10 17 10h49q5 0 6 -3t-2 -7l-79 -105q-8 -10 -19 -10h-34z" /> + <glyph glyph-name="glyph232" horiz-adv-x="390" +d="M163 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="glyph233" horiz-adv-x="390" +d="M167 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8z" /> + <glyph glyph-name="glyph234" horiz-adv-x="390" +d="M169 572q-10 0 -10 10v49q0 8 1 12.5t5 9.5l46 66q5 8 12 8q9 0 9 -10v-135q0 -10 -10 -10h-53z" /> + <glyph glyph-name="glyph235" horiz-adv-x="406" +d="M27 0q-11 0 -9 10l145 660q3 10 11 10h60q9 0 11 -10l143 -660q2 -10 -9 -10h-352zM290 76q5 0 4 6l-89 443h-3l-91 -443q-2 -6 5 -6h174z" /> + <glyph glyph-name="glyph236" horiz-adv-x="421" +d="M249 0q-10 0 -10 10v53q0 7 10 14q15 10 23.5 22.5t13 38.5t6 73.5t1.5 128.5q0 71 -0.5 112t-1.5 63t-2.5 31.5t-4.5 17.5q-16 49 -73 49q-58 0 -74 -49q-3 -8 -4.5 -17.5t-2.5 -31.5t-1.5 -63t-0.5 -112q0 -81 1.5 -128.5t6 -73.5t13.5 -38.5t24 -22.5q9 -6 9 -14v-53 +q0 -10 -10 -10h-121q-10 0 -10 10v56q0 10 10 10h40v1q-13 12 -21.5 26t-14 41t-7.5 73t-2 123q0 72 0.5 115.5t2 69t4 38.5t6.5 24q16 49 55 75.5t97 26.5q57 0 96 -26.5t55 -75.5q4 -11 6.5 -24t4 -38.5t2 -69t0.5 -115.5q0 -77 -2.5 -123t-7.5 -73t-13.5 -41t-21.5 -26 +v-1h40q10 0 10 -10v-56q0 -10 -10 -10h-121z" /> + <glyph glyph-name="glyph237" horiz-adv-x="394" +d="M269 0q-10 0 -10 10v38h-1q-9 -26 -29 -41.5t-51 -15.5q-13 0 -25 5t-18 14v-180q0 -10 -10 -10h-57q-10 0 -10 10v639q0 10 10 10h57q10 0 10 -10v-319q0 -87 62 -87q29 0 45.5 21t16.5 66v319q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="exclam.aalt" horiz-adv-x="206" +d="M86 170q-10 0 -10 10l-15 329q0 10 10 10h64q10 0 10 -10l-15 -329q0 -10 -10 -10h-34zM70 0q-10 0 -10 10v84q0 10 10 10h66q10 0 10 -10v-84q0 -10 -10 -10h-66z" /> + <glyph glyph-name="dollar.sc" horiz-adv-x="362" +d="M173 -56q-10 0 -10 10v38q-62 4 -91.5 38t-34.5 96q0 11 8 12l49 8q9 1 11 -8q2 -38 15.5 -57t42.5 -23v178l-13 4q-57 17 -82 50t-25 95q0 66 31 102t89 40v27q0 10 10 10h15q10 0 10 -10v-27q54 -5 82 -37.5t34 -89.5q0 -11 -8 -12l-47 -7q-9 -2 -11 8q-4 32 -15.5 49 +t-34.5 21v-159l10 -3q30 -9 51 -22t34 -31.5t19 -43.5t6 -58q0 -68 -27.5 -106.5t-92.5 -43.5v-38q0 -10 -10 -10h-15zM114 387q0 -29 10 -47t39 -29v149q-49 -7 -49 -73zM248 141q0 32 -11 51.5t-39 31.5v-165q26 5 38 23t12 59z" /> + <glyph glyph-name="percent.aalt" horiz-adv-x="623" +d="M184 -9q-10 0 -7 10l211 516q4 10 13 10h38q10 0 7 -10l-211 -516q-3 -10 -12 -10h-39zM154 255q-31 0 -52 14t-29 38q-2 5 -3.5 11t-2 15t-1 22.5t-0.5 34.5t0.5 34.5t1 22.5t2 14.5t3.5 10.5q8 24 29 38.5t52 14.5q32 0 53 -14.5t29 -38.5q1 -5 2.5 -10.5t2.5 -14.5 +t1.5 -22.5t0.5 -34.5t-0.5 -34.5t-1.5 -22.5t-2.5 -15t-2.5 -11q-8 -24 -29 -38t-53 -14zM154 305q21 0 29 19q1 3 1.5 6.5t1 10.5t0.5 18.5v30.5v29.5t-0.5 18.5t-1 10.5t-1.5 6.5q-8 19 -29 19q-22 0 -28 -19q-1 -3 -1.5 -6.5t-1 -10.5t-0.5 -18.5v-29.5v-30.5t0.5 -18.5 +t1 -10.5t1.5 -6.5q6 -19 28 -19zM469 -6q-31 0 -52 14.5t-29 38.5q-2 5 -3.5 10.5t-2 14.5t-1 22.5t-0.5 34.5t0.5 34.5t1 22.5t2 14.5t3.5 10.5q8 24 29 38.5t52 14.5t52 -14.5t29 -38.5q2 -5 3.5 -10.5t2 -14.5t1 -22.5t0.5 -34.5t-0.5 -34.5t-1 -22.5t-2 -14.5 +t-3.5 -10.5q-8 -24 -29 -38.5t-52 -14.5zM469 44q22 0 28 20q1 3 2 6.5t1.5 10t0.5 18v30.5q0 37 -1 48.5t-3 16.5q-6 20 -28 20t-28 -20q-2 -5 -3 -16.5t-1 -48.5v-30.5t0.5 -18t1.5 -10t2 -6.5q6 -20 28 -20z" /> + <glyph glyph-name="ampersand.aalt" horiz-adv-x="483" +d="M398 -4q-24 0 -35.5 5.5t-22.5 21.5l-23 31q-27 -32 -58 -47.5t-69 -15.5q-60 0 -92.5 32.5t-32.5 85.5q0 18 4 35.5t14.5 37t28.5 42.5t46 52l-12 17q-29 41 -41 67t-12 54q0 49 33.5 81.5t88.5 32.5q54 0 87 -32.5t33 -81.5q0 -14 -4 -28t-13.5 -30t-26.5 -36.5 +t-43 -47.5l72 -97l40 65q5 8 14 4l38 -25q9 -5 4 -14l-55 -87l26 -34q8 -12 14.5 -15.5t14.5 -3.5h3q10 0 10 -10v-49q0 -10 -10 -10h-21zM165 416q0 -16 8.5 -34t34.5 -55q17 18 28 30.5t17 22.5t8.5 18.5t2.5 17.5q0 21 -13 35.5t-36 14.5t-36.5 -14.5t-13.5 -35.5z +M197 60q20 0 39 11.5t41 38.5l-79 110q-35 -37 -48 -59t-13 -44q0 -26 15.5 -41.5t44.5 -15.5z" /> + <glyph glyph-name="zero.sc" horiz-adv-x="362" +d="M181 -9q-47 0 -79 21.5t-45 62.5q-3 7 -4.5 17t-2.5 29t-1.5 52t-0.5 87t0.5 86.5t1.5 52t2.5 29t4.5 17.5q13 40 45 61.5t79 21.5t79 -21.5t45 -61.5q3 -8 4.5 -17.5t2.5 -29t1.5 -52t0.5 -86.5t-0.5 -87t-1.5 -52t-2.5 -29t-4.5 -17q-13 -41 -45 -62.5t-79 -21.5z +M181 64q39 0 51 35q1 4 2 10t1.5 22t1 46.5t0.5 82.5t-0.5 82t-1 46t-1.5 22.5t-2 10.5q-12 35 -51 35t-51 -35q-1 -4 -2 -10.5t-1.5 -22.5t-1 -46t-0.5 -82t0.5 -82.5t1 -46.5t1.5 -22t2 -10q12 -35 51 -35z" /> + <glyph glyph-name="one.sc" horiz-adv-x="362" +d="M168 0q-10 0 -10 10v419h-1l-78 -46q-11 -6 -11 7v60q0 8 7 14l79 50q8 5 16 5h56q10 0 10 -10v-499q0 -10 -10 -10h-58z" /> + <glyph glyph-name="two.sc" horiz-adv-x="362" +d="M58 0q-9 0 -9 9v51q0 8 3 12l155 219q8 12 13.5 21.5t8.5 20t4.5 22.5t1.5 29q0 16 -1 24t-3 14q-12 34 -51 34q-40 0 -52 -34q-2 -6 -3 -14t-1 -28q0 -11 -12 -9l-54 5q-9 1 -9 12q0 21 1 33t5 24q13 40 45.5 61.5t79.5 21.5t79 -21t45 -62q5 -13 7 -26t2 -36 +q0 -47 -11.5 -76t-33.5 -60l-126 -174v-1h161q10 0 10 -10v-52q0 -10 -10 -10h-245z" /> + <glyph glyph-name="three.sc" horiz-adv-x="362" +d="M179 -9q-47 0 -79.5 21.5t-45.5 61.5q-4 12 -5 23.5t-1 25.5q0 10 9 12l54 5q12 2 12 -9q0 -13 1 -20t3 -14q12 -33 52 -33q39 0 51 33q2 7 3 16.5t1 36.5q0 24 -0.5 34t-2.5 15q-11 33 -56 33h-13q-10 0 -10 10v51q0 10 10 10h13q45 0 56 32q2 5 2.5 13t0.5 29t-1 30 +t-3 15q-12 34 -51 34q-40 0 -52 -34q-4 -11 -4 -33q0 -12 -12 -10l-54 6q-9 1 -9 12q0 14 1 25t5 23q13 40 45.5 61.5t79.5 21.5t79 -21t45 -62q5 -13 7 -26t2 -42q0 -22 -1.5 -33.5t-4.5 -20.5q-6 -18 -18 -30.5t-29 -21.5v-2q17 -9 29 -21.5t18 -31.5q3 -9 4.5 -22 +t1.5 -44q0 -32 -2 -47.5t-7 -28.5q-13 -41 -45 -62t-79 -21z" /> + <glyph glyph-name="four.sc" horiz-adv-x="362" +d="M218 0q-10 0 -10 10v60q0 6 -6 6h-165q-10 0 -10 10v52q0 5 2 11l127 362q3 8 12 8h58q11 0 8 -11l-126 -358v-2h94q6 0 6 6v134q0 10 10 10h56q10 0 10 -10v-134q0 -6 5 -6h37q10 0 10 -10v-52q0 -10 -10 -10h-36q-6 0 -6 -6v-60q0 -10 -10 -10h-56z" /> + <glyph glyph-name="five.sc" horiz-adv-x="362" +d="M181 -9q-47 0 -79.5 21t-45.5 62q-6 16 -6 39q0 11 10 12l53 5q11 1 13 -9q0 -9 1 -14t3 -10q11 -33 51 -33q39 0 51 33q2 6 3 18t1 50q0 37 -1.5 49.5t-3.5 18.5q-12 33 -50 33q-33 0 -49 -22q-5 -8 -16 -8h-47q-10 0 -10 10v263q0 10 10 10h235q10 0 10 -10v-52 +q0 -10 -10 -10h-169q-6 0 -6 -6v-124h1q24 21 70 21q42 0 68.5 -19.5t37.5 -54.5q2 -6 3.5 -13t2.5 -18t1.5 -27.5t0.5 -40.5q0 -22 -0.5 -36.5t-1.5 -25t-3 -17.5t-4 -13q-13 -41 -45 -61.5t-79 -20.5z" /> + <glyph glyph-name="six.sc" horiz-adv-x="362" +d="M181 -9q-47 0 -79 21t-46 62q-4 13 -6 28.5t-2 47.5q0 26 1.5 45.5t5 36.5t9 32.5t13.5 33.5l99 212q4 9 15 9h58q11 0 6 -10l-98 -206l2 -1q5 2 15 4.5t24 2.5q41 0 68.5 -20t39.5 -56q4 -13 6 -30.5t2 -52.5q0 -32 -2 -47.5t-6 -28.5q-14 -41 -46 -62t-79 -21zM181 64 +q39 0 51 33q2 7 3.5 16.5t1.5 36.5q0 26 -1.5 36t-3.5 17q-12 33 -51 33t-51 -33q-2 -7 -3.5 -17t-1.5 -36q0 -27 1.5 -36.5t3.5 -16.5q12 -33 51 -33z" /> + <glyph glyph-name="seven.sc" horiz-adv-x="362" +d="M94 0q-5 0 -7 3t0 9l159 434v1h-115q-6 0 -6 -6v-46q0 -10 -10 -10h-52q-10 0 -10 10v114q0 10 10 10h250q10 0 10 -10v-54q0 -6 -3 -12l-156 -433q-3 -10 -14 -10h-56z" /> + <glyph glyph-name="eight.sc" horiz-adv-x="362" +d="M181 -9q-47 0 -79 21t-46 62q-4 13 -6 28.5t-2 47.5q0 29 2 42.5t5 24.5q6 17 16 31.5t26 22.5v2q-16 8 -26 22t-16 32q-3 11 -5 23t-2 32q0 23 2 36.5t6 26.5q14 41 46 62t79 21t79 -21t46 -62q4 -13 6 -26.5t2 -36.5q0 -20 -2 -32t-5 -23q-6 -18 -16 -32t-26 -22v-2 +q16 -8 26 -22.5t16 -31.5q3 -11 5 -24.5t2 -42.5q0 -33 -2 -48t-6 -28q-14 -41 -46 -62t-79 -21zM181 308q39 0 51 34q2 6 3.5 14.5t1.5 25.5t-1.5 25.5t-3.5 14.5q-12 34 -51 34t-51 -34q-2 -6 -3.5 -14.5t-1.5 -25.5t1.5 -25.5t3.5 -14.5q12 -34 51 -34zM181 64 +q39 0 51 33q2 7 3.5 16.5t1.5 36.5q0 26 -1.5 36t-3.5 16q-12 34 -51 34t-51 -34q-2 -6 -3.5 -16t-1.5 -36q0 -27 1.5 -36.5t3.5 -16.5q12 -33 51 -33z" /> + <glyph glyph-name="nine.sc" horiz-adv-x="362" +d="M113 0q-12 0 -6 11l98 205l-2 1q-5 -2 -15 -4t-24 -2q-41 0 -68.5 19.5t-39.5 55.5q-4 14 -6 31t-2 52q0 32 2 47.5t6 28.5q14 41 46 62t79 21t79 -21t46 -62q4 -13 6 -28.5t2 -47.5q0 -26 -1.5 -45.5t-5 -36.5t-9 -32.5t-13.5 -33.5l-99 -212q-5 -9 -15 -9h-58zM181 283 +q39 0 51 34q2 6 3.5 16t1.5 36q0 27 -1.5 37t-3.5 16q-12 34 -51 34t-51 -34q-2 -6 -3.5 -16t-1.5 -37q0 -26 1.5 -36t3.5 -16q12 -34 51 -34z" /> + <glyph glyph-name="question.aalt" horiz-adv-x="313" +d="M125 156q-10 0 -10 10v34q0 18 3 29.5t13 25.5l47 65q16 23 22 37.5t6 36.5q0 11 -1 18t-3 12q-5 14 -17.5 23t-32.5 9q-19 0 -31.5 -9t-17.5 -23q-2 -6 -3 -14t-2 -27q0 -11 -10 -9l-56 7q-9 1 -9 10q0 23 2 36.5t6 24.5q13 37 45 56.5t77 19.5q46 0 77.5 -20t44.5 -58 +q5 -12 6.5 -25t1.5 -27q0 -30 -7.5 -52t-22.5 -42l-46 -64q-8 -11 -10.5 -21t-2.5 -24v-29q0 -10 -10 -10h-59zM122 0q-10 0 -10 10v84q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65z" /> + <glyph glyph-name="a.sc" horiz-adv-x="370" +d="M290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3z" /> + <glyph glyph-name="B.aalt" horiz-adv-x="382" +d="M69 0q-10 0 -10 10v499q0 10 10 10h120q83 0 118 -31t35 -101q0 -51 -17 -77.5t-52 -38.5v-1q36 -8 56 -37t20 -84q0 -82 -40.5 -115.5t-128.5 -33.5h-111zM183 301q43 0 61.5 16t18.5 57q0 42 -17 58t-63 16h-41q-6 0 -6 -6v-135q0 -6 6 -6h41zM182 71q50 0 69.5 17 +t19.5 63q0 45 -19.5 62.5t-66.5 17.5h-43q-6 0 -6 -6v-148q0 -6 6 -6h40z" /> + <glyph glyph-name="c.aalt" horiz-adv-x="369" +d="M192 -9q-51 0 -85.5 24.5t-48.5 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 28.5t5 19q14 45 48.5 69.5t85.5 24.5q58 0 96 -32t46 -94q1 -9 -8 -12l-53 -9q-10 -2 -12 9q-12 66 -68 66q-48 0 -61 -45q-2 -6 -3.5 -13t-2.5 -23t-1.5 -43 +t-0.5 -72t0.5 -72.5t1.5 -43.5t2.5 -23t3.5 -13q13 -44 61 -44q56 0 68 66q2 10 12 8l53 -9q9 -3 8 -12q-8 -62 -46 -94t-96 -32z" /> + <glyph glyph-name="D.aalt" horiz-adv-x="404" +d="M69 0q-10 0 -10 10v499q0 10 10 10h132q60 0 94 -22t49 -69q4 -11 6.5 -24t4 -32t2.5 -46t1 -66t-1 -66t-2.5 -46.5t-4 -32.5t-6.5 -23q-16 -47 -49.5 -69.5t-93.5 -22.5h-132zM193 72q62 0 78 51q3 7 4.5 16.5t2.5 24.5t1.5 38t0.5 58q0 34 -0.5 57t-1.5 38.5t-2.5 24.5 +t-4.5 17q-16 50 -78 50h-51q-6 0 -6 -6v-363q0 -6 6 -6h51z" /> + <glyph glyph-name="E.aalt" horiz-adv-x="344" +d="M69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="F.aalt" horiz-adv-x="342" +d="M69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-138q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-209q0 -10 -10 -10h-57z" /> + <glyph glyph-name="g.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q61 0 99.5 -32.5t46.5 -92.5q2 -9 -7 -11l-53 -9q-10 -3 -12 8q-12 65 -73 65q-51 0 -66 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43 +t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 67 -44t67 44q2 6 3.5 12.5t2 18t1 29.5t0.5 46q0 6 -6 6h-62q-10 0 -10 10v49q0 10 10 10h131q10 0 10 -10v-23q0 -47 -0.5 -76.5t-2 -47.5t-3.5 -28t-5 -19q-14 -45 -50 -69.5t-88 -24.5z" /> + <glyph glyph-name="H.aalt" horiz-adv-x="413" +d="M287 0q-10 0 -10 10v213q0 6 -6 6h-129q-6 0 -6 -6v-213q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-202q0 -6 6 -6h129q6 0 6 6v202q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57z" /> + <glyph glyph-name="dotlessi.aalt" horiz-adv-x="195" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57z" /> + <glyph glyph-name="J.aalt" horiz-adv-x="319" +d="M121 -9q-32 0 -57 10.5t-39 25.5q-6 7 1 14l39 37q7 7 15 0q8 -5 19 -9.5t25 -4.5q28 0 44.5 16t16.5 53v376q0 10 10 10h57q10 0 10 -10v-373q0 -74 -37.5 -109.5t-103.5 -35.5z" /> + <glyph glyph-name="K.aalt" horiz-adv-x="396" +d="M307 0q-8 0 -11 7l-108 232l-52 -85v-144q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-235l140 238q4 7 13 7h61q10 0 5 -9l-122 -198l142 -302q2 -4 0.5 -7t-5.5 -3h-63z" /> + <glyph glyph-name="L.aalt" horiz-adv-x="331" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-431q0 -6 6 -6h159q10 0 10 -10v-52q0 -10 -10 -10h-232z" /> + <glyph glyph-name="M.aalt" horiz-adv-x="508" +d="M388 0q-10 0 -10 10v347h-4l-92 -255q-3 -10 -12 -10h-32q-9 0 -12 10l-92 255h-4v-347q0 -10 -10 -10h-51q-10 0 -10 10v499q0 10 10 10h58q12 0 15 -10l111 -307h4l109 307q4 10 16 10h57q10 0 10 -10v-499q0 -10 -10 -10h-51z" /> + <glyph glyph-name="N.aalt" horiz-adv-x="424" +d="M289 0q-12 0 -16 10l-141 377h-3v-377q0 -10 -10 -10h-50q-10 0 -10 10v499q0 10 10 10h69q13 0 16 -10l137 -374h4v374q0 10 10 10h50q10 0 10 -10v-499q0 -10 -10 -10h-66z" /> + <glyph glyph-name="o.sc" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44z" /> + <glyph glyph-name="P.aalt" horiz-adv-x="379" +d="M69 0q-10 0 -10 10v499q0 10 10 10h122q75 0 116.5 -38t41.5 -119t-41.5 -119.5t-116.5 -38.5h-49q-6 0 -6 -6v-188q0 -10 -10 -10h-57zM184 275q47 0 67.5 19t20.5 68q0 48 -20.5 67t-67.5 19h-42q-6 0 -6 -6v-161q0 -6 6 -6h42z" /> + <glyph glyph-name="Q.aalt" horiz-adv-x="392" +d="M332 -19q-7 -7 -14 1l-33 39q-38 -30 -89 -30q-52 0 -88 24.5t-50 68.5q-3 9 -5 19t-3.5 28.5t-2 49t-0.5 79.5t0.5 79t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -79v-55t-2.5 -56t-7.5 -50t-14 -37l39 -39 +q6 -8 0 -14zM196 60q16 0 26 2.5t18 7.5l-42 44q-3 3 -3.5 7t3.5 7l24 24q8 6 14 -1l28 -32h2q2 13 2.5 45.5t0.5 95.5q0 46 -0.5 73.5t-1 43.5t-2 23.5t-3.5 12.5q-14 44 -66 44q-24 0 -41.5 -11t-24.5 -33q-2 -5 -3.5 -12.5t-2 -23.5t-1 -43.5t-0.5 -73.5t0.5 -74t1 -44 +t2 -23t3.5 -12q7 -23 24.5 -35t41.5 -12z" /> + <glyph glyph-name="R.aalt" horiz-adv-x="395" +d="M292 0q-10 0 -13 9l-73 203h-16h-48q-6 0 -6 -6v-196q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h121q76 0 117 -38t41 -115q0 -51 -18.5 -85t-53.5 -51l83 -220q3 -10 -7 -10h-60zM183 283q48 0 68 19t20 64q0 44 -20 63t-68 19h-41q-6 0 -6 -6v-153q0 -6 6 -6h41z +" /> + <glyph glyph-name="S.aalt" horiz-adv-x="363" +d="M186 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9 +q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5q0 -74 -35.5 -113.5t-107.5 -39.5z" /> + <glyph glyph-name="T.aalt" horiz-adv-x="345" +d="M144 0q-10 0 -10 10v431q0 6 -6 6h-101q-10 0 -10 10v52q0 10 10 10h291q10 0 10 -10v-52q0 -10 -10 -10h-101q-6 0 -6 -6v-431q0 -10 -10 -10h-57z" /> + <glyph glyph-name="U.aalt" horiz-adv-x="409" +d="M205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="V.aalt" horiz-adv-x="359" +d="M154 0q-8 0 -10 10l-123 499q-2 10 9 10h57q10 0 11 -10l82 -369h3l80 369q1 10 11 10h56q10 0 8 -10l-122 -499q-2 -10 -10 -10h-52z" /> + <glyph glyph-name="W.aalt" horiz-adv-x="527" +d="M348 0q-8 0 -10 10l-72 355h-2l-74 -355q-2 -10 -10 -10h-50q-8 0 -10 10l-97 499q-2 10 8 10h56q10 0 11 -10l60 -359h1l73 359q1 10 11 10h42q10 0 11 -10l73 -359h2l59 359q1 10 11 10h56q10 0 8 -10l-98 -499q-2 -10 -10 -10h-49z" /> + <glyph glyph-name="X.aalt" horiz-adv-x="370" +d="M280 0q-9 0 -13 10l-81 176h-2l-80 -176q-4 -10 -14 -10h-60q-5 0 -6.5 3t0.5 8l120 260l-109 238q-5 10 7 10h59q9 0 13 -9l71 -158h2l71 158q4 9 13 9h57q12 0 7 -10l-109 -238l120 -260q5 -11 -6 -11h-60z" /> + <glyph glyph-name="Y.aalt" horiz-adv-x="343" +d="M143 0q-10 0 -10 10v205l-119 294q-3 10 7 10h60q8 0 11 -10l79 -208h3l77 208q3 10 12 10h58q10 0 7 -10l-118 -294v-205q0 -10 -10 -10h-57z" /> + <glyph glyph-name="z.aalt" horiz-adv-x="337" +d="M43 0q-10 0 -10 10v52q0 7 3 13l186 370v2h-170q-10 0 -10 10v52q0 10 10 10h241q10 0 10 -10v-51q0 -7 -3 -14l-185 -370v-2h180q10 0 10 -10v-52q0 -10 -10 -10h-252z" /> + <glyph glyph-name="Agrave.aalt" horiz-adv-x="370" +d="M165 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40zM290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3z" /> + <glyph glyph-name="Aacute.aalt" horiz-adv-x="370" +d="M290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3zM164 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="Acircumflex.aalt" horiz-adv-x="370" +d="M290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3zM257 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10 +h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Atilde.aalt" horiz-adv-x="370" +d="M228 621q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7.5t-20.5 -19.5q-4 -5 -8 -3.5t-4 6.5v47q0 8 9 18t20.5 16.5t27.5 6.5q15 0 26 -5.5t22 -13.5t18.5 -12t17.5 -4q14 0 23.5 7.5t20.5 19.5q3 5 7 3.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -9.5 +q-9 -10 -20.5 -16.5t-27.5 -6.5zM290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3z" /> + <glyph glyph-name="Adieresis.aalt" horiz-adv-x="370" +d="M290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3zM234 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM89 628q-10 0 -10 10v72 +q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Amacron.aalt" horiz-adv-x="370" +d="M290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3zM90 643q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Abreve.aalt" horiz-adv-x="370" +d="M187 603q-54 0 -81.5 31.5t-32.5 79.5q-2 10 9 10h32q8 0 11 -10q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57 +q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3z" /> + <glyph glyph-name="Aring.aalt" horiz-adv-x="370" +d="M187 586q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM187 623q21 0 34 14t13 35q0 22 -13 36t-34 14t-34.5 -14t-13.5 -36q0 -21 13.5 -35t34.5 -14zM290 0q-8 0 -11 10l-24 99h-140l-24 -99 +q-3 -10 -11 -10h-57q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q3 -10 -8 -10h-57zM132 180h106l-51 212h-3z" /> + <glyph glyph-name="Aogonek.aalt" horiz-adv-x="370" +d="M161 701q-5 0 -6.5 3t1.5 7l76 106q4 5 7 7.5t9 2.5h59q5 0 6 -3t-2 -7l-93 -106q-10 -10 -18 -10h-39zM290 0q-8 0 -11 10l-24 99h-140l-24 -99q-3 -10 -11 -10h-57q-11 0 -8 10l126 483q-20 11 -31 30.5t-11 45.5q0 37 24.5 61.5t61.5 24.5q38 0 62 -24.5t24 -61.5 +q0 -25 -11 -45t-30 -31l125 -483q3 -10 -8 -10h-57zM185 519q21 0 34.5 14t13.5 36q0 21 -13.5 35t-34.5 14t-34 -14t-13 -35q0 -22 13 -36t34 -14zM132 180h106l-51 212h-3z" /> + <glyph glyph-name="Aringacute.aalt" horiz-adv-x="370" +d="M295 -181q-34 0 -55 19t-21 54q0 30 16.5 55.5t46.5 54.5l-3 8l-24 99h-140l-24 -99q-2 -10 -10 -10h-58q-11 0 -8 10l130 499q3 10 12 10h57q9 0 12 -10l129 -499q1 -7 -4 -10q-67 -58 -67 -96q0 -13 6 -19.5t15 -6.5q12 0 21 6q9 5 12 -3l15 -34q3 -8 -5 -13 +q-9 -6 -23 -10.5t-30 -4.5zM187 392h-3l-52 -212h106z" /> + <glyph glyph-name="AE.aalt" horiz-adv-x="559" +d="M284 0q-10 0 -10 10v93q0 6 -6 6h-133l-40 -99q-5 -10 -13 -10h-60q-10 0 -7 10l205 499q4 10 13 10h287q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52 +q0 -10 -10 -10h-236zM163 180h105q6 0 6 6v261h-3z" /> + <glyph glyph-name="AEacute.aalt" horiz-adv-x="559" +d="M284 0q-10 0 -10 10v93q0 6 -6 6h-133l-40 -99q-5 -10 -13 -10h-60q-10 0 -7 10l205 499q4 10 13 10h287q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52 +q0 -10 -10 -10h-236zM163 180h105q6 0 6 6v261h-3zM276 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="cacute.aalt" horiz-adv-x="369" +d="M160 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM192 -9q-51 0 -85.5 24.5t-48.5 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 28.5t5 19q14 45 48.5 69.5t85.5 24.5q58 0 96 -32t46 -94q1 -9 -8 -12 +l-53 -9q-10 -2 -12 9q-12 66 -68 66q-48 0 -61 -45q-2 -6 -3.5 -13t-2.5 -23t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2.5 -23t3.5 -13q13 -44 61 -44q56 0 68 66q2 10 12 8l53 -9q9 -3 8 -12q-8 -62 -46 -94t-96 -32z" /> + <glyph glyph-name="ccircumflex.aalt" horiz-adv-x="369" +d="M192 -9q-51 0 -85.5 24.5t-48.5 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 28.5t5 19q14 45 48.5 69.5t85.5 24.5q58 0 96 -32t46 -94q1 -9 -8 -12l-53 -9q-10 -2 -12 9q-12 66 -68 66q-48 0 -61 -45q-2 -6 -3.5 -13t-2.5 -23t-1.5 -43 +t-0.5 -72t0.5 -72.5t1.5 -43.5t2.5 -23t3.5 -13q13 -44 61 -44q56 0 68 66q2 10 12 8l53 -9q9 -3 8 -12q-8 -62 -46 -94t-96 -32zM263 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123 +q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="ccaron.aalt" horiz-adv-x="369" +d="M175 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM192 -9q-51 0 -85.5 24.5t-48.5 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 28.5 +t5 19q14 45 48.5 69.5t85.5 24.5q58 0 96 -32t46 -94q1 -9 -8 -12l-53 -9q-10 -2 -12 9q-12 66 -68 66q-48 0 -61 -45q-2 -6 -3.5 -13t-2.5 -23t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2.5 -23t3.5 -13q13 -44 61 -44q56 0 68 66q2 10 12 8l53 -9q9 -3 8 -12 +q-8 -62 -46 -94t-96 -32z" /> + <glyph glyph-name="cdotaccent.aalt" horiz-adv-x="369" +d="M158 628q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM192 -9q-51 0 -85.5 24.5t-48.5 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 28.5t5 19q14 45 48.5 69.5t85.5 24.5q58 0 96 -32t46 -94q1 -9 -8 -12l-53 -9 +q-10 -2 -12 9q-12 66 -68 66q-48 0 -61 -45q-2 -6 -3.5 -13t-2.5 -23t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2.5 -23t3.5 -13q13 -44 61 -44q56 0 68 66q2 10 12 8l53 -9q9 -3 8 -12q-8 -62 -46 -94t-96 -32z" /> + <glyph glyph-name="ccedilla.aalt" horiz-adv-x="369" +d="M156 -5q-37 8 -62 31t-36 59q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 28.5t5 19q14 45 48.5 69.5t85.5 24.5q58 0 96 -32t46 -94q1 -9 -8 -12l-53 -9q-10 -2 -12 9q-12 66 -68 66q-48 0 -61 -45q-2 -6 -3.5 -13t-2.5 -23t-1.5 -43t-0.5 -72 +t0.5 -72.5t1.5 -43.5t2.5 -23t3.5 -13q13 -44 61 -44q56 0 68 66q2 10 12 8l53 -9q9 -3 8 -12q-8 -55 -38 -86t-78 -38l-45 -135q-4 -10 -16 -10h-48q-10 0 -7 10z" /> + <glyph glyph-name="Dcaron.aalt" horiz-adv-x="404" +d="M69 0q-10 0 -10 10v499q0 10 10 10h132q60 0 94 -22t49 -69q4 -11 6.5 -24t4 -32t2.5 -46t1 -66t-1 -66t-2.5 -46.5t-4 -32.5t-6.5 -23q-16 -47 -49.5 -69.5t-93.5 -22.5h-132zM193 72q62 0 78 51q3 7 4.5 16.5t2.5 24.5t1.5 38t0.5 58q0 34 -0.5 57t-1.5 38.5t-2.5 24.5 +t-4.5 17q-16 50 -78 50h-51q-6 0 -6 -6v-363q0 -6 6 -6h51zM175 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36z" /> + <glyph glyph-name="Dcroat.aalt" horiz-adv-x="404" +d="M69 0q-10 0 -10 10v216q0 6 -6 6h-25q-10 0 -10 10v41q0 10 10 10h25q6 0 6 6v210q0 10 10 10h132q60 0 94 -22t49 -69q4 -11 6.5 -24t4 -32t2.5 -46t1 -66t-1 -66t-2.5 -46.5t-4 -32.5t-6.5 -23q-16 -47 -49.5 -69.5t-93.5 -22.5h-132zM193 72q62 0 78 51q3 7 4.5 16.5 +t2.5 24.5t1.5 38t0.5 58q0 34 -0.5 57t-1.5 38.5t-2.5 24.5t-4.5 17q-16 50 -78 50h-51q-6 0 -6 -6v-142q0 -6 6 -6h52q10 0 10 -10v-41q0 -10 -10 -10h-52q-6 0 -6 -6v-148q0 -6 6 -6h51z" /> + <glyph glyph-name="Eth.aalt" horiz-adv-x="404" +d="M69 0q-10 0 -10 10v216q0 6 -6 6h-25q-10 0 -10 10v41q0 10 10 10h25q6 0 6 6v210q0 10 10 10h132q60 0 94 -22t49 -69q4 -11 6.5 -24t4 -32t2.5 -46t1 -66t-1 -66t-2.5 -46.5t-4 -32.5t-6.5 -23q-16 -47 -49.5 -69.5t-93.5 -22.5h-132zM193 72q62 0 78 51q3 7 4.5 16.5 +t2.5 24.5t1.5 38t0.5 58q0 34 -0.5 57t-1.5 38.5t-2.5 24.5t-4.5 17q-16 50 -78 50h-51q-6 0 -6 -6v-142q0 -6 6 -6h52q10 0 10 -10v-41q0 -10 -10 -10h-52q-6 0 -6 -6v-148q0 -6 6 -6h51z" /> + <glyph glyph-name="Egrave.aalt" horiz-adv-x="344" +d="M174 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163 +q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Eacute.aalt" horiz-adv-x="344" +d="M154 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6 +h163q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Ecircumflex.aalt" horiz-adv-x="344" +d="M69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-236zM259 597q-10 0 -17 10l-52 71h-2l-52 -71 +q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Ecaron.aalt" horiz-adv-x="344" +d="M171 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141 +q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Edieresis.aalt" horiz-adv-x="344" +d="M234 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM89 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141 +q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Emacron.aalt" horiz-adv-x="344" +d="M88 643q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163 +q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Ebreve.aalt" horiz-adv-x="344" +d="M185 603q-54 0 -81.5 31.5t-32.5 79.5q-2 10 9 10h32q8 0 11 -10q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137 +q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Edotaccent.aalt" horiz-adv-x="344" +d="M149 628q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM69 0q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163 +q10 0 10 -10v-52q0 -10 -10 -10h-236z" /> + <glyph glyph-name="Eogonek.aalt" horiz-adv-x="344" +d="M244 -181q-34 0 -55 19t-21 54q0 29 16 54.5t43 53.5h-158q-10 0 -10 10v499q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-5 +q-32 -28 -50 -52.5t-18 -43.5q0 -13 6.5 -19.5t15.5 -6.5q7 0 11.5 1.5t9.5 4.5q9 5 12 -3l15 -34q3 -8 -5 -13q-9 -6 -23 -10.5t-30 -4.5z" /> + <glyph glyph-name="gcircumflex.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q61 0 99.5 -32.5t46.5 -92.5q2 -9 -7 -11l-53 -9q-10 -3 -12 8q-12 65 -73 65q-51 0 -66 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43 +t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 67 -44t67 44q2 6 3.5 12.5t2 18t1 29.5t0.5 46q0 6 -6 6h-62q-10 0 -10 10v49q0 10 10 10h131q10 0 10 -10v-23q0 -47 -0.5 -76.5t-2 -47.5t-3.5 -28t-5 -19q-14 -45 -50 -69.5t-88 -24.5zM266 597q-10 0 -17 10l-52 71 +h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="gbreve.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q61 0 99.5 -32.5t46.5 -92.5q2 -9 -7 -11l-53 -9q-10 -3 -12 8q-12 65 -73 65q-51 0 -66 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43 +t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 67 -44t67 44q2 6 3.5 12.5t2 18t1 29.5t0.5 46q0 6 -6 6h-62q-10 0 -10 10v49q0 10 10 10h131q10 0 10 -10v-23q0 -47 -0.5 -76.5t-2 -47.5t-3.5 -28t-5 -19q-14 -45 -50 -69.5t-88 -24.5zM196 603q-54 0 -81.5 31.5 +t-32.5 79.5q-2 10 9 10h32q8 0 11 -10q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="gdotaccent.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q61 0 99.5 -32.5t46.5 -92.5q2 -9 -7 -11l-53 -9q-10 -3 -12 8q-12 65 -73 65q-51 0 -66 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43 +t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 67 -44t67 44q2 6 3.5 12.5t2 18t1 29.5t0.5 46q0 6 -6 6h-62q-10 0 -10 10v49q0 10 10 10h131q10 0 10 -10v-23q0 -47 -0.5 -76.5t-2 -47.5t-3.5 -28t-5 -19q-14 -45 -50 -69.5t-88 -24.5zM164 628q-10 0 -10 10v72 +q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="gcommaaccent.aalt" horiz-adv-x="392" +d="M168 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q61 0 99.5 -32.5 +t46.5 -92.5q2 -9 -7 -11l-53 -9q-10 -3 -12 8q-12 65 -73 65q-51 0 -66 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 67 -44t67 44q2 6 3.5 12.5t2 18t1 29.5t0.5 46q0 6 -6 6h-62q-10 0 -10 10v49q0 10 10 10h131q10 0 10 -10 +v-23q0 -47 -0.5 -76.5t-2 -47.5t-3.5 -28t-5 -19q-14 -45 -50 -69.5t-88 -24.5z" /> + <glyph glyph-name="Hcircumflex.aalt" horiz-adv-x="413" +d="M287 0q-10 0 -10 10v213q0 6 -6 6h-129q-6 0 -6 -6v-213q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-202q0 -6 6 -6h129q6 0 6 6v202q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57zM276 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10 +h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Hbar.aalt" horiz-adv-x="413" +d="M287 0q-10 0 -10 10v213q0 6 -6 6h-129q-6 0 -6 -6v-213q0 -10 -10 -10h-57q-10 0 -10 10v364q0 6 -6 6h-33q-10 0 -10 10v41q0 10 10 10h33q6 0 6 6v62q0 10 10 10h57q10 0 10 -10v-62q0 -6 6 -6h129q6 0 6 6v62q0 10 10 10h57q10 0 10 -10v-62q0 -6 6 -6h33 +q10 0 10 -10v-41q0 -10 -10 -10h-33q-6 0 -6 -6v-364q0 -10 -10 -10h-57zM271 301q6 0 6 6v67q0 6 -6 6h-129q-6 0 -6 -6v-67q0 -6 6 -6h129z" /> + <glyph glyph-name="igrave.aalt" horiz-adv-x="195" +d="M84 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40zM69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57z" /> + <glyph glyph-name="iacute.aalt" horiz-adv-x="195" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57zM76 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="ibreve.aalt" horiz-adv-x="195" +d="M99 603q-54 0 -81.5 31.5t-32.5 79.5q-2 10 9 10h32q8 0 11 -10q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57z" /> + <glyph glyph-name="icircumflex.aalt" horiz-adv-x="195" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57zM169 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="itilde.aalt" horiz-adv-x="195" +d="M141 621q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7.5t-20.5 -19.5q-4 -5 -8 -3.5t-4 6.5v47q0 8 9 18t20.5 16.5t27.5 6.5q15 0 26 -5.5t22 -13.5t18.5 -12t17.5 -4q14 0 23.5 7.5t20.5 19.5q3 5 7 3.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -9.5 +q-9 -10 -20.5 -16.5t-27.5 -6.5zM69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57z" /> + <glyph glyph-name="idieresis.aalt" horiz-adv-x="195" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57zM145 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM0 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="imacron.aalt" horiz-adv-x="195" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57zM2 643q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="i.sc" horiz-adv-x="195" +d="M67 628q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57z" /> + <glyph glyph-name="iogonek.aalt" horiz-adv-x="195" +d="M86 -181q-35 0 -56 19t-21 54q0 28 13.5 53t42.5 56q-6 0 -6 9v499q0 10 10 10h57q10 0 10 -10v-499q0 -5 -3 -9q-34 -36 -46.5 -58t-12.5 -39q0 -26 22 -26q11 0 20 6q9 5 12 -3l15 -34q3 -9 -5 -13q-9 -6 -23 -10.5t-29 -4.5z" /> + <glyph glyph-name="Jcircumflex.aalt" horiz-adv-x="319" +d="M121 -9q-32 0 -57 10.5t-39 25.5q-6 7 1 14l39 37q7 7 15 0q8 -5 19 -9.5t25 -4.5q28 0 44.5 16t16.5 53v376q0 10 10 10h57q10 0 10 -10v-373q0 -74 -37.5 -109.5t-103.5 -35.5zM285 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5 +l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Kcommaaccent.aalt" horiz-adv-x="396" +d="M181 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM307 0q-8 0 -11 7l-108 232l-52 -85v-144q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-235l140 238q4 7 13 7h61q10 0 5 -9l-122 -198 +l142 -302q2 -4 0.5 -7t-5.5 -3h-63z" /> + <glyph glyph-name="Lacute.aalt" horiz-adv-x="331" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-431q0 -6 6 -6h159q10 0 10 -10v-52q0 -10 -10 -10h-232zM83 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="Lcaron.aalt" horiz-adv-x="331" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-431q0 -6 6 -6h159q10 0 10 -10v-52q0 -10 -10 -10h-232zM189 365q-9 0 -9 9v137q0 10 10 10h52q10 0 10 -10v-50q0 -8 -1 -12.5t-5 -10.5l-45 -66q-4 -7 -12 -7z" /> + <glyph glyph-name="Lcommaaccent.aalt" horiz-adv-x="331" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-431q0 -6 6 -6h159q10 0 10 -10v-52q0 -10 -10 -10h-232zM153 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8z" /> + <glyph glyph-name="Lslash.aalt" horiz-adv-x="331" +d="M136 245v-167q0 -6 6 -6h159q10 0 10 -10v-52q0 -10 -10 -10h-232q-10 0 -10 10v185l-34 -23q-4 -2 -7 -0.5t-3 5.5v54q0 9 10 16l34 23v239q0 10 10 10h57q10 0 10 -10v-189l71 49q4 2 7 0.5t3 -5.5v-54q0 -9 -10 -16z" /> + <glyph glyph-name="Ldot.aalt" horiz-adv-x="331" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-431q0 -6 6 -6h159q10 0 10 -10v-52q0 -10 -10 -10h-232zM231 212q-10 0 -10 10v84q0 10 10 10h65q10 0 10 -10v-84q0 -10 -10 -10h-65z" /> + <glyph glyph-name="Nacute.aalt" horiz-adv-x="424" +d="M289 0q-12 0 -16 10l-141 377h-3v-377q0 -10 -10 -10h-50q-10 0 -10 10v499q0 10 10 10h69q13 0 16 -10l137 -374h4v374q0 10 10 10h50q10 0 10 -10v-499q0 -10 -10 -10h-66zM176 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z +" /> + <glyph glyph-name="Ncaron.aalt" horiz-adv-x="424" +d="M289 0q-12 0 -16 10l-141 377h-3v-377q0 -10 -10 -10h-50q-10 0 -10 10v499q0 10 10 10h69q13 0 16 -10l137 -374h4v374q0 10 10 10h50q10 0 10 -10v-499q0 -10 -10 -10h-66zM193 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71 +q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36z" /> + <glyph glyph-name="Ntilde.aalt" horiz-adv-x="424" +d="M289 0q-12 0 -16 10l-141 377h-3v-377q0 -10 -10 -10h-50q-10 0 -10 10v499q0 10 10 10h69q13 0 16 -10l137 -374h4v374q0 10 10 10h50q10 0 10 -10v-499q0 -10 -10 -10h-66zM253 621q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7.5t-20.5 -19.5 +q-4 -5 -8 -3.5t-4 6.5v47q0 8 9 18t20.5 16.5t27.5 6.5q15 0 26 -5.5t22 -13.5t18.5 -12t17.5 -4q14 0 23.5 7.5t20.5 19.5q3 5 7 3.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -9.5q-9 -10 -20.5 -16.5t-27.5 -6.5z" /> + <glyph glyph-name="Ncommaaccent.aalt" horiz-adv-x="424" +d="M190 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM289 0q-12 0 -16 10l-141 377h-3v-377q0 -10 -10 -10h-50q-10 0 -10 10v499q0 10 10 10h69q13 0 16 -10l137 -374h4v374q0 10 10 10h50q10 0 10 -10v-499 +q0 -10 -10 -10h-66z" /> + <glyph glyph-name="Ograve.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM174 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10 +l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="Oacute.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM167 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7 +l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="Ocircumflex.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM266 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42 +q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Otilde.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM237 621q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4 +q-14 0 -23.5 -7.5t-20.5 -19.5q-4 -5 -8 -3.5t-4 6.5v47q0 8 9 18t20.5 16.5t27.5 6.5q15 0 26 -5.5t22 -13.5t18.5 -12t17.5 -4q14 0 23.5 7.5t20.5 19.5q3 5 7 3.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -9.5q-9 -10 -20.5 -16.5t-27.5 -6.5z" /> + <glyph glyph-name="Odieresis.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM243 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72 +q0 -10 -10 -10h-51zM98 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Omacron.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM99 643q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43 +q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Obreve.aalt" horiz-adv-x="392" +d="M196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5z +M196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44zM196 603q-54 0 -81.5 31.5t-32.5 79.5q-2 10 9 10h32q8 0 11 -10 +q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Ohungarumlaut.aalt" horiz-adv-x="392" +d="M234 597q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -8 -8.5t-10 -1.5h-34zM110 597q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -7.5 -8.5t-9.5 -1.5h-35zM196 -9q-52 0 -88 24.5t-50 69.5q-3 9 -5 19t-3.5 28.5t-2 48.5 +t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5t88 -24.5t50 -68.5q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5zM196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43 +t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44z" /> + <glyph glyph-name="Oslash.aalt" horiz-adv-x="392" +d="M48 -30q-11 0 -6 10l33 68q-12 18 -17 37q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q56 0 94 -30l20 41q6 10 14 10h20q10 0 7 -10l-34 -69q11 -16 17 -35q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79 +t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5q-57 0 -95 29l-19 -40q-6 -10 -13 -10h-21zM124 260v-66.5t1 -41.5l129 274q-17 30 -58 30q-50 0 -65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72zM196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5v65.5 +t-1 41.5l-130 -274q17 -29 59 -29z" /> + <glyph glyph-name="Oslashacute.aalt" horiz-adv-x="392" +d="M167 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM48 -30q-11 0 -6 10l33 68q-12 18 -17 37q-3 9 -5 19t-3.5 28.5t-2 48.5t-0.5 79q0 48 0.5 78t2 48.5t3.5 29t5 19.5q14 44 50 68.5t88 24.5q56 0 94 -30l20 41q6 10 14 10h20 +q10 0 7 -10l-34 -69q11 -16 17 -35q3 -9 5 -19.5t3.5 -29t2 -48.5t0.5 -78q0 -49 -0.5 -79t-2 -48.5t-3.5 -28.5t-5 -19q-14 -45 -50 -69.5t-88 -24.5q-57 0 -95 29l-19 -40q-6 -10 -13 -10h-21zM124 260v-66.5t1 -41.5l129 274q-17 30 -58 30q-50 0 -65 -45q-2 -5 -3 -12.5 +t-2 -23.5t-1.5 -43t-0.5 -72zM196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5v65.5t-1 41.5l-130 -274q17 -29 59 -29z" /> + <glyph glyph-name="OE.aalt" horiz-adv-x="553" +d="M278 0q-10 0 -10 10v21h-1q-10 -18 -32.5 -29t-53.5 -11q-96 0 -123 89q-3 9 -5 20t-3.5 30.5t-2 50.5t-0.5 79t0.5 78.5t2 50t3.5 30.5t5 20q27 89 123 89q31 0 53.5 -11t32.5 -29h1v21q0 10 10 10h236q10 0 10 -10v-52q0 -10 -10 -10h-163q-6 0 -6 -6v-137q0 -6 6 -6 +h141q10 0 10 -10v-52q0 -10 -10 -10h-141q-6 0 -6 -6v-142q0 -6 6 -6h163q10 0 10 -10v-52q0 -10 -10 -10h-236zM196 64q50 0 65 44q2 6 3.5 13t2 23t1 43.5t0.5 72.5t-0.5 72t-1 43t-2 23.5t-3.5 12.5q-15 45 -65 45t-65 -45q-2 -5 -3 -12.5t-2 -23.5t-1.5 -43t-0.5 -72 +t0.5 -72.5t1.5 -43.5t2 -23t3 -13q15 -44 65 -44z" /> + <glyph glyph-name="Racute.aalt" horiz-adv-x="395" +d="M156 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM292 0q-10 0 -13 9l-73 203h-16h-48q-6 0 -6 -6v-196q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h121q76 0 117 -38t41 -115q0 -51 -18.5 -85t-53.5 -51l83 -220 +q3 -10 -7 -10h-60zM183 283q48 0 68 19t20 64q0 44 -20 63t-68 19h-41q-6 0 -6 -6v-153q0 -6 6 -6h41z" /> + <glyph glyph-name="Rcommaaccent.aalt" horiz-adv-x="395" +d="M166 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM292 0q-10 0 -13 9l-73 203h-16h-48q-6 0 -6 -6v-196q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h121 +q76 0 117 -38t41 -115q0 -51 -18.5 -85t-53.5 -51l83 -220q3 -10 -7 -10h-60zM183 283q48 0 68 19t20 64q0 44 -20 63t-68 19h-41q-6 0 -6 -6v-153q0 -6 6 -6h41z" /> + <glyph glyph-name="rcommaaccent.aalt" horiz-adv-x="395" +d="M173 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM292 0q-10 0 -13 9l-73 203h-16h-48q-6 0 -6 -6v-196q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h121q76 0 117 -38t41 -115q0 -51 -18.5 -85t-53.5 -51 +l83 -220q3 -10 -7 -10h-60zM183 283q48 0 68 19t20 64q0 44 -20 63t-68 19h-41q-6 0 -6 -6v-153q0 -6 6 -6h41z" /> + <glyph glyph-name="Sacute.aalt" horiz-adv-x="363" +d="M150 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM186 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54 +q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5q0 -74 -35.5 -113.5t-107.5 -39.5z" /> + <glyph glyph-name="Scircumflex.aalt" horiz-adv-x="363" +d="M186 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9 +q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5q0 -74 -35.5 -113.5t-107.5 -39.5zM253 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123 +q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Scaron.aalt" horiz-adv-x="363" +d="M165 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM186 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5 +q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5 +q0 -74 -35.5 -113.5t-107.5 -39.5z" /> + <glyph glyph-name="scedilla.sc" horiz-adv-x="363" +d="M105 -152q-10 0 -7 10l54 136q-55 8 -83 42t-33 91q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8 +q-9 -2 -11 9q-5 34 -21 51t-48 17q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5t-29 -105t-86 -46l-45 -135q-4 -10 -16 -10h-48z" /> + <glyph glyph-name="Scommaaccent.aalt" horiz-adv-x="363" +d="M155 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM186 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5 +t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5q0 -74 -35.5 -113.5t-107.5 -39.5z" /> + <glyph glyph-name="Tcaron.aalt" horiz-adv-x="345" +d="M144 0q-10 0 -10 10v431q0 6 -6 6h-101q-10 0 -10 10v52q0 10 10 10h291q10 0 10 -10v-52q0 -10 -10 -10h-101q-6 0 -6 -6v-431q0 -10 -10 -10h-57zM156 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5 +t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36z" /> + <glyph glyph-name="Tcommaaccent.aalt" horiz-adv-x="345" +d="M144 0q-10 0 -10 10v431q0 6 -6 6h-101q-10 0 -10 10v52q0 10 10 10h291q10 0 10 -10v-52q0 -10 -10 -10h-101q-6 0 -6 -6v-431q0 -10 -10 -10h-57zM145 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8z" /> + <glyph glyph-name="Tbar.aalt" horiz-adv-x="345" +d="M144 0q-10 0 -10 10v277q0 6 -6 6h-43q-10 0 -10 10v42q0 10 10 10h43q6 0 6 6v80q0 6 -6 6h-101q-10 0 -10 10v52q0 10 10 10h291q10 0 10 -10v-52q0 -10 -10 -10h-101q-6 0 -6 -6v-80q0 -6 6 -6h43q10 0 10 -10v-42q0 -10 -10 -10h-43q-6 0 -6 -6v-277q0 -10 -10 -10 +h-57z" /> + <glyph glyph-name="Thorn.aalt" horiz-adv-x="379" +d="M191 429q75 0 116.5 -38t41.5 -119t-41.5 -119.5t-116.5 -38.5h-49q-6 0 -6 -6v-98q0 -10 -10 -10h-57q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-74q0 -6 6 -6h49zM184 185q47 0 67.5 19t20.5 68q0 48 -20.5 67t-67.5 19h-42q-6 0 -6 -6v-161q0 -6 6 -6h42z" /> + <glyph glyph-name="Ugrave.aalt" horiz-adv-x="409" +d="M190 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114 +t-106.5 -39z" /> + <glyph glyph-name="Uacute.aalt" horiz-adv-x="409" +d="M179 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365 +q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="Ucircumflex.aalt" horiz-adv-x="409" +d="M205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39zM274 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5 +t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Utilde.aalt" horiz-adv-x="409" +d="M246 621q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7.5t-20.5 -19.5q-4 -5 -8 -3.5t-4 6.5v47q0 8 9 18t20.5 16.5t27.5 6.5q15 0 26 -5.5t22 -13.5t18.5 -12t17.5 -4q14 0 23.5 7.5t20.5 19.5q3 5 7 3.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -9.5 +q-9 -10 -20.5 -16.5t-27.5 -6.5zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="Udieresis.aalt" horiz-adv-x="409" +d="M251 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM106 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20 +t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="Umacron.aalt" horiz-adv-x="409" +d="M107 643q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39 +z" /> + <glyph glyph-name="Ubreve.aalt" horiz-adv-x="409" +d="M204 603q-54 0 -81.5 31.5t-32.5 79.5q-2 10 9 10h32q8 0 11 -10q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20 +q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="Uring.aalt" horiz-adv-x="409" +d="M204 586q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM204 623q21 0 34 14t13 35q0 22 -13 36t-34 14t-34.5 -14t-13.5 -36q0 -21 13.5 -35t34.5 -14zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57 +q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="Uhungarumlaut.aalt" horiz-adv-x="409" +d="M243 597q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -8 -8.5t-10 -1.5h-34zM119 597q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -7.5 -8.5t-9.5 -1.5h-35zM205 -9q-68 0 -107.5 39t-39.5 114v365q0 10 10 10h57 +q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -75 -39.5 -114t-106.5 -39z" /> + <glyph glyph-name="Uogonek.aalt" horiz-adv-x="409" +d="M206 -181q-34 0 -55 19t-21 54q0 25 10 47t35 56q-54 8 -85.5 45.5t-31.5 103.5v365q0 10 10 10h57q10 0 10 -10v-364q0 -41 18.5 -61t51.5 -20q32 0 50.5 20t18.5 61v364q0 10 10 10h57q10 0 10 -10v-365q0 -63 -29 -100.5t-81 -48.5q-26 -32 -36.5 -53t-10.5 -38 +q0 -26 22 -26q11 0 20 6q8 5 13 -3l14 -34q5 -8 -4 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="Wacute.aalt" horiz-adv-x="527" +d="M348 0q-8 0 -10 10l-72 355h-2l-74 -355q-2 -10 -10 -10h-50q-8 0 -10 10l-97 499q-2 10 8 10h56q10 0 11 -10l60 -359h1l73 359q1 10 11 10h42q10 0 11 -10l73 -359h2l59 359q1 10 11 10h56q10 0 8 -10l-98 -499q-2 -10 -10 -10h-49zM243 597q-10 0 -5 10l69 123 +q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="Wcircumflex.aalt" horiz-adv-x="527" +d="M348 0q-8 0 -10 10l-72 355h-2l-74 -355q-2 -10 -10 -10h-50q-8 0 -10 10l-97 499q-2 10 8 10h56q10 0 11 -10l60 -359h1l73 359q1 10 11 10h42q10 0 11 -10l73 -359h2l59 359q1 10 11 10h56q10 0 8 -10l-98 -499q-2 -10 -10 -10h-49zM333 597q-10 0 -17 10l-52 71h-2 +l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="wcircumflex.aalt" horiz-adv-x="527" +d="M348 0q-8 0 -10 10l-72 355h-2l-74 -355q-2 -10 -10 -10h-50q-8 0 -10 10l-97 499q-2 10 8 10h56q10 0 11 -10l60 -359h1l73 359q1 10 11 10h42q10 0 11 -10l73 -359h2l59 359q1 10 11 10h56q10 0 8 -10l-98 -499q-2 -10 -10 -10h-49zM310 628q-10 0 -10 10v72 +q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM165 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Wgrave.aalt" horiz-adv-x="527" +d="M348 0q-8 0 -10 10l-72 355h-2l-74 -355q-2 -10 -10 -10h-50q-8 0 -10 10l-97 499q-2 10 8 10h56q10 0 11 -10l60 -359h1l73 359q1 10 11 10h42q10 0 11 -10l73 -359h2l59 359q1 10 11 10h56q10 0 8 -10l-98 -499q-2 -10 -10 -10h-49zM245 597q-10 0 -17 10l-87 123 +q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="Yacute.aalt" horiz-adv-x="343" +d="M143 0q-10 0 -10 10v205l-119 294q-3 10 7 10h60q8 0 11 -10l79 -208h3l77 208q3 10 12 10h58q10 0 7 -10l-118 -294v-205q0 -10 -10 -10h-57zM150 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="Ycircumflex.aalt" horiz-adv-x="343" +d="M143 0q-10 0 -10 10v205l-119 294q-3 10 7 10h60q8 0 11 -10l79 -208h3l77 208q3 10 12 10h58q10 0 7 -10l-118 -294v-205q0 -10 -10 -10h-57zM243 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10 +l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Ydieresis.aalt" horiz-adv-x="343" +d="M143 0q-10 0 -10 10v205l-119 294q-3 10 7 10h60q8 0 11 -10l79 -208h3l77 208q3 10 12 10h58q10 0 7 -10l-118 -294v-205q0 -10 -10 -10h-57zM220 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM75 628q-10 0 -10 10v72q0 10 10 10h51 +q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Ygrave.aalt" horiz-adv-x="343" +d="M157 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40zM143 0q-10 0 -10 10v205l-119 294q-3 10 7 10h60q8 0 11 -10l79 -208h3l77 208q3 10 12 10h58q10 0 7 -10l-118 -294v-205q0 -10 -10 -10h-57z" /> + <glyph glyph-name="zacute.aalt" horiz-adv-x="337" +d="M140 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM43 0q-10 0 -10 10v52q0 7 3 13l186 370v2h-170q-10 0 -10 10v52q0 10 10 10h241q10 0 10 -10v-51q0 -7 -3 -14l-185 -370v-2h180q10 0 10 -10v-52q0 -10 -10 -10h-252z" /> + <glyph glyph-name="zcaron.aalt" horiz-adv-x="337" +d="M153 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36zM43 0q-10 0 -10 10v52q0 7 3 13l186 370v2h-170q-10 0 -10 10v52q0 10 10 10h241q10 0 10 -10v-51q0 -7 -3 -14 +l-185 -370v-2h180q10 0 10 -10v-52q0 -10 -10 -10h-252z" /> + <glyph glyph-name="zdotaccent.aalt" horiz-adv-x="337" +d="M140 628q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM43 0q-10 0 -10 10v52q0 7 3 13l186 370v2h-170q-10 0 -10 10v52q0 10 10 10h241q10 0 10 -10v-51q0 -7 -3 -14l-185 -370v-2h180q10 0 10 -10v-52q0 -10 -10 -10h-252z" /> + <glyph glyph-name="IJ.aalt" horiz-adv-x="514" +d="M69 0q-10 0 -10 10v499q0 10 10 10h57q10 0 10 -10v-499q0 -10 -10 -10h-57zM316 -9q-32 0 -57 10.5t-39 25.5q-6 7 1 14l39 37q7 7 15 0q8 -5 19 -9.5t25 -4.5q28 0 44.5 16t16.5 53v376q0 10 10 10h57q10 0 10 -10v-373q0 -74 -37.5 -109.5t-103.5 -35.5z" /> + <glyph glyph-name="germandbls.sc" horiz-adv-x="726" +d="M186 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9 +q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5q0 -74 -35.5 -113.5t-107.5 -39.5zM549 -9q-72 0 -108.5 35t-41.5 101q0 10 8 11l55 9q9 2 11 -8q9 -78 74 -78q35 0 52 18.5t17 63.5q0 35 -14 53.5t-52 31.5l-37 12 +q-30 9 -50 21.5t-32.5 29.5t-18 40t-5.5 54q0 68 37 105.5t101 37.5q68 0 102.5 -33.5t40.5 -93.5q2 -11 -7 -12l-53 -8q-11 -2 -11 9q-8 68 -69 68q-65 0 -65 -72q0 -30 12.5 -48t49.5 -30l37 -12q61 -19 85.5 -52.5t24.5 -99.5q0 -74 -35.5 -113.5t-107.5 -39.5z" /> + <glyph glyph-name="Eng.aalt" horiz-adv-x="424" +d="M228 -180q-10 0 -10 10v52q0 10 10 10h9q29 2 40 13.5t11 40.5v30l-156 411h-3v-377q0 -10 -10 -10h-50q-10 0 -10 10v499q0 10 10 10h69q12 0 16 -10l137 -373h4v373q0 10 10 10h50q10 0 10 -10v-552q0 -74 -29.5 -105.5t-98.5 -31.5h-9z" /> + <glyph glyph-name="glyph381" horiz-adv-x="390" +d="M224 597q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="glyph382" horiz-adv-x="390" +d="M126 597q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="glyph383" horiz-adv-x="390" +d="M265 597q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="glyph384" horiz-adv-x="390" +d="M177 596q-11 0 -17 10l-82 123q-3 5 -1.5 7.5t6.5 2.5h42q10 0 17 -10l52 -71h2l52 71q7 10 17 10h42q5 0 6.5 -2.5t-1.5 -7.5l-82 -123q-6 -10 -17 -10h-36z" /> + <glyph glyph-name="glyph385" horiz-adv-x="390" +d="M236 621q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4q-14 0 -23.5 -7.5t-20.5 -19.5q-4 -5 -8 -3.5t-4 6.5v47q0 8 9 18t20.5 16.5t27.5 6.5q15 0 26 -5.5t22 -13.5t18.5 -12t17.5 -4q14 0 23.5 7.5t20.5 19.5q3 5 7 3.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -9.5 +q-9 -10 -20.5 -16.5t-27.5 -6.5z" /> + <glyph glyph-name="glyph386" horiz-adv-x="390" +d="M242 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51zM97 628q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="glyph387" horiz-adv-x="389" +d="M99 643q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43q0 -10 -10 -10h-194z" /> + <glyph glyph-name="glyph388" horiz-adv-x="390" +d="M195 603q-54 0 -81.5 31.5t-32.5 79.5q-2 10 9 10h32q8 0 11 -10q7 -25 22.5 -39t39.5 -14t39.5 14t22.5 39q3 10 10 10h33q11 0 9 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="glyph389" horiz-adv-x="390" +d="M195 586q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM195 623q21 0 34 14t13 35q0 22 -13 36t-34 14t-34.5 -14t-13.5 -36q0 -21 13.5 -35t34.5 -14z" /> + <glyph glyph-name="glyph390" horiz-adv-x="390" +d="M192 597q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -8 -8.5t-10 -1.5h-34zM68 597q-11 0 -6 10l61 123q4 10 16 10h49q5 0 6 -3t-1 -7l-73 -123q-4 -7 -7.5 -8.5t-9.5 -1.5h-35z" /> + <glyph glyph-name="glyph391" horiz-adv-x="390" +d="M163 628q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63z" /> + <glyph glyph-name="exclamdown.aalt" horiz-adv-x="206" +d="M86 344.011q-10 0 -10 -10l-15 -328.979q0 -10 10 -10h64q10 0 10 10l-15 328.979q0 10 -10 10h-34zM70 514q-10 0 -10 -9.99902v-83.9951q0 -10 10 -10h66q10 0 10 10v83.9951q0 9.99902 -10 9.99902h-66z" /> + <glyph glyph-name="questiondown.aalt" horiz-adv-x="313" +d="M188.008 358.01q9.99902 0 9.99902 -10v-33.998q0 -17.998 -3 -29.498q-2.99902 -11.499 -12.999 -25.498l-46.9971 -64.9961q-15.999 -22.999 -21.999 -37.498q-5.99902 -14.499 -5.99902 -36.4971q0 -11 1 -17.999q1 -7 3 -12q4.99902 -13.999 17.499 -22.998 +q12.499 -9 32.498 -9q18.998 0 31.498 9q12.499 8.99902 17.498 22.998q2 6 3 14q1 7.99902 2 26.998q0 10.999 10 8.99902l55.9961 -6.99902q8.99902 -1 8.99902 -10q0 -22.998 -1.99902 -36.4971q-2 -13.499 -6 -24.499q-12.999 -36.9971 -44.9971 -56.4961 +t-76.9951 -19.499q-45.998 0 -77.4961 19.999q-31.498 19.998 -44.4971 57.9961q-4.99902 11.999 -6.49902 24.999q-1.5 12.999 -1.5 26.998q0 29.998 7.49902 51.9971q7.5 21.998 22.499 41.9971l45.9971 63.9961q7.99902 10.999 10.499 20.999q2.5 9.99902 2.5 23.998 +v28.998q0 10 10 10h58.9961zM191.008 514q9.99902 0 9.99902 -9.99902v-83.9951q0 -10 -9.99902 -10h-64.9961q-10 0 -10 10v83.9951q0 9.99902 10 9.99902h64.9961z" /> + <glyph glyph-name="Euro.sc" horiz-adv-x="362" +d="M200 -9q-49 0 -79 23t-43 65q-5 14 -7 34.5t-2 65.5q0 6 -6 6h-33q-10 0 -10 10v35q0 10 10 10h33q6 0 6 6v32q0 6 -6 6h-33q-10 0 -10 10v35q0 10 10 10h33q6 0 6 6q0 41 2 61.5t7 34.5q13 42 43 64.5t79 22.5q60 0 91 -29.5t38 -76.5q2 -9 -7 -11l-52 -11q-10 -2 -12 8 +q-4 21 -17 35t-39 14q-41 0 -52 -39q-2 -8 -3.5 -22t-1.5 -51q0 -6 6 -6h111q10 0 10 -10l-10 -35q-3 -10 -10 -10h-101q-6 0 -6 -6v-32q0 -6 6 -6h101q10 0 10 -10l-10 -35q-3 -10 -10 -10h-91q-6 0 -6 -6q0 -40 1.5 -55t3.5 -23q5 -18 18 -28.5t34 -10.5q26 0 39 14.5 +t17 34.5q2 10 12 8l52 -10q9 -2 7 -11q-7 -47 -38 -77t-91 -30z" /> + <glyph glyph-name="cent.sc" horiz-adv-x="362" +d="M181 -76q-10 0 -10 10v58q-43 3 -70.5 24.5t-38.5 59.5q-2 7 -4 15t-3 20t-1.5 29t-0.5 43t0.5 43t1.5 29t3 20t4 15q11 37 38.5 59t70.5 25v60q0 10 10 10h13q10 0 10 -10v-60q47 -4 76 -30.5t36 -65.5q2 -9 -7 -12l-53 -10q-8 -3 -12 7q-5 18 -15.5 26.5t-24.5 11.5 +v-236q14 2 24.5 11t15.5 27q3 8 12 7l53 -10q9 -3 7 -12q-7 -40 -36 -66t-76 -30v-58q0 -10 -10 -10h-13zM136 98q8 -27 35 -33v235q-28 -6 -35 -32q-2 -7 -4 -23t-2 -62t2 -62t4 -23z" /> + <glyph glyph-name="sterling.sc" horiz-adv-x="362" +d="M60 0q-10 0 -10 10v52q0 7 4 11q15 16 20.5 30.5t5.5 38.5v67q0 6 -6 6h-26q-10 0 -10 10v39q0 10 10 10h26q6 0 6 6v118q0 59 31 94.5t93 35.5q58 0 87 -31t34 -79q2 -10 -9 -11l-53 -10q-9 -2 -11 8q-5 51 -48 51q-23 0 -35 -14.5t-12 -46.5v-115q0 -6 6 -6h84 +q10 0 10 -10v-39q0 -10 -10 -10h-84q-6 0 -6 -6v-67q0 -21 -5 -38.5t-19 -29.5v-2h184q10 0 10 -10v-52q0 -10 -10 -10h-257z" /> + <glyph glyph-name="florin.sc" horiz-adv-x="362" +d="M235 273l-48 -262q-14 -80 -47 -114t-104 -34h-15q-10 0 -10 10v53q0 10 10 10h6q38 0 56.5 14t26.5 59l47 264h-58q-10 0 -10 10v42q0 10 10 10h69l7 36q7 40 18 68t28.5 46t42.5 26t61 8h16q10 0 10 -10v-53q0 -10 -10 -10h-7q-19 0 -32.5 -3t-23 -11.5t-15.5 -22.5 +t-10 -36l-7 -38h69q10 0 10 -10v-42q0 -10 -10 -10h-80z" /> + <glyph glyph-name="yen.sc" horiz-adv-x="362" +d="M152 0q-10 0 -10 10v89q0 6 -6 6h-78q-10 0 -10 10v35q0 10 10 10h78q6 0 6 6v30q0 6 -6 6h-78q-10 0 -10 10v35q0 10 10 10h70v2l-98 250q-3 10 7 10h60q9 0 12 -10l73 -197h2l69 197q3 10 12 10h59q11 0 8 -10l-99 -250v-2h70q10 0 10 -10v-35q0 -10 -10 -10h-78 +q-6 0 -6 -6v-30q0 -6 6 -6h78q10 0 10 -10v-35q0 -10 -10 -10h-78q-6 0 -6 -6v-89q0 -10 -10 -10h-57z" /> + <glyph glyph-name="perthousand.aalt" horiz-adv-x="843" +d="M184 -10q-11 0 -8 10l213 519q3 10 12 10h38q11 0 8 -10l-212 -519q-4 -10 -13 -10h-38zM154 255q-31 0 -52 14t-29 38q-2 5 -3.5 11t-2 15t-1 22.5t-0.5 34.5t0.5 34.5t1 22.5t2 14.5t3.5 10.5q8 24 29 38.5t52 14.5q32 0 53 -14.5t29 -38.5q1 -5 2.5 -10.5t2.5 -14.5 +t1.5 -22.5t0.5 -34.5t-0.5 -34.5t-1.5 -22.5t-2.5 -15t-2.5 -11q-8 -24 -29 -38t-53 -14zM154 305q21 0 29 19q1 3 1.5 6.5t1 10.5t0.5 18.5v30.5v29.5t-0.5 18.5t-1 10.5t-1.5 6.5q-8 19 -29 19q-22 0 -28 -19q-1 -3 -1.5 -6.5t-1 -10.5t-0.5 -18.5v-29.5v-30.5t0.5 -18.5 +t1 -10.5t1.5 -6.5q6 -19 28 -19zM689 -6q-31 0 -52 14.5t-29 38.5q-2 5 -3.5 10.5t-2 14.5t-1 22.5t-0.5 34.5t0.5 34.5t1 22.5t2 14.5t3.5 10.5q8 24 29 38.5t52 14.5t52.5 -14.5t29.5 -38.5q1 -5 2.5 -10.5t2 -14.5t1 -22.5t0.5 -34.5t-0.5 -34.5t-1 -22.5t-2 -14.5 +t-2.5 -10.5q-8 -24 -29.5 -38.5t-52.5 -14.5zM469 -6q-31 0 -52 14.5t-29 38.5q-2 5 -3.5 10.5t-2 14.5t-1 22.5t-0.5 34.5t0.5 34.5t1 22.5t2 14.5t3.5 10.5q8 24 29 38.5t52 14.5t52 -14.5t29 -38.5q2 -5 3.5 -10.5t2 -14.5t1 -22.5t0.5 -34.5t-0.5 -34.5t-1 -22.5 +t-2 -14.5t-3.5 -10.5q-8 -24 -29 -38.5t-52 -14.5zM689 44q22 0 28 20q1 3 2 6.5t1.5 10t0.5 18v30.5q0 37 -1 48.5t-3 16.5q-6 20 -28 20t-28 -20q-2 -5 -2.5 -16.5t-0.5 -48.5v-30.5t0.5 -18t1 -10t1.5 -6.5q6 -20 28 -20zM469 44q22 0 28 20q1 3 2 6.5t1.5 10t0.5 18 +v30.5q0 37 -1 48.5t-3 16.5q-6 20 -28 20t-28 -20q-2 -5 -3 -16.5t-1 -48.5v-30.5t0.5 -18t1.5 -10t2 -6.5q6 -20 28 -20z" /> + <glyph glyph-name="parenleft.aalt" horiz-adv-x="245" +d="M156 -84q-9 0 -12 10q-31 68 -52.5 153t-21.5 181q0 95 21.5 180t52.5 153q3 10 12 10h36q10 0 7 -10q-25 -78 -39 -159t-14 -174t14 -174.5t39 -159.5q3 -10 -7 -10h-36z" /> + <glyph glyph-name="parenright.aalt" horiz-adv-x="245" +d="M53 -84q-10 0 -7 10q25 78 39 159.5t14 174.5t-14 174t-39 159q-3 10 7 10h36q9 0 12 -10q31 -68 52.5 -153t21.5 -180q0 -96 -21.5 -181t-52.5 -153q-3 -10 -12 -10h-36z" /> + <glyph glyph-name="bracketleft.aalt" horiz-adv-x="244" +d="M87 -84q-10 0 -10 10v667q0 10 10 10h116q10 0 10 -10v-45q0 -10 -10 -10h-48q-6 0 -6 -6v-545q0 -6 6 -6h48q10 0 10 -10v-45q0 -10 -10 -10h-116z" /> + <glyph glyph-name="bracketright.aalt" horiz-adv-x="244" +d="M42 -84q-10 0 -10 10v45q0 10 10 10h48q6 0 6 6v545q0 6 -6 6h-48q-10 0 -10 10v45q0 10 10 10h115q10 0 10 -10v-667q0 -10 -10 -10h-115z" /> + <glyph glyph-name="braceleft.aalt" horiz-adv-x="284" +d="M222 -84q-105 0 -105 112v129q0 36 -12 53.5t-42 19.5q-10 0 -10 10v45q0 8 10 10q30 2 42 19t12 53v125q0 111 105 111h22q10 0 10 -10v-45q0 -10 -10 -10h-10q-44 0 -44 -51v-101q0 -56 -10 -82.5t-41 -39.5v-3q31 -14 41 -40t10 -82v-107q0 -51 44 -51h10q10 0 10 -10 +v-45q0 -10 -10 -10h-22z" /> + <glyph glyph-name="braceright.aalt" horiz-adv-x="284" +d="M40 -84q-10 0 -10 10v45q0 10 10 10h10q45 0 45 51v107q0 56 9.5 82t41.5 40v3q-32 13 -41.5 39.5t-9.5 82.5v101q0 51 -45 51h-10q-10 0 -10 10v45q0 10 10 10h22q105 0 105 -111v-125q0 -36 12 -53t42 -19q10 -2 10 -10v-45q0 -10 -10 -10q-30 -2 -42 -19.5t-12 -53.5 +v-129q0 -112 -105 -112h-22z" /> + <glyph glyph-name="zero.oldstyle" +d="M193 -9q-51 0 -84.5 22.5t-47.5 65.5q-3 8 -4.5 17.5t-3 26.5t-2 44.5t-0.5 72.5t0.5 72.5t2 44t3 26t4.5 17.5q14 43 47.5 65.5t84.5 22.5t84.5 -22.5t47.5 -65.5q3 -8 4.5 -17.5t3 -26t2 -44t0.5 -72.5t-0.5 -72.5t-2 -44.5t-3 -26.5t-4.5 -17.5q-14 -43 -47.5 -65.5 +t-84.5 -22.5zM193 64q47 0 59 39q1 6 2.5 12.5t2 20t1 38t0.5 66.5q0 41 -0.5 65.5t-1 38.5t-2 21t-2.5 12q-14 39 -59 39q-47 0 -59 -39q-2 -5 -3 -12t-2 -21t-1 -38.5v-65.5v-65.5t1 -38.5t2 -21t3 -12q12 -39 59 -39z" /> + <glyph glyph-name="one.oldstyle" +d="M191 0q-10 0 -10 10v386h-2l-90 -39q-11 -4 -11 7v56q0 10 8 14l93 42q6 3 15 3h54q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="two.oldstyle" +d="M61 0q-10 0 -10 10v51q0 10 7 17l153 151q24 23 34 45t10 60q0 28 -5 42q-14 40 -59 40t-59 -40q-3 -8 -4 -20t-1 -39q0 -11 -12 -9l-54 5q-10 1 -10 12q0 26 2 43t7 31q14 43 47 66t85 23q51 0 84.5 -23t47.5 -66q5 -14 6.5 -30t1.5 -35q0 -27 -3.5 -48.5t-11 -38.5 +t-19 -32.5t-27.5 -30.5l-113 -111v-1h164q10 0 10 -10v-52q0 -10 -10 -10h-261z" /> + <glyph glyph-name="three.oldstyle" +d="M187 -189q-51 0 -84 24t-47 67q-5 14 -7 31t-2 48q0 11 10 12l54 6q11 2 11 -10q0 -32 1.5 -44.5t4.5 -20.5q12 -40 59 -40q45 0 59 40q1 4 2 9t1.5 15.5t1 28.5t0.5 47t-0.5 47t-1 28.5t-2 15.5t-2.5 9q-13 39 -61 39h-25q-10 0 -10 10v52q0 7 4 15l92 166v1h-185 +q-10 0 -10 10v52q0 10 10 10h258q10 0 10 -10v-51q0 -7 -3 -14l-96 -169v-2q29 -3 53 -19.5t37 -55.5q2 -8 4 -17.5t3 -24.5t1.5 -37t0.5 -55q0 -32 -0.5 -52.5t-1.5 -34t-3 -22t-4 -15.5q-14 -43 -47 -66t-85 -23z" /> + <glyph glyph-name="four.oldstyle" +d="M233 -180q-10 0 -10 10v164q0 6 -6 6h-183q-10 0 -10 10v51q0 5 2 11l133 411q3 8 12 8h58q10 0 7 -11l-129 -406v-2h110q6 0 6 6v143q0 10 10 10h58q10 0 10 -10v-143q0 -6 5 -6h47q10 0 10 -10v-52q0 -10 -10 -10h-46q-6 0 -6 -6v-164q0 -10 -10 -10h-58z" /> + <glyph glyph-name="five.oldstyle" +d="M195 -189q-51 0 -84 24t-47 67q-5 14 -7 30t-2 41q0 11 10 12l54 5q12 2 12 -9q0 -26 1 -37.5t4 -19.5q12 -40 59 -40q45 0 59 40q1 4 2 9.5t1.5 16t1 29t0.5 49.5q0 30 -0.5 48.5t-1 29t-1.5 16t-2 9.5q-14 41 -59 41q-23 0 -36.5 -9.5t-21.5 -24.5q-5 -9 -15 -9h-48 +q-10 0 -10 10v330q0 10 10 10h252q10 0 10 -10v-52q0 -10 -10 -10h-185q-6 0 -6 -6v-188h1q11 14 31 22.5t46 8.5q88 0 114 -79q2 -8 4 -17t3 -23.5t1.5 -37.5t0.5 -59q0 -33 -0.5 -54.5t-1.5 -35.5t-3 -22.5t-4 -15.5q-14 -43 -47 -66t-85 -23z" /> + <glyph glyph-name="six.oldstyle" +d="M193 -9q-52 0 -85.5 24t-47.5 67q-2 7 -3.5 15t-2.5 20.5t-1.5 31t-0.5 46.5q0 37 1.5 63t5 47t10 40.5t15.5 43.5l109 282q3 9 12 9h60q11 0 6 -11l-107 -279l1 -2q12 10 43 10q48 0 75.5 -22.5t41.5 -64.5q2 -7 4 -16t3 -22t1.5 -32t0.5 -46q0 -28 -0.5 -46.5t-1.5 -31 +t-2.5 -20.5t-3.5 -15q-14 -43 -47.5 -67t-85.5 -24zM193 64q45 0 59 40q1 4 2 9t2 14.5t1 25.5v42v41t-1 25.5t-2 14.5t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-41v-42t1 -25.5t1.5 -14.5t2.5 -9q14 -40 59 -40z" /> + <glyph glyph-name="seven.oldstyle" +d="M101 -180q-11 0 -6 12l169 573v2h-134q-6 0 -6 -6v-74q0 -10 -10 -10h-52q-10 0 -10 10v142q0 10 10 10h270q10 0 10 -10v-51q0 -6 -2 -14l-168 -574q-3 -10 -13 -10h-58z" /> + <glyph glyph-name="eight.oldstyle" +d="M193 -9q-52 0 -85 24t-47 67q-2 7 -4 15t-3 20t-1.5 30t-0.5 45q0 24 0.5 39.5t1.5 27t2.5 19t4.5 15.5q7 21 19 36.5t28 25.5v2q-33 21 -47 62q-5 15 -7 32.5t-2 52.5q0 42 2 61t7 33q14 43 47 67t85 24t85.5 -24t47.5 -67q5 -14 6.5 -33t1.5 -61q0 -35 -1.5 -52.5 +t-6.5 -32.5q-14 -41 -47 -62v-2q16 -10 28 -25.5t19 -36.5q3 -8 4.5 -15.5t2 -19t1 -27t0.5 -39.5q0 -27 -0.5 -45t-1.5 -30t-2.5 -20t-3.5 -15q-14 -43 -47.5 -67t-85.5 -24zM193 392q45 0 59 41q1 4 2 9t2 12.5t1 19.5v30q0 37 -1 50.5t-4 21.5q-14 40 -59 40t-59 -40 +q-3 -8 -4 -21.5t-1 -50.5v-30t1 -19.5t1.5 -12.5t2.5 -9q14 -41 59 -41zM193 64q45 0 59 40q1 4 2 9t2 14t1 24.5v40.5v40t-1 24t-2 14t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14t-1 -24v-40v-40.5t1 -24.5t1.5 -14t2.5 -9q14 -40 59 -40z" /> + <glyph glyph-name="nine.oldstyle" +d="M193 488q52 0 85.5 -24t47.5 -67q2 -7 3.5 -15t2.5 -20.5t1.5 -31t0.5 -46.5q0 -37 -1.5 -63t-5 -47t-10 -40.5t-15.5 -43.5l-102 -261q-3 -9 -12 -9h-60q-11 0 -6 11l100 258l-1 2q-12 -10 -43 -10q-48 0 -75.5 22.5t-41.5 64.5q-2 7 -4 16t-3 22t-1.5 32t-0.5 46 +q0 28 0.5 46.5t1.5 31t2.5 20.5t3.5 15q14 43 47.5 67t85.5 24zM193 415q-45 0 -59 -40q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-42v-41.5t1 -25t1.5 -14.5t2.5 -9q14 -41 59 -41t59 41q1 4 2 9t2 14.5t1 25v41.5v42t-1 25.5t-2 14.5t-2 9q-14 40 -59 40z" /> + <glyph glyph-name="zero.sc.pnum" horiz-adv-x="362" +d="M181 -9q-47 0 -79 21.5t-45 62.5q-3 7 -4.5 17t-2.5 29t-1.5 52t-0.5 87t0.5 86.5t1.5 52t2.5 29t4.5 17.5q13 40 45 61.5t79 21.5t79 -21.5t45 -61.5q3 -8 4.5 -17.5t2.5 -29t1.5 -52t0.5 -86.5t-0.5 -87t-1.5 -52t-2.5 -29t-4.5 -17q-13 -41 -45 -62.5t-79 -21.5z +M181 64q39 0 51 35q1 4 2 10t1.5 22t1 46.5t0.5 82.5t-0.5 82t-1 46t-1.5 22.5t-2 10.5q-12 35 -51 35t-51 -35q-1 -4 -2 -10.5t-1.5 -22.5t-1 -46t-0.5 -82t0.5 -82.5t1 -46.5t1.5 -22t2 -10q12 -35 51 -35z" /> + <glyph glyph-name="one.sc.pnum" horiz-adv-x="279" +d="M134 0q-10 0 -10 10v419h-1l-78 -46q-11 -6 -11 7v60q0 8 7 14l79 50q8 5 16 5h56q10 0 10 -10v-499q0 -10 -10 -10h-58z" /> + <glyph glyph-name="two.sc.pnum" horiz-adv-x="356" +d="M57 0q-9 0 -9 9v51q0 8 3 12l155 219q8 12 13.5 21.5t8.5 20t4.5 22.5t1.5 29q0 16 -1 24t-3 14q-12 34 -51 34q-40 0 -52 -34q-2 -6 -3 -14t-1 -28q0 -11 -12 -9l-54 5q-9 1 -9 12q0 21 1 33t5 24q13 40 45.5 61.5t79.5 21.5t79 -21t45 -62q5 -13 7 -26t2 -36 +q0 -47 -11.5 -76t-33.5 -60l-126 -174v-1h161q10 0 10 -10v-52q0 -10 -10 -10h-245z" /> + <glyph glyph-name="three.sc.pnum" horiz-adv-x="358" +d="M178 -9q-47 0 -79.5 21.5t-45.5 61.5q-4 12 -5 23.5t-1 25.5q0 10 9 12l54 5q12 2 12 -9q0 -13 1 -20t3 -14q12 -33 52 -33q39 0 51 33q2 7 3 16.5t1 36.5q0 24 -0.5 34t-2.5 15q-11 33 -56 33h-13q-10 0 -10 10v51q0 10 10 10h13q45 0 56 32q2 5 2.5 13t0.5 29t-1 30 +t-3 15q-12 34 -51 34q-40 0 -52 -34q-4 -11 -4 -33q0 -12 -12 -10l-54 6q-9 1 -9 12q0 14 1 25t5 23q13 40 45.5 61.5t79.5 21.5t79 -21t45 -62q5 -13 7 -26t2 -42q0 -22 -1.5 -33.5t-4.5 -20.5q-6 -18 -18 -30.5t-29 -21.5v-2q17 -9 29 -21.5t18 -31.5q3 -9 4.5 -22 +t1.5 -44q0 -32 -2 -47.5t-7 -28.5q-13 -41 -45 -62t-79 -21z" /> + <glyph glyph-name="four.sc.pnum" horiz-adv-x="355" +d="M218 0q-10 0 -10 10v60q0 6 -6 6h-165q-10 0 -10 10v52q0 5 2 11l127 362q3 8 12 8h58q11 0 8 -11l-126 -358v-2h94q6 0 6 6v134q0 10 10 10h56q10 0 10 -10v-134q0 -6 5 -6h37q10 0 10 -10v-52q0 -10 -10 -10h-36q-6 0 -6 -6v-60q0 -10 -10 -10h-56z" /> + <glyph glyph-name="five.sc.pnum" horiz-adv-x="361" +d="M182 -9q-47 0 -79.5 21t-45.5 62q-6 16 -6 39q0 11 10 12l53 5q11 1 13 -9q0 -9 1 -14t3 -10q11 -33 51 -33q39 0 51 33q2 6 3 18t1 50q0 37 -1.5 49.5t-3.5 18.5q-12 33 -50 33q-33 0 -49 -22q-5 -8 -16 -8h-47q-10 0 -10 10v263q0 10 10 10h235q10 0 10 -10v-52 +q0 -10 -10 -10h-169q-6 0 -6 -6v-124h1q24 21 70 21q42 0 68.5 -19.5t37.5 -54.5q2 -6 3.5 -13t2.5 -18t1.5 -27.5t0.5 -40.5q0 -22 -0.5 -36.5t-1.5 -25t-3 -17.5t-4 -13q-13 -41 -45 -61.5t-79 -20.5z" /> + <glyph glyph-name="six.sc.pnum" horiz-adv-x="358" +d="M180 -9q-47 0 -79 21t-46 62q-4 13 -6 28.5t-2 47.5q0 26 1.5 45.5t5 36.5t9 32.5t13.5 33.5l99 212q4 9 15 9h58q11 0 6 -10l-98 -206l2 -1q5 2 15 4.5t24 2.5q41 0 68.5 -20t39.5 -56q4 -13 6 -30.5t2 -52.5q0 -32 -2 -47.5t-6 -28.5q-14 -41 -46 -62t-79 -21zM180 64 +q39 0 51 33q2 7 3.5 16.5t1.5 36.5q0 26 -1.5 36t-3.5 17q-12 33 -51 33t-51 -33q-2 -7 -3.5 -17t-1.5 -36q0 -27 1.5 -36.5t3.5 -16.5q12 -33 51 -33z" /> + <glyph glyph-name="seven.sc.pnum" horiz-adv-x="347" +d="M85 0q-5 0 -7 3t0 9l159 434v1h-115q-6 0 -6 -6v-46q0 -10 -10 -10h-52q-10 0 -10 10v114q0 10 10 10h250q10 0 10 -10v-54q0 -6 -3 -12l-156 -433q-3 -10 -14 -10h-56z" /> + <glyph glyph-name="eight.sc.pnum" horiz-adv-x="362" +d="M181 -9q-47 0 -79 21t-46 62q-4 13 -6 28.5t-2 47.5q0 29 2 42.5t5 24.5q6 17 16 31.5t26 22.5v2q-16 8 -26 22t-16 32q-3 11 -5 23t-2 32q0 23 2 36.5t6 26.5q14 41 46 62t79 21t79 -21t46 -62q4 -13 6 -26.5t2 -36.5q0 -20 -2 -32t-5 -23q-6 -18 -16 -32t-26 -22v-2 +q16 -8 26 -22.5t16 -31.5q3 -11 5 -24.5t2 -42.5q0 -33 -2 -48t-6 -28q-14 -41 -46 -62t-79 -21zM181 308q39 0 51 34q2 6 3.5 14.5t1.5 25.5t-1.5 25.5t-3.5 14.5q-12 34 -51 34t-51 -34q-2 -6 -3.5 -14.5t-1.5 -25.5t1.5 -25.5t3.5 -14.5q12 -34 51 -34zM181 64 +q39 0 51 33q2 7 3.5 16.5t1.5 36.5q0 26 -1.5 36t-3.5 16q-12 34 -51 34t-51 -34q-2 -6 -3.5 -16t-1.5 -36q0 -27 1.5 -36.5t3.5 -16.5q12 -33 51 -33z" /> + <glyph glyph-name="nine.sc.pnum" horiz-adv-x="358" +d="M112 0q-12 0 -6 11l98 205l-2 1q-5 -2 -15 -4t-24 -2q-41 0 -68.5 19.5t-39.5 55.5q-4 14 -6 31t-2 52q0 32 2 47.5t6 28.5q14 41 46 62t79 21t79 -21t46 -62q4 -13 6 -28.5t2 -47.5q0 -26 -1.5 -45.5t-5 -36.5t-9 -32.5t-13.5 -33.5l-99 -212q-5 -9 -15 -9h-58zM180 283 +q39 0 51 34q2 6 3.5 16t1.5 36q0 27 -1.5 37t-3.5 16q-12 34 -51 34t-51 -34q-2 -6 -3.5 -16t-1.5 -37q0 -26 1.5 -36t3.5 -16q12 -34 51 -34z" /> + <glyph glyph-name="zero.pnum" +d="M61 80q-3 8 -5 20t-3.5 38.5t-2 74t-0.5 127.5t0.5 127.5t2 74t3.5 38.5t5 20q14 45 48 67t84 22t84 -22t48 -67q3 -8 4.5 -20t3 -38.5t2 -74t0.5 -127.5t-0.5 -127.5t-2 -74t-3 -38.5t-4.5 -20q-14 -45 -48 -67t-84 -22t-84 22t-48 67zM134 104q14 -40 59 -40 +q46 0 58 40q2 5 3.5 14t2 33t1 68.5t0.5 120.5t-0.5 120.5t-1 68.5t-2 33t-3.5 14q-12 40 -58 40q-45 0 -59 -40q-2 -5 -3 -14t-1.5 -33t-1 -68.5t-0.5 -120.5t0.5 -120.5t1 -68.5t1.5 -33t3 -14z" /> + <glyph glyph-name="one.pnum" horiz-adv-x="318" +d="M143 587h-1l-86 -65q-4 -3 -7.5 -1.5t-3.5 8.5v62q0 8 9 16l87 67q9 6 17 6h53q10 0 10 -10v-660q0 -10 -10 -10h-58q-10 0 -10 10v577z" /> + <glyph glyph-name="two.pnum" horiz-adv-x="375" +d="M47 61q0 9 5 18l170 320q15 28 22 54.5t7 67.5q0 25 -1 36t-4 19q-14 40 -60 40q-45 0 -59 -40q-3 -8 -4 -21t-1 -49q0 -12 -12 -10l-54 6q-9 1 -9 12q0 35 1.5 53t6.5 32q14 43 47 66.5t85 23.5q53 0 85.5 -23t46.5 -66q5 -14 7 -32t2 -47q0 -27 -2.5 -48.5t-8 -40 +t-13 -36t-17.5 -36.5l-156 -287v-1h187q10 0 10 -10v-52q0 -10 -10 -10h-261q-10 0 -10 10v51z" /> + <glyph glyph-name="three.pnum" horiz-adv-x="377" +d="M56 81q-5 14 -7 32t-2 48q0 11 10 12l54 5q12 2 12 -9q0 -32 1 -44.5t4 -20.5q14 -40 59 -40q46 0 59 40q1 4 2 9t2 14.5t1 24.5v39v40.5t-1 25t-2 14t-2 8.5q-13 39 -63 39h-16q-10 0 -10 10v51q0 10 10 10h16q50 0 63 38q1 4 2 8.5t2 13t1 21.5v34q0 37 -1 50.5 +t-4 21.5q-13 40 -59 40q-45 0 -59 -40q-3 -8 -4 -20.5t-1 -44.5q0 -11 -12 -9l-54 5q-10 1 -10 12q0 31 2 48.5t7 31.5q14 43 47 66.5t85 23.5q53 0 85.5 -23t46.5 -66q4 -14 6 -34.5t2 -61.5q0 -21 -0.5 -35t-1 -23.5t-2 -16.5t-3.5 -13q-7 -20 -19 -34t-32 -25v-2 +q38 -22 51 -60q2 -6 3.5 -13t2 -18.5t1 -28.5t0.5 -44q0 -26 -0.5 -44t-1.5 -30.5t-2.5 -21t-3.5 -15.5q-14 -43 -47 -66t-85 -23t-85 23.5t-47 66.5z" /> + <glyph glyph-name="four.pnum" horiz-adv-x="388" +d="M40 112q-10 0 -10 10v51q0 6 2 12l140 487q3 8 12 8h58q10 0 7 -11l-139 -483v-2h110q6 0 6 6v190q0 10 10 10h57q10 0 10 -10v-190q0 -6 5 -6h46q10 0 10 -10v-52q0 -10 -10 -10h-45q-6 0 -6 -6v-96q0 -10 -10 -10h-57q-10 0 -10 10v96q0 6 -6 6h-180z" /> + <glyph glyph-name="five.pnum" horiz-adv-x="383" +d="M63 81q-5 14 -6.5 31t-1.5 41q0 10 9 12l54 5q12 2 12 -9q0 -26 1 -37.5t4 -19.5q14 -40 59 -40q46 0 58 39q1 4 2.5 9.5t2 17.5t1 32.5t0.5 53.5t-0.5 53.5t-1 32t-2 17t-2.5 9.5q-12 40 -58 40q-23 0 -36 -9.5t-21 -24.5q-5 -9 -15 -9h-49q-10 0 -10 10v335q0 10 10 10 +h253q10 0 10 -10v-52q0 -10 -10 -10h-186q-6 0 -6 -6v-193h1q12 14 32 22.5t45 8.5q45 0 72.5 -20t40.5 -58q3 -8 4.5 -17t3 -25t2 -40.5t0.5 -63.5q0 -36 -0.5 -59t-2 -37.5t-3.5 -23.5t-4 -16q-14 -43 -46 -66t-84 -23t-85 23.5t-47 66.5z" /> + <glyph glyph-name="six.pnum" horiz-adv-x="382" +d="M59 82q-2 7 -3.5 15t-2.5 20.5t-1.5 31t-0.5 46.5q0 37 1.5 63t5 47t10 40.5t15.5 43.5l109 282q3 9 12 9h60q11 0 6 -11l-107 -279l1 -2q12 10 43 10q48 0 75.5 -22.5t41.5 -64.5q2 -7 4 -16t3 -22t1.5 -32t0.5 -46q0 -28 -0.5 -46.5t-1.5 -31t-2.5 -20.5t-3.5 -15 +q-14 -43 -47.5 -67t-85.5 -24t-85.5 24t-47.5 67zM133 104q14 -40 59 -40t59 40q1 4 2 9t2 14.5t1 25.5v42v41t-1 25.5t-2 14.5t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-41v-42t1 -25.5t1.5 -14.5t2.5 -9z" /> + <glyph glyph-name="seven.pnum" horiz-adv-x="370" +d="M261 606v2h-134q-6 0 -6 -6v-75q0 -10 -10 -10h-52q-10 0 -10 10v143q0 10 10 10h270q10 0 10 -10v-53q0 -5 -2 -13l-174 -594q-3 -10 -13 -10h-59q-9 0 -6 12z" /> + <glyph glyph-name="eight.pnum" +d="M61 82q-2 7 -4 15t-3 20t-1.5 30t-0.5 45q0 24 0.5 39.5t1.5 27t2.5 19t4.5 15.5q7 21 19 36.5t28 25.5v2q-33 21 -47 62q-5 15 -7 32.5t-2 52.5q0 42 2 61t7 33q14 43 47 67t85 24t85.5 -24t47.5 -67q5 -14 6.5 -33t1.5 -61q0 -35 -1.5 -52.5t-6.5 -32.5 +q-14 -41 -47 -62v-2q16 -10 28 -25.5t19 -36.5q3 -8 4.5 -15.5t2 -19t1 -27t0.5 -39.5q0 -27 -0.5 -45t-1.5 -30t-2.5 -20t-3.5 -15q-14 -43 -47.5 -67t-85.5 -24t-85 24t-47 67zM193 392q45 0 59 41q1 4 2 9t2 12.5t1 19.5v30q0 37 -1 50.5t-4 21.5q-14 40 -59 40t-59 -40 +q-3 -8 -4 -21.5t-1 -50.5v-30t1 -19.5t1.5 -12.5t2.5 -9q14 -41 59 -41zM134 104q14 -40 59 -40t59 40q1 4 2 9t2 14t1 24.5v40.5v40t-1 24t-2 14t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14t-1 -24v-40v-40.5t1 -24.5t1.5 -14t2.5 -9z" /> + <glyph glyph-name="nine.pnum" horiz-adv-x="382" +d="M221 290l-1 2q-12 -10 -43 -10q-48 0 -75.5 22.5t-41.5 64.5q-2 7 -4 16t-3 22t-1.5 32t-0.5 46q0 28 0.5 46.5t1.5 31t2.5 20.5t3.5 15q14 43 47.5 67t85.5 24t85.5 -24t47.5 -67q2 -7 3.5 -15t2.5 -20.5t1.5 -31t0.5 -46.5q0 -37 -1.5 -63t-5 -47t-10 -40.5 +t-15.5 -43.5l-109 -282q-3 -9 -12 -9h-60q-11 0 -6 11zM192 354q45 0 59 41q1 4 2 9t2 14.5t1 25v41.5v42t-1 25.5t-2 14.5t-2 9q-14 40 -59 40t-59 -40q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-42v-41.5t1 -25t1.5 -14.5t2.5 -9q14 -41 59 -41z" /> + <glyph glyph-name="Euro.pnum" horiz-adv-x="407" +d="M228 -9q-51 0 -84 24t-47 69q-3 9 -5 19t-3.5 27t-2 44.5t-0.5 70.5q0 6 -6 6h-40q-10 0 -10 10v39q0 10 10 10h40q6 0 6 6v54q0 6 -6 6h-40q-10 0 -10 10v39q0 10 10 10h40q6 0 6 6q0 41 0.5 67t2 42.5t3.5 26.5t5 19q14 45 47 69t84 24q64 0 100.5 -38t43.5 -98 +q2 -11 -7 -12l-54 -10q-10 -3 -12 7q-5 36 -21 57t-48 21q-45 0 -60 -42q-2 -6 -3.5 -13t-2 -21t-1 -37.5t-0.5 -61.5q0 -6 6 -6h142q10 0 10 -10l-10 -39q-2 -10 -10 -10h-132q-6 0 -6 -6v-54q0 -6 6 -6h127q10 0 10 -10l-10 -39q-3 -10 -10 -10h-117q-6 0 -6 -6 +q0 -41 0.5 -65t1 -38.5t2 -22t3.5 -13.5q15 -42 60 -42q32 0 48 21t21 57q2 10 12 7l54 -10q9 -1 7 -12q-7 -60 -43.5 -98t-100.5 -38z" /> + <glyph glyph-name="cent.pnum" horiz-adv-x="362" +d="M186 -100q-10 0 -10 10v82q-91 6 -115 88q-3 10 -5.5 20t-4 26.5t-2 43t-0.5 70.5q0 43 0.5 69.5t2 43t4 26t5.5 20.5q25 82 115 88v83q0 10 10 10h13q10 0 10 -10v-83q51 -4 82 -33.5t39 -80.5q2 -9 -6 -11l-55 -11q-11 -2 -12 7q-10 49 -48 56v-349q20 4 31.5 17 +t16.5 39q2 10 12 7l55 -11q8 -2 6 -11q-8 -51 -39 -80t-82 -34v-82q0 -10 -10 -10h-13zM133 103q12 -34 43 -38v349q-32 -6 -43 -37q-2 -7 -3.5 -14t-2 -20.5t-1 -37.5t-0.5 -65t0.5 -65.5t1 -38t2 -20.5t3.5 -13z" /> + <glyph glyph-name="dollar.pnum" horiz-adv-x="388" +d="M43 162q0 10 8 11l52 9q11 1 11 -9q2 -56 17 -79.5t46 -28.5v254l-19 8q-32 12 -52.5 27.5t-33 37.5t-17.5 51t-5 68q0 83 30.5 127.5t96.5 49.5v41q0 10 10 10h15q10 0 10 -10v-41q63 -6 91 -45.5t33 -111.5q1 -9 -8 -11l-51 -8q-9 -2 -11 8q-3 45 -15 67t-39 27v-223 +l19 -7q31 -12 52 -27.5t34 -38t18.5 -53.5t5.5 -74q0 -101 -31.5 -147.5t-97.5 -51.5v-59q0 -10 -10 -10h-15q-10 0 -10 10v59q-69 5 -100 47t-34 123zM177 614q-29 -5 -41 -28t-12 -71q0 -47 10.5 -71t42.5 -39v209zM212 65q28 4 41.5 29t13.5 88q0 54 -12 81t-43 42v-240z +" /> + <glyph glyph-name="sterling.pnum" horiz-adv-x="405" +d="M66 0q-10 0 -10 10v52q0 5 4 11q17 19 23.5 38.5t6.5 54.5v119q0 6 -6 6h-29q-10 0 -10 10v38q0 10 10 10h29q6 0 6 6v185q0 69 33 109t99 40q33 0 56.5 -10t39.5 -28.5t24.5 -44t11.5 -56.5q0 -11 -8 -12l-54 -9q-10 -1 -12 8q-2 42 -15.5 60.5t-42.5 18.5 +q-54 0 -54 -74v-187q0 -6 6 -6h94q10 0 10 -10v-38q0 -10 -10 -10h-94q-6 0 -6 -6v-119q0 -33 -6.5 -55t-22.5 -37v-2h208q10 0 10 -10v-52q0 -10 -10 -10h-281z" /> + <glyph glyph-name="florin.pnum" horiz-adv-x="410" +d="M253 337l-49 -364q-11 -79 -44.5 -116t-105.5 -37h-17q-10 0 -10 10v53q0 10 10 10h13q37 0 54 15.5t23 59.5l49 369h-68q-10 0 -10 10v44q0 10 10 10h77l17 126q11 79 44.5 116t105.5 37h18q10 0 10 -10v-53q0 -10 -10 -10h-13q-37 0 -54 -15.5t-23 -59.5l-18 -131h72 +q10 0 10 -10v-44q0 -10 -10 -10h-81z" /> + <glyph glyph-name="yen.pnum" horiz-adv-x="381" +d="M163 0q-10 0 -10 10v129q0 6 -6 6h-88q-10 0 -10 10v39q0 10 10 10h88q6 0 6 6v51q0 6 -6 6h-88q-10 0 -10 10v39q0 10 10 10h80v3l-110 341q-3 10 7 10h61q9 0 12 -10l83 -283h2l81 283q3 10 12 10h60q10 0 7 -10l-111 -341v-3h80q10 0 10 -10v-39q0 -10 -10 -10h-87 +q-6 0 -6 -6v-51q0 -6 6 -6h87q10 0 10 -10v-39q0 -10 -10 -10h-87q-6 0 -6 -6v-129q0 -10 -10 -10h-57z" /> + <glyph glyph-name="zero.oldstyle.pnum" +d="M193 -9q-51 0 -84.5 22.5t-47.5 65.5q-3 8 -4.5 17.5t-3 26.5t-2 44.5t-0.5 72.5t0.5 72.5t2 44t3 26t4.5 17.5q14 43 47.5 65.5t84.5 22.5t84.5 -22.5t47.5 -65.5q3 -8 4.5 -17.5t3 -26t2 -44t0.5 -72.5t-0.5 -72.5t-2 -44.5t-3 -26.5t-4.5 -17.5q-14 -43 -47.5 -65.5 +t-84.5 -22.5zM193 64q47 0 59 39q1 6 2.5 12.5t2 20t1 38t0.5 66.5q0 41 -0.5 65.5t-1 38.5t-2 21t-2.5 12q-14 39 -59 39q-47 0 -59 -39q-2 -5 -3 -12t-2 -21t-1 -38.5v-65.5v-65.5t1 -38.5t2 -21t3 -12q12 -39 59 -39z" /> + <glyph glyph-name="one.oldstyle.pnum" horiz-adv-x="294" +d="M140 0q-10 0 -10 10v386h-2l-90 -39q-11 -4 -11 7v56q0 10 8 14l93 42q6 3 15 3h54q10 0 10 -10v-459q0 -10 -10 -10h-57z" /> + <glyph glyph-name="two.oldstyle.pnum" horiz-adv-x="380" +d="M59 0q-10 0 -10 10v51q0 10 7 17l153 151q24 23 34 45t10 60q0 28 -5 42q-14 40 -59 40t-59 -40q-3 -8 -4 -20t-1 -39q0 -11 -12 -9l-54 5q-10 1 -10 12q0 26 2 43t7 31q14 43 47 66t85 23q51 0 84.5 -23t47.5 -66q5 -14 6.5 -30t1.5 -35q0 -27 -3.5 -48.5t-11 -38.5 +t-19 -32.5t-27.5 -30.5l-113 -111v-1h164q10 0 10 -10v-52q0 -10 -10 -10h-261z" /> + <glyph glyph-name="three.oldstyle.pnum" horiz-adv-x="379" +d="M187 -189q-51 0 -84 24t-47 67q-5 14 -7 31t-2 48q0 11 10 12l54 6q11 2 11 -10q0 -32 1.5 -44.5t4.5 -20.5q12 -40 59 -40q45 0 59 40q1 4 2 9t1.5 15.5t1 28.5t0.5 47t-0.5 47t-1 28.5t-2 15.5t-2.5 9q-13 39 -61 39h-25q-10 0 -10 10v52q0 7 4 15l92 166v1h-185 +q-10 0 -10 10v52q0 10 10 10h258q10 0 10 -10v-51q0 -7 -3 -14l-96 -169v-2q29 -3 53 -19.5t37 -55.5q2 -8 4 -17.5t3 -24.5t1.5 -37t0.5 -55q0 -32 -0.5 -52.5t-1.5 -34t-3 -22t-4 -15.5q-14 -43 -47 -66t-85 -23z" /> + <glyph glyph-name="four.oldstyle.pnum" horiz-adv-x="389" +d="M235 -180q-10 0 -10 10v164q0 6 -6 6h-183q-10 0 -10 10v51q0 5 2 11l133 411q3 8 12 8h58q10 0 7 -11l-129 -406v-2h110q6 0 6 6v143q0 10 10 10h58q10 0 10 -10v-143q0 -6 5 -6h47q10 0 10 -10v-52q0 -10 -10 -10h-46q-6 0 -6 -6v-164q0 -10 -10 -10h-58z" /> + <glyph glyph-name="five.oldstyle.pnum" horiz-adv-x="383" +d="M195 -189q-51 0 -84 24t-47 67q-5 14 -7 30t-2 41q0 11 10 12l54 5q12 2 12 -9q0 -26 1 -37.5t4 -19.5q12 -40 59 -40q45 0 59 40q1 4 2 9.5t1.5 16t1 29t0.5 49.5q0 30 -0.5 48.5t-1 29t-1.5 16t-2 9.5q-14 41 -59 41q-23 0 -36.5 -9.5t-21.5 -24.5q-5 -9 -15 -9h-48 +q-10 0 -10 10v330q0 10 10 10h252q10 0 10 -10v-52q0 -10 -10 -10h-185q-6 0 -6 -6v-188h1q11 14 31 22.5t46 8.5q88 0 114 -79q2 -8 4 -17t3 -23.5t1.5 -37.5t0.5 -59q0 -33 -0.5 -54.5t-1.5 -35.5t-3 -22.5t-4 -15.5q-14 -43 -47 -66t-85 -23z" /> + <glyph glyph-name="six.oldstyle.pnum" horiz-adv-x="382" +d="M192 -9q-52 0 -85.5 24t-47.5 67q-2 7 -3.5 15t-2.5 20.5t-1.5 31t-0.5 46.5q0 37 1.5 63t5 47t10 40.5t15.5 43.5l109 282q3 9 12 9h60q11 0 6 -11l-107 -279l1 -2q12 10 43 10q48 0 75.5 -22.5t41.5 -64.5q2 -7 4 -16t3 -22t1.5 -32t0.5 -46q0 -28 -0.5 -46.5t-1.5 -31 +t-2.5 -20.5t-3.5 -15q-14 -43 -47.5 -67t-85.5 -24zM192 64q45 0 59 40q1 4 2 9t2 14.5t1 25.5v42v41t-1 25.5t-2 14.5t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-41v-42t1 -25.5t1.5 -14.5t2.5 -9q14 -40 59 -40z" /> + <glyph glyph-name="seven.oldstyle.pnum" horiz-adv-x="373" +d="M96 -180q-11 0 -6 12l169 573v2h-134q-6 0 -6 -6v-74q0 -10 -10 -10h-52q-10 0 -10 10v142q0 10 10 10h270q10 0 10 -10v-51q0 -6 -2 -14l-168 -574q-3 -10 -13 -10h-58z" /> + <glyph glyph-name="eight.oldstyle.pnum" +d="M193 -9q-52 0 -85 24t-47 67q-2 7 -4 15t-3 20t-1.5 30t-0.5 45q0 24 0.5 39.5t1.5 27t2.5 19t4.5 15.5q7 21 19 36.5t28 25.5v2q-33 21 -47 62q-5 15 -7 32.5t-2 52.5q0 42 2 61t7 33q14 43 47 67t85 24t85.5 -24t47.5 -67q5 -14 6.5 -33t1.5 -61q0 -35 -1.5 -52.5 +t-6.5 -32.5q-14 -41 -47 -62v-2q16 -10 28 -25.5t19 -36.5q3 -8 4.5 -15.5t2 -19t1 -27t0.5 -39.5q0 -27 -0.5 -45t-1.5 -30t-2.5 -20t-3.5 -15q-14 -43 -47.5 -67t-85.5 -24zM193 392q45 0 59 41q1 4 2 9t2 12.5t1 19.5v30q0 37 -1 50.5t-4 21.5q-14 40 -59 40t-59 -40 +q-3 -8 -4 -21.5t-1 -50.5v-30t1 -19.5t1.5 -12.5t2.5 -9q14 -41 59 -41zM193 64q45 0 59 40q1 4 2 9t2 14t1 24.5v40.5v40t-1 24t-2 14t-2 9q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9t-1.5 -14t-1 -24v-40v-40.5t1 -24.5t1.5 -14t2.5 -9q14 -40 59 -40z" /> + <glyph glyph-name="nine.oldstyle.pnum" horiz-adv-x="382" +d="M192 488q52 0 85.5 -24t47.5 -67q2 -7 3.5 -15t2.5 -20.5t1.5 -31t0.5 -46.5q0 -37 -1.5 -63t-5 -47t-10 -40.5t-15.5 -43.5l-102 -261q-3 -9 -12 -9h-60q-11 0 -6 11l100 258l-1 2q-12 -10 -43 -10q-48 0 -75.5 22.5t-41.5 64.5q-2 7 -4 16t-3 22t-1.5 32t-0.5 46 +q0 28 0.5 46.5t1.5 31t2.5 20.5t3.5 15q14 43 47.5 67t85.5 24zM192 415q-45 0 -59 -40q-2 -4 -2.5 -9t-1.5 -14.5t-1 -25.5v-42v-41.5t1 -25t1.5 -14.5t2.5 -9q14 -41 59 -41t59 41q1 4 2 9t2 14.5t1 25v41.5v42t-1 25.5t-2 14.5t-2 9q-14 40 -59 40z" /> + <glyph glyph-name="glyph452" horiz-adv-x="270" +d="M136 430q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42z" /> + <glyph glyph-name="glyph453" horiz-adv-x="270" +d="M47 430q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5 +q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178z" /> + <glyph glyph-name="glyph454" horiz-adv-x="270" +d="M134 423q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22 +t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5 +q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="a.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="agrave.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM177 557q-10 0 -17 10l-87 123q-2 4 -1 7t6 3h59 +q10 0 16 -10l69 -123q5 -10 -5 -10h-40z" /> + <glyph glyph-name="aacute.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM155 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3 +t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40z" /> + <glyph glyph-name="acircumflex.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM271 557q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10 +h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="atilde.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM242 581q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4 +q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="adieresis.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM248 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72 +q0 -10 -10 -10h-51zM103 588q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="amacron.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM104 603q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43 +q0 -10 -10 -10h-194z" /> + <glyph glyph-name="abreve.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM201 563q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32 +q8 0 10 -10q8 -25 23 -39.5t39 -14.5t39 14.5t22 39.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="aring.ss01" horiz-adv-x="389" +d="M264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11 +t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM201 546q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5 +q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM201 583q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="aringacute.ss01" horiz-adv-x="389" +d="M174 775q-5 0 -6 3t2 7l82 93q5 5 9 7.5t12 2.5h56q5 0 6 -3.5t-2 -6.5l-100 -93q-7 -6 -11 -8t-10 -2h-38zM264 0q-10 0 -10 10v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78 +q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459q0 -10 -10 -10h-57zM189 63q22 0 36.5 11t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5 +t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42zM201 546q-38 0 -62 24.5t-24 61.5q0 38 24 62.5t62 24.5q37 0 61.5 -24.5t24.5 -62.5q0 -37 -24.5 -61.5t-61.5 -24.5zM201 583q20 0 33.5 14t13.5 35t-13.5 35t-33.5 14t-33.5 -14t-13.5 -35t13.5 -35t33.5 -14z" /> + <glyph glyph-name="aogonek.ss01" horiz-adv-x="389" +d="M271 -181q-35 0 -56 19t-21 54q0 29 16.5 55.5t44.5 53.5q-1 2 -1 9v39h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-459 +q0 -7 -6 -11q-33 -28 -49.5 -52.5t-16.5 -42.5q0 -26 22 -26q11 0 20 6q8 5 13 -3l14 -34q3 -9 -5 -13q-9 -6 -23 -10.5t-29 -4.5zM189 63q22 0 36.5 11t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42 +q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="ae.ss01" horiz-adv-x="565" +d="M173 417q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q73 0 103 -42h1q16 21 40.5 31.5t55.5 10.5q51 0 83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5 +q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5q-39 0 -68.5 15.5t-46.5 47.5h-1q-22 -35 -48.5 -49t-62.5 -14q-21 0 -41.5 7.5t-36 24t-25.5 43.5t-10 67t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5z +M439 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM174 57q31 0 50.5 24t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5z" /> + <glyph glyph-name="aeacute.ss01" horiz-adv-x="565" +d="M264 557q-10 0 -5 10l69 123q6 10 16 10h59q5 0 6 -3t-1 -7l-87 -123q-5 -6 -8 -8t-9 -2h-40zM173 417q-26 0 -45 -9t-36 -23q-11 -7 -16 4l-19 39q-5 9 2 16q21 20 53 32t70 12q73 0 103 -42h1q16 21 40.5 31.5t55.5 10.5q51 0 83 -23t46 -66q3 -8 5 -18.5t3.5 -29.5 +t2 -48.5t0.5 -76.5q0 -10 -10 -10h-188q-6 0 -6 -6q0 -29 0.5 -47.5t1.5 -29.5t2 -17.5t3 -11.5q15 -41 56 -41q49 0 64 54q3 10 12 8l53 -11q9 -1 7 -12q-10 -52 -46 -81.5t-91 -29.5q-39 0 -68.5 15.5t-46.5 47.5h-1q-22 -35 -48.5 -49t-62.5 -14q-21 0 -41.5 7.5t-36 24 +t-25.5 43.5t-10 67t11 68.5t29.5 46t44.5 25.5t56 8h57q6 0 6 6v39q0 48 -16 69.5t-55 21.5zM439 281q6 0 6 6q0 23 -0.5 38.5t-1.5 25.5t-2.5 16t-2.5 11q-13 40 -56 40q-44 0 -57 -40q-2 -5 -3 -11t-2 -16t-1.5 -25.5t-0.5 -38.5q0 -6 6 -6h115zM174 57q31 0 50.5 24 +t19.5 63v66q0 6 -6 6h-45q-43 0 -61 -20.5t-18 -60.5q0 -39 15.5 -58.5t44.5 -19.5z" /> + <glyph glyph-name="germandbls.ss01" horiz-adv-x="426" +d="M186 -180q-10 0 -10 10v52q0 10 10 10q85 0 108 68q2 6 3.5 12.5t2.5 17.5t1.5 28t0.5 43q0 47 -1.5 65t-4.5 27q-17 51 -81 54q-10 0 -10 10v49q0 8 5 16l76 126v2h-145q-6 0 -6 -6v-394q0 -10 -10 -10h-57q-10 0 -10 10v538q0 63 28.5 97.5t95.5 34.5h19q10 0 10 -10 +v-53q0 -10 -10 -10h-23q-23 0 -33 -10t-10 -35v-77q0 -6 6 -6h225q10 0 10 -10v-41q0 -7 -3 -13l-88 -143v-2q63 -16 83 -77q3 -9 5 -19.5t3.5 -25.5t2.5 -36t1 -51q0 -29 -1 -49t-2.5 -34t-3.5 -24t-5 -18q-20 -59 -66.5 -87.5t-115.5 -28.5z" /> + <glyph glyph-name="q.ss01" horiz-adv-x="389" +d="M264 -180q-10 0 -10 10v219h-1q-10 -24 -31 -41t-60 -17q-79 0 -104 78q-3 10 -5.5 21.5t-4 30t-2 47t-0.5 72.5t0.5 72.5t2 46.5t4 29.5t5.5 21.5q25 78 104 78q39 0 60 -16.5t31 -41.5h1v39q0 10 10 10h57q10 0 10 -10v-562h1l51 51q6 6 14 0l28 -30q6 -6 -1 -14 +l-94 -91q-5 -3 -9 -3h-57zM189 63q22 0 36.5 11t21.5 31q2 6 3.5 13.5t2 21t1 37.5t0.5 63t-0.5 62.5t-1 37t-2 21t-3.5 13.5q-7 20 -21.5 31t-36.5 11q-45 0 -59 -42q-2 -6 -3.5 -13.5t-2 -21t-1 -37t-0.5 -62.5t0.5 -63t1 -37.5t2 -21t3.5 -13.5q14 -42 59 -42z" /> + <glyph glyph-name="C.ss01" horiz-adv-x="406" +d="M207 -9q-59 0 -95 26t-51 74q-3 10 -5.5 23t-4 39t-2 70t-0.5 117t0.5 117t2 70t4 39t5.5 23q15 48 51 74t95 26q81 0 119.5 -48.5t38.5 -147.5q0 -10 -10 -10h-59q-10 0 -10 10q0 63 -18 91.5t-59 28.5q-53 0 -69 -47q-3 -7 -4.5 -17t-2.5 -33t-1.5 -64.5t-0.5 -111.5 +q0 -71 0.5 -112t1.5 -64t2.5 -33t4.5 -17q16 -47 69 -47q41 0 59 28.5t18 91.5q0 10 10 10h59q10 0 10 -10q0 -99 -38.5 -147.5t-119.5 -48.5z" /> + <glyph glyph-name="Cacute.ss01" horiz-adv-x="406" +d="M207 -9q-59 0 -95 26t-51 74q-3 10 -5.5 23t-4 39t-2 70t-0.5 117t0.5 117t2 70t4 39t5.5 23q15 48 51 74t95 26q81 0 119.5 -48.5t38.5 -147.5q0 -10 -10 -10h-59q-10 0 -10 10q0 63 -18 91.5t-59 28.5q-53 0 -69 -47q-3 -7 -4.5 -17t-2.5 -33t-1.5 -64.5t-0.5 -111.5 +q0 -71 0.5 -112t1.5 -64t2.5 -33t4.5 -17q16 -47 69 -47q41 0 59 28.5t18 91.5q0 10 10 10h59q10 0 10 -10q0 -99 -38.5 -147.5t-119.5 -48.5zM183 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="Ccircumflex.ss01" horiz-adv-x="406" +d="M207 -9q-59 0 -95 26t-51 74q-3 10 -5.5 23t-4 39t-2 70t-0.5 117t0.5 117t2 70t4 39t5.5 23q15 48 51 74t95 26q81 0 119.5 -48.5t38.5 -147.5q0 -10 -10 -10h-59q-10 0 -10 10q0 63 -18 91.5t-59 28.5q-53 0 -69 -47q-3 -7 -4.5 -17t-2.5 -33t-1.5 -64.5t-0.5 -111.5 +q0 -71 0.5 -112t1.5 -64t2.5 -33t4.5 -17q16 -47 69 -47q41 0 59 28.5t18 91.5q0 10 10 10h59q10 0 10 -10q0 -99 -38.5 -147.5t-119.5 -48.5zM277 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123 +q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Ccaron.ss01" horiz-adv-x="406" +d="M207 -9q-59 0 -95 26t-51 74q-3 10 -5.5 23t-4 39t-2 70t-0.5 117t0.5 117t2 70t4 39t5.5 23q15 48 51 74t95 26q81 0 119.5 -48.5t38.5 -147.5q0 -10 -10 -10h-59q-10 0 -10 10q0 63 -18 91.5t-59 28.5q-53 0 -69 -47q-3 -7 -4.5 -17t-2.5 -33t-1.5 -64.5t-0.5 -111.5 +q0 -71 0.5 -112t1.5 -64t2.5 -33t4.5 -17q16 -47 69 -47q41 0 59 28.5t18 91.5q0 10 10 10h59q10 0 10 -10q0 -99 -38.5 -147.5t-119.5 -48.5zM189 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124 +q-6 -9 -17 -9h-36z" /> + <glyph glyph-name="Cdotaccent.ss01" horiz-adv-x="406" +d="M176 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM207 -9q-59 0 -95 26t-51 74q-3 10 -5.5 23t-4 39t-2 70t-0.5 117t0.5 117t2 70t4 39t5.5 23q15 48 51 74t95 26q81 0 119.5 -48.5t38.5 -147.5q0 -10 -10 -10h-59q-10 0 -10 10 +q0 63 -18 91.5t-59 28.5q-53 0 -69 -47q-3 -7 -4.5 -17t-2.5 -33t-1.5 -64.5t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t2.5 -33t4.5 -17q16 -47 69 -47q41 0 59 28.5t18 91.5q0 10 10 10h59q10 0 10 -10q0 -99 -38.5 -147.5t-119.5 -48.5z" /> + <glyph glyph-name="Ccedilla.ss01" horiz-adv-x="406" +d="M173 -6q-44 7 -71.5 31.5t-40.5 65.5q-3 10 -5.5 23t-4 39t-2 70t-0.5 117t0.5 117t2 70t4 39t5.5 23q15 48 51 74t95 26q81 0 119.5 -48.5t38.5 -147.5q0 -10 -10 -10h-59q-10 0 -10 10q0 63 -18 91.5t-59 28.5q-53 0 -69 -47q-3 -7 -4.5 -17t-2.5 -33t-1.5 -64.5 +t-0.5 -111.5q0 -71 0.5 -112t1.5 -64t2.5 -33t4.5 -17q16 -47 69 -47q41 0 59 28.5t18 91.5q0 10 10 10h59q10 0 10 -10q0 -90 -31.5 -138t-98.5 -56l-45 -135q-4 -10 -16 -10h-48q-10 0 -7 10z" /> + <glyph glyph-name="G.ss01" horiz-adv-x="422" +d="M211 -9q-58 0 -96 26.5t-54 75.5q-3 10 -5.5 23t-4 38.5t-2 69t-0.5 116.5t0.5 116.5t2 69t4 38t5.5 23.5q16 49 54 75.5t96 26.5q79 0 120 -48t41 -148q0 -10 -10 -10h-59q-10 0 -10 10q0 61 -19 90.5t-62 29.5q-57 0 -72 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64 +t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29q0 -69 -0.5 -110.5t-2 -66t-4 -37t-5.5 -22.5q-16 -49 -53.5 -75.5 +t-96.5 -26.5z" /> + <glyph glyph-name="Gcircumflex.ss01" horiz-adv-x="422" +d="M211 -9q-58 0 -96 26.5t-54 75.5q-3 10 -5.5 23t-4 38.5t-2 69t-0.5 116.5t0.5 116.5t2 69t4 38t5.5 23.5q16 49 54 75.5t96 26.5q79 0 120 -48t41 -148q0 -10 -10 -10h-59q-10 0 -10 10q0 61 -19 90.5t-62 29.5q-57 0 -72 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64 +t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29q0 -69 -0.5 -110.5t-2 -66t-4 -37t-5.5 -22.5q-16 -49 -53.5 -75.5 +t-96.5 -26.5zM281 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Gbreve.ss01" horiz-adv-x="422" +d="M211 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5zM211 -9q-58 0 -96 26.5t-54 75.5q-3 10 -5.5 23t-4 38.5t-2 69t-0.5 116.5t0.5 116.5t2 69t4 38 +t5.5 23.5q16 49 54 75.5t96 26.5q79 0 120 -48t41 -148q0 -10 -10 -10h-59q-10 0 -10 10q0 61 -19 90.5t-62 29.5q-57 0 -72 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5 +q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29q0 -69 -0.5 -110.5t-2 -66t-4 -37t-5.5 -22.5q-16 -49 -53.5 -75.5t-96.5 -26.5z" /> + <glyph glyph-name="Gdotaccent.ss01" horiz-adv-x="422" +d="M180 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM211 -9q-58 0 -96 26.5t-54 75.5q-3 10 -5.5 23t-4 38.5t-2 69t-0.5 116.5t0.5 116.5t2 69t4 38t5.5 23.5q16 49 54 75.5t96 26.5q79 0 120 -48t41 -148q0 -10 -10 -10h-59q-10 0 -10 10 +q0 61 -19 90.5t-62 29.5q-57 0 -72 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53q0 10 10 10h141q10 0 10 -10v-29 +q0 -69 -0.5 -110.5t-2 -66t-4 -37t-5.5 -22.5q-16 -49 -53.5 -75.5t-96.5 -26.5z" /> + <glyph glyph-name="Gcommaaccent.ss01" horiz-adv-x="422" +d="M183 -208q-8 0 -8 10v135q0 10 10 10h53q10 0 10 -10v-49q0 -8 -1.5 -12.5t-5.5 -9.5l-46 -66q-4 -8 -12 -8zM211 -9q-58 0 -96 26.5t-54 75.5q-3 10 -5.5 23t-4 38.5t-2 69t-0.5 116.5t0.5 116.5t2 69t4 38t5.5 23.5q16 49 54 75.5t96 26.5q79 0 120 -48t41 -148 +q0 -10 -10 -10h-59q-10 0 -10 10q0 61 -19 90.5t-62 29.5q-57 0 -72 -48q-3 -8 -4.5 -17t-2.5 -31.5t-1.5 -64t-0.5 -112.5t0.5 -112.5t1.5 -64t2.5 -32t4.5 -16.5q8 -23 27 -35.5t46 -12.5t46 12.5t27 35.5q2 7 4 15.5t3 26.5t1.5 49t0.5 83q0 6 -6 6h-67q-10 0 -10 10v53 +q0 10 10 10h141q10 0 10 -10v-29q0 -69 -0.5 -110.5t-2 -66t-4 -37t-5.5 -22.5q-16 -49 -53.5 -75.5t-96.5 -26.5z" /> + <glyph glyph-name="I.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152z" /> + <glyph glyph-name="Igrave.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM104 763q-10 0 -19 10l-93 105q-3 4 -1.5 7t6.5 3h58 +q7 0 10 -2.5t7 -7.5l76 -105q3 -4 1.5 -7t-6.5 -3h-39z" /> + <glyph glyph-name="Iacute.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM97 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3 +t-1.5 -7l-93 -105q-9 -10 -19 -10h-38z" /> + <glyph glyph-name="Ibreve.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM119 753q-54 0 -81.5 31.5t-32.5 79.5q0 10 10 10h32q8 0 10 -10 +q8 -26 23 -40.5t39 -14.5t39 14.5t22 40.5q3 10 11 10h32q10 0 10 -10q-5 -48 -32.5 -79.5t-81.5 -31.5z" /> + <glyph glyph-name="Icircumflex.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM189 752q-10 0 -17 10l-52 71h-2l-52 -71q-7 -10 -17 -10h-42 +q-5 0 -6.5 2.5t1.5 7.5l82 123q6 10 17 10h36q11 0 17 -10l82 -123q3 -5 1.5 -7.5t-6.5 -2.5h-42z" /> + <glyph glyph-name="Itilde.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM161 773q-15 0 -26.5 5.5t-22.5 13.5t-18.5 12t-16.5 4 +q-14 0 -23.5 -7t-20.5 -20q-4 -4 -8 -3t-4 6v47q0 9 9 18q9 10 20.5 17t27.5 7q15 0 26 -5.5t22 -13.5t18.5 -12.5t17.5 -4.5q14 0 23.5 7.5t20.5 20.5q3 4 7 2.5t4 -6.5v-47q0 -5 -1.5 -8.5t-6.5 -8.5q-9 -11 -20.5 -17.5t-27.5 -6.5z" /> + <glyph glyph-name="Idieresis.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM166 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72 +q0 -10 -10 -10h-51zM21 777q-10 0 -10 10v72q0 10 10 10h51q10 0 10 -10v-72q0 -10 -10 -10h-51z" /> + <glyph glyph-name="Imacron.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM22 790q-10 0 -10 10v43q0 10 10 10h194q10 0 10 -10v-43 +q0 -10 -10 -10h-194z" /> + <glyph glyph-name="Idotaccent.ss01" horiz-adv-x="236" +d="M42 0q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-152zM88 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72 +q0 -10 -10 -10h-63z" /> + <glyph glyph-name="Iogonek.ss01" horiz-adv-x="236" +d="M117 -181q-34 0 -55 19t-21 54q0 27 9.5 51t36.5 57h-45q-10 0 -10 10v53q0 10 10 10h30q6 0 6 6v522q0 6 -6 6h-30q-10 0 -10 10v53q0 10 10 10h152q10 0 10 -10v-53q0 -10 -10 -10h-30q-6 0 -6 -6v-522q0 -6 6 -6h30q10 0 10 -10v-53q0 -10 -10 -10h-39 +q-30 -37 -40 -58t-10 -38q0 -13 6.5 -19.5t15.5 -6.5q11 0 20 6q4 2 7.5 1.5t5.5 -4.5l15 -34q3 -8 -5 -13q-9 -6 -23.5 -10.5t-29.5 -4.5z" /> + <glyph glyph-name="Z.ss01" horiz-adv-x="362" +d="M45 0q-10 0 -10 10v52q0 6 2 12l93 238h-50q-10 0 -10 10v45q0 10 10 10h75l88 226v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-89 -228h54q10 0 10 -10v-45q0 -10 -10 -10h-80l-91 -235v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="Zacute.ss01" horiz-adv-x="362" +d="M154 763q-5 0 -7 3t1 7l77 105q4 5 7 7.5t9 2.5h58q5 0 6.5 -3t-1.5 -7l-93 -105q-9 -10 -19 -10h-38zM45 0q-10 0 -10 10v52q0 6 2 12l93 238h-50q-10 0 -10 10v45q0 10 10 10h75l88 226v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-89 -228 +h54q10 0 10 -10v-45q0 -10 -10 -10h-80l-91 -235v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="Zcaron.ss01" horiz-adv-x="362" +d="M167 750q-11 0 -17 9l-82 124q-3 4 -1.5 7t6.5 3h42q10 0 17 -10l52 -72h2l52 72q7 10 17 10h42q5 0 6.5 -3t-1.5 -7l-82 -124q-6 -9 -17 -9h-36zM45 0q-10 0 -10 10v52q0 6 2 12l93 238h-50q-10 0 -10 10v45q0 10 10 10h75l88 226v2h-188q-10 0 -10 10v55q0 10 10 10 +h263q10 0 10 -10v-53q0 -6 -2 -12l-89 -228h54q10 0 10 -10v-45q0 -10 -10 -10h-80l-91 -235v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="Zdotaccent.ss01" horiz-adv-x="362" +d="M153 777q-10 0 -10 10v72q0 10 10 10h63q10 0 10 -10v-72q0 -10 -10 -10h-63zM45 0q-10 0 -10 10v52q0 6 2 12l93 238h-50q-10 0 -10 10v45q0 10 10 10h75l88 226v2h-188q-10 0 -10 10v55q0 10 10 10h263q10 0 10 -10v-53q0 -6 -2 -12l-89 -228h54q10 0 10 -10v-45 +q0 -10 -10 -10h-80l-91 -235v-2h198q10 0 10 -10v-55q0 -10 -10 -10h-273z" /> + <glyph glyph-name="zero.ss01" +d="M193 -9q-50 0 -84 22t-48 67q-3 8 -5 20t-3.5 38.5t-2 74t-0.5 127.5t0.5 127.5t2 74t3.5 38.5t5 20q14 45 48 67t84 22t84 -22t48 -67q3 -8 4.5 -20t3 -38.5t2 -74t0.5 -127.5t-0.5 -127.5t-2 -74t-3 -38.5t-4.5 -20q-14 -45 -48 -67t-84 -22zM128 235l128 288 +q-1 27 -2 37t-3 16q-12 40 -58 40q-45 0 -59 -40q-2 -5 -3 -14t-1.5 -33t-1 -68.5t-0.5 -120.5v-105zM193 64q46 0 58 40q2 5 3.5 14t2 33t1 68.5t0.5 120.5v105l-129 -288q1 -28 2 -38t3 -15q14 -40 59 -40z" /> + <glyph glyph-name="one.ss01" +d="M79 0q-10 0 -10 10v53q0 10 10 10h79q6 0 6 6v508h-1l-86 -65q-11 -7 -11 7v62q0 8 7 14l89 69q7 6 14 6h55q10 0 10 -10v-591q0 -6 6 -6h80q10 0 10 -10v-53q0 -10 -10 -10h-248z" /> + <glyph glyph-name="six.ss01" +d="M196 -9q-52 0 -85 24t-47 67q-2 7 -4 16t-3 23.5t-1.5 35t-0.5 51.5v329q0 73 39 112.5t106 39.5q39 0 67 -11.5t47 -25.5q7 -6 2 -14l-28 -45q-5 -9 -14 -2q-14 10 -31.5 17.5t-37.5 7.5q-35 0 -54 -20.5t-19 -58.5v-142h2q10 11 29.5 19.5t42.5 8.5q94 0 122 -83 +q2 -7 4 -16.5t3 -24.5t1.5 -37t0.5 -54q0 -31 -0.5 -51.5t-1.5 -35t-2.5 -23.5t-3.5 -16q-14 -43 -47.5 -67t-85.5 -24zM196 64q45 0 59 40q1 4 2 9.5t2 17t1 29.5v48v47t-1 29t-2 16.5t-2 9.5q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9.5l-1.5 -16.5t-1 -29v-47v-48t1 -29.5 +t1.5 -17t2.5 -9.5q14 -40 59 -40z" /> + <glyph glyph-name="seven.ss01" +d="M248 309l-87 -299q-3 -10 -13 -10h-59q-9 0 -6 12l88 297h-68q-10 0 -10 10v45q0 10 10 10h87l69 232v2h-202q-10 0 -10 10v52q0 10 10 10h270q10 0 10 -10v-52q0 -6 -2 -14l-68 -230h43q10 0 10 -10v-45q0 -10 -10 -10h-62z" /> + <glyph glyph-name="nine.ss01" +d="M190 689q52 0 85 -24t47 -67q2 -7 4 -16t3 -23.5t1.5 -35t0.5 -51.5v-329q0 -73 -39 -112.5t-106 -39.5q-39 0 -67 11.5t-47 25.5q-7 6 -2 14l28 45q5 9 14 2q14 -10 31.5 -17.5t37.5 -7.5q35 0 54 20.5t19 58.5v142h-2q-10 -11 -29.5 -19.5t-42.5 -8.5q-94 0 -122 83 +q-2 7 -4 16.5t-3 24.5t-1.5 37t-0.5 54q0 31 0.5 51.5t1.5 35t2.5 23.5t3.5 16q14 43 47.5 67t85.5 24zM190 616q-45 0 -59 -40q-2 -4 -2.5 -9.5t-1.5 -17t-1 -29.5v-48v-47t1 -29l1.5 -16.5t2.5 -9.5q14 -41 59 -41t59 41q1 4 2 9.5t2 16.5t1 29v47v48t-1 29.5t-2 17 +t-2 9.5q-14 40 -59 40z" /> + <glyph glyph-name="zero.pnum.ss01" +d="M193 -9q-50 0 -84 22t-48 67q-3 8 -5 20t-3.5 38.5t-2 74t-0.5 127.5t0.5 127.5t2 74t3.5 38.5t5 20q14 45 48 67t84 22t84 -22t48 -67q3 -8 4.5 -20t3 -38.5t2 -74t0.5 -127.5t-0.5 -127.5t-2 -74t-3 -38.5t-4.5 -20q-14 -45 -48 -67t-84 -22zM128 235l128 288 +q-1 27 -2 37t-3 16q-12 40 -58 40q-45 0 -59 -40q-2 -5 -3 -14t-1.5 -33t-1 -68.5t-0.5 -120.5v-105zM193 64q46 0 58 40q2 5 3.5 14t2 33t1 68.5t0.5 120.5v105l-129 -288q1 -28 2 -38t3 -15q14 -40 59 -40z" /> + <glyph glyph-name="one.pnum.ss01" horiz-adv-x="337" +d="M58 0q-10 0 -10 10v53q0 10 10 10h79q6 0 6 6v508h-1l-86 -65q-11 -7 -11 7v62q0 8 7 14l89 69q7 6 14 6h55q10 0 10 -10v-591q0 -6 6 -6h80q10 0 10 -10v-53q0 -10 -10 -10h-248z" /> + <glyph glyph-name="six.pnum.ss01" horiz-adv-x="380" +d="M192 -9q-52 0 -85 24t-47 67q-2 7 -4 16t-3 23.5t-1.5 35t-0.5 51.5v329q0 73 39 112.5t106 39.5q39 0 67 -11.5t47 -25.5q7 -6 2 -14l-28 -45q-5 -9 -14 -2q-14 10 -31.5 17.5t-37.5 7.5q-35 0 -54 -20.5t-19 -58.5v-142h2q10 11 29.5 19.5t42.5 8.5q94 0 122 -83 +q2 -7 4 -16.5t3 -24.5t1.5 -37t0.5 -54q0 -31 -0.5 -51.5t-1.5 -35t-2.5 -23.5t-3.5 -16q-14 -43 -47.5 -67t-85.5 -24zM192 64q45 0 59 40q1 4 2 9.5t2 17t1 29.5v48v47t-1 29t-2 16.5t-2 9.5q-14 41 -59 41t-59 -41q-2 -4 -2.5 -9.5l-1.5 -16.5t-1 -29v-47v-48t1 -29.5 +t1.5 -17t2.5 -9.5q14 -40 59 -40z" /> + <glyph glyph-name="seven.pnum.ss01" horiz-adv-x="366" +d="M242 309l-87 -299q-3 -10 -13 -10h-59q-9 0 -6 12l88 297h-68q-10 0 -10 10v45q0 10 10 10h87l69 232v2h-202q-10 0 -10 10v52q0 10 10 10h270q10 0 10 -10v-52q0 -6 -2 -14l-68 -230h43q10 0 10 -10v-45q0 -10 -10 -10h-62z" /> + <glyph glyph-name="nine.pnum.ss01" horiz-adv-x="380" +d="M190 689q52 0 85 -24t47 -67q2 -7 4 -16t3 -23.5t1.5 -35t0.5 -51.5v-329q0 -73 -39 -112.5t-106 -39.5q-39 0 -67 11.5t-47 25.5q-7 6 -2 14l28 45q5 9 14 2q14 -10 31.5 -17.5t37.5 -7.5q35 0 54 20.5t19 58.5v142h-2q-10 -11 -29.5 -19.5t-42.5 -8.5q-94 0 -122 83 +q-2 7 -4 16.5t-3 24.5t-1.5 37t-0.5 54q0 31 0.5 51.5t1.5 35t2.5 23.5t3.5 16q14 43 47.5 67t85.5 24zM190 616q-45 0 -59 -40q-2 -4 -2.5 -9.5t-1.5 -17t-1 -29.5v-48v-47t1 -29l1.5 -16.5t2.5 -9.5q14 -41 59 -41t59 41q1 4 2 9.5t2 16.5t1 29v47v48t-1 29.5t-2 17 +t-2 9.5q-14 40 -59 40z" /> + <glyph glyph-name="zero.numr" horiz-adv-x="270" +d="M135 267q-38 0 -61 16t-33 44q-2 6 -3.5 13.5t-2 23t-1 42.5t-0.5 71t0.5 71t1 42.5t2 23t3.5 13.5q10 28 33 44t61 16q37 0 60.5 -16t33.5 -44q2 -6 3.5 -13.5t2 -23t1 -42.5t0.5 -71t-0.5 -71t-1 -42.5t-2 -23t-3.5 -13.5q-10 -28 -33.5 -44t-60.5 -16zM135 323 +q27 0 35 24q1 3 2 8t1.5 18t0.5 37.5v66.5v66.5t-0.5 37.5t-1.5 18t-2 8q-8 24 -35 24q-28 0 -35 -24q-1 -3 -2 -8t-1.5 -18t-0.5 -37.5v-66.5v-66.5t0.5 -37.5t1.5 -18t2 -8q7 -24 35 -24z" /> + <glyph glyph-name="one.numr" horiz-adv-x="270" +d="M136 274q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42z" /> + <glyph glyph-name="two.numr" horiz-adv-x="270" +d="M47 274q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5 +q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178z" /> + <glyph glyph-name="three.numr" horiz-adv-x="270" +d="M134 267q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22 +t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5 +q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="four.numr" horiz-adv-x="270" +d="M165 274q-10 0 -10 10v46q0 6 -6 6h-119q-10 0 -10 10v36q0 7 3 16l88 272q3 10 12 10h44q10 0 7 -10l-90 -276v-2h65q6 0 6 6v99q0 10 10 10h39q10 0 10 -10v-99q0 -6 5 -6h23q10 0 10 -10v-36q0 -10 -10 -10h-22q-6 0 -6 -6v-46q0 -10 -10 -10h-39z" /> + <glyph glyph-name="five.numr" horiz-adv-x="270" +d="M135 267q-36 0 -60.5 16t-33.5 45q-3 9 -4 17.5t-1 16.5q0 10 9 12l39 4q11 2 11 -9q0 -14 3 -23q8 -23 36 -23q27 0 35 22q2 5 2.5 15t0.5 43v26t-0.5 16t-1 9.5t-1.5 5.5q-8 22 -35 22q-23 0 -33 -15q-8 -10 -16 -10h-36q-10 0 -10 10v203q0 10 10 10h174q10 0 10 -10 +v-36q0 -10 -10 -10h-120q-6 0 -6 -6v-95h1q8 7 19.5 11.5t28.5 4.5q65 0 84 -56q3 -10 4 -26t1 -54q0 -37 -1.5 -51.5t-4.5 -24.5q-9 -29 -33.5 -44.5t-60.5 -15.5z" /> + <glyph glyph-name="six.numr" horiz-adv-x="270" +d="M135 267q-36 0 -61 16t-35 45q-3 10 -4 22.5t-1 42.5q0 23 1 38.5t3 28.5t6.5 24.5t10.5 26.5l70 159q4 10 14 10h44q10 0 7 -10l-68 -155h1q8 4 23 4q32 0 53.5 -14.5t30.5 -43.5q4 -11 5 -24.5t1 -43.5t-1 -42.5t-4 -22.5q-10 -29 -35 -45t-61 -16zM135 323 +q14 0 23 6.5t12 16.5q2 5 3 13.5t1 33.5t-1 33t-3 13q-3 10 -12 17t-23 7t-23 -7t-13 -17q-2 -5 -2.5 -13t-0.5 -33t0.5 -33.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="seven.numr" horiz-adv-x="270" +d="M73 274q-11 0 -8 10l111 337v3h-73q-6 0 -6 -6v-37q0 -10 -10 -10h-40q-10 0 -10 10v89q0 10 10 10h183q10 0 10 -10v-36q0 -8 -3 -17l-108 -333q-3 -10 -12 -10h-44z" /> + <glyph glyph-name="eight.numr" horiz-adv-x="270" +d="M135 267q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM135 514q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM135 323q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="nine.numr" horiz-adv-x="270" +d="M87 274q-11 0 -8 10l69 155l-1 1q-8 -5 -24 -5q-65 0 -83 58q-4 11 -5 24.5t-1 43.5t1 42.5t4 22.5q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -22.5t1 -42.5q0 -23 -1 -39t-3 -28.5t-6.5 -24t-10.5 -26.5l-71 -159q-4 -10 -13 -10h-44zM135 491q14 0 23 7t12 17 +q2 5 3 13t1 33t-1 33.5t-3 13.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -13.5t-0.5 -33.5t0.5 -33t2.5 -13q4 -10 13 -17t23 -7z" /> + <glyph glyph-name="zero.dnom" horiz-adv-x="270" +d="M135 -6q-38 0 -61 16t-33 44q-2 6 -3.5 13.5t-2 23t-1 42.5t-0.5 71t0.5 71t1 42.5t2 23t3.5 13.5q10 28 33 44t61 16q37 0 60.5 -16t33.5 -44q2 -6 3.5 -13.5t2 -23t1 -42.5t0.5 -71t-0.5 -71t-1 -42.5t-2 -23t-3.5 -13.5q-10 -28 -33.5 -44t-60.5 -16zM135 50 +q27 0 35 24q1 3 2 8t1.5 18t0.5 37.5v66.5v66.5t-0.5 37.5t-1.5 18t-2 8q-8 24 -35 24q-28 0 -35 -24q-1 -3 -2 -8t-1.5 -18t-0.5 -37.5v-66.5v-66.5t0.5 -37.5t1.5 -18t2 -8q7 -24 35 -24z" /> + <glyph glyph-name="one.dnom" horiz-adv-x="270" +d="M136 1q-10 0 -10 10v325h-1l-56 -35q-5 -3 -8 -1.5t-3 6.5v45q0 9 7 13l57 38q8 5 16 5h40q10 0 10 -10v-386q0 -10 -10 -10h-42z" /> + <glyph glyph-name="two.dnom" horiz-adv-x="270" +d="M47 1q-10 0 -10 10v36q0 8 4 16l113 178q9 14 13.5 28t4.5 33q0 15 -0.5 22t-2.5 12q-8 22 -35 22q-28 0 -35 -22q-2 -5 -3 -13t-1 -28q0 -11 -11 -9l-39 4q-9 1 -9 12q0 20 1.5 30.5t4.5 20.5q19 61 93 61q36 0 60.5 -16t33.5 -45q3 -10 4.5 -20.5t1.5 -30.5 +q0 -27 -7.5 -49t-21.5 -44l-96 -151v-1h115q10 0 10 -10v-36q0 -10 -10 -10h-178z" /> + <glyph glyph-name="three.dnom" horiz-adv-x="270" +d="M134 -6q-36 0 -60 15.5t-33 44.5q-6 19 -6 42q0 11 10 12l38 4q11 2 11 -10t1 -18.5t3 -11.5q7 -22 35 -22t35 22q2 5 3 13t1 31t-0.5 31.5t-2.5 13.5q-7 22 -36 22h-8q-10 0 -10 10v37q0 10 10 10h7q30 0 37 21q2 5 2.5 12.5t0.5 26.5q0 17 -1 24t-3 12q-7 22 -35 22 +t-35 -22q-2 -5 -3 -11.5t-1 -18.5t-11 -10l-38 4q-10 1 -10 12q0 22 6 42q9 29 33 44.5t60 15.5q37 0 61 -15.5t33 -44.5q3 -10 4.5 -21.5t1.5 -32.5q0 -23 -1 -32.5t-3 -16.5q-9 -27 -35 -38v-1q27 -13 34 -38q3 -8 4 -20t1 -38q0 -27 -1.5 -39.5t-4.5 -22.5 +q-9 -29 -33 -44.5t-61 -15.5z" /> + <glyph glyph-name="four.dnom" horiz-adv-x="270" +d="M165 1q-10 0 -10 10v46q0 6 -6 6h-119q-10 0 -10 10v36q0 7 3 16l88 272q3 10 12 10h44q10 0 7 -10l-90 -276v-2h65q6 0 6 6v99q0 10 10 10h39q10 0 10 -10v-99q0 -6 5 -6h23q10 0 10 -10v-36q0 -10 -10 -10h-22q-6 0 -6 -6v-46q0 -10 -10 -10h-39z" /> + <glyph glyph-name="five.dnom" horiz-adv-x="270" +d="M135 -6q-36 0 -60.5 16t-33.5 45q-3 9 -4 17.5t-1 16.5q0 10 9 12l39 4q11 2 11 -9q0 -14 3 -23q8 -23 36 -23q27 0 35 22q2 5 2.5 15t0.5 43v26t-0.5 16t-1 9.5t-1.5 5.5q-8 22 -35 22q-23 0 -33 -15q-8 -10 -16 -10h-36q-10 0 -10 10v203q0 10 10 10h174q10 0 10 -10 +v-36q0 -10 -10 -10h-120q-6 0 -6 -6v-95h1q8 7 19.5 11.5t28.5 4.5q65 0 84 -56q3 -10 4 -26t1 -54q0 -37 -1.5 -51.5t-4.5 -24.5q-9 -29 -33.5 -44.5t-60.5 -15.5z" /> + <glyph glyph-name="six.dnom" horiz-adv-x="270" +d="M135 -6q-36 0 -61 16t-35 45q-3 10 -4 22.5t-1 42.5q0 23 1 38.5t3 28.5t6.5 24.5t10.5 26.5l70 159q4 10 14 10h44q10 0 7 -10l-68 -155h1q8 4 23 4q32 0 53.5 -14.5t30.5 -43.5q4 -11 5 -24.5t1 -43.5t-1 -42.5t-4 -22.5q-10 -29 -35 -45t-61 -16zM135 50q14 0 23 6.5 +t12 16.5q2 5 3 13.5t1 33.5t-1 33t-3 13q-3 10 -12 17t-23 7t-23 -7t-13 -17q-2 -5 -2.5 -13t-0.5 -33t0.5 -33.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="seven.dnom" horiz-adv-x="270" +d="M73 1q-11 0 -8 10l111 337v3h-73q-6 0 -6 -6v-37q0 -10 -10 -10h-40q-10 0 -10 10v89q0 10 10 10h183q10 0 10 -10v-36q0 -8 -3 -17l-108 -333q-3 -10 -12 -10h-44z" /> + <glyph glyph-name="eight.dnom" horiz-adv-x="270" +d="M135 -6q-36 0 -61 16t-35 45q-3 10 -4 22t-1 41q0 23 1 34t4 19q8 28 31 42v1q-23 16 -31 42q-5 14 -5 44q0 21 1 32t4 21q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -21t1 -32q0 -30 -5 -44q-7 -25 -31 -42v-1q23 -15 31 -42q3 -8 4 -19t1 -34q0 -29 -1 -41t-4 -22 +q-10 -29 -35 -45t-61 -16zM135 241q14 0 23 7t12 16q2 5 3 12t1 24t-1 23.5t-3 11.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -11.5t-0.5 -23.5t0.5 -24t2.5 -12q4 -9 13 -16t23 -7zM135 50q14 0 23 6.5t12 16.5q2 5 3 13.5t1 31.5t-1 31t-3 13q-3 9 -12 16 +t-23 7t-23 -7t-13 -16q-2 -5 -2.5 -13t-0.5 -31t0.5 -31.5t2.5 -13.5q4 -10 13 -16.5t23 -6.5z" /> + <glyph glyph-name="nine.dnom" horiz-adv-x="270" +d="M87 1q-11 0 -8 10l69 155l-1 1q-8 -5 -24 -5q-65 0 -83 58q-4 11 -5 24.5t-1 43.5t1 42.5t4 22.5q10 29 35 45t61 16t61 -16t35 -45q3 -10 4 -22.5t1 -42.5q0 -23 -1 -39t-3 -28.5t-6.5 -24t-10.5 -26.5l-71 -159q-4 -10 -13 -10h-44zM135 218q14 0 23 7t12 17q2 5 3 13 +t1 33t-1 33.5t-3 13.5q-3 10 -12 16.5t-23 6.5t-23 -6.5t-13 -16.5q-2 -5 -2.5 -13.5t-0.5 -33.5t0.5 -33t2.5 -13q4 -10 13 -17t23 -7z" /> + <hkern u1=" " u2="Ỳ" k="15" /> + <hkern u1=" " u2="Ẅ" k="15" /> + <hkern u1=" " u2="Ẃ" k="15" /> + <hkern u1=" " u2="Ẁ" k="15" /> + <hkern u1=" " u2="Ț" k="10" /> + <hkern u1=" " u2="Ÿ" k="15" /> + <hkern u1=" " u2="Ŷ" k="15" /> + <hkern u1=" " u2="Ŵ" k="15" /> + <hkern u1=" " u2="Ť" k="10" /> + <hkern u1=" " u2="Ţ" k="10" /> + <hkern u1=" " u2="Ý" k="15" /> + <hkern u1=" " u2="Y" k="15" /> + <hkern u1=" " u2="X" k="4" /> + <hkern u1=" " u2="W" k="15" /> + <hkern u1=" " u2="V" k="22" /> + <hkern u1=" " u2="T" k="10" /> + <hkern u1=""" u2="ï" k="-56" /> + <hkern u1=""" u2="y" k="-3" /> + <hkern u1=""" u2="v" k="-3" /> + <hkern u1="'" u2="ï" k="-56" /> + <hkern u1="'" u2="y" k="-3" /> + <hkern u1="'" u2="v" k="-3" /> + <hkern u1="," u2=" " k="16" /> + <hkern u1="-" u2="Ŧ" k="47" /> + <hkern u1="-" u2="y" k="17" /> + <hkern u1="-" u2="x" k="40" /> + <hkern u1="-" u2="v" k="16" /> + <hkern u1="-" u2="X" k="46" /> + <hkern u1="-" u2="V" k="36" /> + <hkern u1="." u2=" " k="16" /> + <hkern u1="A" g2="V.aalt" k="13" /> + <hkern u1="A" u2="®" k="40" /> + <hkern u1="A" u2="«" k="13" /> + <hkern u1="A" u2="y" k="20" /> + <hkern u1="A" u2="v" k="24" /> + <hkern u1="A" u2="V" k="36" /> + <hkern u1="A" u2="?" k="40" /> + <hkern u1="B" g2="Jcircumflex.aalt" k="13" /> + <hkern u1="B" g2="AEacute.aalt" k="7" /> + <hkern u1="B" g2="AE.aalt" k="7" /> + <hkern u1="B" g2="J.aalt" k="13" /> + <hkern u1="B" u2="Ỳ" k="16" /> + <hkern u1="B" u2="Ẅ" k="4" /> + <hkern u1="B" u2="Ẃ" k="4" /> + <hkern u1="B" u2="Ẁ" k="4" /> + <hkern u1="B" u2="Ǽ" k="24" /> + <hkern u1="B" u2="Ǻ" k="4" /> + <hkern u1="B" u2="Ÿ" k="16" /> + <hkern u1="B" u2="Ŷ" k="16" /> + <hkern u1="B" u2="Ŵ" k="4" /> + <hkern u1="B" u2="Ĵ" k="11" /> + <hkern u1="B" u2="Ą" k="4" /> + <hkern u1="B" u2="Ă" k="4" /> + <hkern u1="B" u2="Ā" k="4" /> + <hkern u1="B" u2="Ý" k="16" /> + <hkern u1="B" u2="Æ" k="24" /> + <hkern u1="B" u2="Å" k="4" /> + <hkern u1="B" u2="Ä" k="4" /> + <hkern u1="B" u2="Ã" k="4" /> + <hkern u1="B" u2="Â" k="4" /> + <hkern u1="B" u2="Á" k="4" /> + <hkern u1="B" u2="À" k="4" /> + <hkern u1="B" u2="Y" k="16" /> + <hkern u1="B" u2="X" k="16" /> + <hkern u1="B" u2="W" k="4" /> + <hkern u1="B" u2="V" k="6" /> + <hkern u1="B" u2="J" k="11" /> + <hkern u1="B" u2="A" k="4" /> + <hkern u1="C" u2="y" k="12" /> + <hkern u1="D" u2="X" k="18" /> + <hkern u1="D" u2="V" k="14" /> + <hkern u1="F" g2="Jcircumflex.aalt" k="51" /> + <hkern u1="F" g2="AEacute.aalt" k="53" /> + <hkern u1="F" g2="AE.aalt" k="53" /> + <hkern u1="F" g2="Aringacute.aalt" k="28" /> + <hkern u1="F" g2="Aogonek.aalt" k="28" /> + <hkern u1="F" g2="Aring.aalt" k="28" /> + <hkern u1="F" g2="Abreve.aalt" k="28" /> + <hkern u1="F" g2="Amacron.aalt" k="28" /> + <hkern u1="F" g2="Adieresis.aalt" k="28" /> + <hkern u1="F" g2="Atilde.aalt" k="28" /> + <hkern u1="F" g2="Acircumflex.aalt" k="28" /> + <hkern u1="F" g2="Aacute.aalt" k="28" /> + <hkern u1="F" g2="Agrave.aalt" k="28" /> + <hkern u1="F" g2="J.aalt" k="51" /> + <hkern u1="F" g2="a.sc" k="28" /> + <hkern u1="F" u2="…" k="74" /> + <hkern u1="F" u2="ș" k="9" /> + <hkern u1="F" u2="ǿ" k="7" /> + <hkern u1="F" u2="Ǽ" k="53" /> + <hkern u1="F" u2="ǻ" k="30" /> + <hkern u1="F" u2="Ǻ" k="25" /> + <hkern u1="F" u2="ų" k="18" /> + <hkern u1="F" u2="ű" k="18" /> + <hkern u1="F" u2="ů" k="18" /> + <hkern u1="F" u2="ŭ" k="18" /> + <hkern u1="F" u2="ū" k="18" /> + <hkern u1="F" u2="ũ" k="18" /> + <hkern u1="F" u2="š" k="9" /> + <hkern u1="F" u2="ş" k="9" /> + <hkern u1="F" u2="ŝ" k="9" /> + <hkern u1="F" u2="ś" k="9" /> + <hkern u1="F" u2="ř" k="18" /> + <hkern u1="F" u2="ŗ" k="18" /> + <hkern u1="F" u2="ŕ" k="18" /> + <hkern u1="F" u2="ŋ" k="18" /> + <hkern u1="F" u2="ň" k="18" /> + <hkern u1="F" u2="ņ" k="18" /> + <hkern u1="F" u2="ń" k="18" /> + <hkern u1="F" u2="Ĵ" k="55" /> + <hkern u1="F" u2="ı" k="18" /> + <hkern u1="F" u2="ģ" k="7" /> + <hkern u1="F" u2="ġ" k="7" /> + <hkern u1="F" u2="ğ" k="7" /> + <hkern u1="F" u2="ĝ" k="7" /> + <hkern u1="F" u2="ď" k="7" /> + <hkern u1="F" u2="č" k="24" /> + <hkern u1="F" u2="ċ" k="24" /> + <hkern u1="F" u2="ĉ" k="24" /> + <hkern u1="F" u2="ć" k="24" /> + <hkern u1="F" u2="ą" k="30" /> + <hkern u1="F" u2="Ą" k="25" /> + <hkern u1="F" u2="ă" k="30" /> + <hkern u1="F" u2="Ă" k="25" /> + <hkern u1="F" u2="ā" k="30" /> + <hkern u1="F" u2="Ā" k="25" /> + <hkern u1="F" u2="ü" k="18" /> + <hkern u1="F" u2="û" k="18" /> + <hkern u1="F" u2="ú" k="18" /> + <hkern u1="F" u2="ù" k="18" /> + <hkern u1="F" u2="ø" k="7" /> + <hkern u1="F" u2="ñ" k="18" /> + <hkern u1="F" u2="ç" k="24" /> + <hkern u1="F" u2="å" k="30" /> + <hkern u1="F" u2="ä" k="30" /> + <hkern u1="F" u2="ã" k="30" /> + <hkern u1="F" u2="â" k="30" /> + <hkern u1="F" u2="á" k="30" /> + <hkern u1="F" u2="à" k="30" /> + <hkern u1="F" u2="Æ" k="53" /> + <hkern u1="F" u2="Å" k="25" /> + <hkern u1="F" u2="Ä" k="25" /> + <hkern u1="F" u2="Ã" k="25" /> + <hkern u1="F" u2="Â" k="25" /> + <hkern u1="F" u2="Á" k="25" /> + <hkern u1="F" u2="À" k="25" /> + <hkern u1="F" u2="y" k="18" /> + <hkern u1="F" u2="u" k="18" /> + <hkern u1="F" u2="s" k="9" /> + <hkern u1="F" u2="r" k="18" /> + <hkern u1="F" u2="p" k="18" /> + <hkern u1="F" u2="n" k="18" /> + <hkern u1="F" u2="m" k="18" /> + <hkern u1="F" u2="g" k="7" /> + <hkern u1="F" u2="d" k="7" /> + <hkern u1="F" u2="c" k="24" /> + <hkern u1="F" u2="a" k="30" /> + <hkern u1="F" u2="J" k="55" /> + <hkern u1="F" u2="A" k="25" /> + <hkern u1="F" u2="." k="74" /> + <hkern u1="F" u2="," k="74" /> + <hkern u1="G" u2="X" k="16" /> + <hkern u1="G" u2="V" k="12" /> + <hkern u1="H" u2="ï" k="-13" /> + <hkern u1="K" g2="V.aalt" k="29" /> + <hkern u1="K" u2="®" k="49" /> + <hkern u1="K" u2="«" k="50" /> + <hkern u1="K" u2="y" k="19" /> + <hkern u1="K" u2="v" k="27" /> + <hkern u1="L" g2="V.aalt" k="29" /> + <hkern u1="L" u2="®" k="40" /> + <hkern u1="L" u2="«" k="20" /> + <hkern u1="L" u2="y" k="20" /> + <hkern u1="L" u2="v" k="38" /> + <hkern u1="L" u2="V" k="50" /> + <hkern u1="L" u2="?" k="13" /> + <hkern u1="P" g2="Jcircumflex.aalt" k="61" /> + <hkern u1="P" g2="AEacute.aalt" k="76" /> + <hkern u1="P" g2="AE.aalt" k="76" /> + <hkern u1="P" g2="Aringacute.aalt" k="43" /> + <hkern u1="P" g2="Aogonek.aalt" k="43" /> + <hkern u1="P" g2="Aring.aalt" k="43" /> + <hkern u1="P" g2="Abreve.aalt" k="43" /> + <hkern u1="P" g2="Amacron.aalt" k="43" /> + <hkern u1="P" g2="Adieresis.aalt" k="43" /> + <hkern u1="P" g2="Atilde.aalt" k="43" /> + <hkern u1="P" g2="Acircumflex.aalt" k="43" /> + <hkern u1="P" g2="Aacute.aalt" k="43" /> + <hkern u1="P" g2="Agrave.aalt" k="43" /> + <hkern u1="P" g2="J.aalt" k="61" /> + <hkern u1="P" g2="a.sc" k="43" /> + <hkern u1="P" u2="…" k="114" /> + <hkern u1="P" u2="”" k="-20" /> + <hkern u1="P" u2="“" k="-20" /> + <hkern u1="P" u2="’" k="-20" /> + <hkern u1="P" u2="‘" k="-20" /> + <hkern u1="P" u2="Ỳ" k="8" /> + <hkern u1="P" u2="Ǽ" k="93" /> + <hkern u1="P" u2="ǻ" k="18" /> + <hkern u1="P" u2="Ǻ" k="46" /> + <hkern u1="P" u2="Ÿ" k="8" /> + <hkern u1="P" u2="Ŷ" k="8" /> + <hkern u1="P" u2="Ĵ" k="72" /> + <hkern u1="P" u2="č" k="6" /> + <hkern u1="P" u2="ċ" k="6" /> + <hkern u1="P" u2="ĉ" k="6" /> + <hkern u1="P" u2="ć" k="6" /> + <hkern u1="P" u2="ą" k="18" /> + <hkern u1="P" u2="Ą" k="46" /> + <hkern u1="P" u2="ă" k="18" /> + <hkern u1="P" u2="Ă" k="46" /> + <hkern u1="P" u2="ā" k="18" /> + <hkern u1="P" u2="Ā" k="46" /> + <hkern u1="P" u2="ç" k="6" /> + <hkern u1="P" u2="å" k="18" /> + <hkern u1="P" u2="ä" k="18" /> + <hkern u1="P" u2="ã" k="18" /> + <hkern u1="P" u2="â" k="18" /> + <hkern u1="P" u2="á" k="18" /> + <hkern u1="P" u2="à" k="18" /> + <hkern u1="P" u2="Ý" k="8" /> + <hkern u1="P" u2="Æ" k="93" /> + <hkern u1="P" u2="Å" k="46" /> + <hkern u1="P" u2="Ä" k="46" /> + <hkern u1="P" u2="Ã" k="46" /> + <hkern u1="P" u2="Â" k="46" /> + <hkern u1="P" u2="Á" k="46" /> + <hkern u1="P" u2="À" k="46" /> + <hkern u1="P" u2="c" k="6" /> + <hkern u1="P" u2="a" k="18" /> + <hkern u1="P" u2="Y" k="8" /> + <hkern u1="P" u2="X" k="20" /> + <hkern u1="P" u2="J" k="72" /> + <hkern u1="P" u2="A" k="46" /> + <hkern u1="P" u2="." k="114" /> + <hkern u1="P" u2="," k="114" /> + <hkern u1="P" u2="'" k="-20" /> + <hkern u1="P" u2=""" k="-20" /> + <hkern u1="Q" u2="…" k="-23" /> + <hkern u1="Q" u2="Ỳ" k="24" /> + <hkern u1="Q" u2="Ẅ" k="11" /> + <hkern u1="Q" u2="Ẃ" k="11" /> + <hkern u1="Q" u2="Ẁ" k="11" /> + <hkern u1="Q" u2="Ÿ" k="24" /> + <hkern u1="Q" u2="Ŷ" k="24" /> + <hkern u1="Q" u2="Ŵ" k="11" /> + <hkern u1="Q" u2="Ý" k="24" /> + <hkern u1="Q" u2="Y" k="24" /> + <hkern u1="Q" u2="W" k="11" /> + <hkern u1="Q" u2="V" k="15" /> + <hkern u1="Q" u2=";" k="-23" /> + <hkern u1="Q" u2=":" k="-23" /> + <hkern u1="Q" u2="." k="-23" /> + <hkern u1="Q" u2="," k="-23" /> + <hkern u1="Q" u2="!" k="-14" /> + <hkern u1="R" u2="«" k="20" /> + <hkern u1="R" u2="V" k="12" /> + <hkern u1="S" u2="y" k="3" /> + <hkern u1="S" u2="x" k="6" /> + <hkern u1="S" u2="v" k="7" /> + <hkern u1="T" g2="z.aalt" k="28" /> + <hkern u1="T" g2="X.aalt" k="44" /> + <hkern u1="T" g2="V.aalt" k="33" /> + <hkern u1="T" u2="ï" k="-19" /> + <hkern u1="T" u2="«" k="43" /> + <hkern u1="T" u2="y" k="27" /> + <hkern u1="T" u2="x" k="31" /> + <hkern u1="T" u2="v" k="35" /> + <hkern u1="T" u2="?" k="-20" /> + <hkern u1="T" u2=" " k="10" /> + <hkern u1="V" g2="Eng.aalt" k="10" /> + <hkern u1="V" g2="germandbls.sc" k="10" /> + <hkern u1="V" g2="IJ.aalt" k="10" /> + <hkern u1="V" g2="Uogonek.aalt" k="11" /> + <hkern u1="V" g2="Uhungarumlaut.aalt" k="11" /> + <hkern u1="V" g2="Uring.aalt" k="11" /> + <hkern u1="V" g2="Ubreve.aalt" k="11" /> + <hkern u1="V" g2="Umacron.aalt" k="11" /> + <hkern u1="V" g2="Udieresis.aalt" k="11" /> + <hkern u1="V" g2="Utilde.aalt" k="11" /> + <hkern u1="V" g2="Ucircumflex.aalt" k="11" /> + <hkern u1="V" g2="Uacute.aalt" k="11" /> + <hkern u1="V" g2="Ugrave.aalt" k="11" /> + <hkern u1="V" g2="Thorn.aalt" k="10" /> + <hkern u1="V" g2="Scommaaccent.aalt" k="10" /> + <hkern u1="V" g2="scedilla.sc" k="10" /> + <hkern u1="V" g2="Scaron.aalt" k="10" /> + <hkern u1="V" g2="Scircumflex.aalt" k="10" /> + <hkern u1="V" g2="Sacute.aalt" k="10" /> + <hkern u1="V" g2="rcommaaccent.aalt" k="10" /> + <hkern u1="V" g2="Rcommaaccent.aalt" k="10" /> + <hkern u1="V" g2="Racute.aalt" k="10" /> + <hkern u1="V" g2="Oslash.aalt" k="14" /> + <hkern u1="V" g2="Ohungarumlaut.aalt" k="14" /> + <hkern u1="V" g2="Obreve.aalt" k="14" /> + <hkern u1="V" g2="Omacron.aalt" k="14" /> + <hkern u1="V" g2="Odieresis.aalt" k="14" /> + <hkern u1="V" g2="Otilde.aalt" k="14" /> + <hkern u1="V" g2="Ocircumflex.aalt" k="14" /> + <hkern u1="V" g2="Oacute.aalt" k="14" /> + <hkern u1="V" g2="Ograve.aalt" k="14" /> + <hkern u1="V" g2="Ncommaaccent.aalt" k="10" /> + <hkern u1="V" g2="Ntilde.aalt" k="10" /> + <hkern u1="V" g2="Ncaron.aalt" k="10" /> + <hkern u1="V" g2="Nacute.aalt" k="10" /> + <hkern u1="V" g2="Ldot.aalt" k="10" /> + <hkern u1="V" g2="Lslash.aalt" k="10" /> + <hkern u1="V" g2="Lcommaaccent.aalt" k="10" /> + <hkern u1="V" g2="Lcaron.aalt" k="10" /> + <hkern u1="V" g2="Lacute.aalt" k="10" /> + <hkern u1="V" g2="Kcommaaccent.aalt" k="10" /> + <hkern u1="V" g2="Jcircumflex.aalt" k="50" /> + <hkern u1="V" g2="iogonek.aalt" k="10" /> + <hkern u1="V" g2="i.sc" k="10" /> + <hkern u1="V" g2="imacron.aalt" k="10" /> + <hkern u1="V" g2="idieresis.aalt" k="10" /> + <hkern u1="V" g2="itilde.aalt" k="10" /> + <hkern u1="V" g2="icircumflex.aalt" k="10" /> + <hkern u1="V" g2="ibreve.aalt" k="10" /> + <hkern u1="V" g2="iacute.aalt" k="10" /> + <hkern u1="V" g2="igrave.aalt" k="10" /> + <hkern u1="V" g2="Hbar.aalt" k="10" /> + <hkern u1="V" g2="Hcircumflex.aalt" k="10" /> + <hkern u1="V" g2="gcommaaccent.aalt" k="14" /> + <hkern u1="V" g2="gdotaccent.aalt" k="14" /> + <hkern u1="V" g2="gbreve.aalt" k="14" /> + <hkern u1="V" g2="gcircumflex.aalt" k="14" /> + <hkern u1="V" g2="Eogonek.aalt" k="10" /> + <hkern u1="V" g2="Edotaccent.aalt" k="10" /> + <hkern u1="V" g2="Ebreve.aalt" k="10" /> + <hkern u1="V" g2="Emacron.aalt" k="10" /> + <hkern u1="V" g2="Edieresis.aalt" k="10" /> + <hkern u1="V" g2="Ecaron.aalt" k="10" /> + <hkern u1="V" g2="Ecircumflex.aalt" k="10" /> + <hkern u1="V" g2="Eacute.aalt" k="10" /> + <hkern u1="V" g2="Egrave.aalt" k="10" /> + <hkern u1="V" g2="Eth.aalt" k="10" /> + <hkern u1="V" g2="Dcroat.aalt" k="10" /> + <hkern u1="V" g2="Dcaron.aalt" k="10" /> + <hkern u1="V" g2="ccedilla.aalt" k="14" /> + <hkern u1="V" g2="cdotaccent.aalt" k="14" /> + <hkern u1="V" g2="ccaron.aalt" k="14" /> + <hkern u1="V" g2="ccircumflex.aalt" k="14" /> + <hkern u1="V" g2="cacute.aalt" k="14" /> + <hkern u1="V" g2="AEacute.aalt" k="66" /> + <hkern u1="V" g2="AE.aalt" k="66" /> + <hkern u1="V" g2="Aringacute.aalt" k="40" /> + <hkern u1="V" g2="Aogonek.aalt" k="40" /> + <hkern u1="V" g2="Aring.aalt" k="40" /> + <hkern u1="V" g2="Abreve.aalt" k="40" /> + <hkern u1="V" g2="Amacron.aalt" k="40" /> + <hkern u1="V" g2="Adieresis.aalt" k="40" /> + <hkern u1="V" g2="Atilde.aalt" k="40" /> + <hkern u1="V" g2="Acircumflex.aalt" k="40" /> + <hkern u1="V" g2="Aacute.aalt" k="40" /> + <hkern u1="V" g2="Agrave.aalt" k="40" /> + <hkern u1="V" g2="z.aalt" k="4" /> + <hkern u1="V" g2="X.aalt" k="10" /> + <hkern u1="V" g2="U.aalt" k="11" /> + <hkern u1="V" g2="S.aalt" k="10" /> + <hkern u1="V" g2="R.aalt" k="10" /> + <hkern u1="V" g2="Q.aalt" k="14" /> + <hkern u1="V" g2="P.aalt" k="10" /> + <hkern u1="V" g2="o.sc" k="14" /> + <hkern u1="V" g2="N.aalt" k="10" /> + <hkern u1="V" g2="M.aalt" k="10" /> + <hkern u1="V" g2="L.aalt" k="10" /> + <hkern u1="V" g2="K.aalt" k="10" /> + <hkern u1="V" g2="J.aalt" k="50" /> + <hkern u1="V" g2="dotlessi.aalt" k="10" /> + <hkern u1="V" g2="H.aalt" k="10" /> + <hkern u1="V" g2="g.aalt" k="14" /> + <hkern u1="V" g2="F.aalt" k="10" /> + <hkern u1="V" g2="E.aalt" k="10" /> + <hkern u1="V" g2="D.aalt" k="10" /> + <hkern u1="V" g2="c.aalt" k="14" /> + <hkern u1="V" g2="B.aalt" k="10" /> + <hkern u1="V" g2="a.sc" k="40" /> + <hkern u1="V" g2="uniFB04" k="4" /> + <hkern u1="V" g2="uniFB03" k="4" /> + <hkern u1="V" g2="uniFB02" k="4" /> + <hkern u1="V" g2="uniFB01" k="4" /> + <hkern u1="V" g2="uniFB00" k="4" /> + <hkern u1="V" u2="∙" k="27" /> + <hkern u1="V" u2="›" k="23" /> + <hkern u1="V" u2="…" k="83" /> + <hkern u1="V" u2="•" k="27" /> + <hkern u1="V" u2="—" k="36" /> + <hkern u1="V" u2="–" k="36" /> + <hkern u1="V" u2="ẅ" k="8" /> + <hkern u1="V" u2="ẃ" k="8" /> + <hkern u1="V" u2="ẁ" k="8" /> + <hkern u1="V" u2="ț" k="4" /> + <hkern u1="V" u2="ș" k="35" /> + <hkern u1="V" u2="Ș" k="9" /> + <hkern u1="V" u2="ǿ" k="37" /> + <hkern u1="V" u2="Ǿ" k="12" /> + <hkern u1="V" u2="Ǽ" k="80" /> + <hkern u1="V" u2="ǻ" k="25" /> + <hkern u1="V" u2="Ǻ" k="36" /> + <hkern u1="V" u2="ž" k="18" /> + <hkern u1="V" u2="ż" k="18" /> + <hkern u1="V" u2="ź" k="18" /> + <hkern u1="V" u2="ŵ" k="8" /> + <hkern u1="V" u2="ų" k="23" /> + <hkern u1="V" u2="ű" k="23" /> + <hkern u1="V" u2="ů" k="23" /> + <hkern u1="V" u2="ŭ" k="23" /> + <hkern u1="V" u2="ū" k="23" /> + <hkern u1="V" u2="ũ" k="23" /> + <hkern u1="V" u2="ť" k="4" /> + <hkern u1="V" u2="ţ" k="4" /> + <hkern u1="V" u2="š" k="35" /> + <hkern u1="V" u2="Š" k="9" /> + <hkern u1="V" u2="ş" k="35" /> + <hkern u1="V" u2="Ş" k="9" /> + <hkern u1="V" u2="ŝ" k="35" /> + <hkern u1="V" u2="Ŝ" k="9" /> + <hkern u1="V" u2="ś" k="35" /> + <hkern u1="V" u2="Ś" k="9" /> + <hkern u1="V" u2="ř" k="24" /> + <hkern u1="V" u2="ŗ" k="24" /> + <hkern u1="V" u2="ŕ" k="24" /> + <hkern u1="V" u2="ŋ" k="24" /> + <hkern u1="V" u2="ň" k="24" /> + <hkern u1="V" u2="ņ" k="24" /> + <hkern u1="V" u2="ń" k="24" /> + <hkern u1="V" u2="Ĵ" k="56" /> + <hkern u1="V" u2="ı" k="24" /> + <hkern u1="V" u2="ģ" k="36" /> + <hkern u1="V" u2="ġ" k="36" /> + <hkern u1="V" u2="ğ" k="36" /> + <hkern u1="V" u2="ĝ" k="36" /> + <hkern u1="V" u2="ď" k="36" /> + <hkern u1="V" u2="č" k="37" /> + <hkern u1="V" u2="Č" k="12" /> + <hkern u1="V" u2="ċ" k="37" /> + <hkern u1="V" u2="Ċ" k="12" /> + <hkern u1="V" u2="ĉ" k="37" /> + <hkern u1="V" u2="Ĉ" k="12" /> + <hkern u1="V" u2="ć" k="37" /> + <hkern u1="V" u2="Ć" k="12" /> + <hkern u1="V" u2="ą" k="25" /> + <hkern u1="V" u2="Ą" k="36" /> + <hkern u1="V" u2="ă" k="25" /> + <hkern u1="V" u2="Ă" k="36" /> + <hkern u1="V" u2="ā" k="25" /> + <hkern u1="V" u2="Ā" k="36" /> + <hkern u1="V" u2="ü" k="23" /> + <hkern u1="V" u2="û" k="23" /> + <hkern u1="V" u2="ú" k="23" /> + <hkern u1="V" u2="ù" k="23" /> + <hkern u1="V" u2="ø" k="37" /> + <hkern u1="V" u2="ñ" k="24" /> + <hkern u1="V" u2="ì" k="-10" /> + <hkern u1="V" u2="ç" k="37" /> + <hkern u1="V" u2="å" k="25" /> + <hkern u1="V" u2="ä" k="25" /> + <hkern u1="V" u2="ã" k="25" /> + <hkern u1="V" u2="â" k="25" /> + <hkern u1="V" u2="á" k="25" /> + <hkern u1="V" u2="à" k="25" /> + <hkern u1="V" u2="Ø" k="12" /> + <hkern u1="V" u2="Ç" k="12" /> + <hkern u1="V" u2="Æ" k="80" /> + <hkern u1="V" u2="Å" k="36" /> + <hkern u1="V" u2="Ä" k="36" /> + <hkern u1="V" u2="Ã" k="36" /> + <hkern u1="V" u2="Â" k="36" /> + <hkern u1="V" u2="Á" k="36" /> + <hkern u1="V" u2="À" k="36" /> + <hkern u1="V" u2="»" k="23" /> + <hkern u1="V" u2="·" k="27" /> + <hkern u1="V" u2="®" k="11" /> + <hkern u1="V" u2="­" k="36" /> + <hkern u1="V" u2="«" k="43" /> + <hkern u1="V" u2="z" k="18" /> + <hkern u1="V" u2="y" k="8" /> + <hkern u1="V" u2="x" k="15" /> + <hkern u1="V" u2="w" k="8" /> + <hkern u1="V" u2="v" k="8" /> + <hkern u1="V" u2="u" k="23" /> + <hkern u1="V" u2="t" k="4" /> + <hkern u1="V" u2="s" k="35" /> + <hkern u1="V" u2="r" k="24" /> + <hkern u1="V" u2="p" k="24" /> + <hkern u1="V" u2="n" k="24" /> + <hkern u1="V" u2="m" k="24" /> + <hkern u1="V" u2="g" k="36" /> + <hkern u1="V" u2="f" k="4" /> + <hkern u1="V" u2="d" k="36" /> + <hkern u1="V" u2="c" k="37" /> + <hkern u1="V" u2="a" k="25" /> + <hkern u1="V" u2="S" k="9" /> + <hkern u1="V" u2="J" k="56" /> + <hkern u1="V" u2="C" k="12" /> + <hkern u1="V" u2="A" k="36" /> + <hkern u1="V" u2=";" k="19" /> + <hkern u1="V" u2=":" k="19" /> + <hkern u1="V" u2="." k="83" /> + <hkern u1="V" u2="-" k="36" /> + <hkern u1="V" u2="," k="83" /> + <hkern u1="V" u2=" " k="25" /> + <hkern u1="W" g2="z.aalt" k="7" /> + <hkern u1="W" g2="X.aalt" k="7" /> + <hkern u1="W" u2="®" k="4" /> + <hkern u1="W" u2="«" k="40" /> + <hkern u1="W" u2="y" k="4" /> + <hkern u1="W" u2="x" k="16" /> + <hkern u1="W" u2="v" k="3" /> + <hkern u1="W" u2=" " k="18" /> + <hkern u1="X" g2="Ygrave.aalt" k="14" /> + <hkern u1="X" g2="Ydieresis.aalt" k="14" /> + <hkern u1="X" g2="Ycircumflex.aalt" k="14" /> + <hkern u1="X" g2="Yacute.aalt" k="14" /> + <hkern u1="X" g2="Wgrave.aalt" k="12" /> + <hkern u1="X" g2="wcircumflex.aalt" k="12" /> + <hkern u1="X" g2="Wcircumflex.aalt" k="12" /> + <hkern u1="X" g2="Wacute.aalt" k="12" /> + <hkern u1="X" g2="Tbar.aalt" k="7" /> + <hkern u1="X" g2="Tcommaaccent.aalt" k="7" /> + <hkern u1="X" g2="Tcaron.aalt" k="7" /> + <hkern u1="X" g2="Oslash.aalt" k="4" /> + <hkern u1="X" g2="Ohungarumlaut.aalt" k="4" /> + <hkern u1="X" g2="Obreve.aalt" k="4" /> + <hkern u1="X" g2="Omacron.aalt" k="4" /> + <hkern u1="X" g2="Odieresis.aalt" k="4" /> + <hkern u1="X" g2="Otilde.aalt" k="4" /> + <hkern u1="X" g2="Ocircumflex.aalt" k="4" /> + <hkern u1="X" g2="Oacute.aalt" k="4" /> + <hkern u1="X" g2="Ograve.aalt" k="4" /> + <hkern u1="X" g2="gcommaaccent.aalt" k="4" /> + <hkern u1="X" g2="gdotaccent.aalt" k="4" /> + <hkern u1="X" g2="gbreve.aalt" k="4" /> + <hkern u1="X" g2="gcircumflex.aalt" k="4" /> + <hkern u1="X" g2="ccedilla.aalt" k="4" /> + <hkern u1="X" g2="cdotaccent.aalt" k="4" /> + <hkern u1="X" g2="ccaron.aalt" k="4" /> + <hkern u1="X" g2="ccircumflex.aalt" k="4" /> + <hkern u1="X" g2="cacute.aalt" k="4" /> + <hkern u1="X" g2="Y.aalt" k="14" /> + <hkern u1="X" g2="W.aalt" k="12" /> + <hkern u1="X" g2="V.aalt" k="16" /> + <hkern u1="X" g2="T.aalt" k="7" /> + <hkern u1="X" g2="Q.aalt" k="4" /> + <hkern u1="X" g2="o.sc" k="4" /> + <hkern u1="X" g2="g.aalt" k="4" /> + <hkern u1="X" g2="c.aalt" k="4" /> + <hkern u1="X" u2="∙" k="37" /> + <hkern u1="X" u2="›" k="10" /> + <hkern u1="X" u2="•" k="37" /> + <hkern u1="X" u2="—" k="46" /> + <hkern u1="X" u2="–" k="46" /> + <hkern u1="X" u2="ẅ" k="27" /> + <hkern u1="X" u2="ẃ" k="27" /> + <hkern u1="X" u2="ẁ" k="27" /> + <hkern u1="X" u2="ŵ" k="27" /> + <hkern u1="X" u2="ď" k="10" /> + <hkern u1="X" u2="č" k="14" /> + <hkern u1="X" u2="Č" k="17" /> + <hkern u1="X" u2="ċ" k="14" /> + <hkern u1="X" u2="Ċ" k="17" /> + <hkern u1="X" u2="ĉ" k="14" /> + <hkern u1="X" u2="Ĉ" k="17" /> + <hkern u1="X" u2="ć" k="14" /> + <hkern u1="X" u2="Ć" k="17" /> + <hkern u1="X" u2="ç" k="14" /> + <hkern u1="X" u2="Ç" k="17" /> + <hkern u1="X" u2="»" k="10" /> + <hkern u1="X" u2="·" k="37" /> + <hkern u1="X" u2="®" k="20" /> + <hkern u1="X" u2="­" k="46" /> + <hkern u1="X" u2="«" k="46" /> + <hkern u1="X" u2="y" k="26" /> + <hkern u1="X" u2="w" k="27" /> + <hkern u1="X" u2="v" k="30" /> + <hkern u1="X" u2="d" k="10" /> + <hkern u1="X" u2="c" k="14" /> + <hkern u1="X" u2="C" k="17" /> + <hkern u1="X" u2="-" k="46" /> + <hkern u1="X" u2=" " k="3" /> + <hkern u1="Y" g2="z.aalt" k="10" /> + <hkern u1="Y" g2="X.aalt" k="18" /> + <hkern u1="Y" g2="V.aalt" k="9" /> + <hkern u1="Y" u2="®" k="14" /> + <hkern u1="Y" u2="«" k="60" /> + <hkern u1="Y" u2="y" k="20" /> + <hkern u1="Y" u2="x" k="36" /> + <hkern u1="Y" u2="v" k="21" /> + <hkern u1="Y" u2=" " k="15" /> + <hkern u1="Z" u2="y" k="18" /> + <hkern u1="Z" u2="v" k="6" /> + <hkern u1="a" u2="y" k="4" /> + <hkern u1="a" u2="v" k="4" /> + <hkern u1="b" u2="y" k="4" /> + <hkern u1="b" u2="x" k="9" /> + <hkern u1="b" u2="v" k="4" /> + <hkern u1="c" u2="y" k="3" /> + <hkern u1="c" u2="x" k="3" /> + <hkern u1="c" u2="v" k="3" /> + <hkern u1="d" g2="napostrophe" k="-32" /> + <hkern u1="d" u2="ï" k="-13" /> + <hkern u1="e" u2="y" k="6" /> + <hkern u1="e" u2="x" k="4" /> + <hkern u1="e" u2="v" k="4" /> + <hkern u1="f" u2="…" k="39" /> + <hkern u1="f" u2="”" k="-24" /> + <hkern u1="f" u2="“" k="-24" /> + <hkern u1="f" u2="’" k="-24" /> + <hkern u1="f" u2="‘" k="-24" /> + <hkern u1="f" u2="—" k="4" /> + <hkern u1="f" u2="–" k="4" /> + <hkern u1="f" u2="ǿ" k="6" /> + <hkern u1="f" u2="ǻ" k="6" /> + <hkern u1="f" u2="č" k="6" /> + <hkern u1="f" u2="ċ" k="6" /> + <hkern u1="f" u2="ĉ" k="6" /> + <hkern u1="f" u2="ć" k="6" /> + <hkern u1="f" u2="ą" k="6" /> + <hkern u1="f" u2="ă" k="6" /> + <hkern u1="f" u2="ā" k="6" /> + <hkern u1="f" u2="ø" k="6" /> + <hkern u1="f" u2="ç" k="6" /> + <hkern u1="f" u2="å" k="6" /> + <hkern u1="f" u2="ä" k="6" /> + <hkern u1="f" u2="ã" k="6" /> + <hkern u1="f" u2="â" k="6" /> + <hkern u1="f" u2="á" k="6" /> + <hkern u1="f" u2="à" k="6" /> + <hkern u1="f" u2="­" k="4" /> + <hkern u1="f" u2="c" k="6" /> + <hkern u1="f" u2="a" k="6" /> + <hkern u1="f" u2="?" k="-24" /> + <hkern u1="f" u2="." k="39" /> + <hkern u1="f" u2="-" k="4" /> + <hkern u1="f" u2="," k="39" /> + <hkern u1="f" u2="'" k="-24" /> + <hkern u1="f" u2=""" k="-24" /> + <hkern u1="h" u2="y" k="7" /> + <hkern u1="h" u2="v" k="8" /> + <hkern u1="k" u2="y" k="18" /> + <hkern u1="l" u2="®" k="23" /> + <hkern u1="l" u2="«" k="10" /> + <hkern u1="l" u2="y" k="15" /> + <hkern u1="l" u2="v" k="19" /> + <hkern u1="o" u2="y" k="6" /> + <hkern u1="o" u2="x" k="10" /> + <hkern u1="o" u2="v" k="5" /> + <hkern u1="p" u2="y" k="4" /> + <hkern u1="p" u2="x" k="9" /> + <hkern u1="p" u2="v" k="4" /> + <hkern u1="r" u2="?" k="-20" /> + <hkern u1="s" u2="v" k="3" /> + <hkern u1="v" u2="…" k="40" /> + <hkern u1="v" u2="”" k="-3" /> + <hkern u1="v" u2="“" k="-3" /> + <hkern u1="v" u2="’" k="-3" /> + <hkern u1="v" u2="‘" k="-3" /> + <hkern u1="v" u2="—" k="16" /> + <hkern u1="v" u2="–" k="16" /> + <hkern u1="v" u2="ș" k="5" /> + <hkern u1="v" u2="ǿ" k="6" /> + <hkern u1="v" u2="š" k="5" /> + <hkern u1="v" u2="ş" k="5" /> + <hkern u1="v" u2="ŝ" k="5" /> + <hkern u1="v" u2="ś" k="5" /> + <hkern u1="v" u2="ģ" k="4" /> + <hkern u1="v" u2="ġ" k="4" /> + <hkern u1="v" u2="ğ" k="4" /> + <hkern u1="v" u2="ĝ" k="4" /> + <hkern u1="v" u2="ď" k="4" /> + <hkern u1="v" u2="č" k="6" /> + <hkern u1="v" u2="ċ" k="6" /> + <hkern u1="v" u2="ĉ" k="6" /> + <hkern u1="v" u2="ć" k="6" /> + <hkern u1="v" u2="ø" k="6" /> + <hkern u1="v" u2="ç" k="6" /> + <hkern u1="v" u2="­" k="16" /> + <hkern u1="v" u2="«" k="7" /> + <hkern u1="v" u2="s" k="5" /> + <hkern u1="v" u2="g" k="4" /> + <hkern u1="v" u2="d" k="4" /> + <hkern u1="v" u2="c" k="6" /> + <hkern u1="v" u2="." k="40" /> + <hkern u1="v" u2="-" k="16" /> + <hkern u1="v" u2="," k="40" /> + <hkern u1="v" u2="'" k="-3" /> + <hkern u1="v" u2=""" k="-3" /> + <hkern u1="w" u2="«" k="7" /> + <hkern u1="x" u2="—" k="40" /> + <hkern u1="x" u2="–" k="40" /> + <hkern u1="x" u2="ǿ" k="7" /> + <hkern u1="x" u2="ģ" k="9" /> + <hkern u1="x" u2="ġ" k="9" /> + <hkern u1="x" u2="ğ" k="9" /> + <hkern u1="x" u2="ĝ" k="9" /> + <hkern u1="x" u2="ď" k="9" /> + <hkern u1="x" u2="č" k="10" /> + <hkern u1="x" u2="ċ" k="10" /> + <hkern u1="x" u2="ĉ" k="10" /> + <hkern u1="x" u2="ć" k="10" /> + <hkern u1="x" u2="ø" k="7" /> + <hkern u1="x" u2="ç" k="10" /> + <hkern u1="x" u2="­" k="40" /> + <hkern u1="x" u2="«" k="16" /> + <hkern u1="x" u2="g" k="9" /> + <hkern u1="x" u2="d" k="9" /> + <hkern u1="x" u2="c" k="10" /> + <hkern u1="x" u2="-" k="40" /> + <hkern u1="y" u2="…" k="40" /> + <hkern u1="y" u2="“" k="-3" /> + <hkern u1="y" u2="‘" k="-3" /> + <hkern u1="y" u2="—" k="17" /> + <hkern u1="y" u2="–" k="17" /> + <hkern u1="y" u2="ș" k="4" /> + <hkern u1="y" u2="ǿ" k="12" /> + <hkern u1="y" u2="ǻ" k="6" /> + <hkern u1="y" u2="š" k="4" /> + <hkern u1="y" u2="ş" k="4" /> + <hkern u1="y" u2="ŝ" k="4" /> + <hkern u1="y" u2="ś" k="4" /> + <hkern u1="y" u2="ģ" k="9" /> + <hkern u1="y" u2="ġ" k="9" /> + <hkern u1="y" u2="ğ" k="9" /> + <hkern u1="y" u2="ĝ" k="9" /> + <hkern u1="y" u2="ď" k="8" /> + <hkern u1="y" u2="č" k="12" /> + <hkern u1="y" u2="ċ" k="12" /> + <hkern u1="y" u2="ĉ" k="12" /> + <hkern u1="y" u2="ć" k="12" /> + <hkern u1="y" u2="ą" k="6" /> + <hkern u1="y" u2="ă" k="6" /> + <hkern u1="y" u2="ā" k="6" /> + <hkern u1="y" u2="ø" k="12" /> + <hkern u1="y" u2="ç" k="12" /> + <hkern u1="y" u2="å" k="6" /> + <hkern u1="y" u2="ä" k="6" /> + <hkern u1="y" u2="ã" k="6" /> + <hkern u1="y" u2="â" k="6" /> + <hkern u1="y" u2="á" k="6" /> + <hkern u1="y" u2="à" k="6" /> + <hkern u1="y" u2="­" k="17" /> + <hkern u1="y" u2="«" k="8" /> + <hkern u1="y" u2="s" k="4" /> + <hkern u1="y" u2="g" k="9" /> + <hkern u1="y" u2="d" k="8" /> + <hkern u1="y" u2="c" k="12" /> + <hkern u1="y" u2="a" k="6" /> + <hkern u1="y" u2="." k="40" /> + <hkern u1="y" u2="-" k="17" /> + <hkern u1="y" u2="," k="40" /> + <hkern u1="y" u2="'" k="-3" /> + <hkern u1="y" u2=""" k="-3" /> + <hkern u1="¡" u2="Ỳ" k="30" /> + <hkern u1="¡" u2="Ẅ" k="14" /> + <hkern u1="¡" u2="Ẃ" k="14" /> + <hkern u1="¡" u2="Ẁ" k="14" /> + <hkern u1="¡" u2="Ț" k="23" /> + <hkern u1="¡" u2="Ÿ" k="30" /> + <hkern u1="¡" u2="Ŷ" k="30" /> + <hkern u1="¡" u2="Ŵ" k="14" /> + <hkern u1="¡" u2="Ť" k="23" /> + <hkern u1="¡" u2="Ţ" k="23" /> + <hkern u1="¡" u2="ĵ" k="-16" /> + <hkern u1="¡" u2="Ý" k="30" /> + <hkern u1="¡" u2="j" k="-16" /> + <hkern u1="¡" u2="Y" k="30" /> + <hkern u1="¡" u2="W" k="14" /> + <hkern u1="¡" u2="V" k="19" /> + <hkern u1="¡" u2="T" k="23" /> + <hkern u1="«" u2="X" k="10" /> + <hkern u1="«" u2="V" k="23" /> + <hkern u1="­" u2="Ŧ" k="47" /> + <hkern u1="­" u2="y" k="17" /> + <hkern u1="­" u2="x" k="40" /> + <hkern u1="­" u2="v" k="16" /> + <hkern u1="­" u2="X" k="46" /> + <hkern u1="­" u2="V" k="36" /> + <hkern u1="·" u2="X" k="37" /> + <hkern u1="·" u2="V" k="27" /> + <hkern u1="»" u2="Ỳ" k="60" /> + <hkern u1="»" u2="ẅ" k="7" /> + <hkern u1="»" u2="Ẅ" k="40" /> + <hkern u1="»" u2="ẃ" k="7" /> + <hkern u1="»" u2="Ẃ" k="40" /> + <hkern u1="»" u2="ẁ" k="7" /> + <hkern u1="»" u2="Ẁ" k="40" /> + <hkern u1="»" u2="Ț" k="43" /> + <hkern u1="»" u2="Ǻ" k="13" /> + <hkern u1="»" u2="Ÿ" k="60" /> + <hkern u1="»" u2="Ŷ" k="60" /> + <hkern u1="»" u2="ŵ" k="7" /> + <hkern u1="»" u2="Ŵ" k="40" /> + <hkern u1="»" u2="Ť" k="43" /> + <hkern u1="»" u2="Ţ" k="43" /> + <hkern u1="»" u2="Ĵ" k="16" /> + <hkern u1="»" u2="Ą" k="13" /> + <hkern u1="»" u2="Ă" k="13" /> + <hkern u1="»" u2="Ā" k="13" /> + <hkern u1="»" u2="Ý" k="60" /> + <hkern u1="»" u2="Å" k="13" /> + <hkern u1="»" u2="Ä" k="13" /> + <hkern u1="»" u2="Ã" k="13" /> + <hkern u1="»" u2="Â" k="13" /> + <hkern u1="»" u2="Á" k="13" /> + <hkern u1="»" u2="À" k="13" /> + <hkern u1="»" u2="y" k="8" /> + <hkern u1="»" u2="x" k="16" /> + <hkern u1="»" u2="w" k="7" /> + <hkern u1="»" u2="v" k="7" /> + <hkern u1="»" u2="Y" k="60" /> + <hkern u1="»" u2="X" k="46" /> + <hkern u1="»" u2="W" k="40" /> + <hkern u1="»" u2="V" k="43" /> + <hkern u1="»" u2="T" k="43" /> + <hkern u1="»" u2="J" k="16" /> + <hkern u1="»" u2="A" k="13" /> + <hkern u1="¿" u2="Ỳ" k="62" /> + <hkern u1="¿" u2="Ẅ" k="50" /> + <hkern u1="¿" u2="Ẃ" k="50" /> + <hkern u1="¿" u2="Ẁ" k="50" /> + <hkern u1="¿" u2="Ț" k="56" /> + <hkern u1="¿" u2="Ÿ" k="62" /> + <hkern u1="¿" u2="Ŷ" k="62" /> + <hkern u1="¿" u2="Ŵ" k="50" /> + <hkern u1="¿" u2="Ť" k="56" /> + <hkern u1="¿" u2="Ţ" k="56" /> + <hkern u1="¿" u2="ĵ" k="-60" /> + <hkern u1="¿" u2="Ý" k="62" /> + <hkern u1="¿" u2="j" k="-60" /> + <hkern u1="¿" u2="Y" k="62" /> + <hkern u1="¿" u2="W" k="50" /> + <hkern u1="¿" u2="V" k="53" /> + <hkern u1="¿" u2="T" k="56" /> + <hkern u1="À" g2="V.aalt" k="13" /> + <hkern u1="À" u2="®" k="40" /> + <hkern u1="À" u2="«" k="13" /> + <hkern u1="À" u2="y" k="20" /> + <hkern u1="À" u2="v" k="24" /> + <hkern u1="À" u2="V" k="36" /> + <hkern u1="À" u2="?" k="40" /> + <hkern u1="Á" g2="V.aalt" k="13" /> + <hkern u1="Á" u2="®" k="40" /> + <hkern u1="Á" u2="«" k="13" /> + <hkern u1="Á" u2="y" k="20" /> + <hkern u1="Á" u2="v" k="24" /> + <hkern u1="Á" u2="V" k="36" /> + <hkern u1="Á" u2="?" k="40" /> + <hkern u1="Â" g2="V.aalt" k="13" /> + <hkern u1="Â" u2="®" k="40" /> + <hkern u1="Â" u2="«" k="13" /> + <hkern u1="Â" u2="y" k="20" /> + <hkern u1="Â" u2="v" k="24" /> + <hkern u1="Â" u2="V" k="36" /> + <hkern u1="Â" u2="?" k="40" /> + <hkern u1="Ã" g2="V.aalt" k="13" /> + <hkern u1="Ã" u2="®" k="40" /> + <hkern u1="Ã" u2="«" k="13" /> + <hkern u1="Ã" u2="y" k="20" /> + <hkern u1="Ã" u2="v" k="24" /> + <hkern u1="Ã" u2="V" k="36" /> + <hkern u1="Ã" u2="?" k="40" /> + <hkern u1="Ä" g2="V.aalt" k="13" /> + <hkern u1="Ä" u2="®" k="40" /> + <hkern u1="Ä" u2="«" k="13" /> + <hkern u1="Ä" u2="y" k="20" /> + <hkern u1="Ä" u2="v" k="24" /> + <hkern u1="Ä" u2="V" k="36" /> + <hkern u1="Ä" u2="?" k="40" /> + <hkern u1="Å" g2="V.aalt" k="13" /> + <hkern u1="Å" u2="®" k="40" /> + <hkern u1="Å" u2="«" k="13" /> + <hkern u1="Å" u2="y" k="20" /> + <hkern u1="Å" u2="v" k="24" /> + <hkern u1="Å" u2="V" k="36" /> + <hkern u1="Å" u2="?" k="40" /> + <hkern u1="Ç" u2="y" k="12" /> + <hkern u1="Ý" g2="z.aalt" k="10" /> + <hkern u1="Ý" g2="X.aalt" k="18" /> + <hkern u1="Ý" g2="V.aalt" k="9" /> + <hkern u1="Ý" u2="®" k="14" /> + <hkern u1="Ý" u2="«" k="60" /> + <hkern u1="Ý" u2="y" k="20" /> + <hkern u1="Ý" u2="x" k="36" /> + <hkern u1="Ý" u2="v" k="21" /> + <hkern u1="Ý" u2=" " k="15" /> + <hkern u1="Þ" g2="AEacute.aalt" k="49" /> + <hkern u1="Þ" g2="AE.aalt" k="49" /> + <hkern u1="Þ" g2="Aringacute.aalt" k="20" /> + <hkern u1="Þ" g2="Aogonek.aalt" k="20" /> + <hkern u1="Þ" g2="Aring.aalt" k="20" /> + <hkern u1="Þ" g2="Abreve.aalt" k="20" /> + <hkern u1="Þ" g2="Amacron.aalt" k="20" /> + <hkern u1="Þ" g2="Adieresis.aalt" k="20" /> + <hkern u1="Þ" g2="Atilde.aalt" k="20" /> + <hkern u1="Þ" g2="Acircumflex.aalt" k="20" /> + <hkern u1="Þ" g2="Aacute.aalt" k="20" /> + <hkern u1="Þ" g2="Agrave.aalt" k="20" /> + <hkern u1="Þ" g2="a.sc" k="20" /> + <hkern u1="Þ" u2="…" k="60" /> + <hkern u1="Þ" u2="Ỳ" k="21" /> + <hkern u1="Þ" u2="Ẅ" k="6" /> + <hkern u1="Þ" u2="Ẃ" k="6" /> + <hkern u1="Þ" u2="Ẁ" k="6" /> + <hkern u1="Þ" u2="Ǽ" k="48" /> + <hkern u1="Þ" u2="Ǻ" k="18" /> + <hkern u1="Þ" u2="Ÿ" k="21" /> + <hkern u1="Þ" u2="Ŷ" k="21" /> + <hkern u1="Þ" u2="Ŵ" k="6" /> + <hkern u1="Þ" u2="Ą" k="18" /> + <hkern u1="Þ" u2="Ă" k="18" /> + <hkern u1="Þ" u2="Ā" k="18" /> + <hkern u1="Þ" u2="Ý" k="21" /> + <hkern u1="Þ" u2="Æ" k="48" /> + <hkern u1="Þ" u2="Å" k="18" /> + <hkern u1="Þ" u2="Ä" k="18" /> + <hkern u1="Þ" u2="Ã" k="18" /> + <hkern u1="Þ" u2="Â" k="18" /> + <hkern u1="Þ" u2="Á" k="18" /> + <hkern u1="Þ" u2="À" k="18" /> + <hkern u1="Þ" u2="Y" k="21" /> + <hkern u1="Þ" u2="X" k="20" /> + <hkern u1="Þ" u2="W" k="6" /> + <hkern u1="Þ" u2="V" k="14" /> + <hkern u1="Þ" u2="A" k="18" /> + <hkern u1="Þ" u2="." k="60" /> + <hkern u1="Þ" u2="," k="60" /> + <hkern u1="à" u2="y" k="4" /> + <hkern u1="à" u2="v" k="4" /> + <hkern u1="á" u2="y" k="4" /> + <hkern u1="á" u2="v" k="4" /> + <hkern u1="â" u2="y" k="4" /> + <hkern u1="â" u2="v" k="4" /> + <hkern u1="ã" u2="y" k="4" /> + <hkern u1="ã" u2="v" k="4" /> + <hkern u1="ä" u2="y" k="4" /> + <hkern u1="ä" u2="v" k="4" /> + <hkern u1="å" u2="y" k="4" /> + <hkern u1="å" u2="v" k="4" /> + <hkern u1="ç" u2="y" k="3" /> + <hkern u1="ç" u2="x" k="3" /> + <hkern u1="ç" u2="v" k="3" /> + <hkern u1="è" u2="y" k="6" /> + <hkern u1="è" u2="x" k="4" /> + <hkern u1="è" u2="v" k="4" /> + <hkern u1="é" u2="y" k="6" /> + <hkern u1="é" u2="x" k="4" /> + <hkern u1="é" u2="v" k="4" /> + <hkern u1="ê" u2="y" k="6" /> + <hkern u1="ê" u2="x" k="4" /> + <hkern u1="ê" u2="v" k="4" /> + <hkern u1="ë" u2="y" k="6" /> + <hkern u1="ë" u2="x" k="4" /> + <hkern u1="ë" u2="v" k="4" /> + <hkern u1="ï" u2="”" k="-56" /> + <hkern u1="ï" u2="“" k="-56" /> + <hkern u1="ï" u2="’" k="-56" /> + <hkern u1="ï" u2="‘" k="-56" /> + <hkern u1="ï" u2="ķ" k="-13" /> + <hkern u1="ï" u2="ħ" k="-13" /> + <hkern u1="ï" u2="ĥ" k="-13" /> + <hkern u1="ï" u2="þ" k="-13" /> + <hkern u1="ï" u2="k" k="-13" /> + <hkern u1="ï" u2="h" k="-13" /> + <hkern u1="ï" u2="b" k="-13" /> + <hkern u1="ï" u2="'" k="-56" /> + <hkern u1="ï" u2=""" k="-56" /> + <hkern u1="ò" u2="y" k="6" /> + <hkern u1="ò" u2="x" k="10" /> + <hkern u1="ò" u2="v" k="5" /> + <hkern u1="ó" u2="y" k="6" /> + <hkern u1="ó" u2="x" k="10" /> + <hkern u1="ó" u2="v" k="5" /> + <hkern u1="ô" u2="y" k="6" /> + <hkern u1="ô" u2="x" k="10" /> + <hkern u1="ô" u2="v" k="5" /> + <hkern u1="õ" u2="y" k="6" /> + <hkern u1="õ" u2="x" k="10" /> + <hkern u1="õ" u2="v" k="5" /> + <hkern u1="ö" u2="y" k="6" /> + <hkern u1="ö" u2="x" k="10" /> + <hkern u1="ö" u2="v" k="5" /> + <hkern u1="ø" u2="x" k="7" /> + <hkern u1="þ" u2="y" k="4" /> + <hkern u1="þ" u2="x" k="9" /> + <hkern u1="þ" u2="v" k="4" /> + <hkern u1="Ā" g2="V.aalt" k="13" /> + <hkern u1="Ā" u2="®" k="40" /> + <hkern u1="Ā" u2="«" k="13" /> + <hkern u1="Ā" u2="y" k="20" /> + <hkern u1="Ā" u2="v" k="24" /> + <hkern u1="Ā" u2="V" k="36" /> + <hkern u1="Ā" u2="?" k="40" /> + <hkern u1="ā" u2="y" k="4" /> + <hkern u1="ā" u2="v" k="4" /> + <hkern u1="Ă" g2="V.aalt" k="13" /> + <hkern u1="Ă" u2="®" k="40" /> + <hkern u1="Ă" u2="«" k="13" /> + <hkern u1="Ă" u2="y" k="20" /> + <hkern u1="Ă" u2="v" k="24" /> + <hkern u1="Ă" u2="V" k="36" /> + <hkern u1="Ă" u2="?" k="40" /> + <hkern u1="ă" u2="y" k="4" /> + <hkern u1="ă" u2="v" k="4" /> + <hkern u1="Ą" g2="V.aalt" k="13" /> + <hkern u1="Ą" u2="®" k="40" /> + <hkern u1="Ą" u2="«" k="13" /> + <hkern u1="Ą" u2="y" k="20" /> + <hkern u1="Ą" u2="v" k="24" /> + <hkern u1="Ą" u2="V" k="36" /> + <hkern u1="Ą" u2="?" k="40" /> + <hkern u1="ą" u2="y" k="4" /> + <hkern u1="ą" u2="v" k="4" /> + <hkern u1="Ć" u2="y" k="12" /> + <hkern u1="ć" u2="y" k="3" /> + <hkern u1="ć" u2="x" k="3" /> + <hkern u1="ć" u2="v" k="3" /> + <hkern u1="Ĉ" u2="y" k="12" /> + <hkern u1="ĉ" u2="y" k="3" /> + <hkern u1="ĉ" u2="x" k="3" /> + <hkern u1="ĉ" u2="v" k="3" /> + <hkern u1="Ċ" u2="y" k="12" /> + <hkern u1="ċ" u2="y" k="3" /> + <hkern u1="ċ" u2="x" k="3" /> + <hkern u1="ċ" u2="v" k="3" /> + <hkern u1="Č" u2="y" k="12" /> + <hkern u1="č" u2="y" k="3" /> + <hkern u1="č" u2="x" k="3" /> + <hkern u1="č" u2="v" k="3" /> + <hkern u1="Ď" u2="X" k="18" /> + <hkern u1="Ď" u2="V" k="14" /> + <hkern u1="ď" u2="y" k="-16" /> + <hkern u1="ď" u2="x" k="-16" /> + <hkern u1="ď" u2="v" k="-19" /> + <hkern u1="ď" u2="?" k="-75" /> + <hkern u1="ď" u2="!" k="-59" /> + <hkern u1="đ" g2="napostrophe" k="-32" /> + <hkern u1="đ" u2="ï" k="-13" /> + <hkern u1="ē" u2="y" k="6" /> + <hkern u1="ē" u2="x" k="4" /> + <hkern u1="ē" u2="v" k="4" /> + <hkern u1="ĕ" u2="y" k="6" /> + <hkern u1="ĕ" u2="x" k="4" /> + <hkern u1="ĕ" u2="v" k="4" /> + <hkern u1="ė" u2="y" k="6" /> + <hkern u1="ė" u2="x" k="4" /> + <hkern u1="ė" u2="v" k="4" /> + <hkern u1="ę" u2="y" k="6" /> + <hkern u1="ę" u2="x" k="4" /> + <hkern u1="ę" u2="v" k="4" /> + <hkern u1="ě" u2="y" k="6" /> + <hkern u1="ě" u2="x" k="4" /> + <hkern u1="ě" u2="v" k="4" /> + <hkern u1="Ĝ" u2="X" k="16" /> + <hkern u1="Ĝ" u2="V" k="12" /> + <hkern u1="Ğ" u2="X" k="16" /> + <hkern u1="Ğ" u2="V" k="12" /> + <hkern u1="Ġ" u2="X" k="16" /> + <hkern u1="Ġ" u2="V" k="12" /> + <hkern u1="Ģ" u2="X" k="16" /> + <hkern u1="Ģ" u2="V" k="12" /> + <hkern u1="Ĥ" u2="ï" k="-13" /> + <hkern u1="ĥ" u2="y" k="7" /> + <hkern u1="ĥ" u2="v" k="8" /> + <hkern u1="Ķ" g2="V.aalt" k="29" /> + <hkern u1="Ķ" u2="®" k="49" /> + <hkern u1="Ķ" u2="«" k="50" /> + <hkern u1="Ķ" u2="y" k="19" /> + <hkern u1="Ķ" u2="v" k="27" /> + <hkern u1="ķ" u2="y" k="18" /> + <hkern u1="Ĺ" g2="V.aalt" k="29" /> + <hkern u1="Ĺ" u2="®" k="40" /> + <hkern u1="Ĺ" u2="«" k="20" /> + <hkern u1="Ĺ" u2="y" k="20" /> + <hkern u1="Ĺ" u2="v" k="38" /> + <hkern u1="Ĺ" u2="V" k="50" /> + <hkern u1="Ĺ" u2="?" k="13" /> + <hkern u1="ĺ" u2="®" k="23" /> + <hkern u1="ĺ" u2="«" k="10" /> + <hkern u1="ĺ" u2="y" k="15" /> + <hkern u1="ĺ" u2="v" k="19" /> + <hkern u1="Ļ" g2="V.aalt" k="29" /> + <hkern u1="Ļ" u2="®" k="40" /> + <hkern u1="Ļ" u2="«" k="20" /> + <hkern u1="Ļ" u2="y" k="20" /> + <hkern u1="Ļ" u2="v" k="38" /> + <hkern u1="Ļ" u2="V" k="50" /> + <hkern u1="Ļ" u2="?" k="13" /> + <hkern u1="ļ" u2="®" k="23" /> + <hkern u1="ļ" u2="«" k="10" /> + <hkern u1="ļ" u2="y" k="15" /> + <hkern u1="ļ" u2="v" k="19" /> + <hkern u1="Ľ" g2="V.aalt" k="29" /> + <hkern u1="Ľ" u2="®" k="40" /> + <hkern u1="Ľ" u2="«" k="20" /> + <hkern u1="Ľ" u2="y" k="20" /> + <hkern u1="Ľ" u2="v" k="38" /> + <hkern u1="Ľ" u2="V" k="50" /> + <hkern u1="Ľ" u2="?" k="13" /> + <hkern u1="ľ" g2="uniFB04" k="-26" /> + <hkern u1="ľ" g2="uniFB03" k="-26" /> + <hkern u1="ľ" g2="uniFB02" k="-26" /> + <hkern u1="ľ" g2="uniFB01" k="-26" /> + <hkern u1="ľ" g2="uniFB00" k="-26" /> + <hkern u1="ľ" u2="”" k="-56" /> + <hkern u1="ľ" u2="“" k="-56" /> + <hkern u1="ľ" u2="’" k="-56" /> + <hkern u1="ľ" u2="‘" k="-56" /> + <hkern u1="ľ" u2="ẅ" k="-17" /> + <hkern u1="ľ" u2="ẃ" k="-17" /> + <hkern u1="ľ" u2="ẁ" k="-17" /> + <hkern u1="ľ" u2="ț" k="-29" /> + <hkern u1="ľ" u2="ŵ" k="-17" /> + <hkern u1="ľ" u2="ų" k="-7" /> + <hkern u1="ľ" u2="ű" k="-7" /> + <hkern u1="ľ" u2="ů" k="-7" /> + <hkern u1="ľ" u2="ŭ" k="-7" /> + <hkern u1="ľ" u2="ū" k="-7" /> + <hkern u1="ľ" u2="ũ" k="-7" /> + <hkern u1="ľ" u2="ť" k="-29" /> + <hkern u1="ľ" u2="ţ" k="-29" /> + <hkern u1="ľ" u2="ř" k="-7" /> + <hkern u1="ľ" u2="ŗ" k="-7" /> + <hkern u1="ľ" u2="ŕ" k="-7" /> + <hkern u1="ľ" u2="ŋ" k="-7" /> + <hkern u1="ľ" u2="ň" k="-7" /> + <hkern u1="ľ" u2="ņ" k="-7" /> + <hkern u1="ľ" u2="ń" k="-7" /> + <hkern u1="ľ" u2="ľ" k="-33" /> + <hkern u1="ľ" u2="ļ" k="-33" /> + <hkern u1="ľ" u2="ĺ" k="-33" /> + <hkern u1="ľ" u2="ķ" k="-33" /> + <hkern u1="ľ" u2="ĵ" k="-35" /> + <hkern u1="ľ" u2="ı" k="-7" /> + <hkern u1="ľ" u2="į" k="-33" /> + <hkern u1="ľ" u2="ĭ" k="-33" /> + <hkern u1="ľ" u2="ī" k="-33" /> + <hkern u1="ľ" u2="ĩ" k="-33" /> + <hkern u1="ľ" u2="ħ" k="-33" /> + <hkern u1="ľ" u2="ĥ" k="-33" /> + <hkern u1="ľ" u2="þ" k="-33" /> + <hkern u1="ľ" u2="ü" k="-7" /> + <hkern u1="ľ" u2="û" k="-7" /> + <hkern u1="ľ" u2="ú" k="-7" /> + <hkern u1="ľ" u2="ù" k="-7" /> + <hkern u1="ľ" u2="ñ" k="-7" /> + <hkern u1="ľ" u2="ï" k="-33" /> + <hkern u1="ľ" u2="î" k="-33" /> + <hkern u1="ľ" u2="í" k="-33" /> + <hkern u1="ľ" u2="ì" k="-33" /> + <hkern u1="ľ" u2="}" k="-42" /> + <hkern u1="ľ" u2="y" k="-13" /> + <hkern u1="ľ" u2="x" k="-13" /> + <hkern u1="ľ" u2="w" k="-17" /> + <hkern u1="ľ" u2="v" k="-17" /> + <hkern u1="ľ" u2="u" k="-7" /> + <hkern u1="ľ" u2="t" k="-29" /> + <hkern u1="ľ" u2="r" k="-7" /> + <hkern u1="ľ" u2="p" k="-7" /> + <hkern u1="ľ" u2="n" k="-7" /> + <hkern u1="ľ" u2="m" k="-7" /> + <hkern u1="ľ" u2="l" k="-33" /> + <hkern u1="ľ" u2="k" k="-33" /> + <hkern u1="ľ" u2="j" k="-35" /> + <hkern u1="ľ" u2="i" k="-33" /> + <hkern u1="ľ" u2="h" k="-33" /> + <hkern u1="ľ" u2="f" k="-26" /> + <hkern u1="ľ" u2="b" k="-33" /> + <hkern u1="ľ" u2="]" k="-42" /> + <hkern u1="ľ" u2="?" k="-59" /> + <hkern u1="ľ" u2=")" k="-42" /> + <hkern u1="ľ" u2="'" k="-56" /> + <hkern u1="ľ" u2=""" k="-56" /> + <hkern u1="ľ" u2="!" k="-43" /> + <hkern u1="ł" u2="®" k="23" /> + <hkern u1="ł" u2="«" k="10" /> + <hkern u1="ł" u2="y" k="15" /> + <hkern u1="ł" u2="v" k="19" /> + <hkern u1="ō" u2="y" k="6" /> + <hkern u1="ō" u2="x" k="10" /> + <hkern u1="ō" u2="v" k="5" /> + <hkern u1="ŏ" u2="y" k="6" /> + <hkern u1="ŏ" u2="x" k="10" /> + <hkern u1="ŏ" u2="v" k="5" /> + <hkern u1="ő" u2="y" k="6" /> + <hkern u1="ő" u2="x" k="10" /> + <hkern u1="ő" u2="v" k="5" /> + <hkern u1="Ŕ" u2="«" k="20" /> + <hkern u1="Ŕ" u2="V" k="12" /> + <hkern u1="ŕ" u2="?" k="-20" /> + <hkern u1="Ŗ" u2="«" k="20" /> + <hkern u1="Ŗ" u2="V" k="12" /> + <hkern u1="ŗ" u2="?" k="-20" /> + <hkern u1="Ř" u2="«" k="20" /> + <hkern u1="Ř" u2="V" k="12" /> + <hkern u1="ř" u2="?" k="-20" /> + <hkern u1="Ś" u2="y" k="3" /> + <hkern u1="Ś" u2="x" k="6" /> + <hkern u1="Ś" u2="v" k="7" /> + <hkern u1="ś" u2="v" k="3" /> + <hkern u1="Ŝ" u2="y" k="3" /> + <hkern u1="Ŝ" u2="x" k="6" /> + <hkern u1="Ŝ" u2="v" k="7" /> + <hkern u1="ŝ" u2="v" k="3" /> + <hkern u1="Ş" u2="y" k="3" /> + <hkern u1="Ş" u2="x" k="6" /> + <hkern u1="Ş" u2="v" k="7" /> + <hkern u1="ş" u2="v" k="3" /> + <hkern u1="Š" u2="y" k="3" /> + <hkern u1="Š" u2="x" k="6" /> + <hkern u1="Š" u2="v" k="7" /> + <hkern u1="š" u2="v" k="3" /> + <hkern u1="Ţ" g2="z.aalt" k="28" /> + <hkern u1="Ţ" g2="X.aalt" k="44" /> + <hkern u1="Ţ" g2="V.aalt" k="33" /> + <hkern u1="Ţ" u2="ï" k="-19" /> + <hkern u1="Ţ" u2="«" k="43" /> + <hkern u1="Ţ" u2="y" k="27" /> + <hkern u1="Ţ" u2="x" k="31" /> + <hkern u1="Ţ" u2="v" k="35" /> + <hkern u1="Ţ" u2="?" k="-20" /> + <hkern u1="Ţ" u2=" " k="10" /> + <hkern u1="Ť" g2="z.aalt" k="28" /> + <hkern u1="Ť" g2="X.aalt" k="44" /> + <hkern u1="Ť" g2="V.aalt" k="33" /> + <hkern u1="Ť" u2="ï" k="-19" /> + <hkern u1="Ť" u2="«" k="43" /> + <hkern u1="Ť" u2="y" k="27" /> + <hkern u1="Ť" u2="x" k="31" /> + <hkern u1="Ť" u2="v" k="35" /> + <hkern u1="Ť" u2="?" k="-20" /> + <hkern u1="Ť" u2=" " k="10" /> + <hkern u1="ť" u2="y" k="-16" /> + <hkern u1="ť" u2="x" k="-16" /> + <hkern u1="ť" u2="v" k="-19" /> + <hkern u1="ť" u2="?" k="-75" /> + <hkern u1="ť" u2="!" k="-59" /> + <hkern u1="Ŧ" u2="—" k="47" /> + <hkern u1="Ŧ" u2="–" k="47" /> + <hkern u1="Ŧ" u2="­" k="47" /> + <hkern u1="Ŧ" u2="-" k="47" /> + <hkern u1="Ŵ" g2="z.aalt" k="7" /> + <hkern u1="Ŵ" g2="X.aalt" k="7" /> + <hkern u1="Ŵ" u2="®" k="4" /> + <hkern u1="Ŵ" u2="«" k="40" /> + <hkern u1="Ŵ" u2="y" k="4" /> + <hkern u1="Ŵ" u2="x" k="16" /> + <hkern u1="Ŵ" u2="v" k="3" /> + <hkern u1="Ŵ" u2=" " k="18" /> + <hkern u1="ŵ" u2="«" k="7" /> + <hkern u1="Ŷ" g2="z.aalt" k="10" /> + <hkern u1="Ŷ" g2="X.aalt" k="18" /> + <hkern u1="Ŷ" g2="V.aalt" k="9" /> + <hkern u1="Ŷ" u2="®" k="14" /> + <hkern u1="Ŷ" u2="«" k="60" /> + <hkern u1="Ŷ" u2="y" k="20" /> + <hkern u1="Ŷ" u2="x" k="36" /> + <hkern u1="Ŷ" u2="v" k="21" /> + <hkern u1="Ŷ" u2=" " k="15" /> + <hkern u1="Ÿ" g2="z.aalt" k="10" /> + <hkern u1="Ÿ" g2="X.aalt" k="18" /> + <hkern u1="Ÿ" g2="V.aalt" k="9" /> + <hkern u1="Ÿ" u2="®" k="14" /> + <hkern u1="Ÿ" u2="«" k="60" /> + <hkern u1="Ÿ" u2="y" k="20" /> + <hkern u1="Ÿ" u2="x" k="36" /> + <hkern u1="Ÿ" u2="v" k="21" /> + <hkern u1="Ÿ" u2=" " k="15" /> + <hkern u1="Ź" u2="y" k="18" /> + <hkern u1="Ź" u2="v" k="6" /> + <hkern u1="Ż" u2="y" k="18" /> + <hkern u1="Ż" u2="v" k="6" /> + <hkern u1="Ž" u2="y" k="18" /> + <hkern u1="Ž" u2="v" k="6" /> + <hkern u1="Ǻ" g2="V.aalt" k="13" /> + <hkern u1="Ǻ" u2="®" k="40" /> + <hkern u1="Ǻ" u2="«" k="13" /> + <hkern u1="Ǻ" u2="y" k="20" /> + <hkern u1="Ǻ" u2="v" k="24" /> + <hkern u1="Ǻ" u2="V" k="36" /> + <hkern u1="Ǻ" u2="?" k="40" /> + <hkern u1="ǻ" u2="y" k="4" /> + <hkern u1="ǻ" u2="v" k="4" /> + <hkern u1="ǿ" u2="x" k="7" /> + <hkern u1="Ș" u2="y" k="3" /> + <hkern u1="Ș" u2="x" k="6" /> + <hkern u1="Ș" u2="v" k="7" /> + <hkern u1="ș" u2="v" k="3" /> + <hkern u1="Ț" g2="z.aalt" k="28" /> + <hkern u1="Ț" g2="X.aalt" k="44" /> + <hkern u1="Ț" g2="V.aalt" k="33" /> + <hkern u1="Ț" u2="ï" k="-19" /> + <hkern u1="Ț" u2="«" k="43" /> + <hkern u1="Ț" u2="y" k="27" /> + <hkern u1="Ț" u2="x" k="31" /> + <hkern u1="Ț" u2="v" k="35" /> + <hkern u1="Ț" u2="?" k="-20" /> + <hkern u1="Ț" u2=" " k="10" /> + <hkern u1="Ẁ" g2="z.aalt" k="7" /> + <hkern u1="Ẁ" g2="X.aalt" k="7" /> + <hkern u1="Ẁ" u2="®" k="4" /> + <hkern u1="Ẁ" u2="«" k="40" /> + <hkern u1="Ẁ" u2="y" k="4" /> + <hkern u1="Ẁ" u2="x" k="16" /> + <hkern u1="Ẁ" u2="v" k="3" /> + <hkern u1="Ẁ" u2=" " k="18" /> + <hkern u1="ẁ" u2="«" k="7" /> + <hkern u1="Ẃ" g2="z.aalt" k="7" /> + <hkern u1="Ẃ" g2="X.aalt" k="7" /> + <hkern u1="Ẃ" u2="®" k="4" /> + <hkern u1="Ẃ" u2="«" k="40" /> + <hkern u1="Ẃ" u2="y" k="4" /> + <hkern u1="Ẃ" u2="x" k="16" /> + <hkern u1="Ẃ" u2="v" k="3" /> + <hkern u1="Ẃ" u2=" " k="18" /> + <hkern u1="ẃ" u2="«" k="7" /> + <hkern u1="Ẅ" g2="z.aalt" k="7" /> + <hkern u1="Ẅ" g2="X.aalt" k="7" /> + <hkern u1="Ẅ" u2="®" k="4" /> + <hkern u1="Ẅ" u2="«" k="40" /> + <hkern u1="Ẅ" u2="y" k="4" /> + <hkern u1="Ẅ" u2="x" k="16" /> + <hkern u1="Ẅ" u2="v" k="3" /> + <hkern u1="Ẅ" u2=" " k="18" /> + <hkern u1="ẅ" u2="«" k="7" /> + <hkern u1="Ỳ" g2="z.aalt" k="10" /> + <hkern u1="Ỳ" g2="X.aalt" k="18" /> + <hkern u1="Ỳ" g2="V.aalt" k="9" /> + <hkern u1="Ỳ" u2="®" k="14" /> + <hkern u1="Ỳ" u2="«" k="60" /> + <hkern u1="Ỳ" u2="y" k="20" /> + <hkern u1="Ỳ" u2="x" k="36" /> + <hkern u1="Ỳ" u2="v" k="21" /> + <hkern u1="Ỳ" u2=" " k="15" /> + <hkern u1="–" u2="Ŧ" k="47" /> + <hkern u1="–" u2="y" k="17" /> + <hkern u1="–" u2="x" k="40" /> + <hkern u1="–" u2="v" k="16" /> + <hkern u1="–" u2="X" k="46" /> + <hkern u1="–" u2="V" k="36" /> + <hkern u1="—" u2="Ŧ" k="47" /> + <hkern u1="—" u2="y" k="17" /> + <hkern u1="—" u2="x" k="40" /> + <hkern u1="—" u2="v" k="16" /> + <hkern u1="—" u2="X" k="46" /> + <hkern u1="—" u2="V" k="36" /> + <hkern u1="‘" u2="ï" k="-56" /> + <hkern u1="‘" u2="y" k="-3" /> + <hkern u1="‘" u2="v" k="-3" /> + <hkern u1="’" u2="ï" k="-56" /> + <hkern u1="‚" u2="y" k="50" /> + <hkern u1="‚" u2="v" k="64" /> + <hkern u1="‚" u2="X" k="-18" /> + <hkern u1="‚" u2="V" k="90" /> + <hkern u1="“" u2="ï" k="-56" /> + <hkern u1="“" u2="y" k="-3" /> + <hkern u1="“" u2="v" k="-3" /> + <hkern u1="”" u2="ï" k="-56" /> + <hkern u1="„" u2="y" k="50" /> + <hkern u1="„" u2="v" k="64" /> + <hkern u1="„" u2="X" k="-18" /> + <hkern u1="„" u2="V" k="90" /> + <hkern u1="•" u2="X" k="37" /> + <hkern u1="•" u2="V" k="27" /> + <hkern u1="…" u2=" " k="16" /> + <hkern u1="‹" u2="X" k="10" /> + <hkern u1="‹" u2="V" k="23" /> + <hkern u1="∙" u2="X" k="37" /> + <hkern u1="∙" u2="V" k="27" /> + <hkern g1="uniFB02" u2="®" k="23" /> + <hkern g1="uniFB02" u2="«" k="10" /> + <hkern g1="uniFB02" u2="y" k="15" /> + <hkern g1="uniFB02" u2="v" k="19" /> + <hkern g1="uniFB04" u2="®" k="23" /> + <hkern g1="uniFB04" u2="«" k="10" /> + <hkern g1="uniFB04" u2="y" k="15" /> + <hkern g1="uniFB04" u2="v" k="19" /> + <hkern g1="a.sc" g2="V.aalt" k="27" /> + <hkern g1="B.aalt" g2="Ygrave.aalt" k="4" /> + <hkern g1="B.aalt" g2="Ydieresis.aalt" k="4" /> + <hkern g1="B.aalt" g2="Ycircumflex.aalt" k="4" /> + <hkern g1="B.aalt" g2="Yacute.aalt" k="4" /> + <hkern g1="B.aalt" g2="Y.aalt" k="4" /> + <hkern g1="B.aalt" g2="X.aalt" k="4" /> + <hkern g1="D.aalt" g2="X.aalt" k="5" /> + <hkern g1="D.aalt" g2="V.aalt" k="6" /> + <hkern g1="F.aalt" g2="Jcircumflex.aalt" k="50" /> + <hkern g1="F.aalt" g2="AEacute.aalt" k="43" /> + <hkern g1="F.aalt" g2="AE.aalt" k="43" /> + <hkern g1="F.aalt" g2="Aringacute.aalt" k="11" /> + <hkern g1="F.aalt" g2="Aogonek.aalt" k="11" /> + <hkern g1="F.aalt" g2="Aring.aalt" k="11" /> + <hkern g1="F.aalt" g2="Abreve.aalt" k="11" /> + <hkern g1="F.aalt" g2="Amacron.aalt" k="11" /> + <hkern g1="F.aalt" g2="Adieresis.aalt" k="11" /> + <hkern g1="F.aalt" g2="Atilde.aalt" k="11" /> + <hkern g1="F.aalt" g2="Acircumflex.aalt" k="11" /> + <hkern g1="F.aalt" g2="Aacute.aalt" k="11" /> + <hkern g1="F.aalt" g2="Agrave.aalt" k="11" /> + <hkern g1="F.aalt" g2="J.aalt" k="50" /> + <hkern g1="F.aalt" g2="a.sc" k="11" /> + <hkern g1="L.aalt" g2="V.aalt" k="25" /> + <hkern g1="P.aalt" g2="Ygrave.aalt" k="6" /> + <hkern g1="P.aalt" g2="Ydieresis.aalt" k="6" /> + <hkern g1="P.aalt" g2="Ycircumflex.aalt" k="6" /> + <hkern g1="P.aalt" g2="Yacute.aalt" k="6" /> + <hkern g1="P.aalt" g2="Jcircumflex.aalt" k="66" /> + <hkern g1="P.aalt" g2="AEacute.aalt" k="68" /> + <hkern g1="P.aalt" g2="AE.aalt" k="68" /> + <hkern g1="P.aalt" g2="Aringacute.aalt" k="24" /> + <hkern g1="P.aalt" g2="Aogonek.aalt" k="24" /> + <hkern g1="P.aalt" g2="Aring.aalt" k="24" /> + <hkern g1="P.aalt" g2="Abreve.aalt" k="24" /> + <hkern g1="P.aalt" g2="Amacron.aalt" k="24" /> + <hkern g1="P.aalt" g2="Adieresis.aalt" k="24" /> + <hkern g1="P.aalt" g2="Atilde.aalt" k="24" /> + <hkern g1="P.aalt" g2="Acircumflex.aalt" k="24" /> + <hkern g1="P.aalt" g2="Aacute.aalt" k="24" /> + <hkern g1="P.aalt" g2="Agrave.aalt" k="24" /> + <hkern g1="P.aalt" g2="Y.aalt" k="6" /> + <hkern g1="P.aalt" g2="X.aalt" k="10" /> + <hkern g1="P.aalt" g2="J.aalt" k="66" /> + <hkern g1="P.aalt" g2="a.sc" k="24" /> + <hkern g1="Q.aalt" g2="Ygrave.aalt" k="6" /> + <hkern g1="Q.aalt" g2="Ydieresis.aalt" k="6" /> + <hkern g1="Q.aalt" g2="Ycircumflex.aalt" k="6" /> + <hkern g1="Q.aalt" g2="Yacute.aalt" k="6" /> + <hkern g1="Q.aalt" g2="Y.aalt" k="6" /> + <hkern g1="R.aalt" g2="V.aalt" k="4" /> + <hkern g1="V.aalt" g2="Jcircumflex.aalt" k="56" /> + <hkern g1="V.aalt" g2="AEacute.aalt" k="54" /> + <hkern g1="V.aalt" g2="AE.aalt" k="54" /> + <hkern g1="V.aalt" g2="Aringacute.aalt" k="27" /> + <hkern g1="V.aalt" g2="Aogonek.aalt" k="27" /> + <hkern g1="V.aalt" g2="Aring.aalt" k="27" /> + <hkern g1="V.aalt" g2="Abreve.aalt" k="27" /> + <hkern g1="V.aalt" g2="Amacron.aalt" k="27" /> + <hkern g1="V.aalt" g2="Adieresis.aalt" k="27" /> + <hkern g1="V.aalt" g2="Atilde.aalt" k="27" /> + <hkern g1="V.aalt" g2="Acircumflex.aalt" k="27" /> + <hkern g1="V.aalt" g2="Aacute.aalt" k="27" /> + <hkern g1="V.aalt" g2="Agrave.aalt" k="27" /> + <hkern g1="V.aalt" g2="J.aalt" k="56" /> + <hkern g1="V.aalt" g2="a.sc" k="27" /> + <hkern g1="X.aalt" g2="Oslash.aalt" k="4" /> + <hkern g1="X.aalt" g2="Ohungarumlaut.aalt" k="4" /> + <hkern g1="X.aalt" g2="Obreve.aalt" k="4" /> + <hkern g1="X.aalt" g2="Omacron.aalt" k="4" /> + <hkern g1="X.aalt" g2="Odieresis.aalt" k="4" /> + <hkern g1="X.aalt" g2="Otilde.aalt" k="4" /> + <hkern g1="X.aalt" g2="Ocircumflex.aalt" k="4" /> + <hkern g1="X.aalt" g2="Oacute.aalt" k="4" /> + <hkern g1="X.aalt" g2="Ograve.aalt" k="4" /> + <hkern g1="X.aalt" g2="gcommaaccent.aalt" k="4" /> + <hkern g1="X.aalt" g2="gdotaccent.aalt" k="4" /> + <hkern g1="X.aalt" g2="gbreve.aalt" k="4" /> + <hkern g1="X.aalt" g2="gcircumflex.aalt" k="4" /> + <hkern g1="X.aalt" g2="ccedilla.aalt" k="4" /> + <hkern g1="X.aalt" g2="cdotaccent.aalt" k="4" /> + <hkern g1="X.aalt" g2="ccaron.aalt" k="4" /> + <hkern g1="X.aalt" g2="ccircumflex.aalt" k="4" /> + <hkern g1="X.aalt" g2="cacute.aalt" k="4" /> + <hkern g1="X.aalt" g2="Q.aalt" k="4" /> + <hkern g1="X.aalt" g2="o.sc" k="4" /> + <hkern g1="X.aalt" g2="g.aalt" k="4" /> + <hkern g1="X.aalt" g2="c.aalt" k="4" /> + <hkern g1="Agrave.aalt" g2="V.aalt" k="27" /> + <hkern g1="Aacute.aalt" g2="V.aalt" k="27" /> + <hkern g1="Acircumflex.aalt" g2="V.aalt" k="27" /> + <hkern g1="Atilde.aalt" g2="V.aalt" k="27" /> + <hkern g1="Adieresis.aalt" g2="V.aalt" k="27" /> + <hkern g1="Amacron.aalt" g2="V.aalt" k="27" /> + <hkern g1="Abreve.aalt" g2="V.aalt" k="27" /> + <hkern g1="Aring.aalt" g2="V.aalt" k="27" /> + <hkern g1="Aogonek.aalt" g2="V.aalt" k="27" /> + <hkern g1="Aringacute.aalt" g2="V.aalt" k="27" /> + <hkern g1="Dcaron.aalt" g2="X.aalt" k="5" /> + <hkern g1="Dcaron.aalt" g2="V.aalt" k="6" /> + <hkern g1="Dcroat.aalt" g2="X.aalt" k="5" /> + <hkern g1="Dcroat.aalt" g2="V.aalt" k="6" /> + <hkern g1="Eth.aalt" g2="X.aalt" k="5" /> + <hkern g1="Eth.aalt" g2="V.aalt" k="6" /> + <hkern g1="Lacute.aalt" g2="V.aalt" k="25" /> + <hkern g1="Lcaron.aalt" g2="V.aalt" k="25" /> + <hkern g1="Lcommaaccent.aalt" g2="V.aalt" k="25" /> + <hkern g1="Lslash.aalt" g2="V.aalt" k="25" /> + <hkern g1="Racute.aalt" g2="V.aalt" k="4" /> + <hkern g1="Rcommaaccent.aalt" g2="V.aalt" k="4" /> + <hkern g1="rcommaaccent.aalt" g2="V.aalt" k="4" /> + <hkern g1="Thorn.aalt" g2="Ygrave.aalt" k="6" /> + <hkern g1="Thorn.aalt" g2="Ydieresis.aalt" k="6" /> + <hkern g1="Thorn.aalt" g2="Ycircumflex.aalt" k="6" /> + <hkern g1="Thorn.aalt" g2="Yacute.aalt" k="6" /> + <hkern g1="Thorn.aalt" g2="Jcircumflex.aalt" k="36" /> + <hkern g1="Thorn.aalt" g2="AEacute.aalt" k="36" /> + <hkern g1="Thorn.aalt" g2="AE.aalt" k="36" /> + <hkern g1="Thorn.aalt" g2="Aringacute.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Aogonek.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Aring.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Abreve.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Amacron.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Adieresis.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Atilde.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Acircumflex.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Aacute.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Agrave.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="Y.aalt" k="6" /> + <hkern g1="Thorn.aalt" g2="X.aalt" k="10" /> + <hkern g1="Thorn.aalt" g2="J.aalt" k="36" /> + <hkern g1="Thorn.aalt" g2="a.sc" k="10" /> + <hkern g1="four.pnum" u2="…" k="-20" /> + <hkern g1="four.pnum" u2="." k="-20" /> + <hkern g1="four.pnum" u2="," k="-20" /> + <hkern g1="seven.pnum" g2="four.pnum" k="31" /> + <hkern g1="seven.pnum" u2="…" k="60" /> + <hkern g1="seven.pnum" u2="." k="60" /> + <hkern g1="seven.pnum" u2="," k="60" /> + <hkern g1="four.oldstyle.pnum" u2="…" k="-30" /> + <hkern g1="four.oldstyle.pnum" u2="." k="-30" /> + <hkern g1="four.oldstyle.pnum" u2="," k="-30" /> + <hkern g1="seven.oldstyle.pnum" u2="…" k="20" /> + <hkern g1="seven.oldstyle.pnum" u2="." k="20" /> + <hkern g1="seven.oldstyle.pnum" u2="," k="20" /> + <hkern g1="q.ss01" u2="ĵ" k="-48" /> + <hkern g1="q.ss01" u2="ģ" k="-16" /> + <hkern g1="q.ss01" u2="ġ" k="-16" /> + <hkern g1="q.ss01" u2="ğ" k="-16" /> + <hkern g1="q.ss01" u2="ĝ" k="-16" /> + <hkern g1="q.ss01" u2="p" k="-22" /> + <hkern g1="q.ss01" u2="j" k="-48" /> + <hkern g1="q.ss01" u2="g" k="-16" /> + <hkern g1="C.ss01" u2="X" k="15" /> + <hkern g1="C.ss01" u2="V" k="4" /> + <hkern g1="Cacute.ss01" u2="X" k="15" /> + <hkern g1="Cacute.ss01" u2="V" k="4" /> + <hkern g1="Ccircumflex.ss01" u2="X" k="15" /> + <hkern g1="Ccircumflex.ss01" u2="V" k="4" /> + <hkern g1="Ccaron.ss01" u2="X" k="15" /> + <hkern g1="Ccaron.ss01" u2="V" k="4" /> + <hkern g1="Cdotaccent.ss01" u2="X" k="15" /> + <hkern g1="Cdotaccent.ss01" u2="V" k="4" /> + <hkern g1="Ccedilla.ss01" u2="X" k="15" /> + <hkern g1="Ccedilla.ss01" u2="V" k="4" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="hyphen,uni00AD,endash,emdash" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="comma,period,ellipsis" + k="-13" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="colon,semicolon" + k="-7" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="69" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="quoteright,quotedblright" + k="69" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="12" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + k="12" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="66" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="4" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="6" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="2" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="48" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="24" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="42" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="d,dcaron" + k="2" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="periodcentered,bullet,uni2219" + k="22" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="6" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="l,lacute,lcommaaccent,lcaron" + k="3" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="3" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="t,tcommaaccent,tcaron,uni021B" + k="8" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="22" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="4" /> + <hkern g1="C.ss01,Cacute.ss01,Ccircumflex.ss01,Ccaron.ss01,Cdotaccent.ss01,Ccedilla.ss01" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="22" /> + <hkern g1="C.ss01,Cacute.ss01,Ccircumflex.ss01,Ccaron.ss01,Cdotaccent.ss01,Ccedilla.ss01" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="13" /> + <hkern g1="C.ss01,Cacute.ss01,Ccircumflex.ss01,Ccaron.ss01,Cdotaccent.ss01,Ccedilla.ss01" + g2="AE,AEacute" + k="25" /> + <hkern g1="C.ss01,Cacute.ss01,Ccircumflex.ss01,Ccaron.ss01,Cdotaccent.ss01,Ccedilla.ss01" + g2="J,Jcircumflex" + k="15" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-12" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="4" /> + <hkern g1="D,Dcaron" + g2="comma,period,ellipsis" + k="19" /> + <hkern g1="D,Dcaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="12" /> + <hkern g1="D,Dcaron" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="9" /> + <hkern g1="D,Dcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="26" /> + <hkern g1="D,Dcaron" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="12" /> + <hkern g1="D,Dcaron" + g2="AE,AEacute" + k="30" /> + <hkern g1="D,Dcaron" + g2="J,Jcircumflex" + k="21" /> + <hkern g1="D,Dcaron" + g2="Z,Zacute,Zdotaccent,Zcaron" + k="6" /> + <hkern g1="D,Dcaron" + g2="J.aalt,Jcircumflex.aalt" + k="15" /> + <hkern g1="D,Dcaron" + g2="AE.aalt,AEacute.aalt" + k="18" /> + <hkern g1="D,Dcaron" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="9" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="18" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="11" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="22" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="12" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="AE,AEacute" + k="28" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="J,Jcircumflex" + k="16" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="Z,Zacute,Zdotaccent,Zcaron" + k="2" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="J.aalt,Jcircumflex.aalt" + k="8" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent" + g2="AE.aalt,AEacute.aalt" + k="8" /> + <hkern g1="Oslash,Oslashacute" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="14" /> + <hkern g1="Oslash,Oslashacute" + g2="AE,AEacute" + k="28" /> + <hkern g1="J,IJ,Jcircumflex" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="10" /> + <hkern g1="J,IJ,Jcircumflex" + g2="AE,AEacute" + k="20" /> + <hkern g1="J,IJ,Jcircumflex" + g2="J,Jcircumflex" + k="17" /> + <hkern g1="J,IJ,Jcircumflex" + g2="J.aalt,Jcircumflex.aalt" + k="9" /> + <hkern g1="J,IJ,Jcircumflex" + g2="AE.aalt,AEacute.aalt" + k="11" /> + <hkern g1="J,IJ,Jcircumflex" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="4" /> + <hkern g1="K,Kcommaaccent" + g2="hyphen,uni00AD,endash,emdash" + k="40" /> + <hkern g1="K,Kcommaaccent" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="5" /> + <hkern g1="K,Kcommaaccent" + g2="quoteright,quotedblright" + k="5" /> + <hkern g1="K,Kcommaaccent" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="24" /> + <hkern g1="K,Kcommaaccent" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="23" /> + <hkern g1="K,Kcommaaccent" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="18" /> + <hkern g1="K,Kcommaaccent" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="14" /> + <hkern g1="K,Kcommaaccent" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="10" /> + <hkern g1="K,Kcommaaccent" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="20" /> + <hkern g1="K,Kcommaaccent" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + k="9" /> + <hkern g1="K,Kcommaaccent" + g2="d,dcaron" + k="4" /> + <hkern g1="K,Kcommaaccent" + g2="periodcentered,bullet,uni2219" + k="40" /> + <hkern g1="K,Kcommaaccent" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="12" /> + <hkern g1="K,Kcommaaccent" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="26" /> + <hkern g1="K,Kcommaaccent" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="8" /> + <hkern g1="K,Kcommaaccent" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="4" /> + <hkern g1="K,Kcommaaccent" + g2="guillemotright,guilsinglright" + k="9" /> + <hkern g1="K,Kcommaaccent" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="4" /> + <hkern g1="K,Kcommaaccent" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="2" /> + <hkern g1="K,Kcommaaccent" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="12" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="hyphen,uni00AD,endash,emdash" + k="24" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="comma,period,ellipsis" + k="-12" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="60" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="quoteright,quotedblright" + k="60" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="24" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + k="30" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="50" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="10" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="30" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + k="18" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="78" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="40" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="78" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="periodcentered,bullet,uni2219" + k="14" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="34" /> + <hkern g1="L,Lacute,Lcommaaccent,Lcaron" + g2="guillemotright,guilsinglright" + k="14" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="hyphen,uni00AD,endash,emdash" + k="10" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="11" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="6" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="8" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="18" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="d,dcaron" + k="9" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="periodcentered,bullet,uni2219" + k="6" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="6" /> + <hkern g1="R,Racute,Rcommaaccent,Rcaron" + g2="guillemotright,guilsinglright" + k="7" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="12" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="3" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="6" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="3" /> + <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + g2="AE,AEacute" + k="5" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="hyphen,uni00AD,endash,emdash" + k="82" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="comma,period,ellipsis" + k="96" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="colon,semicolon" + k="20" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-23" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="quoteright,quotedblright" + k="-23" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="18" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + k="8" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="48" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="27" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="29" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-10" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="d,dcaron" + k="41" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="periodcentered,bullet,uni2219" + k="38" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="7" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="36" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="t,tcommaaccent,tcaron,uni021B" + k="7" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="33" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="46" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="48" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="AE,AEacute" + k="77" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="J,Jcircumflex" + k="78" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="J.aalt,Jcircumflex.aalt" + k="65" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="AE.aalt,AEacute.aalt" + k="55" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="41" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="40" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="guillemotright,guilsinglright" + k="14" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="38" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="48" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="B.aalt,D.aalt,E.aalt,F.aalt,H.aalt,dotlessi.aalt,K.aalt,L.aalt,M.aalt,N.aalt,P.aalt,R.aalt,Dcaron.aalt,Dcroat.aalt,Eth.aalt,Egrave.aalt,Eacute.aalt,Ecircumflex.aalt,Ecaron.aalt,Edieresis.aalt,Emacron.aalt,Ebreve.aalt,Edotaccent.aalt,Eogonek.aalt,Hcircumflex.aalt,Hbar.aalt,igrave.aalt,iacute.aalt,ibreve.aalt,icircumflex.aalt,itilde.aalt,idieresis.aalt,imacron.aalt,i.sc,iogonek.aalt,Kcommaaccent.aalt,Lacute.aalt,Lcaron.aalt,Lcommaaccent.aalt,Lslash.aalt,Ldot.aalt,Nacute.aalt,Ncaron.aalt,Ntilde.aalt,Ncommaaccent.aalt,Racute.aalt,Rcommaaccent.aalt,rcommaaccent.aalt,Thorn.aalt,IJ.aalt,Eng.aalt" + k="41" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + k="43" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="oslash,oslashacute" + k="47" /> + <hkern g1="T,Tcommaaccent,Tcaron,uni021A" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="36" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="comma,period,ellipsis" + k="20" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="10" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="AE,AEacute" + k="20" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="J,Jcircumflex" + k="12" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="J.aalt,Jcircumflex.aalt" + k="9" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="AE.aalt,AEacute.aalt" + k="14" /> + <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="9" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="hyphen,uni00AD,endash,emdash" + k="24" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="comma,period,ellipsis" + k="79" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="colon,semicolon" + k="22" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="11" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="31" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="9" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="d,dcaron" + k="30" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="periodcentered,bullet,uni2219" + k="21" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="4" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="16" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="t,tcommaaccent,tcaron,uni021B" + k="3" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="3" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="13" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="24" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="AE,AEacute" + k="68" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="J,Jcircumflex" + k="54" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="J.aalt,Jcircumflex.aalt" + k="46" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="AE.aalt,AEacute.aalt" + k="47" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="27" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="9" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="guillemotright,guilsinglright" + k="16" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="30" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="29" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="25" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="B.aalt,D.aalt,E.aalt,F.aalt,H.aalt,dotlessi.aalt,K.aalt,L.aalt,M.aalt,N.aalt,P.aalt,R.aalt,Dcaron.aalt,Dcroat.aalt,Eth.aalt,Egrave.aalt,Eacute.aalt,Ecircumflex.aalt,Ecaron.aalt,Edieresis.aalt,Emacron.aalt,Ebreve.aalt,Edotaccent.aalt,Eogonek.aalt,Hcircumflex.aalt,Hbar.aalt,igrave.aalt,iacute.aalt,ibreve.aalt,icircumflex.aalt,itilde.aalt,idieresis.aalt,imacron.aalt,i.sc,iogonek.aalt,Kcommaaccent.aalt,Lacute.aalt,Lcaron.aalt,Lcommaaccent.aalt,Lslash.aalt,Ldot.aalt,Nacute.aalt,Ncaron.aalt,Ntilde.aalt,Ncommaaccent.aalt,Racute.aalt,Rcommaaccent.aalt,rcommaaccent.aalt,Thorn.aalt,IJ.aalt,Eng.aalt" + k="9" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + k="14" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="oslash,oslashacute" + k="36" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="17" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="Oslash,Oslashacute" + k="11" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="z,zacute,zdotaccent,zcaron" + k="16" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="hyphen,uni00AD,endash,emdash" + k="76" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="comma,period,ellipsis" + k="96" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="colon,semicolon" + k="40" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="22" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="38" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="7" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent" + k="10" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="d,dcaron" + k="52" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="periodcentered,bullet,uni2219" + k="61" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="10" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="37" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="18" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="25" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="42" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="AE,AEacute" + k="80" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="J,Jcircumflex" + k="60" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="J.aalt,Jcircumflex.aalt" + k="54" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="AE.aalt,AEacute.aalt" + k="60" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="40" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="11" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="guillemotright,guilsinglright" + k="37" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="52" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="44" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="37" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="B.aalt,D.aalt,E.aalt,F.aalt,H.aalt,dotlessi.aalt,K.aalt,L.aalt,M.aalt,N.aalt,P.aalt,R.aalt,Dcaron.aalt,Dcroat.aalt,Eth.aalt,Egrave.aalt,Eacute.aalt,Ecircumflex.aalt,Ecaron.aalt,Edieresis.aalt,Emacron.aalt,Ebreve.aalt,Edotaccent.aalt,Eogonek.aalt,Hcircumflex.aalt,Hbar.aalt,igrave.aalt,iacute.aalt,ibreve.aalt,icircumflex.aalt,itilde.aalt,idieresis.aalt,imacron.aalt,i.sc,iogonek.aalt,Kcommaaccent.aalt,Lacute.aalt,Lcaron.aalt,Lcommaaccent.aalt,Lslash.aalt,Ldot.aalt,Nacute.aalt,Ncaron.aalt,Ntilde.aalt,Ncommaaccent.aalt,Racute.aalt,Rcommaaccent.aalt,rcommaaccent.aalt,Thorn.aalt,IJ.aalt,Eng.aalt" + k="12" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + k="27" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="oslash,oslashacute" + k="57" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="37" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="Oslash,Oslashacute" + k="24" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="z,zacute,zdotaccent,zcaron" + k="32" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="12" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="18" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="18" /> + <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="4" /> + <hkern g1="b,p,thorn" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="2" /> + <hkern g1="b,p,thorn" + g2="t,tcommaaccent,tcaron,uni021B" + k="1" /> + <hkern g1="b,p,thorn" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="3" /> + <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="2" /> + <hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="1" /> + <hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron" + g2="t,tcommaaccent,tcaron,uni021B" + k="2" /> + <hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="4" /> + <hkern g1="h,hcircumflex" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="2" /> + <hkern g1="h,hcircumflex" + g2="t,tcommaaccent,tcaron,uni021B" + k="2" /> + <hkern g1="h,hcircumflex" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="8" /> + <hkern g1="k,kcommaaccent" + g2="hyphen,uni00AD,endash,emdash" + k="31" /> + <hkern g1="k,kcommaaccent" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="9" /> + <hkern g1="k,kcommaaccent" + g2="d,dcaron" + k="9" /> + <hkern g1="k,kcommaaccent" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="12" /> + <hkern g1="k,kcommaaccent" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="9" /> + <hkern g1="k,kcommaaccent" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="12" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="hyphen,uni00AD,endash,emdash" + k="17" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="comma,period,ellipsis" + k="-16" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="34" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="quoteright,quotedblright" + k="30" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="asterisk,ordfeminine,ordmasculine,trademark" + k="22" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="11" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="l,lacute,lcommaaccent,lcaron" + k="2" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="t,tcommaaccent,tcaron,uni021B" + k="12" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="15" /> + <hkern g1="l,lacute,lcommaaccent,lslash,uniFB02,uniFB04" + g2="guillemotright,guilsinglright" + k="7" /> + <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="2" /> + <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut" + g2="t,tcommaaccent,tcaron,uni021B" + k="2" /> + <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="4" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="hyphen,uni00AD,endash,emdash" + k="14" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="comma,period,ellipsis" + k="50" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-10" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="quoteright,quotedblright" + k="-10" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="d,dcaron" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="7" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute" + k="18" /> + <hkern g1="r,racute,rcommaaccent,rcaron" + g2="oslash,oslashacute" + k="10" /> + <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="3" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="hyphen,uni00AD,endash,emdash" + k="12" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="comma,period,ellipsis" + k="-12" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-4" /> + <hkern g1="t,tcommaaccent,tbar,uni021B" + g2="quoteright,quotedblright" + k="-4" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="hyphen,uni00AD,endash,emdash" + k="9" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="comma,period,ellipsis" + k="36" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-3" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="quoteright,quotedblright" + k="-3" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron" + k="5" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="d,dcaron" + k="4" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="g,gcircumflex,gbreve,gdotaccent,gcommaaccent" + k="4" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent" + k="3" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="oslash,oslashacute" + k="4" /> + <hkern g1="dcaron,tcaron" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="-72" /> + <hkern g1="dcaron,tcaron" + g2="quoteright,quotedblright" + k="-72" /> + <hkern g1="dcaron,tcaron" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="-29" /> + <hkern g1="dcaron,tcaron" + g2="l,lacute,lcommaaccent,lcaron" + k="-42" /> + <hkern g1="dcaron,tcaron" + g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek" + k="-10" /> + <hkern g1="dcaron,tcaron" + g2="t,tcommaaccent,tcaron,uni021B" + k="-32" /> + <hkern g1="dcaron,tcaron" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="-19" /> + <hkern g1="dcaron,tcaron" + g2="m,n,p,r,ntilde,dotlessi,nacute,ncommaaccent,ncaron,eng,racute,rcommaaccent,rcaron" + k="-10" /> + <hkern g1="dcaron,tcaron" + g2="parenright,bracketright,braceright" + k="-51" /> + <hkern g1="dcaron,tcaron" + g2="b,h,k,thorn,hcircumflex,hbar,kcommaaccent" + k="-42" /> + <hkern g1="dcaron,tcaron" + g2="i,igrave,iacute,icircumflex,idieresis,itilde,imacron,ibreve,iogonek" + k="-42" /> + <hkern g1="dcaron,tcaron" + g2="j,jcircumflex" + k="-42" /> + <hkern g1="comma,period,ellipsis" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="64" /> + <hkern g1="comma,period,ellipsis" + g2="quoteright,quotedblright" + k="64" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="82" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="24" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="76" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="9" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="10" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="J,Jcircumflex" + k="50" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="38" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="21" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="61" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="22" /> + <hkern g1="periodcentered,bullet,uni2219" + g2="J,Jcircumflex" + k="33" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="14" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="16" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="37" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="J,Jcircumflex" + k="4" /> + <hkern g1="parenleft,bracketleft,braceleft" + g2="j,jcircumflex" + k="-16" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="comma,period,ellipsis" + k="64" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-23" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="t,tcommaaccent,tcaron,uni021B" + k="-5" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="-3" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="69" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="J,Jcircumflex" + k="64" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="J.aalt,Jcircumflex.aalt" + k="48" /> + <hkern g1="quotedbl,quotesingle,quoteleft,quotedblleft" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="30" /> + <hkern g1="quoteright,quotedblright" + g2="comma,period,ellipsis" + k="70" /> + <hkern g1="quoteright,quotedblright" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="12" /> + <hkern g1="quoteright,quotedblright" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="-23" /> + <hkern g1="quoteright,quotedblright" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="7" /> + <hkern g1="quoteright,quotedblright" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="74" /> + <hkern g1="quoteright,quotedblright" + g2="J,Jcircumflex" + k="67" /> + <hkern g1="quoteright,quotedblright" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="30" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron" + k="10" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="T,Tcommaaccent,Tcaron,uni021A" + k="100" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="74" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="100" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="f,uniFB00,uniFB01,uniFB02,uniFB03,uniFB04" + k="40" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="t,tcommaaccent,tcaron,uni021B" + k="40" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="w,wcircumflex,wgrave,wacute,wdieresis" + k="60" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute" + k="-10" /> + <hkern g1="quotesinglbase,quotedblbase" + g2="j,jcircumflex" + k="-50" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="quotedbl,quotesingle,quoteleft,quotedblleft" + k="30" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="quoteright,quotedblright" + k="30" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + k="25" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="16" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="28" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="5" /> + <hkern g1="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + g2="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + k="3" /> + <hkern g1="D.aalt,Dcaron.aalt,Dcroat.aalt,Eth.aalt" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="5" /> + <hkern g1="D.aalt,Dcaron.aalt,Dcroat.aalt,Eth.aalt" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="6" /> + <hkern g1="g.aalt,o.sc,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="6" /> + <hkern g1="J.aalt,Jcircumflex.aalt,IJ.aalt" + g2="J.aalt,Jcircumflex.aalt" + k="9" /> + <hkern g1="J.aalt,Jcircumflex.aalt,IJ.aalt" + g2="AE.aalt,AEacute.aalt" + k="13" /> + <hkern g1="J.aalt,Jcircumflex.aalt,IJ.aalt" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="5" /> + <hkern g1="K.aalt,Kcommaaccent.aalt" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="6" /> + <hkern g1="K.aalt,Kcommaaccent.aalt" + g2="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + k="4" /> + <hkern g1="K.aalt,Kcommaaccent.aalt" + g2="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + k="4" /> + <hkern g1="L.aalt,Lacute.aalt,Lcaron.aalt,Lcommaaccent.aalt,Lslash.aalt" + g2="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + k="30" /> + <hkern g1="L.aalt,Lacute.aalt,Lcaron.aalt,Lcommaaccent.aalt,Lslash.aalt" + g2="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + k="18" /> + <hkern g1="L.aalt,Lacute.aalt,Lcaron.aalt,Lcommaaccent.aalt,Lslash.aalt" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="27" /> + <hkern g1="R.aalt,Racute.aalt,Rcommaaccent.aalt,rcommaaccent.aalt" + g2="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + k="6" /> + <hkern g1="R.aalt,Racute.aalt,Rcommaaccent.aalt,rcommaaccent.aalt" + g2="J.aalt,Jcircumflex.aalt" + k="4" /> + <hkern g1="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + g2="AE.aalt,AEacute.aalt" + k="7" /> + <hkern g1="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + g2="J.aalt,Jcircumflex.aalt" + k="49" /> + <hkern g1="T.aalt,Tcaron.aalt,Tcommaaccent.aalt,Tbar.aalt" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="25" /> + <hkern g1="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + g2="J.aalt,Jcircumflex.aalt" + k="7" /> + <hkern g1="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + g2="AE.aalt,AEacute.aalt" + k="9" /> + <hkern g1="U.aalt,Ugrave.aalt,Uacute.aalt,Ucircumflex.aalt,Utilde.aalt,Udieresis.aalt,Umacron.aalt,Ubreve.aalt,Uring.aalt,Uhungarumlaut.aalt,Uogonek.aalt" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="5" /> + <hkern g1="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + g2="J.aalt,Jcircumflex.aalt" + k="36" /> + <hkern g1="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + g2="AE.aalt,AEacute.aalt" + k="36" /> + <hkern g1="W.aalt,Wacute.aalt,Wcircumflex.aalt,wcircumflex.aalt,Wgrave.aalt" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="16" /> + <hkern g1="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + g2="c.aalt,g.aalt,o.sc,Q.aalt,cacute.aalt,ccircumflex.aalt,ccaron.aalt,cdotaccent.aalt,ccedilla.aalt,gcircumflex.aalt,gbreve.aalt,gdotaccent.aalt,gcommaaccent.aalt,Ograve.aalt,Oacute.aalt,Ocircumflex.aalt,Otilde.aalt,Odieresis.aalt,Omacron.aalt,Obreve.aalt,Ohungarumlaut.aalt,Oslash.aalt" + k="6" /> + <hkern g1="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + g2="J.aalt,Jcircumflex.aalt" + k="42" /> + <hkern g1="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + g2="AE.aalt,AEacute.aalt" + k="50" /> + <hkern g1="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + g2="a.sc,Agrave.aalt,Aacute.aalt,Acircumflex.aalt,Atilde.aalt,Adieresis.aalt,Amacron.aalt,Abreve.aalt,Aring.aalt,Aogonek.aalt,Aringacute.aalt" + k="28" /> + <hkern g1="Y.aalt,Yacute.aalt,Ycircumflex.aalt,Ydieresis.aalt,Ygrave.aalt" + g2="S.aalt,Sacute.aalt,Scircumflex.aalt,Scaron.aalt,scedilla.sc,Scommaaccent.aalt,germandbls.sc" + k="4" /> + </font> +</defs></svg> diff --git a/resources/fonts/DinNextLtW04RegularCond.ttf b/resources/fonts/DinNextLtW04RegularCond.ttf new file mode 100644 index 0000000000000000000000000000000000000000..abe0b543ca6a0610dabd46f10cdbc2f719aad83a Binary files /dev/null and b/resources/fonts/DinNextLtW04RegularCond.ttf differ diff --git a/resources/fonts/DinNextLtW04RegularCond.woff b/resources/fonts/DinNextLtW04RegularCond.woff new file mode 100644 index 0000000000000000000000000000000000000000..fe6f968539e0a2c7ffab582f7c4e6eb988d2f62f Binary files /dev/null and b/resources/fonts/DinNextLtW04RegularCond.woff differ diff --git a/resources/fonts/DinNextLtW04RegularCond.woff2 b/resources/fonts/DinNextLtW04RegularCond.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..a463394b19b95ec313c9174c3a300ae6a7c79ce2 Binary files /dev/null and b/resources/fonts/DinNextLtW04RegularCond.woff2 differ diff --git a/resources/fonts/Inter-Black.woff b/resources/fonts/Inter-Black.woff new file mode 100644 index 0000000000000000000000000000000000000000..b6dcbf0878fb00b63c56467c639748a230eb55c9 Binary files /dev/null and b/resources/fonts/Inter-Black.woff differ diff --git a/resources/fonts/Inter-BlackItalic.woff b/resources/fonts/Inter-BlackItalic.woff new file mode 100644 index 0000000000000000000000000000000000000000..6c3ad3a3a5b6dd2383613f08316e33de3f90cfe1 Binary files /dev/null and b/resources/fonts/Inter-BlackItalic.woff differ diff --git a/resources/fonts/Inter-Bold.woff b/resources/fonts/Inter-Bold.woff new file mode 100644 index 0000000000000000000000000000000000000000..827d6d0a02e29357c5a38297765e5299d595f726 Binary files /dev/null and b/resources/fonts/Inter-Bold.woff differ diff --git a/resources/fonts/Inter-BoldItalic.woff b/resources/fonts/Inter-BoldItalic.woff new file mode 100644 index 0000000000000000000000000000000000000000..38083c9536b335511b7bdce8f81c1ce14c7a4c44 Binary files /dev/null and b/resources/fonts/Inter-BoldItalic.woff differ diff --git a/resources/fonts/Inter-ExtraBold.woff b/resources/fonts/Inter-ExtraBold.woff new file mode 100644 index 0000000000000000000000000000000000000000..eb21edc5ebbc4f54a5539cc45a09f2d09e30f07e Binary files /dev/null and b/resources/fonts/Inter-ExtraBold.woff differ diff --git a/resources/fonts/Inter-ExtraBoldItalic.woff b/resources/fonts/Inter-ExtraBoldItalic.woff new file mode 100644 index 0000000000000000000000000000000000000000..55059620b5f8907a897728938f8e15e335796aaa Binary files /dev/null and b/resources/fonts/Inter-ExtraBoldItalic.woff differ diff --git a/resources/fonts/Inter-ExtraLight-BETA.woff b/resources/fonts/Inter-ExtraLight-BETA.woff new file mode 100644 index 0000000000000000000000000000000000000000..af4caf5bd8635e5565393fd5c5c9414fb2e697fe Binary files /dev/null and b/resources/fonts/Inter-ExtraLight-BETA.woff differ diff --git a/resources/fonts/Inter-ExtraLightItalic-BETA.woff b/resources/fonts/Inter-ExtraLightItalic-BETA.woff new file mode 100644 index 0000000000000000000000000000000000000000..d02e8691fb0f9fedb298606576c2b8715d1b5a02 Binary files /dev/null and b/resources/fonts/Inter-ExtraLightItalic-BETA.woff differ diff --git a/resources/fonts/Inter-Italic.woff b/resources/fonts/Inter-Italic.woff new file mode 100644 index 0000000000000000000000000000000000000000..b2ec2f64b7632208a20339e6a43332b1726f6001 Binary files /dev/null and b/resources/fonts/Inter-Italic.woff differ diff --git a/resources/fonts/Inter-Light-BETA.woff b/resources/fonts/Inter-Light-BETA.woff new file mode 100644 index 0000000000000000000000000000000000000000..cede0bfd0be7c43cb8246d19b4ada20f224e2333 Binary files /dev/null and b/resources/fonts/Inter-Light-BETA.woff differ diff --git a/resources/fonts/Inter-LightItalic-BETA.woff b/resources/fonts/Inter-LightItalic-BETA.woff new file mode 100644 index 0000000000000000000000000000000000000000..873143932c2c7ca055139042e65399da041ddf40 Binary files /dev/null and b/resources/fonts/Inter-LightItalic-BETA.woff differ diff --git a/resources/fonts/Inter-Medium.woff b/resources/fonts/Inter-Medium.woff new file mode 100644 index 0000000000000000000000000000000000000000..51450d346aa91ddcd1ddbb5db722c8ae156baa72 Binary files /dev/null and b/resources/fonts/Inter-Medium.woff differ diff --git a/resources/fonts/Inter-MediumItalic.woff b/resources/fonts/Inter-MediumItalic.woff new file mode 100644 index 0000000000000000000000000000000000000000..49a27e755959202f2e98d77cb9dac4fa0aa358aa Binary files /dev/null and b/resources/fonts/Inter-MediumItalic.woff differ diff --git a/resources/fonts/Inter-Regular.woff b/resources/fonts/Inter-Regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..749f86364134adc18d7344cc7721dfe6e373c51a Binary files /dev/null and b/resources/fonts/Inter-Regular.woff differ diff --git a/resources/fonts/Inter-SemiBold.woff b/resources/fonts/Inter-SemiBold.woff new file mode 100644 index 0000000000000000000000000000000000000000..b804c34542587b94549ec2d84bdbd6ce49d4b3cb Binary files /dev/null and b/resources/fonts/Inter-SemiBold.woff differ diff --git a/resources/fonts/Inter-SemiBoldItalic.woff b/resources/fonts/Inter-SemiBoldItalic.woff new file mode 100644 index 0000000000000000000000000000000000000000..9390f0c066170256b10b4e86bf2a1d810a0286b5 Binary files /dev/null and b/resources/fonts/Inter-SemiBoldItalic.woff differ diff --git a/resources/fonts/Inter-Thin-BETA.woff b/resources/fonts/Inter-Thin-BETA.woff new file mode 100644 index 0000000000000000000000000000000000000000..32e52e0578c9840f23e7e79f535f3ba269a37513 Binary files /dev/null and b/resources/fonts/Inter-Thin-BETA.woff differ diff --git a/resources/fonts/Inter-ThinItalic-BETA.woff b/resources/fonts/Inter-ThinItalic-BETA.woff new file mode 100644 index 0000000000000000000000000000000000000000..15a7a37babd526f4ead1297b78e5f59cfdbebdce Binary files /dev/null and b/resources/fonts/Inter-ThinItalic-BETA.woff differ diff --git a/resources/fonts/MinecraftTen.eot b/resources/fonts/MinecraftTen.eot new file mode 100644 index 0000000000000000000000000000000000000000..7646c6f653f1a9d53c1a748476c71a329aa09d9d Binary files /dev/null and b/resources/fonts/MinecraftTen.eot differ diff --git a/resources/fonts/MinecraftTen.svg b/resources/fonts/MinecraftTen.svg new file mode 100644 index 0000000000000000000000000000000000000000..6e7e671ac5f5cd63cd7496b5de98fc4bbf3b5074 --- /dev/null +++ b/resources/fonts/MinecraftTen.svg @@ -0,0 +1,1253 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20200427 at Sat Aug 19 00:58:50 2017 + By www +(c) 2015-2017 Mojang AB. All rights reserved. +</metadata> +<defs> +<font id="MinecraftTen" horiz-adv-x="590" > + <font-face + font-family="Minecraft Ten" + font-weight="400" + font-stretch="normal" + units-per-em="1000" + panose-1="0 0 0 0 0 0 0 0 0 0" + ascent="800" + descent="-200" + x-height="700" + cap-height="700" + bbox="-125 -250 1060 990" + underline-thickness="50" + underline-position="-100" + unicode-range="U+000D-FB02" + /> +<missing-glyph +d="M50 0v700h490v-700h-490zM400 560h-210v-420h210v420z" /> + <glyph glyph-name="fi" unicode="FI" horiz-adv-x="900" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-280h-210zM640 0v700h210v-700h-210z" /> + <glyph glyph-name="fl" unicode="FL" horiz-adv-x="1110" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-280h-210zM640 0v700h210v-560h210v-140h-420z" /> + <glyph glyph-name=".notdef" +d="M50 0v700h490v-700h-490zM400 560h-210v-420h210v420z" /> + <glyph glyph-name=".null" horiz-adv-x="0" + /> + <glyph glyph-name=".null" horiz-adv-x="0" + /> + <glyph glyph-name="nonmarkingreturn" unicode="
" horiz-adv-x="200" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="200" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="310" +d="M50 280v420h210v-420h-210zM50 0v210h210v-210h-210z" /> + <glyph glyph-name="quotedbl" unicode=""" +d="M50 350v350h210v-350h-210zM330 350v350h210v-350h-210z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="730" +d="M400 0v140h-70v-140h-210v140h-70v140h70v140h-70v140h70v140h210v-140h70v140h210v-140h70v-140h-70v-140h70v-140h-70v-140h-210zM400 420h-70v-140h70v140z" /> + <glyph glyph-name="dollar" unicode="$" +d="M365 70v-120h-140v120h-175v140h280v70h-280v350h175v120h140v-120h175v-140h-280v-70h280v-350h-175z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="730" +d="M50 0v210h140v140h140v210h140v140h210v-210h-140v-140h-140v-210h-140v-140h-210zM470 0v210h210v-210h-210zM50 490v210h210v-210h-210z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="730" +d="M50 0v419l70 1v280h350v-280h140v-140h-70v-140h140v-140h-630zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="310" +d="M50 350v350h210v-350h-210z" /> + <glyph glyph-name="parenleft" unicode="(" +d="M190 0v140h-140v420h140v140h350v-140h-139v-140h-141v-140h140v-140h140v-140h-350z" /> + <glyph glyph-name="parenright" unicode=")" +d="M50 0v140h140v140h140v140h-141v140h-139v140h350v-140h140v-420h-140v-140h-350z" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="520" +d="M330 280v70h-140v-70h-140v140h70v140h-70v140h140v-70h140v70h140v-140h-70v-140h70v-140h-140z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="520" +d="M190 140v140h-140v140h140v140h140v-140h140v-140h-140v-140h-140z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="310" +d="M120 -140v140h-70v210h210v-350h-140z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="450" +d="M50 280v140h350v-140h-350z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="310" +d="M50 0v210h210v-210h-210z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="730" +d="M50 0v210h140v140h140v210h140v140h210v-210h-140v-140h-140v-210h-140v-140h-210z" /> + <glyph glyph-name="zero" unicode="0" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="one" unicode="1" horiz-adv-x="450" +d="M190 0v490h-140v140h140v70h210v-700h-210z" /> + <glyph glyph-name="two" unicode="2" +d="M50 0v420h280v140h-280v140h490v-420h-280v-140h280v-140h-490z" /> + <glyph glyph-name="three" unicode="3" +d="M50 0v140h280v140h-210v140h210v140h-280v140h490v-700h-490z" /> + <glyph glyph-name="four" unicode="4" horiz-adv-x="730" +d="M400 0v140h-350v140h70v140h70v140h70v70h140v70h210v-420h70v-140h-70v-140h-210zM400 489h-70v-139h-70v-70h140v209z" /> + <glyph glyph-name="five" unicode="5" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490z" /> + <glyph glyph-name="six" unicode="6" +d="M50 0v700h490v-140h-280v-140h280v-420h-490zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="seven" unicode="7" +d="M120 0v140h70v140h70v140h70v140h-280v140h490v-280h-70v-140h-70v-140h-70v-140h-210z" /> + <glyph glyph-name="eight" unicode="8" +d="M50 0v350h70v70h-70v280h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="nine" unicode="9" +d="M50 0v140h280v140h-280v420h490v-700h-490zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="310" +d="M50 350v210h210v-210h-210zM50 0v210h210v-210h-210z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="310" +d="M50 350v210h210v-210h-210zM120 -140v140h-70v210h210v-350h-140z" /> + <glyph glyph-name="less" unicode="<" +d="M330 105v70h-140v70h-140v210h140v70h140v70h210v-140h-140v-70h-140v-70h140v-70h140v-140h-210z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="520" +d="M50 140v140h420v-140h-420zM50 420v140h420v-140h-420z" /> + <glyph glyph-name="greater" unicode=">" +d="M400 245v-70h-140v-70h-210v140h140v70h140v70h-140v70h-140v140h210v-70h140v-70h140v-210h-140z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="660" +d="M470 350v-70h-210v140h70v140h-140v-140h-140v210h70v70h420v-70h70v-280h-140zM260 0v210h210v-210h-210z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="947" +d="M120 -70h-70v700h70v70h707v-70h70v-560h-535v380h248v-140h-70v-100h147v350h-427v-560h427v-140h-567v70z" /> + <glyph glyph-name="A" unicode="A" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="B" unicode="B" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420z" /> + <glyph glyph-name="D" unicode="D" +d="M50 0v700h420v-70h70v-560h-70v-70h-420zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="E" unicode="E" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490z" /> + <glyph glyph-name="F" unicode="F" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-280h-210z" /> + <glyph glyph-name="G" unicode="G" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490z" /> + <glyph glyph-name="H" unicode="H" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="J" unicode="J" +d="M50 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="K" unicode="K" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="520" +d="M50 0v700h210v-560h210v-140h-420z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210z" /> + <glyph glyph-name="O" unicode="O" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="P" unicode="P" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="610" +d="M50 0v700h490v-560h70v-140h-560zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="R" unicode="R" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="S" unicode="S" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490z" /> + <glyph glyph-name="T" unicode="T" +d="M190 0v560h-140v140h490v-140h-140v-560h-210z" /> + <glyph glyph-name="U" unicode="U" +d="M50 0v700h210v-560h70v560h210v-700h-490z" /> + <glyph glyph-name="V" unicode="V" +d="M190 0v140h-70v140h-70v420h210v-280h70v280h210v-420h-70v-140h-70v-140h-210z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210z" /> + <glyph glyph-name="X" unicode="X" +d="M330 0v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="Y" unicode="Y" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210z" /> + <glyph glyph-name="Z" unicode="Z" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="460" +d="M50 0v700h360v-140h-150v-420h150v-140h-360z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="730" +d="M470 0v140h-140v210h-140v140h-140v210h210v-140h140v-210h140v-140h140v-210h-210z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="460" +d="M50 0v140h150v420h-150v140h360v-700h-360z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="450" +d="M260 490v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="800" +d="M50 -140v140h700v-140h-700z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="310" +d="M120 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="a" unicode="a" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="b" unicode="b" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420z" /> + <glyph glyph-name="d" unicode="d" +d="M50 0v700h420v-70h70v-560h-70v-70h-420zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="e" unicode="e" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490z" /> + <glyph glyph-name="f" unicode="f" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-280h-210z" /> + <glyph glyph-name="g" unicode="g" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490z" /> + <glyph glyph-name="h" unicode="h" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="j" unicode="j" +d="M50 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="k" unicode="k" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="520" +d="M50 0v700h210v-560h210v-140h-420z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210z" /> + <glyph glyph-name="o" unicode="o" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="p" unicode="p" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="610" +d="M50 0v700h490v-560h70v-140h-560zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="r" unicode="r" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="s" unicode="s" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490z" /> + <glyph glyph-name="t" unicode="t" +d="M190 0v560h-140v140h490v-140h-140v-560h-210z" /> + <glyph glyph-name="u" unicode="u" +d="M50 0v700h210v-560h70v560h210v-700h-490z" /> + <glyph glyph-name="v" unicode="v" +d="M190 0v140h-70v140h-70v420h210v-280h70v280h210v-420h-70v-140h-70v-140h-210z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210z" /> + <glyph glyph-name="x" unicode="x" +d="M330 0v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="y" unicode="y" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210z" /> + <glyph glyph-name="z" unicode="z" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="520" +d="M120 0v280h-70v140h70v280h350v-140h-139v-140h-71v-140h70v-140h140v-140h-350z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="310" +d="M50 -250v950h210v-950h-210z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="520" +d="M50 0v140h140v140h70v140h-71v140h-139v140h350v-280h70v-140h-70v-280h-350z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="520" +d="M400 560v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="500" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="310" +d="M50 0v420h210v-420h-210zM50 490v210h210v-210h-210z" /> + <glyph glyph-name="cent" unicode="¢" horiz-adv-x="520" +d="M190 0v140h-140v420h140v140h140v-140h140v-140h-210v-140h210v-140h-140v-140h-140z" /> + <glyph glyph-name="sterling" unicode="£" +d="M50 0v140h70v140h-70v140h70v210h70v70h280v-140h-140v-140h140v-140h-140v-140h210v-140h-490z" /> + <glyph glyph-name="yen" unicode="¥" +d="M190 0v140h-140v140h140v70h-140v350h210v-210h70v210h210v-350h-140v-70h140v-140h-140v-140h-210z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="310" +d="M50 -250v405h210v-405h-210zM50 295v405h210v-405h-210z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="450" +d="M50 750v140h140v-140h-140zM260 750v140h140v-140h-140z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="800" +d="M680 140v-70h-70v-70h-420v70h-70v70h-70v420h70v70h70v70h420v-70h70v-70h70v-420h-70zM610 560h-70v70h-280v-70h-70v-420h70v-70h280v70h70v420zM330 140v70h-70v280h70v70h140v-70h70v-70h-140v-140h140v-70h-70v-70h-140z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="800" +d="M260 140v70h-106v70h-104v140h104v70h106v70h140v-105h-70v-70h-70v-70h70v-35h70v-140h-140zM610 140v70h-106v70h-104v140h104v70h106v70h140v-105h-70v-70h-70v-70h70v-35h70v-140h-140z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="520" +d="M330 140v140h-280v140h420v-280h-140z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="450" +d="M50 280v140h350v-140h-350z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="660" +d="M470 280v70h-105v70h-70v-70h-105v280h-70v70h70v-70h280v-140h-35v-70h35v-70h70v-70h-70zM190 210v70h-70v70h-70v280h70v-280h70v-70h280v-70h-280zM540 350v280h-70v70h-280v70h280v-70h70v-70h70v-280h-70zM365 560h-70v-70h70v70z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="450" +d="M50 750v140h350v-140h-350z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="520" +d="M120 280v70h-70v280h70v70h280v-70h70v-280h-70v-70h-280zM330 560h-140v-140h140v140z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="520" +d="M190 280v140h-140v140h140v140h140v-140h140v-140h-140v-140h-140zM50 0v140h420v-140h-420z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="310" +d="M190 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="800" +d="M540 -140v420h-70v-420h-210v420h-140v140h-70v140h70v140h630v-840h-210zM540 560h-70v-140h70v140z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="310" +d="M50 245v210h210v-210h-210z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="310" +d="M50 -250v140h70v130h140v-270h-210z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="800" +d="M646 280v-70h-106v-70h-140v140h-104v-70h-106v-70h-140v140h70v35h70v70h-70v70h-70v105h140v-70h106v-70h104v-140h70v35h70v70h-70v70h-70v105h140v-70h106v-70h104v-140h-104z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="660" +d="M120 0v70h-70v280h140v70h210v-140h-70v-140h140v140h140v-210h-70v-70h-420zM190 490v210h210v-210h-210z" /> + <glyph glyph-name="Agrave" unicode="À" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="Aacute" unicode="Á" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Acircumflex" unicode="Â" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Atilde" unicode="Ã" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM435 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="Adieresis" unicode="Ä" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="Aring" unicode="Å" +d="M330 0v280h-70v-280h-210v700h140v70h-70v150h70v70h210v-70h70v-150h-70v-70h140v-700h-210zM330 560h-70v-140h70v140zM330 880h-70v-70h70v70z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h770v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="520" +d="M155 -250v140h70v110h-175v700h420v-140h-210v-420h210v-140h-105v-250h-210z" /> + <glyph glyph-name="Egrave" unicode="È" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM260 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="Eacute" unicode="É" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Edieresis" unicode="Ë" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM85 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM225 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM190 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h140v-140h-140zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="790" +d="M150 0v280h-100v140h100v280h520v-70h70v-560h-70v-70h-520zM530 560h-170v-140h100v-140h-100v-140h170v420z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM470 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="Ograve" unicode="Ò" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="Oacute" unicode="Ó" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Otilde" unicode="Õ" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM435 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="Odieresis" unicode="Ö" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="multiply" unicode="×" +d="M400 105v70h-70v70h-70v-70h-70v-70h-140v140h70v70h70v70h-70v70h-70v140h140v-70h70v-70h70v70h70v70h140v-140h-70v-70h-70v-70h70v-70h70v-140h-140z" /> + <glyph glyph-name="Oslash" unicode="Ø" +d="M260 0v-120h-140v120h-70v700h280v120h140v-120h70v-700h-280zM330 280h-70v-140h70v140zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="Ugrave" unicode="Ù" +d="M50 0v700h210v-560h70v560h210v-700h-490zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="Uacute" unicode="Ú" +d="M50 0v700h210v-560h70v560h210v-700h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" +d="M50 0v700h210v-560h70v560h210v-700h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Udieresis" unicode="Ü" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="Yacute" unicode="Ý" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Thorn" unicode="Þ" +d="M260 140v-140h-210v700h210v-140h280v-420h-280zM330 420h-70v-140h70v140z" /> + <glyph glyph-name="germandbls" unicode="ß" +d="M330 0v560h-70v-560h-210v630h70v70h420v-350h-70v-70h70v-210h-70v-70h-140z" /> + <glyph glyph-name="agrave" unicode="à" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="aacute" unicode="á" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="acircumflex" unicode="â" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="atilde" unicode="ã" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM435 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="adieresis" unicode="ä" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="aring" unicode="å" +d="M330 0v280h-70v-280h-210v700h140v70h-70v150h70v70h210v-70h70v-150h-70v-70h140v-700h-210zM330 560h-70v-140h70v140zM330 880h-70v-70h70v70z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h770v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="520" +d="M155 -250v140h70v110h-175v700h420v-140h-210v-420h210v-140h-105v-250h-210z" /> + <glyph glyph-name="egrave" unicode="è" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM260 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="eacute" unicode="é" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="ecircumflex" unicode="ê" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="edieresis" unicode="ë" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM85 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM225 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM190 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h140v-140h-140zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="790" +d="M150 0v280h-100v140h100v280h520v-70h70v-560h-70v-70h-520zM530 560h-170v-140h100v-140h-100v-140h170v420z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM470 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="ograve" unicode="ò" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="oacute" unicode="ó" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="ocircumflex" unicode="ô" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="otilde" unicode="õ" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM435 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="odieresis" unicode="ö" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="660" +d="M225 490v140h210v-140h-210zM225 70v140h210v-140h-210zM50 280v140h560v-140h-560z" /> + <glyph glyph-name="oslash" unicode="ø" +d="M260 0v-120h-140v120h-70v700h280v120h140v-120h70v-700h-280zM330 280h-70v-140h70v140zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="ugrave" unicode="ù" +d="M50 0v700h210v-560h70v560h210v-700h-490zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="uacute" unicode="ú" +d="M50 0v700h210v-560h70v560h210v-700h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="ucircumflex" unicode="û" +d="M50 0v700h210v-560h70v560h210v-700h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="udieresis" unicode="ü" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="yacute" unicode="ý" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="thorn" unicode="þ" +d="M260 140v-140h-210v700h210v-140h280v-420h-280zM330 420h-70v-140h70v140z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="Amacron" unicode="Ā" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="amacron" unicode="ā" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="Abreve" unicode="Ă" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="abreve" unicode="ă" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="Aogonek" unicode="Ą" +d="M330 -250v530h-70v-280h-210v700h490v-700h-70v-110h70v-140h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="aogonek" unicode="ą" +d="M330 -250v530h-70v-280h-210v700h490v-700h-70v-110h70v-140h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM330 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM330 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM295 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM295 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM155 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420zM155 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Dcaron" unicode="Ď" +d="M50 0v700h420v-70h70v-560h-70v-70h-420zM330 560h-70v-420h70v420zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="dcaron" unicode="ď" +d="M50 0v700h420v-70h70v-560h-70v-70h-420zM330 560h-70v-420h70v420zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="790" +d="M160 0v280h-100v140h100v280h510v-70h70v-560h-70v-70h-510zM530 560h-160v-140h100v-140h-100v-140h160v420z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="790" +d="M150 0v280h-100v140h100v280h520v-70h70v-560h-70v-70h-520zM530 560h-170v-140h100v-140h-100v-140h170v420z" /> + <glyph glyph-name="Emacron" unicode="Ē" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="emacron" unicode="ē" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="ebreve" unicode="ĕ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="edotaccent" unicode="ė" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="Eogonek" unicode="Ę" +d="M330 -250v250h-280v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-70v-110h70v-140h-210z" /> + <glyph glyph-name="eogonek" unicode="ę" +d="M330 -250v250h-280v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-70v-110h70v-140h-210z" /> + <glyph glyph-name="Ecaron" unicode="Ě" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="ecaron" unicode="ě" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="gbreve" unicode="ğ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" +d="M50 0v700h490v-140h-280v-420h70v280h210v-420h-490zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="730" +d="M400 0v140h-70v-140h-210v420h-70v140h70v140h210v-140h70v140h210v-140h70v-140h-70v-420h-210zM400 420h-70v-140h70v140z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="730" +d="M400 0v140h-70v-140h-210v420h-70v140h70v140h210v-140h70v140h210v-140h70v-140h-70v-420h-210zM400 420h-70v-140h70v140z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM295 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM295 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h350v-140h-350z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h350v-140h-350z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="310" +d="M85 -250v250h-35v700h210v-700h-35v-110h70v-140h-210z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="310" +d="M85 -250v250h-35v700h210v-700h-35v-110h70v-140h-210z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM50 750v140h210v-140h-210z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="900" +d="M50 0v700h210v-700h-210zM360 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="900" +d="M50 0v700h210v-700h-210zM360 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" +d="M50 0v280h210v-140h70v560h210v-700h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" +d="M50 0v280h210v-140h70v560h210v-700h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="520" +d="M50 0v700h210v-560h210v-140h-420zM225 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="520" +d="M50 0v700h210v-560h210v-140h-420zM225 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="520" +d="M50 0v700h210v-560h210v-140h-420zM225 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="520" +d="M50 0v700h210v-560h210v-140h-420zM225 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" +d="M50 0v700h210v-560h210v-140h-420zM330 420v280h210v-280h-210z" /> + <glyph glyph-name="lcaron" unicode="ľ" +d="M50 0v700h210v-560h210v-140h-420zM330 420v280h210v-280h-210z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" +d="M50 0v700h210v-560h210v-140h-420zM330 280v210h210v-210h-210z" /> + <glyph glyph-name="ldot" unicode="ŀ" +d="M50 0v700h210v-560h210v-140h-420zM330 280v210h210v-210h-210z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="540" +d="M70 0v280h-70v140h70v280h210v-210h70v-140h-70v-210h210v-140h-420z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="540" +d="M70 0v280h-70v140h70v280h210v-210h70v-140h-70v-210h210v-140h-420z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM400 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM400 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM295 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM295 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM225 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210zM225 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="660" +d="M330 -140v140h70v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-770h-70v-70h-210z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="660" +d="M330 -140v140h70v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-770h-70v-70h-210z" /> + <glyph glyph-name="Omacron" unicode="Ō" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="omacron" unicode="ō" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="obreve" unicode="ŏ" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 700v190h140v-190h-140zM330 700v190h140v-190h-140z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM120 700v190h140v-190h-140zM330 700v190h140v-190h-140z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="870" +d="M50 0v700h770v-140h-280v-140h210v-140h-210v-140h280v-140h-770zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="870" +d="M50 0v700h770v-140h-280v-140h210v-140h-210v-140h280v-140h-770zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="Racute" unicode="Ŕ" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="racute" unicode="ŕ" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="Rcaron" unicode="Ř" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="rcaron" unicode="ř" +d="M330 0v280h-70v-280h-210v700h490v-280h-70v-70h70v-350h-210zM330 560h-70v-140h70v140zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Sacute" unicode="Ś" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="sacute" unicode="ś" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Scedilla" unicode="Ş" +d="M190 -250v140h70v110h-210v140h280v140h-280v420h490v-140h-280v-140h280v-420h-140v-250h-210z" /> + <glyph glyph-name="scedilla" unicode="ş" +d="M190 -250v140h70v110h-210v140h280v140h-280v420h490v-140h-280v-140h280v-420h-140v-250h-210z" /> + <glyph glyph-name="Scaron" unicode="Š" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="scaron" unicode="š" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="Tcaron" unicode="Ť" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="tcaron" unicode="ť" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" +d="M190 0v280h-140v140h140v140h-140v140h490v-140h-140v-140h140v-140h-140v-280h-210z" /> + <glyph glyph-name="tbar" unicode="ŧ" +d="M190 0v280h-140v140h140v140h-140v140h490v-140h-140v-140h140v-140h-140v-280h-210z" /> + <glyph glyph-name="Utilde" unicode="Ũ" +d="M50 0v700h210v-560h70v560h210v-700h-490zM435 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="utilde" unicode="ũ" +d="M50 0v700h210v-560h70v560h210v-700h-490zM435 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="Umacron" unicode="Ū" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="umacron" unicode="ū" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 750v140h350v-140h-350z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="ubreve" unicode="ŭ" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="Uring" unicode="Ů" +d="M50 0v700h140v70h-70v150h70v70h210v-70h70v-150h-70v-70h140v-700h-490zM330 700h-70v-560h70v560zM330 880h-70v-70h70v70z" /> + <glyph glyph-name="uring" unicode="ů" +d="M50 0v700h140v70h-70v150h70v70h210v-70h70v-150h-70v-70h140v-700h-490zM330 700h-70v-560h70v560zM330 880h-70v-70h70v70z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 700v190h140v-190h-140zM330 700v190h140v-190h-140z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" +d="M50 0v700h210v-560h70v560h210v-700h-490zM120 700v190h140v-190h-140zM330 700v190h140v-190h-140z" /> + <glyph glyph-name="Uogonek" unicode="Ų" +d="M225 -250v250h-175v700h210v-560h70v560h210v-700h-175v-110h70v-140h-210z" /> + <glyph glyph-name="uogonek" unicode="ų" +d="M225 -250v250h-175v700h210v-560h70v560h210v-700h-175v-110h70v-140h-210z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM435 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM435 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM330 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="Zacute" unicode="Ź" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490zM330 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="zacute" unicode="ź" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490zM330 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="zdotaccent" unicode="ż" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="Zcaron" unicode="Ž" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="zcaron" unicode="ž" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490zM190 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="florin" unicode="ƒ" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM365 490h-35v35h-70v70h-70v-70h70v-35h-35v-105h35v35h70v-35h35v105zM400 595h-70v-70h70v70z" /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h770v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM330 560h-70v-140h70v140zM540 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h770v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM330 560h-70v-140h70v140zM540 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" +d="M260 0v-120h-140v120h-70v700h280v120h140v-120h70v-700h-280zM330 280h-70v-140h70v140zM330 560h-70v-140h70v140zM260 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" +d="M260 0v-120h-140v120h-70v700h280v120h140v-120h70v-700h-280zM330 280h-70v-140h70v140zM330 560h-70v-140h70v140zM260 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="scommaaccent" unicode="ș" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="uni021A" unicode="Ț" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="uni021B" unicode="ț" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM260 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="dotlessj" unicode="ȷ" +d="M50 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="450" +d="M260 750v70h-70v-70h-140v140h70v70h210v-70h70v-140h-140z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="450" +d="M120 750v70h-70v140h140v-70h70v70h140v-140h-70v-70h-210z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="450" +d="M50 750v140h350v-140h-350z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="450" +d="M50 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="240" +d="M50 750v140h140v-140h-140z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="450" +d="M120 700v70h-70v150h70v70h210v-70h70v-150h-70v-70h-210zM260 880h-70v-70h70v70z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="310" +d="M50 -250v270h140v-130h70v-140h-210z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="520" +d="M400 820v-70h-140v70h-70v-70h-140v140h70v70h140v-70h70v70h140v-140h-70z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="450" +d="M50 700v190h140v-190h-140zM260 700v190h140v-190h-140z" /> + <glyph glyph-name="tonos" unicode="΄" horiz-adv-x="310" +d="M190 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="dieresistonos" unicode="΅" horiz-adv-x="660" +d="M50 750v140h140v-140h-140zM260 700v240h140v-240h-140zM470 750v140h140v-140h-140z" /> + <glyph glyph-name="Alphatonos" unicode="Ά" horiz-adv-x="870" +d="M610 0v280h-70v-280h-210v700h490v-700h-210zM610 560h-70v-140h70v140zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Epsilontonos" unicode="Έ" horiz-adv-x="870" +d="M330 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Etatonos" unicode="Ή" horiz-adv-x="870" +d="M610 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Iotatonos" unicode="Ί" +d="M330 0v700h210v-700h-210zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Omicrontonos" unicode="Ό" horiz-adv-x="870" +d="M330 0v700h490v-700h-490zM610 560h-70v-420h70v420zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Upsilontonos" unicode="Ύ" horiz-adv-x="870" +d="M470 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Omegatonos" unicode="Ώ" horiz-adv-x="1010" +d="M680 0v280h70v280h-210v-280h70v-280h-280v140h140v70h-140v490h630v-490h-140v-70h140v-140h-280zM190 560v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="iotadieresistonos" unicode="ΐ" horiz-adv-x="310" +d="M50 0v700h35v240h140v-240h35v-700h-210zM295 750v140h140v-140h-140zM-125 750v140h140v-140h-140z" /> + <glyph glyph-name="Alpha" unicode="Α" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="Beta" unicode="Β" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="Gamma" unicode="Γ" +d="M50 0v700h490v-140h-280v-560h-210z" /> + <glyph glyph-name="uni0394" unicode="Δ" +d="M50 0v420h70v140h70v140h210v-140h70v-140h70v-420h-490zM330 350h-70v-210h70v210z" /> + <glyph glyph-name="Epsilon" unicode="Ε" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490z" /> + <glyph glyph-name="Zeta" unicode="Ζ" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490z" /> + <glyph glyph-name="Eta" unicode="Η" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="Theta" unicode="Θ" +d="M50 0v700h490v-700h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="Iota" unicode="Ι" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="Kappa" unicode="Κ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="Lambda" unicode="Λ" +d="M330 0v350h-70v-350h-210v420h70v140h70v140h210v-140h70v-140h70v-420h-210z" /> + <glyph glyph-name="Mu" unicode="Μ" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210z" /> + <glyph glyph-name="Nu" unicode="Ν" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210z" /> + <glyph glyph-name="Xi" unicode="Ξ" +d="M50 560v140h490v-140h-490zM50 0v140h490v-140h-490zM190 280v140h210v-140h-210z" /> + <glyph glyph-name="Omicron" unicode="Ο" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="Pi" unicode="Π" +d="M330 0v560h-70v-560h-210v700h490v-700h-210z" /> + <glyph glyph-name="Rho" unicode="Ρ" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="Sigma" unicode="Σ" +d="M50 0v280h140v140h-140v280h490v-140h-245v-70h70v-70h105v-140h-105v-70h-70v-70h245v-140h-490z" /> + <glyph glyph-name="Tau" unicode="Τ" +d="M190 0v560h-140v140h490v-140h-140v-560h-210z" /> + <glyph glyph-name="Upsilon" unicode="Υ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210z" /> + <glyph glyph-name="Phi" unicode="Φ" horiz-adv-x="870" +d="M540 140v-140h-210v140h-280v420h280v140h210v-140h280v-420h-280zM330 420h-70v-140h70v140zM610 420h-70v-140h70v140z" /> + <glyph glyph-name="Chi" unicode="Χ" +d="M330 0v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="Psi" unicode="Ψ" horiz-adv-x="870" +d="M330 0v280h-280v420h210v-280h70v280h210v-280h70v280h210v-420h-280v-280h-210z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="730" +d="M400 0v290h70v270h-210v-270h70v-290h-280v140h140v80h-140v480h630v-480h-140v-80h140v-140h-280z" /> + <glyph glyph-name="Iotadieresis" unicode="Ϊ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h140v-140h-140zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="Upsilondieresis" unicode="Ϋ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="alphatonos" unicode="ά" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="epsilontonos" unicode="έ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="etatonos" unicode="ή" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="iotatonos" unicode="ί" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM225 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="upsilondieresistonos" unicode="ΰ" +d="M190 0v350h-140v350h175v240h140v-240h175v-350h-140v-350h-210zM435 750v140h140v-140h-140zM15 750v140h140v-140h-140zM330 700h-70v-210h70v210z" /> + <glyph glyph-name="alpha" unicode="α" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="beta" unicode="β" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="gamma" unicode="γ" +d="M50 0v700h490v-140h-280v-560h-210z" /> + <glyph glyph-name="delta" unicode="δ" +d="M50 0v420h70v140h70v140h210v-140h70v-140h70v-420h-490zM330 350h-70v-210h70v210z" /> + <glyph glyph-name="epsilon" unicode="ε" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490z" /> + <glyph glyph-name="zeta" unicode="ζ" +d="M50 0v350h140v70h140v140h-280v140h490v-350h-140v-70h-140v-140h280v-140h-490z" /> + <glyph glyph-name="eta" unicode="η" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="theta" unicode="θ" +d="M50 0v700h490v-700h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="iota" unicode="ι" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="kappa" unicode="κ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="lambda" unicode="λ" +d="M330 0v350h-70v-350h-210v420h70v140h70v140h210v-140h70v-140h70v-420h-210z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210z" /> + <glyph glyph-name="nu" unicode="ν" horiz-adv-x="660" +d="M400 0v140h-70v140h-70v-280h-210v700h210v-140h70v-140h70v280h210v-700h-210z" /> + <glyph glyph-name="xi" unicode="ξ" +d="M50 560v140h490v-140h-490zM50 0v140h490v-140h-490zM190 280v140h210v-140h-210z" /> + <glyph glyph-name="omicron" unicode="ο" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="pi" unicode="π" +d="M330 0v560h-70v-560h-210v700h490v-700h-210z" /> + <glyph glyph-name="rho" unicode="ρ" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="sigma1" unicode="ς" +d="M50 0v280h140v140h-140v280h490v-140h-245v-70h70v-70h105v-140h-105v-70h-70v-70h245v-140h-490z" /> + <glyph glyph-name="sigma" unicode="σ" +d="M50 0v280h140v140h-140v280h490v-140h-245v-70h70v-70h105v-140h-105v-70h-70v-70h245v-140h-490z" /> + <glyph glyph-name="tau" unicode="τ" +d="M190 0v560h-140v140h490v-140h-140v-560h-210z" /> + <glyph glyph-name="upsilon" unicode="υ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210z" /> + <glyph glyph-name="phi" unicode="φ" horiz-adv-x="870" +d="M540 140v-140h-210v140h-280v420h280v140h210v-140h280v-420h-280zM330 420h-70v-140h70v140zM610 420h-70v-140h70v140z" /> + <glyph glyph-name="chi" unicode="χ" +d="M330 0v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="psi" unicode="ψ" horiz-adv-x="870" +d="M330 0v280h-280v420h210v-280h70v280h210v-280h70v280h210v-420h-280v-280h-210z" /> + <glyph glyph-name="omega" unicode="ω" horiz-adv-x="730" +d="M400 0v280h70v280h-210v-280h70v-280h-280v140h140v70h-140v490h630v-490h-140v-70h140v-140h-280z" /> + <glyph glyph-name="iotadieresis" unicode="ϊ" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-90 750v140h140v-140h-140zM120 750v140h140v-140h-140z" /> + <glyph glyph-name="upsilondieresis" unicode="ϋ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM50 750v140h140v-140h-140zM260 750v140h140v-140h-140z" /> + <glyph glyph-name="omicrontonos" unicode="ό" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="upsilontonos" unicode="ύ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="omegatonos" unicode="ώ" horiz-adv-x="730" +d="M400 0v280h70v280h-210v-280h70v-280h-280v140h140v70h-140v490h630v-490h-140v-70h140v-140h-280zM435 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="uni0400" unicode="Ѐ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM260 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="uni0401" unicode="Ё" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="uni0402" unicode="Ђ" horiz-adv-x="800" +d="M670 70v-70h-200v140h70v140h-140v-280h-210v560h-140v140h490v-140h-140v-140h350v-350h-80z" /> + <glyph glyph-name="uni0403" unicode="Ѓ" +d="M50 0v700h490v-140h-280v-560h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="uni0404" unicode="Є" +d="M120 0v70h-70v560h70v70h420v-140h-280v-140h210v-140h-210v-140h280v-140h-420z" /> + <glyph glyph-name="uni0405" unicode="Ѕ" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490z" /> + <glyph glyph-name="uni0406" unicode="І" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="uni0407" unicode="Ї" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h140v-140h-140zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="uni0408" unicode="Ј" +d="M50 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="uni0409" unicode="Љ" horiz-adv-x="940" +d="M400 0v560h-70v-420h-70v-140h-210v210h70v490h490v-280h280v-420h-490zM680 280h-70v-140h70v140z" /> + <glyph glyph-name="uni040A" unicode="Њ" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-280h280v-420h-490zM610 280h-70v-140h70v140z" /> + <glyph glyph-name="uni040B" unicode="Ћ" horiz-adv-x="730" +d="M470 0v280h-70v-280h-210v560h-140v140h490v-140h-140v-140h280v-420h-210z" /> + <glyph glyph-name="uni040C" unicode="Ќ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="uni040D" unicode="Ѝ" horiz-adv-x="660" +d="M400 0v280h-70v-140h-70v-140h-210v700h210v-280h70v140h70v140h210v-700h-210zM295 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="uni040E" unicode="Ў" +d="M50 0v140h149v140h-74v140h-75v280h210v-280h70v280h210v-280h-70v-140h-70v-140h-70v-140h-280zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="uni040F" unicode="Џ" +d="M365 0v-140h-140v140h-175v700h210v-560h70v560h210v-700h-175z" /> + <glyph glyph-name="uni0410" unicode="А" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="uni0411" unicode="Б" +d="M50 0v700h490v-140h-280v-140h280v-420h-490zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="uni0412" unicode="В" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="uni0413" unicode="Г" +d="M50 0v700h490v-140h-280v-560h-210z" /> + <glyph glyph-name="uni0414" unicode="Д" horiz-adv-x="800" +d="M610 -140v140h-420v-140h-140v280h70v140h70v420h490v-560h70v-280h-140zM470 560h-70v-350h-70v-70h140v420z" /> + <glyph glyph-name="uni0415" unicode="Е" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490z" /> + <glyph glyph-name="uni0416" unicode="Ж" horiz-adv-x="870" +d="M610 0v210h-70v-210h-210v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="uni0417" unicode="З" +d="M50 0v140h280v140h-210v140h210v140h-280v140h490v-280h-70v-70h70v-350h-490z" /> + <glyph glyph-name="uni0418" unicode="И" horiz-adv-x="660" +d="M400 0v280h-70v-140h-70v-140h-210v700h210v-280h70v140h70v140h210v-700h-210z" /> + <glyph glyph-name="uni0419" unicode="Й" horiz-adv-x="660" +d="M400 0v280h-70v-140h-70v-140h-210v700h210v-280h70v140h70v140h210v-700h-210zM155 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="uni041A" unicode="К" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="uni041B" unicode="Л" horiz-adv-x="660" +d="M400 0v560h-70v-420h-70v-140h-210v210h70v490h490v-700h-210z" /> + <glyph glyph-name="uni041C" unicode="М" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210z" /> + <glyph glyph-name="uni041D" unicode="Н" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="uni041E" unicode="О" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="uni041F" unicode="П" +d="M330 0v560h-70v-560h-210v700h490v-700h-210z" /> + <glyph glyph-name="uni0420" unicode="Р" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="uni0421" unicode="С" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420z" /> + <glyph glyph-name="uni0422" unicode="Т" +d="M190 0v560h-140v140h490v-140h-140v-560h-210z" /> + <glyph glyph-name="uni0423" unicode="У" +d="M50 0v140h149v140h-74v140h-75v280h210v-280h70v280h210v-280h-70v-140h-70v-140h-70v-140h-280z" /> + <glyph glyph-name="uni0424" unicode="Ф" horiz-adv-x="870" +d="M540 140v-140h-210v140h-280v420h280v140h210v-140h280v-420h-280zM330 420h-70v-140h70v140zM610 420h-70v-140h70v140z" /> + <glyph glyph-name="uni0425" unicode="Х" +d="M330 0v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="uni0426" unicode="Ц" horiz-adv-x="660" +d="M470 -140v140h-420v700h210v-560h70v560h210v-560h70v-280h-140z" /> + <glyph glyph-name="uni0427" unicode="Ч" +d="M330 0v280h-280v420h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="uni0428" unicode="Ш" horiz-adv-x="870" +d="M50 0v700h210v-560h70v560h210v-560h70v560h210v-700h-770z" /> + <glyph glyph-name="uni0429" unicode="Щ" horiz-adv-x="940" +d="M750 -140v140h-700v700h210v-560h70v560h210v-560h70v560h210v-560h70v-280h-140z" /> + <glyph glyph-name="uni042A" unicode="Ъ" horiz-adv-x="730" +d="M190 0v560h-140v140h350v-280h280v-420h-490zM470 280h-70v-140h70v140z" /> + <glyph glyph-name="uni042B" unicode="Ы" horiz-adv-x="870" +d="M50 0v700h210v-280h280v-420h-490zM330 280h-70v-140h70v140zM610 0v700h210v-700h-210z" /> + <glyph glyph-name="uni042C" unicode="Ь" +d="M50 0v700h210v-280h280v-420h-490zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="uni042D" unicode="Э" +d="M50 0v140h280v140h-210v140h210v140h-280v140h420v-70h70v-560h-70v-70h-420z" /> + <glyph glyph-name="uni042E" unicode="Ю" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h490v-700h-490zM610 560h-70v-420h70v420z" /> + <glyph glyph-name="uni042F" unicode="Я" +d="M330 560h-70v-140h70v140zM330 0v280h-70v-280h-210v350h70v70h-70v280h490v-700h-210z" /> + <glyph glyph-name="uni0430" unicode="а" +d="M330 0v280h-70v-280h-210v700h490v-700h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="uni0431" unicode="б" +d="M50 0v700h490v-140h-280v-140h280v-420h-490zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="uni0432" unicode="в" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="uni0433" unicode="г" +d="M50 0v700h490v-140h-280v-560h-210z" /> + <glyph glyph-name="uni0434" unicode="д" horiz-adv-x="800" +d="M610 -140v140h-420v-140h-140v280h70v140h70v420h490v-560h70v-280h-140zM470 560h-70v-350h-70v-70h140v420z" /> + <glyph glyph-name="uni0435" unicode="е" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490z" /> + <glyph glyph-name="uni0436" unicode="ж" horiz-adv-x="870" +d="M610 0v210h-70v-210h-210v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="uni0437" unicode="з" +d="M50 0v140h280v140h-210v140h210v140h-280v140h490v-280h-70v-70h70v-350h-490z" /> + <glyph glyph-name="uni0438" unicode="и" horiz-adv-x="660" +d="M400 0v280h-70v-140h-70v-140h-210v700h210v-280h70v140h70v140h210v-700h-210z" /> + <glyph glyph-name="uni0439" unicode="й" horiz-adv-x="660" +d="M400 0v280h-70v-140h-70v-140h-210v700h210v-280h70v140h70v140h210v-700h-210zM155 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="uni043A" unicode="к" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="uni043B" unicode="л" horiz-adv-x="660" +d="M400 0v560h-70v-420h-70v-140h-210v210h70v490h490v-700h-210z" /> + <glyph glyph-name="uni043C" unicode="м" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210z" /> + <glyph glyph-name="uni043D" unicode="н" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="uni043E" unicode="о" +d="M50 0v700h490v-700h-490zM330 560h-70v-420h70v420z" /> + <glyph glyph-name="uni043F" unicode="п" +d="M330 0v560h-70v-560h-210v700h490v-700h-210z" /> + <glyph glyph-name="uni0440" unicode="р" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140z" /> + <glyph glyph-name="uni0441" unicode="с" horiz-adv-x="520" +d="M50 0v700h420v-140h-210v-420h210v-140h-420z" /> + <glyph glyph-name="uni0442" unicode="т" +d="M190 0v560h-140v140h490v-140h-140v-560h-210z" /> + <glyph glyph-name="uni0443" unicode="у" +d="M50 0v140h149v140h-74v140h-75v280h210v-280h70v280h210v-280h-70v-140h-70v-140h-70v-140h-280z" /> + <glyph glyph-name="uni0444" unicode="ф" horiz-adv-x="870" +d="M540 140v-140h-210v140h-280v420h280v140h210v-140h280v-420h-280zM330 420h-70v-140h70v140zM610 420h-70v-140h70v140z" /> + <glyph glyph-name="uni0445" unicode="х" +d="M330 0v210h-70v-210h-210v350h140v70h-140v280h210v-210h70v210h210v-280h-140v-70h140v-350h-210z" /> + <glyph glyph-name="uni0446" unicode="ц" horiz-adv-x="660" +d="M470 -140v140h-420v700h210v-560h70v560h210v-560h70v-280h-140z" /> + <glyph glyph-name="uni0447" unicode="ч" +d="M330 0v280h-280v420h210v-280h70v280h210v-700h-210z" /> + <glyph glyph-name="uni0448" unicode="ш" horiz-adv-x="870" +d="M50 0v700h210v-560h70v560h210v-560h70v560h210v-700h-770z" /> + <glyph glyph-name="uni0449" unicode="щ" horiz-adv-x="940" +d="M750 -140v140h-700v700h210v-560h70v560h210v-560h70v560h210v-560h70v-280h-140z" /> + <glyph glyph-name="uni044A" unicode="ъ" horiz-adv-x="730" +d="M190 0v560h-140v140h350v-280h280v-420h-490zM470 280h-70v-140h70v140z" /> + <glyph glyph-name="uni044B" unicode="ы" horiz-adv-x="870" +d="M50 0v700h210v-280h280v-420h-490zM330 280h-70v-140h70v140zM610 0v700h210v-700h-210z" /> + <glyph glyph-name="uni044C" unicode="ь" +d="M50 0v700h210v-280h280v-420h-490zM330 280h-70v-140h70v140z" /> + <glyph glyph-name="uni044D" unicode="э" +d="M50 0v140h280v140h-210v140h210v140h-280v140h420v-70h70v-560h-70v-70h-420z" /> + <glyph glyph-name="uni044E" unicode="ю" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h490v-700h-490zM610 560h-70v-420h70v420z" /> + <glyph glyph-name="uni044F" unicode="я" +d="M330 560h-70v-140h70v140zM330 0v280h-70v-280h-210v350h70v70h-70v280h490v-700h-210z" /> + <glyph glyph-name="uni0450" unicode="ѐ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM260 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="uni0451" unicode="ё" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-140h280v-140h-490zM120 750v140h140v-140h-140zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="uni0452" unicode="ђ" horiz-adv-x="800" +d="M670 70v-70h-200v140h70v140h-140v-280h-210v560h-140v140h490v-140h-140v-140h350v-350h-80z" /> + <glyph glyph-name="uni0453" unicode="ѓ" +d="M50 0v700h490v-140h-280v-560h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="uni0454" unicode="є" +d="M120 0v70h-70v560h70v70h420v-140h-280v-140h210v-140h-210v-140h280v-140h-420z" /> + <glyph glyph-name="uni0455" unicode="ѕ" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490z" /> + <glyph glyph-name="uni0456" unicode="і" horiz-adv-x="310" +d="M50 0v700h210v-700h-210z" /> + <glyph glyph-name="uni0457" unicode="ї" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM-20 750v140h140v-140h-140zM190 750v140h140v-140h-140z" /> + <glyph glyph-name="uni0458" unicode="ј" +d="M50 0v280h210v-140h70v560h210v-700h-490z" /> + <glyph glyph-name="uni0459" unicode="љ" horiz-adv-x="940" +d="M400 0v560h-70v-420h-70v-140h-210v210h70v490h490v-280h280v-420h-490zM680 280h-70v-140h70v140z" /> + <glyph glyph-name="uni045A" unicode="њ" horiz-adv-x="870" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-280h280v-420h-490zM610 280h-70v-140h70v140z" /> + <glyph glyph-name="uni045B" unicode="ћ" horiz-adv-x="730" +d="M470 0v280h-70v-280h-210v560h-140v140h490v-140h-140v-140h280v-420h-210z" /> + <glyph glyph-name="uni045C" unicode="ќ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="uni045D" unicode="ѝ" horiz-adv-x="660" +d="M400 0v280h-70v-140h-70v-140h-210v700h210v-280h70v140h70v140h210v-700h-210zM295 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="uni045E" unicode="ў" +d="M50 0v140h149v140h-74v140h-75v280h210v-280h70v280h210v-280h-70v-140h-70v-140h-70v-140h-280zM120 750v160h140v-70h70v70h140v-160h-350z" /> + <glyph glyph-name="uni045F" unicode="џ" +d="M365 0v-140h-140v140h-175v700h210v-560h70v560h210v-700h-175z" /> + <glyph glyph-name="uni0490" unicode="Ґ" +d="M260 560v-560h-210v700h350v140h140v-280h-280z" /> + <glyph glyph-name="uni0491" unicode="ґ" +d="M260 560v-560h-210v700h350v140h140v-280h-280z" /> + <glyph glyph-name="uni1E02" unicode="Ḃ" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E03" unicode="ḃ" +d="M50 0v700h490v-280h-70v-70h70v-350h-490zM330 560h-70v-140h70v140zM330 280h-70v-140h70v140zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E0A" unicode="Ḋ" +d="M50 0v700h420v-70h70v-560h-70v-70h-420zM330 560h-70v-420h70v420zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E0B" unicode="ḋ" +d="M50 0v700h420v-70h70v-560h-70v-70h-420zM330 560h-70v-420h70v420zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E1E" unicode="Ḟ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-280h-210zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E1F" unicode="ḟ" +d="M50 0v700h490v-140h-280v-140h210v-140h-210v-280h-210zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E22" unicode="Ḣ" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E23" unicode="ḣ" +d="M330 0v280h-70v-280h-210v700h210v-280h70v280h210v-700h-210zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="Kacute" unicode="Ḱ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="kacute" unicode="ḱ" +d="M330 0v210h-70v-210h-210v700h210v-210h70v210h210v-280h-140v-70h140v-350h-210zM365 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="uni1E40" unicode="Ṁ" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E41" unicode="ṁ" horiz-adv-x="800" +d="M540 0v280h-70v-140h-140v140h-70v-280h-210v700h210v-140h70v-140h140v140h70v140h210v-700h-210zM330 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E56" unicode="Ṗ" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E57" unicode="ṗ" +d="M50 0v700h490v-420h-280v-280h-210zM330 560h-70v-140h70v140zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E60" unicode="Ṡ" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E61" unicode="ṡ" +d="M50 0v140h280v140h-280v420h490v-140h-280v-140h280v-420h-490zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E6A" unicode="Ṫ" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E6B" unicode="ṫ" +d="M190 0v560h-140v140h490v-140h-140v-560h-210zM225 750v140h140v-140h-140z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM330 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM330 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM470 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM470 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM225 750v140h140v-140h-140zM435 750v140h140v-140h-140z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="800" +d="M470 0v210h-140v-210h-210v140h-70v560h210v-350h70v140h140v-140h70v350h210v-560h-70v-140h-210zM225 750v140h140v-140h-140zM435 750v140h140v-140h-140z" /> + <glyph glyph-name="uni1E9E" unicode="ẞ" +d="M330 0v560h-70v-560h-210v630h70v70h420v-350h-70v-70h70v-210h-70v-70h-140z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="ygrave" unicode="ỳ" +d="M190 0v350h-140v350h210v-210h70v210h210v-350h-140v-350h-210zM225 750v70h-70v140h140v-70h70v-140h-140z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="520" +d="M50 280v140h420v-140h-420z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="800" +d="M50 280v140h700v-140h-700z" /> + <glyph glyph-name="uni2015" unicode="―" horiz-adv-x="1000" +d="M50 280v140h900v-140h-900z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="310" +d="M50 350v350h140v-140h70v-210h-210z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="310" +d="M120 350v140h-70v210h210v-350h-140z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="310" +d="M120 -140v140h-70v210h210v-350h-140z" /> + <glyph glyph-name="quotedblleft" unicode="“" +d="M330 350v350h140v-140h70v-210h-210zM50 350v350h140v-140h70v-210h-210z" /> + <glyph glyph-name="quotedblright" unicode="”" +d="M120 350v140h-70v210h210v-350h-140zM400 350v140h-70v210h210v-350h-140z" /> + <glyph glyph-name="quotedblbase" unicode="„" +d="M120 -140v140h-70v210h210v-350h-140zM400 -140v140h-70v210h210v-350h-140z" /> + <glyph glyph-name="dagger" unicode="†" +d="M190 0v420h-140v140h140v140h210v-140h140v-140h-140v-420h-210z" /> + <glyph glyph-name="daggerdbl" unicode="‡" +d="M190 0v140h-140v140h140v140h-140v140h140v140h210v-140h140v-140h-140v-140h140v-140h-140v-140h-210z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="380" +d="M50 210v280h280v-280h-280z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="870" +d="M50 0v210h210v-210h-210zM330 0v210h210v-210h-210zM610 0v210h210v-210h-210z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="835" +d="M50 0v210h140v140h140v210h140v140h210v-210h-140v-140h-140v-210h-140v-140h-210zM470 0v210h315v-210h-315zM50 490v210h210v-210h-210z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="450" +d="M260 140v70h-106v70h-104v140h104v70h106v70h140v-105h-70v-70h-70v-70h70v-35h70v-140h-140z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="450" +d="M296 280v-70h-106v-70h-140v140h70v35h70v70h-70v70h-70v105h140v-70h106v-70h104v-140h-104z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="730" +d="M50 0v210h140v140h140v210h140v140h210v-210h-140v-140h-140v-210h-140v-140h-210z" /> + <glyph glyph-name="Euro" unicode="€" +d="M190 0v70h-70v210h-70v140h70v210h70v70h350v-140h-210v-140h210v-140h-210v-140h210v-140h-350z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="1010" +d="M820 350v140h-70v-70h-70v70h-70v-140h-140v350h140v-70h70v-70h70v70h70v70h140v-350h-140zM155 350v280h-105v70h350v-70h-105v-280h-140z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="730" +d="M400 0v280h70v280h-210v-280h70v-280h-280v140h140v70h-140v490h630v-490h-140v-70h140v-140h-280z" /> + <glyph glyph-name="Delta" unicode="∆" +d="M50 0v420h70v140h70v140h210v-140h70v-140h70v-420h-490zM330 350h-70v-210h70v210z" /> + <glyph glyph-name="product" unicode="∏" +d="M330 0v560h-70v-560h-210v700h490v-700h-210z" /> + <glyph glyph-name="summation" unicode="∑" +d="M50 0v280h140v140h-140v280h490v-140h-245v-70h70v-70h105v-140h-105v-70h-70v-70h245v-140h-490z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="520" +d="M50 280v140h420v-140h-420z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="800" +d="M645 170v-70h-210v70h-70v-70h-210v70h-105v360h105v70h210v-70h70v70h210v-70h105v-360h-105zM610 390h-140v-80h140v80zM330 390h-140v-80h140v80z" /> + <glyph glyph-name="lozenge" unicode="◊" +d="M190 0v70h-70v140h-70v280h70v140h70v70h210v-70h70v-140h70v-280h-70v-140h-70v-70h-210zM330 280h90v140h-90v140h-70v-140h-90v-140h90v-140h70v140z" /> + <glyph glyph-name="commaaccent" unicode="" horiz-adv-x="310" +d="M120 -250v60h-70v140h210v-200h-140z" /> + <glyph glyph-name="Jacute" +d="M50 0v280h210v-140h70v560h210v-700h-490zM505 820v-70h-140v140h70v70h140v-140h-70z" /> + <glyph glyph-name="idotaccent" horiz-adv-x="310" +d="M50 0v700h210v-700h-210zM50 750v140h210v-140h-210z" /> + <glyph glyph-name="jacute" +d="M50 0v280h210v-140h70v560h210v-700h-490zM505 820v-70h-140v140h70v70h140v-140h-70z" /> + <hkern u1="," u2="7" k="100" /> + <hkern u1="," u2="4" k="100" /> + <hkern u1="-" u2="1" k="100" /> + <hkern u1="." u2="7" k="100" /> + <hkern u1="." u2="4" k="100" /> + <hkern u1="6" u2="9" k="100" /> + <hkern u1="6" u2="7" k="140" /> + <hkern u1="7" u2="…" k="100" /> + <hkern u1="7" u2="." k="100" /> + <hkern u1="7" u2="," k="100" /> + <hkern u1="P" u2="," k="200" /> + <hkern u1="T" u2="," k="100" /> + <hkern u1="V" u2="," k="100" /> + <hkern u1="Y" u2="," k="100" /> + <hkern u1="f" u2="j" k="300" /> + <hkern u1="l" u2="”" k="200" /> + <hkern u1="l" u2="’" k="200" /> + <hkern u1="l" u2="y" k="100" /> + <hkern u1="l" u2="v" k="100" /> + <hkern u1="l" u2="t" k="200" /> + <hkern u1="p" u2="…" k="200" /> + <hkern u1="p" u2="j" k="300" /> + <hkern u1="p" u2="." k="200" /> + <hkern u1="p" u2="," k="200" /> + <hkern u1="t" u2="…" k="100" /> + <hkern u1="t" u2="j" k="100" /> + <hkern u1="t" u2="." k="100" /> + <hkern u1="t" u2="," k="100" /> + <hkern u1="v" u2="…" k="100" /> + <hkern u1="v" u2="." k="100" /> + <hkern u1="v" u2="," k="100" /> + <hkern u1="y" u2="…" k="100" /> + <hkern u1="y" u2="j" k="100" /> + <hkern u1="y" u2="." k="100" /> + <hkern u1="y" u2="," k="100" /> + <hkern u1="Ý" u2="," k="100" /> + <hkern u1="ý" u2="," k="100" /> + <hkern u1="ÿ" u2="," k="100" /> + <hkern u1="Ţ" u2="," k="100" /> + <hkern u1="ţ" u2="," k="100" /> + <hkern u1="Ť" u2="," k="100" /> + <hkern u1="ť" u2="," k="100" /> + <hkern u1="Ŷ" u2="," k="100" /> + <hkern u1="ŷ" u2="," k="100" /> + <hkern u1="Ÿ" u2="," k="100" /> + <hkern u1="Ț" u2="," k="100" /> + <hkern u1="ț" u2="," k="100" /> + <hkern u1="Τ" u2="," k="100" /> + <hkern u1="Υ" u2="," k="100" /> + <hkern u1="Ϋ" u2="," k="100" /> + <hkern u1="ΰ" u2="," k="100" /> + <hkern u1="τ" u2="," k="100" /> + <hkern u1="υ" u2="," k="100" /> + <hkern u1="ϋ" u2="," k="100" /> + <hkern u1="ύ" u2="," k="100" /> + <hkern u1="Т" u2="," k="100" /> + <hkern u1="т" u2="," k="100" /> + <hkern u1="Ṗ" u2="," k="200" /> + <hkern u1="ṗ" u2="," k="200" /> + <hkern u1="Ṫ" u2="," k="100" /> + <hkern u1="ṫ" u2="," k="100" /> + <hkern u1="Ỳ" u2="," k="100" /> + <hkern u1="ỳ" u2="," k="100" /> + <hkern u1="–" u2="1" k="100" /> + <hkern u1="—" u2="1" k="100" /> + <hkern u1="―" u2="1" k="100" /> + <hkern u1="…" u2="7" k="100" /> + <hkern u1="…" u2="4" k="100" /> + <hkern g1="F,f,Gamma,gamma,uni0403,uni0413,uni0433,uni0453,uni0490,uni0491,uni1E1E,uni1E1F" + g2="J,j,Jcircumflex,jcircumflex,dotlessj,uni0408,uni0458,Jacute,jacute" + k="300" /> + <hkern g1="L,l,Lacute,lacute,Lcommaaccent,lcommaaccent,Lslash,lslash" + g2="T,t,Tcommaaccent,tcommaaccent,Tcaron,tcaron,uni021A,uni021B,Tau,tau,uni0422,uni0442,uni1E6A,uni1E6B" + k="200" /> + <hkern g1="L,l,Lacute,lacute,Lcommaaccent,lcommaaccent,Lslash,lslash" + g2="V,v" + k="100" /> + <hkern g1="L,l,Lacute,lacute,Lcommaaccent,lcommaaccent,Lslash,lslash" + g2="Y,y,Yacute,yacute,ydieresis,Ycircumflex,ycircumflex,Ydieresis,Upsilon,Upsilondieresis,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,Ygrave,ygrave" + k="100" /> + <hkern g1="L,l,Lacute,lacute,Lcommaaccent,lcommaaccent,Lslash,lslash" + g2="quoteright,quotedblright" + k="200" /> + <hkern g1="T,t,Tcommaaccent,tcommaaccent,Tcaron,tcaron,uni021A,uni021B,Tau,tau,uni0422,uni0442,uni1E6A,uni1E6B" + g2="J,j,Jcircumflex,jcircumflex,dotlessj,uni0408,uni0458,Jacute,jacute" + k="100" /> + <hkern g1="T,t,Tcommaaccent,tcommaaccent,Tcaron,tcaron,uni021A,uni021B,Tau,tau,uni0422,uni0442,uni1E6A,uni1E6B" + g2="comma,period,ellipsis" + k="100" /> + <hkern g1="P,p,uni1E56,uni1E57" + g2="J,j,Jcircumflex,jcircumflex,dotlessj,uni0408,uni0458,Jacute,jacute" + k="300" /> + <hkern g1="P,p,uni1E56,uni1E57" + g2="comma,period,ellipsis" + k="200" /> + <hkern g1="Y,y,Yacute,yacute,ydieresis,Ycircumflex,ycircumflex,Ydieresis,Upsilon,Upsilondieresis,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,Ygrave,ygrave" + g2="J,j,Jcircumflex,jcircumflex,dotlessj,uni0408,uni0458,Jacute,jacute" + k="100" /> + <hkern g1="Y,y,Yacute,yacute,ydieresis,Ycircumflex,ycircumflex,Ydieresis,Upsilon,Upsilondieresis,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,Ygrave,ygrave" + g2="comma,period,ellipsis" + k="100" /> + <hkern g1="V,v" + g2="comma,period,ellipsis" + k="100" /> + <hkern g1="quoteright,quotedblright" + g2="J,j,Jcircumflex,jcircumflex,dotlessj,uni0408,uni0458,Jacute,jacute" + k="200" /> + <hkern g1="K,k,Kcommaaccent,kcommaaccent,kgreenlandic,Kappa,Chi,kappa,chi,uni040C,uni040E,uni0416,uni041A,uni0423,uni0425,uni0436,uni043A,uni0443,uni0445,uni045C,uni045E,Kacute,kacute" + g2="uni0409,uni041B,uni043B,uni0459" + k="50" /> + </font> +</defs></svg> diff --git a/resources/fonts/MinecraftTen.ttf b/resources/fonts/MinecraftTen.ttf new file mode 100644 index 0000000000000000000000000000000000000000..83992585d6af8fa1f914f5366783b9e26adb58a1 Binary files /dev/null and b/resources/fonts/MinecraftTen.ttf differ diff --git a/resources/fonts/MinecraftTen.woff b/resources/fonts/MinecraftTen.woff new file mode 100644 index 0000000000000000000000000000000000000000..0e3a3c68d299d4b39aa8f4fca4645ddfef859ca3 Binary files /dev/null and b/resources/fonts/MinecraftTen.woff differ diff --git a/resources/fonts/MinecraftTen.woff2 b/resources/fonts/MinecraftTen.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..8af07dbb73f05e15dd2b08f011a704c87f490b20 Binary files /dev/null and b/resources/fonts/MinecraftTen.woff2 differ diff --git a/resources/fonts/Minecraftia-Regular.ttf b/resources/fonts/Minecraftia-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..7247ad785ac2f969f0019d1ac5253d70b6052fbc Binary files /dev/null and b/resources/fonts/Minecraftia-Regular.ttf differ diff --git a/resources/fonts/RalewayRegular.eot b/resources/fonts/RalewayRegular.eot new file mode 100644 index 0000000000000000000000000000000000000000..ce12a4245ab6f36f29e987f591a5029f73453ae6 Binary files /dev/null and b/resources/fonts/RalewayRegular.eot differ diff --git a/resources/fonts/RalewayRegular.svg b/resources/fonts/RalewayRegular.svg new file mode 100644 index 0000000000000000000000000000000000000000..6350f31df06a5c4a38d3a7d9951df28fbc4dc27d --- /dev/null +++ b/resources/fonts/RalewayRegular.svg @@ -0,0 +1,3989 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20200427 at Fri Sep 7 18:21:59 2012 + By www +Copyright (c) 2010 - 2012, Matt McInerney (matt@pixelspread.com), Pablo Impallari(impallari@gmail.com), Rodrigo Fuenzalida (hello@rfuenzalida.com) with Reserved Font Name "Raleway" +</metadata> +<defs> +<font id="Raleway" horiz-adv-x="756" > + <font-face + font-family="Raleway" + font-weight="400" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 0 3 3 1 1 6 0 3" + ascent="800" + descent="-200" + x-height="521" + cap-height="709" + bbox="-216 -224 1115 933" + underline-thickness="50" + underline-position="-100" + unicode-range="U+0020-FB06" + /> +<missing-glyph horiz-adv-x="0" + /> + <glyph glyph-name="f_f" unicode="ff" horiz-adv-x="599" +d="M515 680q-31 0 -53 -13t-35.5 -33t-20 -46t-6.5 -51v-77h165v-54h-165v-406h-68v406h-163v-406h-68v406h-72v54h72v44q0 38 9.5 73.5t29 63t49.5 44t70 16.5q37 0 65.5 -8t47.5 -18q21 29 53 47t79 18q23 0 40.5 -4t29.5 -9.5t20.5 -11t13.5 -8.5l-20 -49q-11 8 -26 15 +t-47 7zM332 529q0 20 4.5 47t14.5 46q-17 12 -39.5 16t-41.5 4q-29 0 -48 -13.5t-31 -33.5t-17 -44t-5 -45v-46h163v69z" /> + <glyph glyph-name="f_f_i" unicode="ffi" horiz-adv-x="733" +d="M101 406h-72v54h72v44q0 38 9.5 73.5t29 63t49.5 44t70 16.5q37 0 65.5 -8t47.5 -18q23 29 58 47t85 18q26 0 49.5 -5t43 -12t34.5 -15.5t25 -14.5l-32 -49q-16 14 -47 25t-68 11q-32 0 -55 -13t-37.5 -33t-21 -46t-6.5 -51v-77h260v-460h-68v406h-192v-406h-68v406h-163 +v-406h-68v406zM332 460v69q0 20 4.5 47t14.5 46q-17 12 -39.5 16t-41.5 4q-29 0 -48 -13.5t-31 -33.5t-17 -44t-5 -45v-46h163z" /> + <glyph glyph-name="f_f_l" unicode="ffl" horiz-adv-x="813" +d="M726 -6q-48 0 -75 28t-27 66v483q0 19 -5.5 38.5t-18 35t-33.5 25.5t-51 10q-31 0 -52.5 -13.5t-35 -35.5t-19.5 -49t-6 -55v-67h109v-54h-109v-406h-68v406h-166v-406h-68v406h-72v54h72v51q0 40 11 75t32 60.5t51.5 40t69.5 14.5q38 0 63 -8t44 -18q23 31 58.5 48 +t84.5 17q44 0 77 -11.5t55.5 -32.5t33.5 -49.5t11 -62.5v-467q0 -21 13.5 -41.5t41.5 -20.5q20 0 39.5 5.5t20.5 5.5l13 -56q0 -1 -8.5 -3.5t-22 -5.5t-30 -5t-33.5 -2zM335 460v69q0 23 3.5 50t11.5 44q-17 12 -36 15.5t-37 3.5q-29 0 -49 -11t-33.5 -29.5t-19.5 -41.5 +t-6 -47v-53h166z" /> + <glyph glyph-name="f_i" unicode="fi" horiz-adv-x="503" +d="M101 406h-72v54h72v75q0 36 10.5 73t33 66t57.5 47.5t83 18.5q56 0 95 -17t56 -30l-31 -49q-17 15 -48 25.5t-68 10.5q-32 0 -54.5 -13t-37 -33t-21.5 -46t-7 -51v-77h261v-460h-68v406h-193v-406h-68v406z" /> + <glyph glyph-name="f_l" unicode="fl" horiz-adv-x="580" +d="M587 10q-1 -1 -9.5 -3.5t-21.5 -5.5t-30 -5t-34 -2q-48 0 -74.5 28t-26.5 66v483q0 19 -5.5 38.5t-18.5 35t-33.5 25.5t-51.5 10q-30 0 -51.5 -13.5t-35 -35.5t-20 -49t-6.5 -55v-67h110v-54h-110v-406h-68v406h-72v54h72v80q0 44 11 80.5t33.5 63t56.5 41.5t80 15 +q44 0 77 -11.5t55.5 -32.5t33.5 -49.5t11 -62.5v-467q0 -21 13.5 -41.5t41.5 -20.5q19 0 38.5 5.5t20.5 5.5z" /> + <glyph glyph-name=".notdef" horiz-adv-x="0" + /> + <glyph glyph-name="NULL" horiz-adv-x="0" + /> + <glyph glyph-name="nonmarkingreturn" horiz-adv-x="0" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="256" + /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="991" +d="M543 807l-45 17l59 93h72zM456 710h481v-62h-394v-255h340v-62h-340v-269h403v-62h-471v222h-259l-141 -222h-76zM470 284v342l-222 -342h222z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="222" +d="M94 620l-45 17l59 93h72z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM347 807l-45 17l59 93h72z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM341 851q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="282" +d="M141 664q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM217 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="330" +d="M42 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM237 820v94h58v-94h-58zM386 820v94h58v-94h-58z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="329" +d="M61 633v94h58v-94h-58zM210 633v94h58v-94h-58z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM248 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="222" +d="M49 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM196 850v47h289v-47h-289z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="396" +d="M54 663v47h289v-47h-289z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="679" +d="M617 -175q-37 8 -56 27.5t-19 45.5q0 25 18 50t57 52h-26l-92 222h-319l-91 -222h-74l297 710h57l297 -710q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44zM341 628l-146 -351h288z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="240" +d="M130 -175q-37 8 -56 27.5t-19 45.5q0 29 24 58t78 61l22 -17q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44l-19 -38v0z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM266 852q0 29 21 47t53 18t53 -18t21 -47q0 -30 -21 -48t-53 -18t-53 18t-21 48zM340 890q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28t-12 27.5t-29 10.5z +" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="248" +d="M50 665q0 29 21 47t53 18t53 -18t21 -47q0 -30 -21 -48t-53 -18t-53 18t-21 48zM124 703q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28t-12 27.5t-29 10.5z" /> + <glyph glyph-name="Aringacute" unicode="Ǻ" horiz-adv-x="679" +d="M378 806q17 -8 26.5 -22.5t9.5 -34.5t-10 -35.5t-27 -23.5l289 -690h-75l-92 222h-319l-91 -222h-74l289 690q-38 16 -38 59q0 26 17 43.5t45 20.5l37 105h72zM341 628l-146 -351h288zM340 787q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28 +t-12 27.5t-29 10.5z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288zM402 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5 +t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="406" +d="M264 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5 +t-49.5 -12.5z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="668" +d="M623 183q0 -40 -16 -73.5t-43 -58t-63 -38t-77 -13.5h-334v710h341q37 0 67 -16t51 -41.5t32.5 -58t11.5 -65.5q0 -54 -27 -98.5t-75 -66.5q61 -18 96.5 -67t35.5 -114zM553 195q0 26 -9 50.5t-25.5 43t-39 30t-48.5 11.5h-272v-269h265q27 0 51 11t41 29.5t27 43 +t10 50.5zM159 649v-262h244q26 0 48.5 11t39 29t25.5 41.5t9 49.5q0 27 -8.5 51t-24 41.5t-37 28t-46.5 10.5h-250z" /> + <glyph glyph-name="B.sc" horiz-adv-x="578" +d="M531 141q0 -31 -13.5 -57t-36.5 -44.5t-53.5 -29t-65.5 -10.5h-281v548h289q31 0 56.5 -12t42.5 -32t26.5 -45t9.5 -51q0 -42 -22 -76t-62 -51q51 -14 80.5 -51.5t29.5 -88.5zM468 152q0 19 -7.5 37t-21 32t-32 22t-39.5 8h-224v-197h218q22 0 41.5 8t33.5 21.5 +t22.5 31.5t8.5 37zM144 492v-190h201q21 0 39.5 7.5t31.5 20.5t20.5 30.5t7.5 36.5q0 41 -26 68t-68 27h-206z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="689" +d="M44 360q0 64 22.5 127.5t65.5 113.5t106 81.5t143 31.5q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5t-59 6.5q-64 0 -113 -26t-82.5 -68t-50.5 -94.5t-17 -106.5q0 -59 20.5 -113t56 -95.5t84 -66t105.5 -24.5q30 0 61.5 7.5t61 24t54.5 41t42 59.5 +l58 -30q-17 -40 -48 -70.5t-69 -51.5t-80.5 -32t-83.5 -11q-73 0 -134 32t-105 83.5t-68.5 117t-24.5 133.5z" /> + <glyph glyph-name="C.sc" horiz-adv-x="598" +d="M45 278q0 49 19 98t55 88t89 63t121 24q80 0 136.5 -33.5t84.5 -86.5l-50 -32q-14 27 -34 45t-43 29.5t-48 16t-49 4.5q-53 0 -94 -19.5t-68.5 -50.5t-41.5 -70t-14 -79q0 -44 16.5 -84.5t46 -71.5t70 -49t87.5 -18q25 0 51 5.5t50.5 17.5t45 31t34.5 45l53 -29 +q-15 -30 -41 -54t-58.5 -40t-68.5 -24.5t-70 -8.5q-62 0 -113 24.5t-88 64.5t-57.5 90.5t-20.5 103.5z" /> + <glyph glyph-name="A.sc" horiz-adv-x="586" +d="M17 0l250 548h52l248 -548h-66l-76 165h-265l-75 -165h-68zM293 470l-118 -250h234z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="689" +d="M386 807l-45 17l59 93h72zM44 360q0 64 22.5 127.5t65.5 113.5t106 81.5t143 31.5q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5t-59 6.5q-64 0 -113 -26t-82.5 -68t-50.5 -94.5t-17 -106.5q0 -59 20.5 -113t56 -95.5t84 -66t105.5 -24.5q30 0 61.5 7.5 +t61 24t54.5 41t42 59.5l58 -30q-17 -40 -48 -70.5t-69 -51.5t-80.5 -32t-83.5 -11q-73 0 -134 32t-105 83.5t-68.5 117t-24.5 133.5z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="689" +d="M294 917l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM44 360q0 64 22.5 127.5t65.5 113.5t106 81.5t143 31.5q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5t-59 6.5q-64 0 -113 -26t-82.5 -68t-50.5 -94.5t-17 -106.5q0 -59 20.5 -113t56 -95.5t84 -66 +t105.5 -24.5q30 0 61.5 7.5t61 24t54.5 41t42 59.5l58 -30q-17 -40 -48 -70.5t-69 -51.5t-80.5 -32t-83.5 -11q-73 0 -134 32t-105 83.5t-68.5 117t-24.5 133.5z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="330" +d="M80 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="690" +d="M300 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l44 82q-69 4 -127 37t-99.5 84t-64.5 114.5t-23 129.5q0 64 22.5 127.5t65.5 113.5t106 81.5t143 31.5q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5 +t-59 6.5q-64 0 -113 -26t-82.5 -68t-50.5 -94.5t-17 -106.5q0 -59 20.5 -113t56 -95.5t84 -66t105.5 -24.5q30 0 61.5 7.5t61 24t54.5 41t42 59.5l58 -30q-16 -37 -44 -66.5t-63 -50t-74.5 -32.5t-78.5 -15l-28 -46q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5 +q0 -34 -26 -52t-76 -18q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="283" +d="M39 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l57 105l33 -13l-35 -56q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5q0 -34 -26 -52t-76 -18q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="689" +d="M256 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM44 360q0 64 22.5 127.5t65.5 113.5t106 81.5t143 31.5q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5t-59 6.5q-64 0 -113 -26t-82.5 -68t-50.5 -94.5t-17 -106.5q0 -59 20.5 -113t56 -95.5t84 -66 +t105.5 -24.5q30 0 61.5 7.5t61 24t54.5 41t42 59.5l58 -30q-17 -40 -48 -70.5t-69 -51.5t-80.5 -32t-83.5 -11q-73 0 -134 32t-105 83.5t-68.5 117t-24.5 133.5z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="689" +d="M44 360q0 64 22.5 127.5t65.5 113.5t106 81.5t143 31.5q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5t-59 6.5q-64 0 -113 -26t-82.5 -68t-50.5 -94.5t-17 -106.5q0 -59 20.5 -113t56 -95.5t84 -66t105.5 -24.5q30 0 61.5 7.5t61 24t54.5 41t42 59.5 +l58 -30q-17 -40 -48 -70.5t-69 -51.5t-80.5 -32t-83.5 -11q-73 0 -134 32t-105 83.5t-68.5 117t-24.5 133.5zM348 820v97h62v-97h-62z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="162" +d="M50 633v97h62v-97h-62z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="718" +d="M90 0v710h240q85 0 149 -28t106.5 -76t63.5 -112.5t21 -137.5q0 -81 -24 -146.5t-68 -112t-107 -72t-141 -25.5h-240zM600 356q0 64 -18 117.5t-52.5 92.5t-84.5 60.5t-115 21.5h-171v-586h171q66 0 116.5 22.5t84.5 62t51.5 93t17.5 116.5z" /> + <glyph glyph-name="D.sc" horiz-adv-x="619" +d="M81 0v548h205q71 0 125 -21.5t90 -58.5t54 -86.5t18 -106.5q0 -63 -20.5 -113.5t-58 -86.5t-90.5 -55.5t-118 -19.5h-205zM509 275q0 48 -14.5 87.5t-43 68.5t-70 45t-95.5 16h-142v-436h142q55 0 96.5 16.5t69.5 46t42.5 69.5t14.5 87z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="718" +d="M259 917l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM90 0v710h240q85 0 149 -28t106.5 -76t63.5 -112.5t21 -137.5q0 -81 -24 -146.5t-68 -112t-107 -72t-141 -25.5h-240zM600 356q0 64 -18 117.5t-52.5 92.5t-84.5 60.5t-115 21.5h-171v-586h171q66 0 116.5 22.5t84.5 62 +t51.5 93t17.5 116.5z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="723" +d="M95 0v330h-61v54h61v326h240q85 0 149 -28t106.5 -76t63.5 -112.5t21 -137.5q0 -81 -24 -146.5t-68 -112t-107 -72t-141 -25.5h-240zM605 356q0 64 -18 117.5t-52.5 92.5t-84.5 60.5t-115 21.5h-171v-264h171v-54h-171v-268h171q66 0 116.5 22.5t84.5 62t51.5 93 +t17.5 116.5z" /> + <glyph glyph-name="E" unicode="E" horiz-adv-x="613" +d="M567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408z" /> + <glyph glyph-name="E.sc" horiz-adv-x="533" +d="M485 56v-56h-404v548h396v-56h-333v-187h291v-52h-291v-197h341z" /> + <glyph glyph-name="Eacute" unicode="É" horiz-adv-x="613" +d="M344 807l-45 17l59 93h72zM567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="613" +d="M567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408zM338 851q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="613" +d="M252 917l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="613" +d="M214 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408z" /> + <glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="613" +d="M234 820v94h58v-94h-58zM383 820v94h58v-94h-58zM567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="613" +d="M567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408zM306 820v97h62v-97h-62z" /> + <glyph glyph-name="Egrave" unicode="È" horiz-adv-x="613" +d="M567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408zM245 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="613" +d="M567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408zM194 850v47h289v-47h-289z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="767" +d="M159 579v-579h-69v710h53l465 -588v587h70v-734q0 -35 -13.5 -63.5t-35 -49t-49.5 -32t-57 -11.5q-32 0 -61 9t-52 30l34 46q14 -14 33.5 -19t38.5 -5q18 0 34.5 7t30 19.5t21.5 29.5t8 37v36z" /> + <glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="613" +d="M567 62v-62h-209q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44l-19 -38q-37 8 -56 27.5t-19 45.5q0 25 18 50t57 52h-219v710h468v-62h-399v-256h348v-59h-348v-271h408z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="723" +d="M95 0v330h-61v54h61v326h240q85 0 149 -28t106.5 -76t63.5 -112.5t21 -137.5q0 -81 -24 -146.5t-68 -112t-107 -72t-141 -25.5h-240zM605 356q0 64 -18 117.5t-52.5 92.5t-84.5 60.5t-115 21.5h-171v-264h171v-54h-171v-268h171q66 0 116.5 22.5t84.5 62t51.5 93 +t17.5 116.5z" /> + <glyph glyph-name="Etilde" unicode="Ẽ" horiz-adv-x="613" +d="M567 62v-62h-477v710h468v-62h-399v-256h348v-59h-348v-271h408zM399 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7 +t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="Euro" unicode="€" horiz-adv-x="803" +d="M141 416q9 57 35 110.5t68.5 95.5t100 67t129.5 25q95 0 162 -43t100 -112l-56 -34q-17 35 -41 59t-52 39t-58 21.5t-59 6.5q-55 0 -99 -19.5t-76.5 -52t-53.5 -75t-29 -88.5h338l-18 -43h-325q0 -24 0.5 -37.5t2.5 -24.5h304l-19 -43h-276q12 -45 36.5 -83.5t57.5 -67 +t73.5 -44.5t86.5 -16q30 0 61.5 7.5t61 24t54.5 41t42 59.5l58 -30q-17 -40 -48 -70.5t-69 -51.5t-80.5 -32t-83.5 -11q-61 0 -113.5 22.5t-94 60t-70.5 87t-43 104.5h-114l18 43h88q-2 12 -2.5 25.5t-0.5 36.5h-74l18 43h60z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="585" +d="M90 0v710h465v-62h-396v-261h335v-58h-335v-329h-69z" /> + <glyph glyph-name="F.sc" horiz-adv-x="507" +d="M81 0v548h393v-56h-330v-190h279v-54h-279v-248h-63z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="722" +d="M604 103q-99 -108 -227 -108q-72 0 -132.5 31t-105 82t-69.5 115.5t-25 132.5q0 71 24.5 136t68 114.5t104 79t131.5 29.5q52 0 94.5 -11.5t76 -32t58.5 -49t42 -62.5l-54 -36q-35 66 -91 97t-127 31q-59 0 -106.5 -25t-81 -66.5t-51.5 -95t-18 -110.5q0 -60 20.5 -114 +t56.5 -94.5t84.5 -64.5t105.5 -24q61 0 116 28.5t106 89.5v119h-157v54h217v-349h-60v103z" /> + <glyph glyph-name="G.alt" horiz-adv-x="735" +d="M382 -5q-74 0 -136 30.5t-106.5 81t-69.5 116t-25 134.5q0 70 25 134.5t69.5 114t106 79.5t135.5 30q90 0 159.5 -42t111.5 -111l-54 -45q-15 25 -37 49.5t-50 43.5t-61.5 30.5t-72.5 11.5q-60 0 -108.5 -26t-82.5 -68t-52.5 -95.5t-18.5 -108.5q0 -56 18.5 -109 +t53 -94.5t83 -67t108.5 -25.5q51 0 94 19t76 51t54.5 73t29.5 85h-208v63h283v-7.5t-0.5 -12t-0.5 -12.5v-9q-6 -62 -32 -119t-68.5 -100t-99.5 -68.5t-124 -25.5z" /> + <glyph glyph-name="G.sc" horiz-adv-x="620" +d="M511 76q-81 -80 -188 -80q-60 0 -111 24t-88 63t-58 89.5t-21 103.5q0 55 20.5 104.5t57.5 87.5t87.5 60.5t110.5 22.5q88 0 143 -33t84 -86l-49 -33q-28 50 -75 73t-105 23q-48 0 -87 -18.5t-66.5 -49.5t-42.5 -71t-15 -82q0 -45 17 -85t46.5 -70.5t69.5 -48t86 -17.5 +q102 0 184 88v82h-131v48h185v-271h-54v76z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="722" +d="M604 103q-99 -108 -227 -108q-72 0 -132.5 31t-105 82t-69.5 115.5t-25 132.5q0 71 24.5 136t68 114.5t104 79t131.5 29.5q52 0 94.5 -11.5t76 -32t58.5 -49t42 -62.5l-54 -36q-35 66 -91 97t-127 31q-59 0 -106.5 -25t-81 -66.5t-51.5 -95t-18 -110.5q0 -60 20.5 -114 +t56.5 -94.5t84.5 -64.5t105.5 -24q61 0 116 28.5t106 89.5v119h-157v54h217v-349h-60v103zM372 851q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="722" +d="M249 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM604 103q-99 -108 -227 -108q-72 0 -132.5 31t-105 82t-69.5 115.5t-25 132.5q0 71 24.5 136t68 114.5t104 79t131.5 29.5q52 0 94.5 -11.5t76 -32t58.5 -49t42 -62.5l-54 -36q-35 66 -91 97t-127 31q-59 0 -106.5 -25 +t-81 -66.5t-51.5 -95t-18 -110.5q0 -60 20.5 -114t56.5 -94.5t84.5 -64.5t105.5 -24q61 0 116 28.5t106 89.5v119h-157v54h217v-349h-60v103z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="722" +d="M329 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM604 103q-99 -108 -227 -108q-72 0 -132.5 31t-105 82t-69.5 115.5t-25 132.5q0 71 24.5 136t68 114.5t104 79t131.5 29.5q52 0 94.5 -11.5t76 -32t58.5 -49t42 -62.5l-54 -36q-35 66 -91 97t-127 31 +q-59 0 -106.5 -25t-81 -66.5t-51.5 -95t-18 -110.5q0 -60 20.5 -114t56.5 -94.5t84.5 -64.5t105.5 -24q61 0 116 28.5t106 89.5v119h-157v54h217v-349h-60v103z" /> + <glyph glyph-name="commaaccent" unicode="" horiz-adv-x="154" +d="M41 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="722" +d="M604 103q-99 -108 -227 -108q-72 0 -132.5 31t-105 82t-69.5 115.5t-25 132.5q0 71 24.5 136t68 114.5t104 79t131.5 29.5q52 0 94.5 -11.5t76 -32t58.5 -49t42 -62.5l-54 -36q-35 66 -91 97t-127 31q-59 0 -106.5 -25t-81 -66.5t-51.5 -95t-18 -110.5q0 -60 20.5 -114 +t56.5 -94.5t84.5 -64.5t105.5 -24q61 0 116 28.5t106 89.5v119h-157v54h217v-349h-60v103zM341 820v97h62v-97h-62z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="739" +d="M650 710v-710h-70v332h-421v-332h-69v710h69v-316h421v316h70z" /> + <glyph glyph-name="H.sc" horiz-adv-x="637" +d="M555 548v-548h-62v252h-349v-252h-63v548h63v-239h349v239h62z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="747" +d="M654 710v-121h50v-39h-50v-550h-70v332h-421v-332h-69v550h-50v39h50v121h69v-121h421v121h70zM584 394v156h-421v-156h421z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="739" +d="M249 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM650 710v-710h-70v332h-421v-332h-69v710h69v-316h421v316h70z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="249" +d="M90 0v709h69v-709h-69z" /> + <glyph glyph-name="I.sc" horiz-adv-x="225" +d="M81 0v547h63v-547h-63z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="735" +d="M90 0v709h69v-709h-69zM287 89q22 -15 56.5 -26t77.5 -11q54 0 86.5 19.5t49.5 57.5t22 93.5t5 126.5v360h70v-360q0 -81 -7.5 -147.5t-31.5 -113.5t-70 -73t-124 -26q-90 0 -154 44z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="486" +d="M38 89q22 -15 56.5 -26t77.5 -11q54 0 86.5 19.5t49.5 57.5t22 93.5t5 126.5v360h70v-360q0 -81 -7.5 -147.5t-31.5 -113.5t-70 -73t-124 -26q-90 0 -154 44z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM131 807l-45 17l59 93h72z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM124 851q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM1 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM21 820v94h58v-94h-58zM170 820v94h58v-94h-58z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM93 820v97h62v-97h-62z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM31 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM-19 850v47h289v-47h-289z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="249" +d="M110 -175q-37 8 -56 27.5t-19 45.5q0 25 18 50t57 52h-20v709h69v-709q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44l-19 -38v0z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="249" +d="M90 0v709h69v-709h-69zM186 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20 +t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="J.sc" horiz-adv-x="426" +d="M41 76q17 -11 46.5 -19.5t65.5 -8.5q45 0 72 14.5t41 42.5t18 69t4 95v278h62v-278q0 -63 -6 -114t-26.5 -87t-59.5 -56t-105 -20q-78 0 -130 33z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="486" +d="M248 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM38 89q22 -15 56.5 -26t77.5 -11q54 0 86.5 19.5t49.5 57.5t22 93.5t5 126.5v360h70v-360q0 -81 -7.5 -147.5t-31.5 -113.5t-70 -73t-124 -26q-90 0 -154 44z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="641" +d="M90 0v709h69v-412l391 413h77l-290 -312l306 -398h-77l-272 357l-135 -139v-218h-69z" /> + <glyph glyph-name="K.sc" horiz-adv-x="560" +d="M81 0v547h63v-309l324 310h70l-244 -241l256 -307h-68l-227 270l-111 -102v-168h-63z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="641" +d="M281 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM90 0v709h69v-412l391 413h77l-290 -312l306 -398h-77l-272 357l-135 -139v-218h-69z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="590" +d="M90 0v710h69v-648h411v-62h-480z" /> + <glyph glyph-name="L.sc" horiz-adv-x="500" +d="M81 0v548h63v-492h330v-56h-393z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="590" +d="M350 807l-45 17l59 93h72zM90 0v710h69v-648h411v-62h-480z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="590" +d="M381 620l-45 17l59 93h72zM90 0v710h69v-648h411v-62h-480z" /> + <glyph glyph-name="caron.alt" horiz-adv-x="222" +d="M94 620l-45 17l59 93h72z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="590" +d="M284 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM90 0v710h69v-648h411v-62h-480z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="590" +d="M90 0v710h69v-648h411v-62h-480zM367 348v112h58v-112h-58z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="189" +d="M66 246v112h58v-112h-58z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="598" +d="M97 0v277l-58 -48l-22 40l80 66v375h69v-318l156 130l22 -39l-178 -148v-273h411v-62h-480z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="878" +d="M719 0v583l-259 -451h-41l-260 451v-583h-69v710h71l278 -486l278 486h71v-710h-69z" /> + <glyph glyph-name="M.sc" horiz-adv-x="753" +d="M609 0v435l-215 -335h-36l-214 335v-435h-63v548h65l231 -364l230 364h64v-548h-62z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="773" +d="M159 580v-580h-69v710h54l470 -591v590h69v-709h-60z" /> + <glyph glyph-name="N.sc" horiz-adv-x="664" +d="M144 431v-431h-63v548h49l390 -439v438h63v-547h-54z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="679" +d="M15 0l297 710h57l297 -710h-75l-92 222h-319l-91 -222h-74zM341 628l-146 -351h288z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="773" +d="M396 807l-45 17l59 93h72zM159 580v-580h-69v710h54l470 -591v590h69v-709h-60z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="773" +d="M304 917l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM159 580v-580h-69v710h54l470 -591v590h69v-709h-60z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="773" +d="M339 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM159 580v-580h-69v710h54l470 -591v590h69v-709h-60z" /> + <glyph glyph-name="Ndotaccent" unicode="Ṅ" horiz-adv-x="773" +d="M358 820v97h62v-97h-62zM159 580v-580h-69v710h54l470 -591v590h69v-709h-60z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="773" +d="M159 580v-580h-69v710h54l470 -591v590h69v-709h-60zM451 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16 +t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="O" unicode="O" +d="M378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355q0 -58 19 -111.5t54 -95t83 -66t107 -24.5 +q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="O.sc" horiz-adv-x="650" +d="M326 -4q-63 0 -115 23.5t-88.5 62.5t-57 89t-20.5 103q0 54 21.5 104.5t59 88.5t89 61t111.5 23q63 0 114.5 -24t88.5 -63.5t57 -89.5t20 -101q0 -55 -21.5 -105t-59 -88.5t-88.5 -61t-111 -22.5zM108 274q0 -43 16 -83t44.5 -70.5t68.5 -49t89 -18.5q50 0 90 19 +t68.5 50.5t43.5 71t15 80.5q0 43 -16 83t-45 70.5t-68.5 48.5t-87.5 18q-50 0 -90 -19t-68.5 -50.5t-44 -71t-15.5 -79.5z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="1160" +d="M1115 62v-62h-472v180q-17 -39 -43.5 -73t-60.5 -59t-74.5 -39t-85.5 -14q-74 0 -135.5 30.5t-105.5 81t-68.5 115.5t-24.5 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q46 0 87 -14.5t75 -39.5t59.5 -59t42.5 -72v180h463v-62h-393v-255h339v-62h-339v-269h402z +M378 58q60 0 109 25.5t83 67.5t52.5 95.5t18.5 109.5q0 57 -19.5 110.5t-54.5 95t-83 66t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95.5t-18.5 -108.5q0 -58 19 -111.5t54 -95t83 -66t107 -24.5z" /> + <glyph glyph-name="Oacute" unicode="Ó" +d="M385 807l-45 17l59 93h72zM378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355q0 -58 19 -111.5t54 -95 +t83 -66t107 -24.5q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" +d="M378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355q0 -58 19 -111.5t54 -95t83 -66t107 -24.5 +q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108zM379 851q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z +" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" +d="M256 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355 +q0 -58 19 -111.5t54 -95t83 -66t107 -24.5q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="Odieresis" unicode="Ö" +d="M275 820v94h58v-94h-58zM424 820v94h58v-94h-58zM378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355 +q0 -58 19 -111.5t54 -95t83 -66t107 -24.5q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="Ograve" unicode="Ò" +d="M378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355q0 -58 19 -111.5t54 -95t83 -66t107 -24.5 +q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108zM286 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" +d="M316 807l-37 17l57 93h64zM442 807l-38 17l57 93h64zM378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5z +M115 355q0 -58 19 -111.5t54 -95t83 -66t107 -24.5q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="326" +d="M80 620l-37 17l57 93h64zM206 620l-38 17l57 93h64z" /> + <glyph glyph-name="Omacron" unicode="Ō" +d="M235 850v47h289v-47h-289zM378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355q0 -58 19 -111.5t54 -95 +t83 -66t107 -24.5q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="Oogonek" unicode="Ǫ" +d="M351 -178q-37 8 -56 27.5t-19 45.5q0 25 18 50t56 52q-69 6 -125 38t-96 81.5t-62 111.5t-22 127q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -68 -23.5 -131t-65.5 -112t-99.5 -80t-124.5 -35q-44 -27 -62 -48.5 +t-18 -43.5q0 -37 52 -44zM115 355q0 -58 19 -111.5t54 -95t83 -66t107 -24.5q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="Oslash" unicode="Ø" +d="M653 710l-57 -85q54 -53 84.5 -124.5t30.5 -146.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5q-48 0 -90.5 13t-78.5 36l-29 -44h-77l56 84q-54 52 -84 123t-30 148q0 71 25.5 136t70.5 115t106 79.5t132 29.5q47 0 89 -13t77 -36l30 44h78zM641 355 +q0 61 -22 116.5t-60 97.5l-314 -471q29 -19 62 -29.5t71 -10.5q60 0 109 26t83 68t52.5 95t18.5 108zM115 355q0 -62 21.5 -118t59.5 -98l313 472q-29 19 -61.5 29.5t-69.5 10.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="606" +d="M579 710l-473 -710h-77l472 710h78z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" +d="M653 710l-57 -85q54 -53 84.5 -124.5t30.5 -146.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5q-48 0 -90.5 13t-78.5 36l-29 -44h-77l56 84q-54 52 -84 123t-30 148q0 71 25.5 136t70.5 115t106 79.5t132 29.5q47 0 89 -13t77 -36l30 44h78zM641 355 +q0 61 -22 116.5t-60 97.5l-314 -471q29 -19 62 -29.5t71 -10.5q60 0 109 26t83 68t52.5 95t18.5 108zM115 355q0 -62 21.5 -118t59.5 -98l313 472q-29 19 -61.5 29.5t-69.5 10.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108zM385 807l-45 17l59 93h72z" /> + <glyph glyph-name="Otilde" unicode="Õ" +d="M378 -5q-74 0 -135.5 30.5t-105.5 81t-68 115.5t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -71 -25.5 -136t-70 -114.5t-105.5 -79t-132 -29.5zM115 355q0 -58 19 -111.5t54 -95t83 -66t107 -24.5 +q60 0 109 26t83 68t52.5 95t18.5 108q0 58 -19.5 111.5t-54.5 94.5t-83 65.5t-106 24.5q-60 0 -109 -25.5t-83 -67.5t-52.5 -95t-18.5 -108zM441 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5 +t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="621" +d="M90 0v710h294q46 0 84.5 -19.5t66.5 -51t43.5 -71.5t15.5 -81q0 -44 -14.5 -84.5t-41.5 -71.5t-64.5 -50t-83.5 -19h-231v-262h-69zM159 324h227q31 0 56.5 13.5t43.5 36t28 52t10 61.5q0 33 -11.5 62.5t-31 51.5t-46 34.5t-55.5 12.5h-221v-324z" /> + <glyph glyph-name="P.sc" horiz-adv-x="539" +d="M81 0v548h248q39 0 72 -15t56.5 -40t37 -56t13.5 -63q0 -34 -12.5 -65.5t-35.5 -56t-54.5 -39t-70.5 -14.5h-191v-199h-63zM144 255h187q26 0 47 9.5t36 25.5t23 38t8 46t-9.5 45.5t-25.5 37.5t-38 25.5t-46 9.5h-182v-237z" /> + <glyph glyph-name="Q" unicode="Q" +d="M572 63q-41 -32 -89.5 -50t-104.5 -18q-74 0 -135.5 31t-105.5 81t-68 115t-24 133q0 71 25.5 136t70.5 115t106 79.5t132 29.5q74 0 135.5 -31.5t105 -82.5t67.5 -115.5t24 -131.5q0 -73 -26.5 -139t-73.5 -116l84 -99h-69zM378 58q45 0 83 14.5t70 39.5l-89 106h69 +l57 -68q35 42 54 95.5t19 109.5q0 58 -19.5 111.5t-54.5 94.5t-83 66t-106 25q-60 0 -109 -25.5t-83 -67.5t-52.5 -95.5t-18.5 -108.5q0 -58 19 -111.5t54 -95t83 -66t107 -24.5z" /> + <glyph glyph-name="Q.sc" horiz-adv-x="651" +d="M489 48q-34 -24 -75 -38t-88 -14q-63 0 -115 23.5t-88.5 62.5t-57 89t-20.5 103q0 54 21.5 104.5t59 88.5t89 61t111.5 23q63 0 114.5 -24t88.5 -63.5t57 -89.5t20 -101q0 -56 -22 -106.5t-60 -88.5l71 -78h-62zM326 53q36 0 67 10.5t57 28.5l-75 83h62l47 -53 +q29 32 44 71t15 81q0 43 -16 83t-45 70.5t-68.5 49t-87.5 18.5q-50 0 -90 -19.5t-68.5 -50.5t-44 -71t-15.5 -80q0 -43 16 -83t44.5 -70.5t68.5 -49t89 -18.5z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="660" +d="M90 0v710h299q46 0 85 -19.5t67 -51t43.5 -71.5t15.5 -81q0 -39 -11.5 -74.5t-32.5 -64t-50 -48t-65 -26.5l175 -274h-79l-168 262h-210v-262h-69zM159 324h233q31 0 56.5 13.5t43.5 36.5t28 52t10 61t-11.5 61.5t-31 51.5t-46 35t-55.5 13h-227v-324z" /> + <glyph glyph-name="R.sc" horiz-adv-x="571" +d="M81 0v548h254q39 0 71.5 -15t56 -40t37 -56t13.5 -63q0 -29 -9.5 -56t-27 -48.5t-41.5 -37t-53 -21.5l146 -211h-72l-139 199h-173v-199h-63zM144 255h192q25 0 46 9.5t36 26t23.5 38t8.5 45.5t-9.5 45t-25.5 37.5t-37.5 26t-46.5 9.5h-187v-237z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="660" +d="M325 809l-45 17l59 93h72zM90 0v710h299q46 0 85 -19.5t67 -51t43.5 -71.5t15.5 -81q0 -39 -11.5 -74.5t-32.5 -64t-50 -48t-65 -26.5l175 -274h-79l-168 262h-210v-262h-69zM159 324h233q31 0 56.5 13.5t43.5 36.5t28 52t10 61t-11.5 61.5t-31 51.5t-46 35t-55.5 13 +h-227v-324z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="660" +d="M233 919l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM90 0v710h299q46 0 85 -19.5t67 -51t43.5 -71.5t15.5 -81q0 -39 -11.5 -74.5t-32.5 -64t-50 -48t-65 -26.5l175 -274h-79l-168 262h-210v-262h-69zM159 324h233q31 0 56.5 13.5t43.5 36.5t28 52t10 61t-11.5 61.5 +t-31 51.5t-46 35t-55.5 13h-227v-324z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="660" +d="M278 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM90 0v710h299q46 0 85 -19.5t67 -51t43.5 -71.5t15.5 -81q0 -39 -11.5 -74.5t-32.5 -64t-50 -48t-65 -26.5l175 -274h-79l-168 262h-210v-262h-69zM159 324h233q31 0 56.5 13.5t43.5 36.5t28 52t10 61 +t-11.5 61.5t-31 51.5t-46 35t-55.5 13h-227v-324z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="612" +d="M507 577q-30 34 -80.5 55t-113.5 21q-95 0 -138 -35.5t-43 -96.5q0 -32 11.5 -52.5t36 -35.5t62 -26t88.5 -22q57 -12 102 -26.5t77 -37t49 -55t17 -80.5q0 -49 -19 -85t-53 -60t-81 -35.5t-102 -11.5q-167 0 -285 103l34 57q39 -41 105 -69.5t147 -28.5q85 0 133 30.5 +t48 92.5q0 33 -13.5 55.5t-40.5 39t-67.5 28.5t-93.5 24q-56 13 -98 27t-70.5 35t-43 50.5t-14.5 72.5q0 49 18.5 87.5t52 64t80 39t102.5 13.5q70 0 125.5 -21.5t100.5 -60.5z" /> + <glyph glyph-name="S.sc" horiz-adv-x="529" +d="M432 438q-27 26 -68 42t-93 16q-77 0 -112 -25.5t-35 -70.5q0 -23 9.5 -38t30 -26t51 -19t72.5 -17q46 -10 84 -21t64 -28.5t40.5 -42.5t14.5 -62q0 -39 -16 -67.5t-44.5 -47t-68 -27.5t-85.5 -9q-137 0 -238 78l31 52q33 -32 86.5 -53.5t122.5 -21.5q67 0 106 22t39 67 +q0 24 -11.5 40.5t-33.5 29t-55.5 21.5t-76.5 18q-46 10 -80.5 21t-58 27.5t-35.5 40t-12 57.5q0 38 16 67.5t44 49.5t66.5 30t84.5 10q115 0 190 -63z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="612" +d="M322 823l-45 17l59 93h72zM507 577q-30 34 -80.5 55t-113.5 21q-95 0 -138 -35.5t-43 -96.5q0 -32 11.5 -52.5t36 -35.5t62 -26t88.5 -22q57 -12 102 -26.5t77 -37t49 -55t17 -80.5q0 -49 -19 -85t-53 -60t-81 -35.5t-102 -11.5q-167 0 -285 103l34 57q39 -41 105 -69.5 +t147 -28.5q85 0 133 30.5t48 92.5q0 33 -13.5 55.5t-40.5 39t-67.5 28.5t-93.5 24q-56 13 -98 27t-70.5 35t-43 50.5t-14.5 72.5q0 49 18.5 87.5t52 64t80 39t102.5 13.5q70 0 125.5 -21.5t100.5 -60.5z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="612" +d="M231 933l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM507 577q-30 34 -80.5 55t-113.5 21q-95 0 -138 -35.5t-43 -96.5q0 -32 11.5 -52.5t36 -35.5t62 -26t88.5 -22q57 -12 102 -26.5t77 -37t49 -55t17 -80.5q0 -49 -19 -85t-53 -60t-81 -35.5t-102 -11.5q-167 0 -285 103 +l34 57q39 -41 105 -69.5t147 -28.5q85 0 133 30.5t48 92.5q0 33 -13.5 55.5t-40.5 39t-67.5 28.5t-93.5 24q-56 13 -98 27t-70.5 35t-43 50.5t-14.5 72.5q0 49 18.5 87.5t52 64t80 39t102.5 13.5q70 0 125.5 -21.5t100.5 -60.5z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="612" +d="M193 848l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM507 577q-30 34 -80.5 55t-113.5 21q-95 0 -138 -35.5t-43 -96.5q0 -32 11.5 -52.5t36 -35.5t62 -26t88.5 -22q57 -12 102 -26.5t77 -37t49 -55t17 -80.5q0 -49 -19 -85t-53 -60t-81 -35.5t-102 -11.5q-167 0 -285 103 +l34 57q39 -41 105 -69.5t147 -28.5q85 0 133 30.5t48 92.5q0 33 -13.5 55.5t-40.5 39t-67.5 28.5t-93.5 24q-56 13 -98 27t-70.5 35t-43 50.5t-14.5 72.5q0 49 18.5 87.5t52 64t80 39t102.5 13.5q70 0 125.5 -21.5t100.5 -60.5z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="614" +d="M595 648h-253v-648h-70v648h-253v62h576v-62z" /> + <glyph glyph-name="T.sc" horiz-adv-x="536" +d="M511 492h-211v-492h-63v492h-212v56h486v-56z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="651" +d="M613 648h-253v-243h220v-39h-220v-366h-70v366h-220v39h220v243h-253v62h576v-62z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="614" +d="M224 917l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM595 648h-253v-648h-70v648h-253v62h576v-62z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="606" +d="M365 569q46 0 84.5 -19.5t66.5 -51t44 -71.5t16 -81q0 -44 -15 -84.5t-42 -71.5t-64.5 -50t-83.5 -19h-212v-121h-69v710h69v-141h206zM369 184q31 0 56.5 13.5t43.5 36t27.5 52t9.5 60.5q0 32 -11.5 61.5t-31 51.5t-45.5 35t-56 13h-203v-323h210z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25z" /> + <glyph glyph-name="U.sc" horiz-adv-x="645" +d="M321 53q55 0 91.5 19t58.5 49.5t30.5 69.5t8.5 80v277h63v-277q0 -56 -13.5 -105.5t-43.5 -87.5t-77.5 -60t-116.5 -22q-71 0 -119 23.5t-77 61.5t-42 87.5t-13 102.5v277h63v-277q0 -42 9 -81t31 -69.5t57.5 -49t89.5 -18.5z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="755" +d="M384 807l-45 17l59 93h72zM377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25zM378 851q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5 +t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="755" +d="M255 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25z +" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="755" +d="M275 820v94h58v-94h-58zM424 820v94h58v-94h-58zM377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25zM285 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25zM314 807l-37 17l57 93h64zM440 807l-38 17l57 93h64z +" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25zM234 850v47h289v-47h-289z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -70 -15 -133t-48.5 -111.5t-87 -78.5t-129.5 -33q-44 -28 -62 -49t-18 -43q0 -37 52 -44l-19 -38q-37 8 -56 27.5t-19 45.5q0 25 18 49.5t56 51.5q-77 5 -128.5 37t-83 81.5t-45 111t-13.5 126.5v358h69 +v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="755" +d="M304 852q0 29 21 47t53 18t53 -18t21 -47q0 -30 -21 -48t-53 -18t-53 18t-21 48zM378 890q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28t-12 27.5t-29 10.5zM377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5 +t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="755" +d="M377 58q67 0 111.5 25.5t71 67t37 94.5t10.5 107v358h70v-358q0 -72 -16 -136.5t-51.5 -113.5t-92.5 -78t-139 -29q-85 0 -142 30.5t-92 80.5t-50 114t-15 132v358h69v-358q0 -56 11 -109t37.5 -94t70.5 -66t110 -25zM440 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5 +q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="677" +d="M85 710l254 -623l252 623h74l-296 -710h-61l-296 710h73z" /> + <glyph glyph-name="V.sc" horiz-adv-x="588" +d="M84 548l210 -461l209 461h67l-249 -548h-55l-249 548h67z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="1046" +d="M355 705h67l100 -252l101 252h66l-124 -303l136 -321l257 629h76l-300 -710h-62l-149 351l-150 -351h-62l-299 710h74l258 -629l135 321z" /> + <glyph glyph-name="W.alt" horiz-adv-x="1058" +d="M1039 710l-226 -710h-73l-214 597l-208 -597h-73l-226 710h78l190 -609l200 609h76l208 -609l189 609h79z" /> + <glyph glyph-name="W.sc" horiz-adv-x="899" +d="M306 544h59l84 -192l84 192h59l-105 -237l110 -231l216 472h69l-253 -548h-55l-124 264l-125 -264h-55l-253 548h68l217 -472l108 231z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="1046" +d="M528 807l-45 17l59 93h72zM355 705h67l100 -252l101 252h66l-124 -303l136 -321l257 629h76l-300 -710h-62l-149 351l-150 -351h-62l-299 710h74l258 -629l135 321z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="1046" +d="M399 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM355 705h67l100 -252l101 252h66l-124 -303l136 -321l257 629h76l-300 -710h-62l-149 351l-150 -351h-62l-299 710h74l258 -629l135 321z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="1046" +d="M418 820v94h58v-94h-58zM567 820v94h58v-94h-58zM355 705h67l100 -252l101 252h66l-124 -303l136 -321l257 629h76l-300 -710h-62l-149 351l-150 -351h-62l-299 710h74l258 -629l135 321z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="1046" +d="M355 705h67l100 -252l101 252h66l-124 -303l136 -321l257 629h76l-300 -710h-62l-149 351l-150 -351h-62l-299 710h74l258 -629l135 321zM429 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="631" +d="M83 710l233 -310l233 310h77l-273 -360l265 -350h-77l-225 300l-225 -300h-78l265 350l-273 360h78z" /> + <glyph glyph-name="X.sc" horiz-adv-x="553" +d="M83 548l193 -233l193 233h70l-229 -278l222 -270h-69l-187 225l-186 -225h-70l222 270l-229 278h70z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="634" +d="M84 710l233 -382l234 382h76l-276 -446v-264h-69v266l-274 444h76z" /> + <glyph glyph-name="Y.sc" horiz-adv-x="550" +d="M82 548l193 -290l194 290h69l-232 -346v-202h-62v203l-230 345h68z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="634" +d="M84 710l233 -382l234 382h76l-276 -446v-264h-69v266l-274 444h76zM323 807l-45 17l59 93h72z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="634" +d="M84 710l233 -382l234 382h76l-276 -446v-264h-69v266l-274 444h76zM193 832l98 85h50l99 -85l-39 -21l-85 63l-85 -63z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="634" +d="M84 710l233 -382l234 382h76l-276 -446v-264h-69v266l-274 444h76zM213 820v94h58v-94h-58zM362 820v94h58v-94h-58z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="634" +d="M84 710l233 -382l234 382h76l-276 -446v-264h-69v266l-274 444h76zM224 917h71l60 -93l-44 -17z" /> + <glyph glyph-name="Ytilde" unicode="Ỹ" horiz-adv-x="634" +d="M84 710l233 -382l234 382h76l-276 -446v-264h-69v266l-274 444h76zM378 825q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7 +t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="624" +d="M28 55l483 593h-475v62h556v-55l-477 -593h476v-62h-563v55z" /> + <glyph glyph-name="Z.sc" horiz-adv-x="549" +d="M35 49l402 443h-395v56h469v-50l-397 -442h396v-56h-475v49z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="624" +d="M334 807l-45 17l59 93h72zM28 55l483 593h-475v62h556v-55l-477 -593h476v-62h-563v55z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="624" +d="M243 917l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM28 55l483 593h-475v62h556v-55l-477 -593h476v-62h-563v55z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="624" +d="M28 55l483 593h-475v62h556v-55l-477 -593h476v-62h-563v55zM297 820v97h62v-97h-62z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10z" /> + <glyph glyph-name="a.alt" horiz-adv-x="618" +d="M287 -10q-55 0 -100.5 22t-78.5 59t-51 86t-18 102q0 55 19 104.5t51.5 86.5t76.5 58.5t95 21.5q66 0 116.5 -33.5t79.5 -85.5v106h68v-517h-68v105q-29 -52 -78 -83.5t-112 -31.5zM477 336q-11 29 -29 53.5t-41 42.5t-50.5 28t-57.5 10q-43 0 -78 -18.5t-60 -48.5 +t-38.5 -68t-13.5 -76q0 -42 14.5 -80t40 -66.5t60.5 -45.5t77 -17q63 0 108 37t68 91v158z" /> + <glyph glyph-name="a.alt2" horiz-adv-x="540" +d="M407 0v82q-35 -47 -89.5 -69.5t-112.5 -22.5q-36 0 -68 12.5t-55 34.5t-36.5 51.5t-13.5 63.5q0 41 19.5 71t51 49t70.5 28t78 9q54 0 94 -9t60 -18v47q0 68 -39.5 109t-108.5 41q-39 0 -81 -16t-85 -46l-24 45q44 29 93 48.5t103 19.5q51 0 90 -15t66 -42.5t40.5 -65.5 +t13.5 -84v-323h-66zM387 115q18 21 18 39v85q-35 14 -72.5 20.5t-72.5 6.5q-28 0 -57 -6t-52 -19t-38 -33.5t-15 -50.5q0 -26 10 -47t27 -36t39.5 -23.5t47.5 -8.5q22 0 46 4.5t46 13.5t41 22.5t32 32.5z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM269 620l-45 17l59 93h72z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM263 664q21 0 37.5 19t19.5 47h41 +q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM140 645l98 85h50l99 -85l-39 -21 +l-85 63l-85 -63z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM159 633v94h58v-94h-58zM308 633v94h58 +v-94h-58z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="932" +d="M206 -10q-36 0 -67.5 12.5t-55 34.5t-36.5 51.5t-13 63.5t16 63t44.5 50t68.5 32.5t88 11.5q35 0 70 -5.5t64 -14.5q2 19 5.5 39t11.5 37q-9 54 -46.5 84t-97.5 30q-39 0 -80.5 -16t-85.5 -46l-24 45q101 68 196 68q65 0 111 -27t69 -77q33 47 84.5 75.5t114.5 28.5 +q57 0 104.5 -21.5t82 -58t54 -86t19.5 -104.5v-12.5t-1 -11.5h-453q3 -42 20 -77.5t44 -61.5t62 -40.5t74 -14.5q25 0 50 7t46.5 19t38 29.5t25.5 38.5l59 -16q-12 -29 -34 -52.5t-51 -41t-64 -27t-73 -9.5q-69 0 -124.5 31.5t-89.5 83.5q-17 -30 -43 -52t-57 -36 +t-63.5 -20.5t-62.5 -6.5zM222 42q54 0 98.5 20t67.5 53q16 16 18 35q-10 20 -15 46.5t-6 49.5q-60 20 -125 20q-72 0 -117 -30t-45 -79q0 -24 9.5 -45t26.5 -36.5t39.5 -24.5t48.5 -9zM838 282q-3 43 -19 78.5t-42 61.5t-60.5 40.5t-74.5 14.5t-74 -14.5t-60 -40.5 +t-41.5 -62t-17.5 -78h389z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="932" +d="M450 620l-45 17l59 93h72zM206 -10q-36 0 -67.5 12.5t-55 34.5t-36.5 51.5t-13 63.5t16 63t44.5 50t68.5 32.5t88 11.5q35 0 70 -5.5t64 -14.5q2 19 5.5 39t11.5 37q-9 54 -46.5 84t-97.5 30q-39 0 -80.5 -16t-85.5 -46l-24 45q101 68 196 68q65 0 111 -27t69 -77 +q33 47 84.5 75.5t114.5 28.5q57 0 104.5 -21.5t82 -58t54 -86t19.5 -104.5v-12.5t-1 -11.5h-453q3 -42 20 -77.5t44 -61.5t62 -40.5t74 -14.5q25 0 50 7t46.5 19t38 29.5t25.5 38.5l59 -16q-12 -29 -34 -52.5t-51 -41t-64 -27t-73 -9.5q-69 0 -124.5 31.5t-89.5 83.5 +q-17 -30 -43 -52t-57 -36t-63.5 -20.5t-62.5 -6.5zM222 42q54 0 98.5 20t67.5 53q16 16 18 35q-10 20 -15 46.5t-6 49.5q-60 20 -125 20q-72 0 -117 -30t-45 -79q0 -24 9.5 -45t26.5 -36.5t39.5 -24.5t48.5 -9zM838 282q-3 43 -19 78.5t-42 61.5t-60.5 40.5t-74.5 14.5 +t-74 -14.5t-60 -40.5t-41.5 -62t-17.5 -78h389z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM170 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM119 663v47h289v-47h-289z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="672" +d="M572 0l-82 86q-42 -45 -97 -70.5t-119 -25.5q-47 0 -88 14t-71.5 39.5t-48.5 61t-18 78.5q0 36 12 65.5t33 55t48 47.5t57 43q-27 29 -45.5 52t-30 42.5t-16.5 37.5t-5 37q0 33 13.5 61.5t37.5 49.5t56.5 33t70.5 12q35 0 65 -10t52.5 -28.5t35.5 -44.5t13 -57t-12.5 -57 +t-33.5 -49t-49 -43.5t-60 -41.5l199 -208q20 38 31.5 82.5t11.5 93.5h58q-1 -62 -16.5 -117t-44.5 -101l133 -138h-90zM281 45q51 0 94.5 21.5t76.5 59.5l-215 227q-53 -37 -88 -77.5t-35 -94.5q0 -33 14.5 -58.5t38 -43t53.5 -26t61 -8.5zM164 565q0 -12 3.5 -24t13 -27.5 +t26 -36t43.5 -48.5q29 20 53.5 37.5t42 35t27 36t9.5 39.5q0 39 -29 64t-74 25q-25 0 -46 -8t-36.5 -22t-24 -32t-8.5 -39z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="548" +d="M448 -175q-37 8 -56 27.5t-19 45.5q0 25 18 50.5t59 52.5q-14 5 -24 16t-11 29l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5 +q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5 +q0 -21 8 -41t24.5 -36t40.5 -26t57 -10z" /> + <glyph glyph-name="apostrophe" unicode="ʼ" horiz-adv-x="367" +d="M181 620l-45 17l38 59v34h94z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM188 665q0 29 21 47t53 18t53 -18 +t21 -47q0 -30 -21 -48t-53 -18t-53 18t-21 48zM262 703q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28t-12 27.5t-29 10.5z" /> + <glyph glyph-name="aringacute" unicode="ǻ" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM269 770l-45 17l59 93h72zM188 665 +q0 29 21 47t53 18t53 -18t21 -47q0 -30 -21 -48t-53 -18t-53 18t-21 48zM262 703q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28t-12 27.5t-29 10.5z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="541" +d="M44 303l198 407h58l197 -407h-60l-166 343l-169 -343h-58z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="508" +d="M65 241q0 5 5.5 21.5t18.5 34.5t33.5 32.5t50.5 14.5q23 0 43 -9t39 -20t38 -20t40 -9q19 0 32 7.5t21.5 16.5t12 17.5t3.5 10.5h43q0 -2 -5.5 -17.5t-18.5 -33t-35 -32t-54 -14.5q-25 0 -46 9t-40.5 20t-37.5 20t-36 9t-30 -9t-19.5 -19.5t-11 -19.5t-3.5 -10h-43v0z +" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="323" +d="M88 546l43 62l-69 22l11 36l69 -26l-3 73h44l-3 -73l69 26l11 -36l-68 -22l44 -62l-32 -22l-43 65l-43 -65z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="826" +d="M420 603q74 0 140 -27.5t116 -78t79 -120.5t29 -155q0 -14 -1.5 -37.5t-6.5 -49.5t-14.5 -53t-25.5 -49t-40 -35.5t-58 -13.5q-25 0 -40.5 7.5t-24.5 20.5t-13 29.5t-6 34.5q-28 -29 -72 -50t-97 -21q-71 0 -110.5 37.5t-39.5 96.5q0 38 16.5 64t43 41.5t59.5 22t66 6.5 +q44 0 77 -8.5t50 -14.5q0 36 -5.5 65.5t-19.5 50.5t-38 33t-61 12q-40 0 -75.5 -12.5t-64.5 -34.5l-18 39q36 24 76.5 38t86.5 14q56 0 88.5 -18.5t49.5 -48t21.5 -66t4.5 -72.5v-129q0 -44 8.5 -72t42.5 -28q31 0 51.5 21.5t32.5 52.5t16.5 66.5t4.5 62.5q0 72 -25 135 +t-69.5 109.5t-104.5 73.5t-130 27q-69 0 -129.5 -25.5t-105.5 -70.5t-71.5 -107t-26.5 -136q0 -71 25 -133.5t68.5 -109t103.5 -73t130 -26.5q43 0 80 10t74 28l13 -32q-41 -20 -83 -30t-84 -10q-75 0 -141 28t-115.5 78.5t-78 119.5t-28.5 150q0 85 30.5 153.5t82 117.5 +t118.5 75.5t139 26.5zM481 70q42 20 53.5 47t11.5 55v40q-13 2 -46.5 12t-81.5 10q-27 0 -51.5 -4.5t-43.5 -15.5t-30.5 -28.5t-11.5 -44.5q0 -42 30 -67.5t77 -25.5q25 0 49.5 6.5t43.5 15.5z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="548" +d="M211 -10q-40 0 -73 12.5t-56.5 34.5t-36.5 51t-13 61q0 36 16 65.5t45 50.5t69.5 32.5t89.5 11.5q39 0 80 -7t73 -20v47q0 69 -39.5 109.5t-106.5 40.5q-42 0 -83.5 -16t-84.5 -46l-24 45q51 34 99 51t100 17q95 0 151 -55t56 -152v-235q0 -28 24 -28v-60q-8 -1 -15 -1.5 +t-12 -0.5q-20 0 -36.5 12t-18.5 36l-2 41q-34 -46 -89.5 -71.5t-112.5 -25.5zM228 42q45 0 89.5 19.5t70.5 53.5q7 9 12 19.5t5 19.5v85q-34 13 -71 20t-72 7q-73 0 -118.5 -29.5t-45.5 -81.5q0 -21 8 -41t24.5 -36t40.5 -26t57 -10zM325 638q-23 0 -39.5 6t-31 13.5t-28 14 +t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="616" +d="M328 -10q-61 0 -113 31t-81 80v-101h-61v730h68v-318q35 53 84 85.5t115 32.5q54 0 98 -23t74.5 -61.5t47 -87t16.5 -99.5q0 -55 -19 -104t-52.5 -85.5t-79 -58t-97.5 -21.5zM312 50q43 0 78.5 17.5t61 47t40 67t14.5 77.5q0 41 -13.5 79t-38 67.5t-58.5 47t-75 17.5 +q-31 0 -58 -10.5t-50 -28.5t-41.5 -41.5t-30.5 -49.5v-162q4 -27 21.5 -50.5t42.5 -40.5t53 -27t54 -10z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="569" +d="M105 710l435 -710h-77l-436 710h78z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="223" +d="M82 -130v905h59v-905h-59z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="253" +d="M154 683v-261q0 -12 -5.5 -30t-21.5 -32q16 -14 21.5 -32.5t5.5 -29.5v-272h55v-57h-94q-8 0 -15.5 6.5t-7.5 23.5v281q0 20 -10 36.5t-29 18.5v52q10 0 17.5 6t12.5 14t7 17.5t2 15.5v270q0 19 9 24.5t14 5.5h94v-57h-55z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="253" +d="M45 683v57h94q5 0 14 -5.5t9 -24.5v-270q0 -6 2 -15.5t6.5 -17.5t11.5 -14t18 -6v-52q-19 -2 -28.5 -18.5t-9.5 -36.5v-281q0 -17 -7.5 -23.5t-15.5 -6.5h-94v57h55v272q0 11 5 29.5t21 32.5q-16 14 -21 32t-5 30v261h-55z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="248" +d="M84 -40v780h119v-57h-55v-666h55v-57h-119z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="248" +d="M45 -40v57h56v666h-56v57h119v-780h-119z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="227" +d="M143 277v-407h-59v407h59zM143 775v-407h-59v407h59z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="355" +d="M267 346q0 -38 -26 -64t-63 -26t-63.5 26t-26.5 64q0 18 7 34t19.5 28.5t29 19.5t34.5 7t34.5 -7t28.5 -19.5t19 -28.5t7 -34z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="550" +d="M39 262q0 55 19 104t53.5 85.5t82.5 57.5t106 21q74 0 129 -33.5t83 -90.5l-66 -21q-22 40 -61 62.5t-87 22.5q-40 0 -74.5 -16t-60 -43.5t-40 -65.5t-14.5 -83q0 -44 15 -83t41 -67.5t60.5 -45t73.5 -16.5q25 0 49.5 7t45.5 19.5t36 28.5t21 34l66 -20 +q-11 -28 -32 -51.5t-49.5 -41t-63 -27t-71.5 -9.5q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105z" /> + <glyph glyph-name="c_t" horiz-adv-x="876" +d="M869 25q-6 -3 -17 -8t-26 -10.5t-34 -9t-40 -3.5q-22 0 -42 6t-35 18.5t-23.5 31.5t-8.5 44v373h-72v54h72v20q0 35 -2 66t-12.5 54t-32.5 36t-61 13q-52 0 -76 -31t-24 -75q0 -26 10 -55t22.5 -56.5t25.5 -50.5t19 -36l-66 -21q-25 45 -64.5 65t-87.5 20q-44 0 -78 -18 +t-58 -48t-36.5 -68t-12.5 -77q0 -42 15 -80t40.5 -66.5t60.5 -45.5t75 -17q21 0 44.5 6t45 17.5t38.5 28t23 37.5l66 -20q-12 -31 -34.5 -55t-51.5 -40.5t-63 -25t-68 -8.5q-59 0 -107 23t-82 60.5t-53 86t-19 99.5q0 53 18 102t51.5 86.5t81 60t106.5 22.5q49 0 83.5 -11.5 +t63.5 -32.5q-15 25 -29 55.5t-14 65.5q0 61 38.5 100.5t113.5 39.5q60 0 92 -17t47 -47t17.5 -71.5t2.5 -90.5h118v-54h-118v-354q0 -29 19 -42.5t43 -13.5q29 0 51 9.5t28 13.5z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="550" +d="M304 620l-45 17l59 93h72zM39 262q0 55 19 104t53.5 85.5t82.5 57.5t106 21q74 0 129 -33.5t83 -90.5l-66 -21q-22 40 -61 62.5t-87 22.5q-40 0 -74.5 -16t-60 -43.5t-40 -65.5t-14.5 -83q0 -44 15 -83t41 -67.5t60.5 -45t73.5 -16.5q25 0 49.5 7t45.5 19.5t36 28.5 +t21 34l66 -20q-11 -28 -32 -51.5t-49.5 -41t-63 -27t-71.5 -9.5q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="550" +d="M213 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM39 262q0 55 19 104t53.5 85.5t82.5 57.5t106 21q74 0 129 -33.5t83 -90.5l-66 -21q-22 40 -61 62.5t-87 22.5q-40 0 -74.5 -16t-60 -43.5t-40 -65.5t-14.5 -83q0 -44 15 -83t41 -67.5t60.5 -45t73.5 -16.5q25 0 49.5 7 +t45.5 19.5t36 28.5t21 34l66 -20q-11 -28 -32 -51.5t-49.5 -41t-63 -27t-71.5 -9.5q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="552" +d="M224 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l42 78q-53 4 -97 27t-76 59.5t-50 84t-18 100.5q0 55 19 104t53.5 85.5t82.5 57.5t106 21q74 0 129 -33.5t83 -90.5l-66 -21q-22 40 -61 62.5t-87 22.5q-40 0 -74.5 -16 +t-60 -43.5t-40 -65.5t-14.5 -83q0 -44 15 -83t41 -67.5t60.5 -45t73.5 -16.5q25 0 49.5 7t45.5 19.5t36 28.5t21 34l66 -20q-10 -27 -29.5 -49.5t-45.5 -39t-57.5 -27t-65.5 -12.5l-26 -42q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5q0 -34 -26 -52t-76 -18 +q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="550" +d="M175 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM39 262q0 55 19 104t53.5 85.5t82.5 57.5t106 21q74 0 129 -33.5t83 -90.5l-66 -21q-22 40 -61 62.5t-87 22.5q-40 0 -74.5 -16t-60 -43.5t-40 -65.5t-14.5 -83q0 -44 15 -83t41 -67.5t60.5 -45t73.5 -16.5q25 0 49.5 7 +t45.5 19.5t36 28.5t21 34l66 -20q-11 -28 -32 -51.5t-49.5 -41t-63 -27t-71.5 -9.5q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="550" +d="M39 262q0 55 19 104t53.5 85.5t82.5 57.5t106 21q74 0 129 -33.5t83 -90.5l-66 -21q-22 40 -61 62.5t-87 22.5q-40 0 -74.5 -16t-60 -43.5t-40 -65.5t-14.5 -83q0 -44 15 -83t41 -67.5t60.5 -45t73.5 -16.5q25 0 49.5 7t45.5 19.5t36 28.5t21 34l66 -20 +q-11 -28 -32 -51.5t-49.5 -41t-63 -27t-71.5 -9.5q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105zM267 633v97h62v-97h-62z" /> + <glyph glyph-name="cent" unicode="¢" horiz-adv-x="567" +d="M279 -120v111q-51 4 -94 28.5t-73.5 61.5t-48 83t-17.5 94q0 51 16.5 97.5t46.5 83.5t73 61t97 29v116h37v-116q75 -2 125 -34.5t78 -88.5l-65 -21q-23 41 -59 61t-79 22v-417q20 1 42.5 8t43 18t36 27t21.5 35l66 -20q-12 -32 -36 -56.5t-53 -40.5t-61 -24t-59 -8v-110 +h-37zM116 258q0 -37 12 -71.5t34 -62t52 -46t65 -24.5v412q-39 -4 -69 -23t-51 -48t-32 -65t-11 -72z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="197" +d="M70 420v98h57v-98h-57zM70 0v98h57v-98h-57z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="205" +d="M55 -15q7 0 14 4t7 17v92h58v-102q0 -17 -7 -29t-18.5 -19.5t-25.5 -11t-28 -3.5v52z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="838" +d="M418 -7q-79 0 -146.5 27.5t-116.5 76t-76.5 114.5t-27.5 144q0 77 27.5 143t76.5 114t116.5 75.5t146.5 27.5t147 -27.5t117 -75.5t77 -114t28 -143q0 -78 -28 -144t-77 -114.5t-117 -76t-147 -27.5zM418 26q70 0 131 24t106 67t71 103t26 133q0 71 -25 131t-70 104 +t-106 69t-133 25q-71 0 -132 -25t-105.5 -68.5t-70 -104t-25.5 -130.5t25 -130t69.5 -104t105.5 -69t133 -25zM425 123q-45 0 -87.5 16.5t-74.5 46.5t-51.5 73t-19.5 96q0 42 14 84t42 75t71 54t101 21q66 0 117 -28.5t74 -82.5l-65 -21q-10 22 -25.5 36t-33 22t-35 11 +t-32.5 3q-40 0 -69.5 -15.5t-49 -40t-29.5 -56t-10 -62.5q0 -41 15 -73.5t38 -54.5t51.5 -33.5t55.5 -11.5q38 0 76 20.5t55 55.5l66 -19q-7 -18 -24 -38.5t-42 -38t-57.5 -28.5t-70.5 -11z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="623" +d="M289 -10q-54 0 -100 22.5t-79.5 59.5t-52 85.5t-18.5 101.5q0 55 18 104.5t49.5 86.5t75 58.5t95.5 21.5q66 0 117 -34.5t81 -83.5v318h68v-642q0 -28 24 -28v-60q-17 -3 -27 -3q-25 0 -41 14.5t-16 34.5v55q-32 -51 -84.5 -81t-109.5 -30zM303 50q26 0 54.5 10t53 27.5 +t42.5 41t22 50.5v161q-10 27 -29.5 50.5t-44 41.5t-52 28t-54.5 10q-42 0 -76.5 -18t-58.5 -47.5t-37.5 -67.5t-13.5 -78q0 -42 15 -80t41 -66.5t61.5 -45.5t76.5 -17z" /> + <glyph glyph-name="d.alt" horiz-adv-x="616" +d="M475 0v97q-30 -48 -79.5 -77.5t-106.5 -29.5q-54 0 -100 22.5t-79.5 59.5t-52 85.5t-18.5 101.5q0 55 18 104.5t49.5 86.5t75.5 58.5t95 21.5q66 0 116 -34.5t82 -83.5v318h68v-730h-68zM475 340q-10 27 -29.5 51t-44 41.5t-52.5 27.5t-55 10q-42 0 -76 -18t-58 -47.5 +t-37.5 -67.5t-13.5 -78q0 -42 15 -80t41 -66.5t61.5 -45.5t76.5 -17q26 0 55 10t53.5 27.5t42.5 41t21 50.5v161z" /> + <glyph glyph-name="dagger" unicode="†" horiz-adv-x="414" +d="M175 -130v370h-132v62h132v473h65v-473h131v-62h-131v-370h-65z" /> + <glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="423" +d="M179 -130v289h-132v63h132v110h-132v63h132v380h66v-380h131v-63h-131v-110h131v-63h-131v-289h-66z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="623" +d="M624 620l-45 17l59 93h72zM289 -10q-54 0 -100 22.5t-79.5 59.5t-52 85.5t-18.5 101.5q0 55 18 104.5t49.5 86.5t75 58.5t95.5 21.5q66 0 117 -34.5t81 -83.5v318h68v-642q0 -28 24 -28v-60q-17 -3 -27 -3q-25 0 -41 14.5t-16 34.5v55q-32 -51 -84.5 -81t-109.5 -30z +M303 50q26 0 54.5 10t53 27.5t42.5 41t22 50.5v161q-10 27 -29.5 50.5t-44 41.5t-52 28t-54.5 10q-42 0 -76.5 -18t-58.5 -47.5t-37.5 -67.5t-13.5 -78q0 -42 15 -80t41 -66.5t61.5 -45.5t76.5 -17z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="623" +d="M289 -10q-54 0 -100 22.5t-79.5 59.5t-52 85.5t-18.5 101.5q0 55 18 104.5t49.5 86.5t75 58.5t95.5 21.5q66 0 117 -34.5t81 -83.5v205h-115v46h115v67h68v-67h70v-46h-70v-529q0 -28 24 -28v-60q-17 -3 -27 -3q-25 0 -41 14.5t-16 34.5v55q-32 -51 -84.5 -81t-109.5 -30 +zM303 50q26 0 54.5 10t53 27.5t42.5 41t22 50.5v161q-10 27 -29.5 50.5t-44 41.5t-52 28t-54.5 10q-42 0 -76.5 -18t-58.5 -47.5t-37.5 -67.5t-13.5 -78q0 -42 15 -80t41 -66.5t61.5 -45.5t76.5 -17z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="267" +d="M50 642q0 35 24 58.5t59 23.5t59 -23.5t24 -58.5q0 -36 -24 -60t-59 -24t-59 24t-24 60zM102 672q-13 -13 -13 -31t13 -31t31 -13q19 0 32 13q12 14 12 31t-12 31q-12 13 -32 13q-19 0 -31 -13z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="535" +d="M238 399v91h59v-91h-59zM238 74v90h59v-90h-59zM66 254v57h403v-57h-403z" /> + <glyph glyph-name="dollar" unicode="$" horiz-adv-x="617" +d="M509 577q-29 32 -76.5 53t-107.5 23v-267q57 -11 103.5 -25.5t79.5 -37t51 -56t18 -81.5t-18.5 -84t-51.5 -59.5t-78.5 -35.5t-99.5 -13v-97h-37v98q-149 9 -255 102l34 57q35 -38 94 -65t131 -32v267q-58 13 -101.5 28t-73 36t-44 50.5t-14.5 72.5q0 47 16.5 83.5t47 62 +t72.5 40t93 17.5v101h37v-100q66 -2 118 -23.5t95 -58.5zM504 179q0 30 -11.5 51t-34 36.5t-56 27.5t-77.5 23v-261q85 0 132 30.5t47 92.5zM134 521q0 -29 9.5 -48.5t29.5 -34t50.5 -25t72.5 -20.5v259q-85 -4 -123.5 -38.5t-38.5 -92.5z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="214" +d="M73 0v521h68v-521h-68z" /> + <glyph glyph-name="dotlessj" unicode="ȷ" horiz-adv-x="214" +d="M-12 -181q-33 0 -62 9t-52 30l33 46q16 -14 35 -19t38 -5q18 0 34.5 7t29.5 19.5t21 29.5t8 37v548h68v-544q0 -35 -13 -64t-34.5 -50t-49 -32.5t-56.5 -11.5z" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="587" +d="M301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16 +q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="587" +d="M303 620l-45 17l59 93h72zM301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19 +t37.5 29.5t25.5 38.5l59 -16q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="587" +d="M301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16 +q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384zM297 664q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20 +z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="587" +d="M212 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5 +t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="587" +d="M174 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5 +t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="587" +d="M194 633v94h58v-94h-58zM343 633v94h58v-94h-58zM301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5 +t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="587" +d="M301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16 +q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384zM266 633v97h62v-97h-62z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="587" +d="M301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16 +q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384zM204 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="eight" unicode="8" horiz-adv-x="596" +d="M544 197q0 -47 -20 -84.5t-54 -64.5t-79.5 -41.5t-95.5 -14.5q-53 0 -98 16.5t-77.5 45t-50.5 66.5t-18 81q0 34 12.5 63t32.5 51.5t45.5 39t51.5 25.5q-24 10 -45 24.5t-37 33.5t-25.5 42t-9.5 49q0 44 20 77.5t51.5 56.5t71 35t79.5 12t79.5 -12t71 -34.5t51.5 -56.5 +t20 -77q0 -26 -9.5 -49t-26 -42.5t-38 -34t-45.5 -24.5q29 -10 55 -27.5t45.5 -40.5t31 -52t11.5 -63zM475 202q0 36 -16 63.5t-41.5 46.5t-57.5 29t-63 10q-33 0 -64.5 -10.5t-56.5 -30t-40 -47.5t-15 -62q0 -35 16 -62.5t41.5 -46.5t57 -29t63.5 -10t63.5 10.5t56.5 30 +t40.5 47t15.5 61.5zM145 526q0 -29 14 -51.5t36 -38t49 -23.5t54 -8q26 0 53.5 8t49.5 24t36 39t14 52q0 28 -13 50.5t-34.5 38t-49 23.5t-57.5 8t-57.5 -8.5t-48.5 -24t-33.5 -38.5t-12.5 -51z" /> + <glyph glyph-name="eight.lnum" horiz-adv-x="596" +d="M544 197q0 -47 -20 -84.5t-54 -64.5t-79.5 -41.5t-95.5 -14.5q-53 0 -98 16.5t-77.5 45t-50.5 66.5t-18 81q0 34 12.5 63t32.5 51.5t45.5 39t51.5 25.5q-24 10 -45 24.5t-37 33.5t-25.5 42t-9.5 49q0 44 20 77.5t51.5 56.5t71 35t79.5 12t79.5 -12t71 -34.5t51.5 -56.5 +t20 -77q0 -26 -9.5 -49t-26 -42.5t-38 -34t-45.5 -24.5q29 -10 55 -27.5t45.5 -40.5t31 -52t11.5 -63zM475 202q0 36 -16 63.5t-41.5 46.5t-57.5 29t-63 10q-33 0 -64.5 -10.5t-56.5 -30t-40 -47.5t-15 -62q0 -35 16 -62.5t41.5 -46.5t57 -29t63.5 -10t63.5 10.5t56.5 30 +t40.5 47t15.5 61.5zM145 526q0 -29 14 -51.5t36 -38t49 -23.5t54 -8q26 0 53.5 8t49.5 24t36 39t14 52q0 28 -13 50.5t-34.5 38t-49 23.5t-57.5 8t-57.5 -8.5t-48.5 -24t-33.5 -38.5t-12.5 -51z" /> + <glyph glyph-name="eightinferior" unicode="₈" horiz-adv-x="398" +d="M359 111q0 -26 -13 -47.5t-35 -36.5t-51.5 -23.5t-62.5 -8.5q-35 0 -64 9.5t-50 25.5t-33 37.5t-12 45.5q0 19 8 35.5t21 29t29.5 21.5t33.5 15q-30 11 -53 31.5t-23 51.5q0 24 13 43t33.5 32t46.5 20t52 7t52 -7t46.5 -20t33 -31.5t12.5 -42.5q0 -31 -22.5 -52 +t-54.5 -32q40 -13 66.5 -39t26.5 -64zM314 116q0 18 -10.5 32.5t-27 24.5t-37 15.5t-41.5 5.5t-42 -5.5t-37 -16t-26 -25t-10 -32.5t10.5 -32t27 -24t37.5 -15t41 -5q21 0 42 5.5t37 15.5t26 24t10 32zM99 293q0 -15 9 -26.5t23 -19.5t32 -12t35 -4q18 0 36 4.5t32.5 12.5 +t23.5 19.5t9 26.5t-8.5 26.5t-23 19.5t-32.5 12.5t-37 4.5q-20 0 -37.5 -4.5t-31.5 -13t-22 -20t-8 -26.5z" /> + <glyph glyph-name="eightsuperior" unicode="⁸" horiz-adv-x="398" +d="M359 442q0 -26 -13 -47.5t-35 -36.5t-51.5 -23.5t-62.5 -8.5q-35 0 -64 9.5t-50 25.5t-33 37.5t-12 45.5q0 19 8 35t21 29t29.5 22t33.5 15q-30 11 -53 31.5t-23 51.5q0 24 13 42.5t33.5 32t46.5 20.5t52 7t52 -7t46.5 -20t33 -31.5t12.5 -42.5q0 -31 -22.5 -52 +t-54.5 -32q40 -13 66.5 -39t26.5 -64zM314 447q0 18 -10.5 32.5t-27 24.5t-37 15.5t-41.5 5.5t-42 -5.5t-37 -16t-26 -24.5t-10 -32t10.5 -32.5t27 -24.5t37.5 -15t41 -5q21 0 42 5.5t37 15.5t26 24t10 32zM99 625q0 -15 9 -27t23 -20t32 -12t35 -4q18 0 36 4t32.5 12.5 +t23.5 20t9 26.5t-8.5 26.5t-23 19.5t-32.5 12t-37 4q-39 0 -69 -16.5t-30 -45.5z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="458" +d="M66 0v98h58v-98h-58zM200 0v98h58v-98h-58zM334 0v98h58v-98h-58z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="587" +d="M301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16 +q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384zM153 663v47h289v-47h-289z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="901" +d="M66 241v63h770v-63h-770z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="570" +d="M66 241v63h439v-63h-439z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="579" +d="M358 -181q-33 0 -62 9t-52 30l33 46q16 -14 35 -19t39 -5q17 0 33.5 7t29.5 19.5t21 29.5t8 37v318q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71 +t8 -93v-328q0 -35 -13 -64t-34.5 -50t-49 -32.5t-56.5 -11.5z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="589" +d="M293 -181q-37 8 -56 27.5t-19 45.5q0 24 16.5 48t53.5 50q-54 3 -99.5 25.5t-78.5 59.5t-51.5 85t-18.5 102q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5 +t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16q-21 -50 -70.5 -84.5t-112.5 -42.5q-44 -28 -62 -49t-18 -43q0 -37 52 -44zM494 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="441" +d="M70 194v49h302v-49h-302zM70 309v49h302v-49h-302z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="603" +d="M495 683l-83 -51q43 -42 71 -87.5t45 -91t24 -90t7 -86.5q0 -65 -21 -117.5t-57 -90.5t-84 -58.5t-101 -20.5t-99 19t-81 52t-55 77t-20 95q0 49 19.5 93t52.5 77t77.5 52t95.5 19q67 0 121.5 -32.5t81.5 -84.5q-10 63 -38 125t-91 124l-111 -70l-22 31l105 65 +q-56 48 -143 98h96q55 -33 100 -72l88 55zM111 232q0 -38 14.5 -71t40 -58t59.5 -39t73 -14q40 0 74.5 15.5t60.5 41.5t41 60.5t15 73.5q0 37 -15 69t-40.5 56t-59.5 37.5t-73 13.5t-74 -14.5t-60.5 -39.5t-40.5 -59t-15 -72z" /> + <glyph glyph-name="etilde" unicode="ẽ" horiz-adv-x="587" +d="M301 -10q-57 0 -105 21.5t-83 59t-54.5 86.5t-19.5 105q0 55 19.5 103.5t54.5 85t82.5 58t104.5 21.5t104.5 -21.5t81.5 -58.5t53 -85t19 -102q0 -8 -0.5 -16t-1.5 -11h-445q3 -42 19.5 -77.5t42 -61.5t59 -40.5t71.5 -14.5q26 0 51 7t46 19t37.5 29.5t25.5 38.5l59 -16 +q-12 -29 -34 -52.5t-51 -41t-64 -27t-72 -9.5zM493 288q-3 42 -19.5 76.5t-42 59.5t-59.5 39t-72 14t-72 -14t-59.5 -39t-41 -60t-18.5 -76h384zM359 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5 +t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="243" +d="M88 228v489h68v-489h-68zM88 0v112h68v-112h-68z" /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="244" +d="M156 487v-489h-68v489h68zM156 715v-112h-68v112h68z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="345" +d="M101 0v406h-72v54h72v75q0 96 41 150.5t113 54.5q30 0 59 -9t50 -24l-21 -49q-14 11 -34.5 17t-40.5 6q-48 0 -73.5 -37t-25.5 -107v-77h144v-54h-144v-406h-68z" /> + <glyph glyph-name="five" unicode="5" horiz-adv-x="551" +d="M280 312q49 0 91 -16.5t73.5 -46.5t49.5 -71.5t18 -91.5q0 -53 -19.5 -96.5t-53 -74t-78.5 -47.5t-96 -17q-38 0 -72.5 9.5t-63.5 27.5t-52.5 43t-38.5 56l45 34q28 -49 76.5 -79t106.5 -30q37 0 69 12.5t56 35.5t37.5 55t13.5 70q0 37 -13 67.5t-36 52.5t-53.5 34 +t-66.5 12q-48 0 -89.5 -20.5t-67.5 -59.5h-63q1 6 5 27t10 50t13 64.5t14 71.5q17 84 37 187h343v-63h-292l-49 -255q26 28 63.5 43.5t82.5 15.5z" /> + <glyph glyph-name="five.lnum" horiz-adv-x="564" +d="M287 451q49 0 91 -16.5t73 -46.5t49 -71.5t18 -91.5q0 -53 -19.5 -96t-52.5 -74t-78 -48t-96 -17q-76 0 -136 37t-91 100l45 34q28 -50 76.5 -79.5t106.5 -29.5q37 0 69 12.5t56 35t37.5 54.5t13.5 70q0 37 -13 67.5t-36 52.5t-54 34.5t-67 12.5q-46 0 -88 -21t-68 -59 +h-63q1 6 5 26.5t10 50t13 64.5t14 71q17 84 37 187h343v-63h-292l-49 -255q26 29 63.5 44t82.5 15z" /> + <glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="876" +d="M835 111q0 -26 -13 -47.5t-35 -36.5t-51.5 -23.5t-62.5 -8.5q-35 0 -64 9.5t-50 25.5t-33 37.5t-12 45.5q0 19 8 35.5t21 29t29.5 21.5t33.5 15q-30 11 -53 31.5t-23 51.5q0 24 13 43t33.5 32t46.5 20t52 7t52 -7t46.5 -20t33 -31.5t12.5 -42.5q0 -31 -22.5 -52 +t-54.5 -32q40 -13 66.5 -39t26.5 -64zM790 116q0 18 -10.5 32.5t-27 24.5t-37 15.5t-41.5 5.5t-42 -5.5t-37 -16t-26 -25t-10 -32.5t10.5 -32t27 -24t37.5 -15t41 -5q21 0 42 5.5t37 15.5t26 24t10 32zM575 293q0 -15 9 -26.5t23 -19.5t32 -12t35 -4q18 0 36 4.5t32.5 12.5 +t23.5 19.5t9 26.5t-8.5 26.5t-23 19.5t-32.5 12.5t-37 4.5q-20 0 -37.5 -4.5t-31.5 -13t-22 -20t-8 -26.5zM198 585q32 0 60 -9.5t48.5 -26t32 -39.5t11.5 -51q0 -30 -12.5 -54.5t-34.5 -42t-51.5 -27t-63.5 -9.5q-49 0 -88.5 20t-59.5 55l30 25q18 -26 49.5 -42t71.5 -16 +q48 0 80.5 24.5t32.5 66.5q0 22 -10 39t-25.5 28t-35.5 17t-40 6q-30 0 -58 -13t-44 -34h-42q4 18 12 51.5t16.5 69t15.5 65.5t9 42h223v-44h-189l-33 -131q36 30 95 30zM136 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="fivesuperior" unicode="⁵" horiz-adv-x="377" +d="M191 585q32 0 60 -9.5t48.5 -26t32 -39.5t11.5 -51q0 -30 -12.5 -54.5t-34.5 -42t-51.5 -27t-63.5 -9.5q-49 0 -88.5 20t-59.5 55l30 25q18 -26 49.5 -42t71.5 -16q48 0 80.5 24.5t32.5 66.5q0 22 -10 39t-25.5 28t-35.5 17t-40 6q-30 0 -58 -13t-44 -34h-42 +q4 18 12 51.5t16.5 69t15.5 65.5t9 42h223v-44h-189l-33 -131q36 30 95 30z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="154" +d="M-216 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="fiveinferior" unicode="₅" horiz-adv-x="376" +d="M190 254q32 0 60 -9t48.5 -26t32 -40.5t11.5 -51.5q0 -29 -12.5 -53.5t-34.5 -42t-51.5 -27t-63.5 -9.5q-49 0 -88.5 20.5t-59.5 53.5l30 26q18 -26 49.5 -42t71.5 -16q48 0 80.5 25t32.5 66q0 22 -10 39t-25.5 28t-35.5 17t-40 6q-30 0 -58 -13t-44 -34h-42 +q4 18 12 51.5t16.5 69t15.5 65.5t9 42h223v-44h-189l-33 -130q17 14 41.5 21.5t53.5 7.5z" /> + <glyph glyph-name="florin" unicode="ƒ" horiz-adv-x="526" +d="M145 -181q-33 0 -62 9t-52 30l33 46q16 -14 35 -19t38 -5q18 0 34.5 7t29.5 19.5t21 29.5t8 37v433h-72v54h72v75q0 96 41 150.5t112 54.5q30 0 59.5 -9t50.5 -24l-21 -49q-14 11 -34.5 17t-41.5 6q-48 0 -73 -37t-25 -107v-77h144v-54h-144v-431q0 -35 -13 -63.5 +t-34.5 -49t-49 -32t-56.5 -11.5z" /> + <glyph glyph-name="four" unicode="4" horiz-adv-x="542" +d="M355 -127v178h-334v60l355 460h47v-458h88v-62h-88v-178h-68zM93 113h268v351z" /> + <glyph glyph-name="four.lnum" horiz-adv-x="567" +d="M374 0v190h-349v61l370 459h47v-458h88v-62h-88v-190h-68zM98 252h282v352z" /> + <glyph glyph-name="fourinferior" unicode="₄" horiz-adv-x="384" +d="M252 0v103h-228v42l242 254h31v-252h57v-44h-57v-103h-45zM72 147h181v191z" /> + <glyph glyph-name="foursuperior" unicode="⁴" horiz-adv-x="384" +d="M252 331v103h-228v42l242 254h31v-253h57v-43h-57v-103h-45zM72 477h181v192z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="616" +d="M284 -7q-54 0 -98.5 22.5t-77 59.5t-50.5 85t-18 99q0 54 17.5 103.5t49.5 86.5t76.5 59t98.5 22q67 0 116 -33.5t84 -84.5v109h61v-523q0 -54 -20.5 -95.5t-55 -69.5t-81.5 -42t-99 -14q-89 0 -144 32t-89 86l42 33q31 -50 82 -73.5t109 -23.5q38 0 72.5 10.5t60 31 +t40.5 52t15 73.5v103q-31 -50 -82.5 -79t-108.5 -29zM303 50q30 0 59 11t52.5 29.5t39.5 41.5t21 47v161q-11 28 -30.5 52t-43.5 41t-51.5 27t-55.5 10q-44 0 -78 -18.5t-58 -48.5t-36.5 -68t-12.5 -77q0 -42 15 -80t41 -66.5t61.5 -45t76.5 -16.5z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="616" +d="M284 -7q-54 0 -98.5 22.5t-77 59.5t-50.5 85t-18 99q0 54 17.5 103.5t49.5 86.5t76.5 59t98.5 22q67 0 116 -33.5t84 -84.5v109h61v-523q0 -54 -20.5 -95.5t-55 -69.5t-81.5 -42t-99 -14q-89 0 -144 32t-89 86l42 33q31 -50 82 -73.5t109 -23.5q38 0 72.5 10.5t60 31 +t40.5 52t15 73.5v103q-31 -50 -82.5 -79t-108.5 -29zM303 50q30 0 59 11t52.5 29.5t39.5 41.5t21 47v161q-11 28 -30.5 52t-43.5 41t-51.5 27t-55.5 10q-44 0 -78 -18.5t-58 -48.5t-36.5 -68t-12.5 -77q0 -42 15 -80t41 -66.5t61.5 -45t76.5 -16.5zM326 664q21 0 37.5 19 +t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="616" +d="M202 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM284 -7q-54 0 -98.5 22.5t-77 59.5t-50.5 85t-18 99q0 54 17.5 103.5t49.5 86.5t76.5 59t98.5 22q67 0 116 -33.5t84 -84.5v109h61v-523q0 -54 -20.5 -95.5t-55 -69.5t-81.5 -42t-99 -14q-89 0 -144 32t-89 86l42 33 +q31 -50 82 -73.5t109 -23.5q38 0 72.5 10.5t60 31t40.5 52t15 73.5v103q-31 -50 -82.5 -79t-108.5 -29zM303 50q30 0 59 11t52.5 29.5t39.5 41.5t21 47v161q-11 28 -30.5 52t-43.5 41t-51.5 27t-55.5 10q-44 0 -78 -18.5t-58 -48.5t-36.5 -68t-12.5 -77q0 -42 15 -80 +t41 -66.5t61.5 -45t76.5 -16.5z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="616" +d="M332 620l-45 17l59 93h72zM284 -7q-54 0 -98.5 22.5t-77 59.5t-50.5 85t-18 99q0 54 17.5 103.5t49.5 86.5t76.5 59t98.5 22q67 0 116 -33.5t84 -84.5v109h61v-523q0 -54 -20.5 -95.5t-55 -69.5t-81.5 -42t-99 -14q-89 0 -144 32t-89 86l42 33q31 -50 82 -73.5t109 -23.5 +q38 0 72.5 10.5t60 31t40.5 52t15 73.5v103q-31 -50 -82.5 -79t-108.5 -29zM303 50q30 0 59 11t52.5 29.5t39.5 41.5t21 47v161q-11 28 -30.5 52t-43.5 41t-51.5 27t-55.5 10q-44 0 -78 -18.5t-58 -48.5t-36.5 -68t-12.5 -77q0 -42 15 -80t41 -66.5t61.5 -45t76.5 -16.5z +" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="616" +d="M284 -7q-54 0 -98.5 22.5t-77 59.5t-50.5 85t-18 99q0 54 17.5 103.5t49.5 86.5t76.5 59t98.5 22q67 0 116 -33.5t84 -84.5v109h61v-523q0 -54 -20.5 -95.5t-55 -69.5t-81.5 -42t-99 -14q-89 0 -144 32t-89 86l42 33q31 -50 82 -73.5t109 -23.5q38 0 72.5 10.5t60 31 +t40.5 52t15 73.5v103q-31 -50 -82.5 -79t-108.5 -29zM303 50q30 0 59 11t52.5 29.5t39.5 41.5t21 47v161q-11 28 -30.5 52t-43.5 41t-51.5 27t-55.5 10q-44 0 -78 -18.5t-58 -48.5t-36.5 -68t-12.5 -77q0 -42 15 -80t41 -66.5t61.5 -45t76.5 -16.5zM294 633v97h62v-97h-62z +" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="551" +d="M236 57q93 1 149 39t56 115q0 35 -12 64t-34 49.5t-53 32t-68 11.5h-18v62h17q54 0 88 31.5t34 82.5q0 27 -10 47.5t-27 34.5t-39.5 21t-47.5 7q-33 0 -58 -11.5t-41.5 -32t-25 -47.5t-8.5 -58v-505h-65v515q0 44 15 80.5t41.5 63t63 41t80.5 14.5q40 0 74 -12t59 -33 +t39.5 -50.5t14.5 -64.5q0 -27 -8.5 -52t-23 -45t-33.5 -34.5t-41 -19.5q75 -16 116 -69.5t41 -126.5q0 -51 -20 -89.5t-56 -65.5t-86.5 -41.5t-112.5 -16.5v63z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="506" +d="M473 239l-420 -250v75l321 195l-321 196v73l420 -252v-37z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="578" +d="M44 276l249 178v-59l-193 -136l193 -134v-59l-249 173v37zM265 276l248 178v-59l-192 -136l192 -134v-59l-248 173v37z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="578" +d="M533 239l-248 -173v59l192 134l-192 136v59l248 -178v-37zM312 239l-248 -173v59l193 134l-193 136v59l248 -178v-37z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="357" +d="M44 276l249 178v-59l-193 -136l193 -134v-59l-249 173v37z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="357" +d="M312 239l-248 -173v59l193 134l-193 136v59l248 -178v-37z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="579" +d="M511 0h-68v291q0 89 -30.5 133t-89.5 44q-29 0 -57.5 -11.5t-53.5 -31.5t-43.5 -47t-27.5 -59v-319h-68v730h68v-327q32 59 87 93t118 34q45 0 76.5 -16.5t51 -46t28.5 -71t9 -91.5v-305z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="579" +d="M511 0h-68v291q0 89 -30.5 133t-89.5 44q-29 0 -57.5 -11.5t-53.5 -31.5t-43.5 -47t-27.5 -59v-319h-68v617h-61v46h61v67h68v-67h123v-46h-123v-214q32 59 87 93t118 34q45 0 76.5 -16.5t51 -46t28.5 -71t9 -91.5v-305z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="579" +d="M218 644l93 84h47l94 -84l-37 -21l-80 63l-81 -63zM511 0h-68v291q0 89 -30.5 133t-89.5 44q-29 0 -57.5 -11.5t-53.5 -31.5t-43.5 -47t-27.5 -59v-319h-68v730h68v-327q32 59 87 93t118 34q45 0 76.5 -16.5t51 -46t28.5 -71t9 -91.5v-305z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="423" +d="M66 241v63h291v-63h-291z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="214" +d="M73 0v521h68v-521h-68zM73 630v100h68v-100h-68z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="214" +d="M113 620l-45 17l59 93h72zM73 0v521h68v-521h-68z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="214" +d="M73 0v521h68v-521h-68zM107 664q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="214" +d="M-16 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM73 0v521h68v-521h-68z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="214" +d="M4 633v94h58v-94h-58zM153 633v94h58v-94h-58zM73 0v521h68v-521h-68z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="214" +d="M73 0v521h68v-521h-68zM14 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="428" +d="M73 0v521h68v-521h-68zM73 630v100h68v-100h-68zM202 -181q-33 0 -62 9t-52 30l33 46q16 -14 35 -19t38 -5q18 0 34.5 7t29.5 19.5t21 29.5t8 37v548h68v-544q0 -35 -13 -64t-34.5 -50t-49 -32.5t-56.5 -11.5zM287 630v100h68v-100h-68z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="214" +d="M-12 -181q-33 0 -62 9t-52 30l33 46q16 -14 35 -19t38 -5q18 0 34.5 7t29.5 19.5t21 29.5t8 37v548h68v-544q0 -35 -13 -64t-34.5 -50t-49 -32.5t-56.5 -11.5zM73 630v100h68v-100h-68z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="214" +d="M73 0v521h68v-521h-68zM-37 663v47h289v-47h-289z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="215" +d="M93 -175q-37 8 -56 27.5t-19 45.5q0 25 18 50t57 52h-19v521h68v-521q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44zM74 630v100h68v-100h-68z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="214" +d="M73 0v521h68v-521h-68zM169 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20 +t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="j.alt" horiz-adv-x="214" +d="M73 517h68v-730h-68v730zM73 721h68v-91h-68v91z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="214" +d="M-12 -181q-33 0 -62 9t-52 30l33 46q16 -14 35 -19t38 -5q18 0 34.5 7t29.5 19.5t21 29.5t8 37v548h68v-544q0 -35 -13 -64t-34.5 -50t-49 -32.5t-56.5 -11.5zM-16 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63z" /> + <glyph glyph-name="k" unicode="k" horiz-adv-x="527" +d="M445 0l-192 267l-112 -104v-163h-68v730h68v-496l293 286h77l-213 -213l221 -307h-74z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" horiz-adv-x="527" +d="M224 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM445 0l-192 267l-112 -104v-163h-68v730h68v-496l293 286h77l-213 -213l221 -307h-74z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" horiz-adv-x="527" +d="M445 0l-192 267l-112 -104v-163h-68v521h68v-287l293 286h77l-213 -213l221 -307h-74z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="264" +d="M76 730h68v-612q0 -29 16 -45.5t45 -16.5q11 0 26 3t28 8l12 -55q-19 -8 -46.5 -13t-47.5 -5q-47 0 -74 26.5t-27 74.5v635z" /> + <glyph glyph-name="l.alt" horiz-adv-x="226" +d="M79 730h68v-730h-68v730z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="264" +d="M109 773l-45 17l59 93h72zM76 730h68v-612q0 -29 16 -45.5t45 -16.5q11 0 26 3t28 8l12 -55q-19 -8 -46.5 -13t-47.5 -5q-47 0 -74 26.5t-27 74.5v635z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="264" +d="M235 620l-45 17l59 93h72zM76 730h68v-612q0 -29 16 -45.5t45 -16.5q11 0 26 3t28 8l12 -55q-19 -8 -46.5 -13t-47.5 -5q-47 0 -74 26.5t-27 74.5v635z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="264" +d="M122 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM76 730h68v-612q0 -29 16 -45.5t45 -16.5q11 0 26 3t28 8l12 -55q-19 -8 -46.5 -13t-47.5 -5q-47 0 -74 26.5t-27 74.5v635z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="313" +d="M76 730h68v-612q0 -29 16 -45.5t45 -16.5q11 0 26 3t28 8l12 -55q-19 -8 -46.5 -13t-47.5 -5q-47 0 -74 26.5t-27 74.5v635zM238 263v112h58v-112h-58z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="506" +d="M34 276l419 252v-73l-321 -196l321 -195v-75l-419 250v37z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="589" +d="M518 364v-238h-60v176h-379v62h439z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="284" +d="M93 339l-64 -50l-23 39l87 69v333h68v-280l89 71l23 -39l-112 -89v-275q0 -29 16 -45.5t45 -16.5q11 0 26 3t28 8l12 -55q-19 -8 -46.5 -13t-47.5 -5q-47 0 -74 26.5t-27 74.5v244z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="916" +d="M848 0h-68v291q0 91 -28.5 134t-86.5 43q-30 0 -56.5 -11t-49 -31t-39.5 -47.5t-26 -60.5v-318h-68v291q0 93 -28 135t-86 42q-59 0 -105 -41t-66 -108v-319h-68v521h62v-118q32 60 84 93.5t115 33.5q66 0 106 -37t48 -97q73 134 202 134q43 0 73.5 -16t49 -45.5t27 -71 +t8.5 -92.5v-305z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="544" +d="M70 267v56h403v-56h-403z" /> + <glyph glyph-name="mu" unicode="µ" horiz-adv-x="598" +d="M80 521h68v-294q0 -177 123 -177q30 0 58.5 10t53 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-10 -2 -16.5 -2.5t-12.5 -0.5q-23 0 -39 14t-16 35v72q-14 -27 -35 -50t-47 -40.5t-56 -27.5t-61 -10q-49 0 -79 23.5t-44 61.5v-287h-65v733z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="462" +d="M396 151l-44 -43l-121 121l-122 -121l-43 44l121 120l-120 121l44 43l120 -120l120 121l43 -44l-120 -121z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="579" +d="M511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="579" +d="M301 620l-45 17l59 93h72zM511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305z" /> + <glyph glyph-name="napostrophe" unicode="ʼn" horiz-adv-x="579" +d="M40 620l-45 17l38 59v34h94zM511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="579" +d="M209 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="579" +d="M237 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305z" /> + <glyph glyph-name="ndotaccent" unicode="ṅ" horiz-adv-x="579" +d="M263 633v97h62v-97h-62zM511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305z" /> + <glyph glyph-name="nine" unicode="9" horiz-adv-x="589" +d="M38 327q0 51 19.5 95.5t53 77.5t79.5 52t99 19q56 0 103 -20.5t80.5 -58.5t52.5 -93.5t19 -124.5q0 -108 -19 -188.5t-53.5 -134t-82.5 -79.5t-107 -26q-70 0 -126 35t-85 97l44 40q20 -51 66 -81.5t102 -30.5q44 0 80 21t61.5 60.5t40 97t14.5 131.5q-22 -59 -75.5 -94 +t-121.5 -35q-51 0 -95.5 18.5t-77.5 51t-52 76.5t-19 94zM288 511q-38 0 -71.5 -14.5t-59 -39.5t-40 -58.5t-14.5 -71.5t15 -71.5t40 -58.5t58.5 -39.5t71.5 -14.5t72 14.5t59.5 39.5t40 58.5t14.5 71.5q0 37 -15 70.5t-40.5 59t-59 40t-71.5 14.5z" /> + <glyph glyph-name="nine.lnum" horiz-adv-x="606" +d="M44 471q0 51 19.5 95.5t53.5 77.5t80 52t99 19q56 0 103 -20t80.5 -58.5t52.5 -93.5t19 -124q0 -109 -19 -189.5t-53.5 -134t-82.5 -79.5t-107 -26q-70 0 -126 35t-85 98l43 39q21 -51 66.5 -81t102.5 -30q44 0 80 20.5t61.5 60.5t40 97t14.5 131q-23 -59 -76.5 -94 +t-120.5 -35q-51 0 -96 19t-78 51.5t-52 76t-19 93.5zM295 656q-38 0 -71.5 -14.5t-59 -40t-40 -59t-14.5 -70.5q0 -38 15 -71.5t40.5 -59t59 -40t71.5 -14.5t71.5 14.5t59 40t40 58.5t14.5 71q0 37 -15 71t-40.5 59t-59 40t-71.5 15z" /> + <glyph glyph-name="nineinferior" unicode="₉" horiz-adv-x="405" +d="M34 265q0 28 12.5 53t35 44t52 29.5t64.5 10.5q74 0 120.5 -45t46.5 -126q0 -119 -47 -177.5t-125 -58.5q-45 0 -82 18.5t-55 52.5l28 29q14 -26 43.5 -42t66.5 -16q57 0 92.5 41.5t35.5 116.5q-7 -15 -20 -27t-30 -20.5t-37 -13t-40 -4.5q-34 0 -63.5 10.5t-51 28.5 +t-34 42.5t-12.5 53.5zM197 361q-24 0 -46 -7.5t-38.5 -21t-26 -31t-9.5 -36.5q0 -20 10 -37t26.5 -30t38.5 -20.5t46 -7.5q25 0 47 7.5t38.5 20.5t26 30t9.5 37q0 19 -10 36.5t-26.5 31t-38.5 21t-47 7.5z" /> + <glyph glyph-name="ninesuperior" unicode="⁹" horiz-adv-x="405" +d="M34 592q0 29 12.5 54t35 44t52 29.5t64.5 10.5q74 0 120.5 -45t46.5 -126q0 -120 -47 -178.5t-125 -58.5q-45 0 -82 19t-55 53l28 28q14 -26 43.5 -42t66.5 -16q57 0 92.5 41.5t35.5 117.5q-7 -15 -20 -27t-30 -20.5t-37 -13.5t-40 -5q-34 0 -63.5 10.5t-51 29t-34 43 +t-12.5 52.5zM197 689q-24 0 -46 -7.5t-38.5 -21t-26 -31t-9.5 -36.5q0 -20 10 -37t26.5 -30.5t38.5 -21t46 -7.5q25 0 47 7.5t38.5 20.5t26 30.5t9.5 36.5t-10 37t-26.5 31t-38.5 21t-47 8z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="579" +d="M511 0h-68v291q0 93 -27 135t-84 42q-30 0 -60 -11t-56 -31t-45.5 -47.5t-29.5 -59.5v-319h-68v521h62v-118q16 28 39.5 51.5t52.5 40.5t61.5 26t67.5 9q44 0 73.5 -16t47.5 -45t26 -71t8 -93v-305zM356 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7 +t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="684" +d="M645 457h-130l-47 -196h134v-54h-147l-50 -207h-58l51 207h-189l-50 -207h-58l52 207h-113v54h125l48 196h-131v51h144l48 202h58l-50 -202h189l49 202h58l-50 -202h117v-51zM411 261l48 196h-190l-47 -196h189z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="595" +d="M298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5 +t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="595" +d="M304 620l-45 17l59 93h72zM298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16 +t73.5 16.5t60.5 45t41 66.5t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="595" +d="M298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5 +t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5zM298 664q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="595" +d="M174 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66 +t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="595" +d="M194 633v94h58v-94h-58zM343 633v94h58v-94h-58zM298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66 +t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="1036" +d="M297 -10q-55 0 -102 21t-81.5 57t-54 85t-19.5 105q0 57 20 107t54.5 86.5t82 57.5t101.5 21q77 0 136.5 -44.5t86.5 -120.5q28 78 86.5 121.5t139.5 43.5q55 0 100.5 -19.5t79 -54.5t54 -85t24.5 -111v-12.5t-1 -11.5h-445q3 -41 20 -76.5t44 -61.5t62 -41t74 -15 +q27 0 52.5 7t47 19t37.5 29.5t24 38.5l57 -16q-13 -29 -35.5 -53t-52 -41t-63.5 -26.5t-70 -9.5q-38 0 -73 11.5t-65 33t-55 51.5t-41 67q-33 -76 -91.5 -119.5t-133.5 -43.5zM298 50q40 0 74.5 16t60 44.5t40 66.5t14.5 82t-14.5 82.5t-40 67t-60 45t-73.5 16.5t-74 -16.5 +t-60.5 -45.5t-40.5 -68t-15 -83t14.5 -82t40 -65.5t60 -43.5t74.5 -16zM939 282q-3 43 -19.5 78.5t-42.5 61.5t-60 40.5t-72 14.5t-71.5 -14.5t-58 -40.5t-40 -62t-17.5 -78h381z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="595" +d="M298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5 +t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5zM205 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="595" +d="M234 620l-37 17l57 93h64zM360 620l-38 17l57 93h64zM298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5 +t40 -66t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="595" +d="M154 663v47h289v-47h-289zM298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16 +t73.5 16.5t60.5 45t41 66.5t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="one" unicode="1" horiz-adv-x="428" +d="M406 62v-62h-339v62h142v428q-9 -12 -28 -26t-42.5 -26t-48.5 -20t-44 -8v66q23 0 50.5 13t52 30t41.5 32t19 20h70v-509h127z" /> + <glyph glyph-name="one.lnum" horiz-adv-x="415" +d="M395 62v-62h-331v62h135v581q-8 -12 -26.5 -26.5t-41 -28t-46.5 -22.5t-44 -9v64q17 0 35.5 7t36 17.5t33 23t27 23.5t18.5 18.5t8 8.5h69v-657h127z" /> + <glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="865" +d="M824 111q0 -26 -13 -47.5t-35 -36.5t-51.5 -23.5t-62.5 -8.5q-35 0 -64 9.5t-50 25.5t-33 37.5t-12 45.5q0 19 8 35.5t21 29t29.5 21.5t33.5 15q-30 11 -53 31.5t-23 51.5q0 24 13 43t33.5 32t46.5 20t52 7t52 -7t46.5 -20t33 -31.5t12.5 -42.5q0 -31 -22.5 -52 +t-54.5 -32q40 -13 66.5 -39t26.5 -64zM779 116q0 18 -10.5 32.5t-27 24.5t-37 15.5t-41.5 5.5t-42 -5.5t-37 -16t-26 -25t-10 -32.5t10.5 -32t27 -24t37.5 -15t41 -5q21 0 42 5.5t37 15.5t26 24t10 32zM564 293q0 -15 9 -26.5t23 -19.5t32 -12t35 -4q18 0 36 4.5t32.5 12.5 +t23.5 19.5t9 26.5t-8.5 26.5t-23 19.5t-32.5 12.5t-37 4.5q-20 0 -37.5 -4.5t-31.5 -13t-22 -20t-8 -26.5zM264 371v-45h-202v45h81v309q-5 -6 -16 -14.5t-24.5 -16t-28 -13t-26.5 -5.5v45q16 0 32.5 8t30.5 18t23 19t9 10h46v-360h75zM115 27l280 340l271 347l35 -30 +l-278 -340l-273 -348z" /> + <glyph glyph-name="onesuperior" unicode="¹" horiz-adv-x="272" +d="M250 371v-45h-202v45h81v309q-5 -6 -16 -14.5t-24.5 -16t-28 -13t-26.5 -5.5v45q16 0 32.5 8t30.5 18t23 19t9 10h46v-360h75z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="869" +d="M520 0q0 39 7.5 67.5t23 50.5t38.5 38t54 28q22 9 45.5 17t43 19.5t32 27t12.5 38.5q0 31 -24.5 53t-74.5 22q-24 0 -44 -5.5t-35 -14t-26.5 -18.5t-18.5 -18l-29 32q4 5 16 16t31.5 22.5t47.5 20t64 8.5q71 0 106.5 -34t35.5 -85q0 -31 -14 -52t-34.5 -35t-44 -23 +t-43.5 -15q-33 -11 -54.5 -25t-34 -30t-18 -32t-5.5 -29h249v-44h-306zM265 371v-45h-202v45h81v309q-5 -6 -16 -14.5t-24.5 -16t-28 -13t-26.5 -5.5v45q16 0 32.5 8t30.5 18t23 19t9 10h46v-360h75zM101 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="twoinferior" unicode="₂" horiz-adv-x="392" +d="M36 0q0 39 7.5 67.5t23.5 50.5t39.5 38t55.5 28q23 9 47 17t44 19.5t33 27t13 38.5q0 31 -25.5 53t-76.5 22q-25 0 -45 -5.5t-36 -14t-27.5 -18.5t-18.5 -18l-30 32q4 5 16.5 16t32.5 22.5t48.5 20t65.5 8.5q73 0 109.5 -34t36.5 -85q0 -31 -14 -52t-35 -35t-45.5 -23 +t-45.5 -15q-33 -11 -55.5 -25t-35.5 -30t-18.5 -32t-5.5 -29h256v-44h-314z" /> + <glyph glyph-name="oneinferior" unicode="₁" horiz-adv-x="286" +d="M265 44v-44h-217v44h89v309q-6 -7 -17.5 -15t-26.5 -15.5t-30.5 -12.5t-28.5 -5v44q17 0 35 8.5t33 18.5t25 19t10 10h45v-361h83z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="830" +d="M689 0v103h-228v42l242 254h31v-252h57v-44h-57v-103h-45zM509 147h181v191zM262 371v-45h-202v45h81v309q-5 -6 -16 -14.5t-24.5 -16t-28 -13t-26.5 -5.5v45q16 0 32.5 8t30.5 18t23 19t9 10h46v-360h75zM134 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="onethird" unicode="⅓" horiz-adv-x="867" +d="M664 -5q-63 0 -105 23.5t-50 65.5l27 28q1 -12 11 -25t27 -23.5t40 -17.5t50 -7q49 0 82.5 19.5t33.5 51.5q0 35 -40 55t-109 20h-23v40h23q63 0 99 16.5t36 50.5q0 16 -8.5 29t-23 22.5t-34 14.5t-40.5 5q-42 0 -71.5 -15.5t-44.5 -40.5l-31 34q18 29 58.5 46t88.5 17 +q33 0 61 -8.5t49 -23t32.5 -34.5t11.5 -43q0 -69 -91 -89q48 -7 75.5 -35.5t27.5 -66.5q0 -26 -13 -46t-35.5 -34t-51.5 -21.5t-62 -7.5zM265 371v-45h-202v45h81v309q-5 -6 -16 -14.5t-24.5 -16t-28 -13t-26.5 -5.5v45q16 0 32.5 8t30.5 18t23 19t9 10h46v-360h75zM103 27 +l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="threeinferior" unicode="₃" horiz-adv-x="392" +d="M191 -5q-63 0 -105 23.5t-50 65.5l27 28q1 -12 11 -25t27 -23.5t40 -17.5t50 -7q49 0 82.5 19.5t33.5 51.5q0 35 -40 55t-109 20h-23v40h23q63 0 99 16.5t36 50.5q0 16 -8.5 29t-23 22.5t-34 14.5t-40.5 5q-42 0 -71.5 -15.5t-44.5 -40.5l-31 34q18 29 58.5 46t88.5 17 +q33 0 61 -8.5t49 -23t32.5 -34.5t11.5 -43q0 -69 -91 -89q48 -7 75.5 -35.5t27.5 -66.5q0 -26 -13 -46t-35.5 -34t-51.5 -21.5t-62 -7.5z" /> + <glyph glyph-name="oogonek" unicode="ǫ" horiz-adv-x="597" +d="M290 -181q-37 8 -56 27.5t-19 45.5q0 24 16.5 48t53.5 50q-54 3 -99.5 25.5t-77.5 59t-50 84t-18 100.5q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -50 -16.5 -95t-45.5 -81t-69.5 -59.5t-89.5 -30.5q-44 -28 -62 -49t-18 -43 +q0 -37 52 -44zM110 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="434" +d="M166 346q-25 0 -47 8.5t-38 23.5t-25 35t-9 43q0 24 11 44t31 34.5t47 22.5t60 8q28 0 54.5 -4.5t47.5 -13.5v28q0 43 -25.5 68t-70.5 25q-52 0 -114 -41l-20 37q70 46 139 46q70 0 110 -36.5t40 -104.5v-143q0 -21 19 -22v-52q-7 -1 -12.5 -1.5t-10.5 -0.5 +q-20 0 -32.5 9.5t-13.5 26.5l-1 25q-25 -32 -61.5 -48.5t-78.5 -16.5zM182 391q21 0 41.5 6t37 15.5t27 22t10.5 25.5v52q-21 9 -45 12.5t-47 3.5q-46 0 -74.5 -18.5t-28.5 -49.5q0 -29 22.5 -49t56.5 -20z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="448" +d="M224 346q-40 0 -73 15t-57 40t-37 58t-13 69q0 37 13 70t37 58t57 39.5t73 14.5t73 -14.5t57 -39.5t37 -58t13 -70q0 -36 -13 -69t-37 -58t-57 -40t-73 -15zM104 527q0 -27 9.5 -51t25.5 -41.5t38 -27.5t47 -10t46.5 10.5t38 28.5t26 42t9.5 51t-9.5 51t-26 41t-38 27 +t-46.5 10t-46.5 -10t-38 -27.5t-26 -41.5t-9.5 -52z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="595" +d="M132 50q-44 38 -68.5 92t-24.5 117q0 55 19.5 104t54 86t82 59t103.5 22q38 0 71.5 -10t62.5 -28l23 31h47l-40 -54q45 -38 70 -92.5t25 -117.5q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5q-39 0 -73.5 10t-63.5 28l-22 -29h-46zM109 258q0 -48 17 -88t46 -69 +l224 338q-22 14 -47 22.5t-51 8.5q-39 0 -73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5zM297 50q39 0 73.5 16.5t60.5 45t41 66.5t15 82q0 47 -17.5 87.5t-46.5 69.5l-224 -337q44 -30 98 -30z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="595" +d="M132 50q-44 38 -68.5 92t-24.5 117q0 55 19.5 104t54 86t82 59t103.5 22q38 0 71.5 -10t62.5 -28l23 31h47l-40 -54q45 -38 70 -92.5t25 -117.5q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5q-39 0 -73.5 10t-63.5 28l-22 -29h-46zM109 258q0 -48 17 -88t46 -69 +l224 338q-22 14 -47 22.5t-51 8.5q-39 0 -73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5zM297 50q39 0 73.5 16.5t60.5 45t41 66.5t15 82q0 47 -17.5 87.5t-46.5 69.5l-224 -337q44 -30 98 -30zM304 620l-45 17l59 93h72z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="595" +d="M298 -10q-57 0 -104.5 21.5t-82 58.5t-53.5 86t-19 103q0 55 19.5 104t54 86t82 59t103.5 22t103.5 -22t82 -59t54 -86t19.5 -104q0 -54 -19.5 -103t-54 -86t-82 -58.5t-103.5 -21.5zM109 258q0 -44 14.5 -81.5t40 -66t60 -44.5t73.5 -16t73.5 16.5t60.5 45t41 66.5 +t15 82q0 43 -15 81.5t-41 67t-60 45t-73 16.5t-73.5 -16.5t-60 -45.5t-40.5 -67.5t-15 -82.5zM360 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5 +t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="615" +d="M340 -10q-66 0 -117 33.5t-82 84.5v-321h-68v734h61v-101q32 49 83 79.5t111 30.5q54 0 99.5 -22.5t78.5 -60t51.5 -86.5t18.5 -101q0 -55 -17 -104t-48.5 -86t-75 -58.5t-95.5 -21.5zM321 50q42 0 76 18t58.5 47.5t37.5 67t13 77.5q0 42 -15 80t-41 67t-61.5 46 +t-76.5 17q-26 0 -54 -10.5t-53 -28t-42.5 -41t-21.5 -49.5v-160q12 -28 30.5 -52t42 -41.5t51 -27.5t56.5 -10z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="599" +d="M36 469q0 114 74 177.5t208 63.5h241v-54h-70v-736h-60v311h-74v-311h-59v311q-60 1 -108 17.5t-82 47.5t-52 74.5t-18 98.5zM95 471q0 -47 16 -81t43.5 -56.5t64 -34.5t77.5 -14v371q-98 -1 -149.5 -50.5t-51.5 -134.5zM429 656h-74v-371h74v371z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="268" +d="M44 346q0 51 11 100.5t30 98t44.5 97t54.5 97.5l52 -25q-21 -30 -43.5 -74t-41 -94t-31 -102.5t-12.5 -100.5q0 -78 34 -170.5t93 -182.5l-51 -27q-63 94 -101.5 190.5t-38.5 192.5z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="268" +d="M224 346q0 -96 -38.5 -192.5t-101.5 -190.5l-51 27q59 90 93 182.5t34 170.5q0 48 -12.5 100.5t-31.5 102.5t-41.5 94t-42.5 74l52 25q29 -49 54.5 -97.5t44.5 -97t30 -98t11 -100.5z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="724" +d="M194 433q-31 0 -58 11t-47.5 30.5t-32 45.5t-11.5 56t11.5 56t32 45.5t47.5 31t58 11.5t58.5 -11.5t47.5 -31t32 -45.5t12 -56t-12 -56t-32 -45.5t-47.5 -30.5t-58.5 -11zM194 472q21 0 39 8.5t31.5 23t21 33t7.5 39.5q0 22 -8 41t-22 33t-32 22t-37 8q-20 0 -38 -8.5 +t-31.5 -23t-21 -33t-7.5 -39.5t8 -40t21.5 -33.5t31 -22.5t37.5 -8zM530 -10q-31 0 -58 11t-47.5 30.5t-32 46t-11.5 56.5t11.5 56t32 45.5t47.5 30.5t58 11t58 -11t47.5 -30.5t32 -45.5t11.5 -56t-11.5 -56.5t-32 -46t-47.5 -30.5t-58 -11zM530 30q21 0 38.5 8.5t31 22.5 +t21 33t7.5 40t-8 40t-21.5 33.5t-31.5 22.5t-37 8q-21 0 -38.5 -8.5t-31 -23t-21 -33t-7.5 -39.5q0 -44 28.5 -74t69.5 -30zM69 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="189" +d="M66 0v98h58v-98h-58z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1070" +d="M199 433q-31 0 -58.5 11t-47.5 30.5t-32 45.5t-12 56t12 56t32 45.5t47.5 31t58.5 11.5t58 -11.5t47.5 -31t32 -45.5t11.5 -56t-11.5 -56t-32 -45.5t-47.5 -30.5t-58 -11zM199 472q20 0 38 8.5t31.5 23t21 33t7.5 39.5q0 22 -8 41t-21.5 33t-31.5 22t-37 8 +q-21 0 -39 -8.5t-31.5 -23t-21 -33t-7.5 -39.5t8 -40t21.5 -33.5t31.5 -22.5t38 -8zM534 -10q-31 0 -58 11t-47.5 30.5t-32 46t-11.5 56.5t11.5 56t32 45.5t47.5 30.5t58 11t58.5 -11t47.5 -30.5t32 -45.5t12 -56t-12 -56.5t-32 -46t-47.5 -30.5t-58.5 -11zM534 30 +q21 0 39 8.5t31.5 22.5t21 33t7.5 40t-8 40t-22 33.5t-32 22.5t-37 8q-20 0 -38 -8.5t-31.5 -23t-21 -33t-7.5 -39.5q0 -22 8 -41t21.5 -33t31 -22t37.5 -8zM887 -10q-31 0 -58.5 11t-47.5 30.5t-32 46t-12 56.5t12 56t32 45.5t47.5 30.5t58.5 11t58 -11t47.5 -30.5 +t32 -45.5t11.5 -56t-11.5 -56.5t-32 -46t-47.5 -30.5t-58 -11zM887 30q20 0 38 8.5t31.5 22.5t21 33t7.5 40t-8 40t-21.5 33.5t-31.5 22.5t-37 8q-21 0 -39 -8.5t-31.5 -23t-21 -33t-7.5 -39.5q0 -22 8 -41t21.5 -33t31.5 -22t38 -8zM73 27l280 340l271 347l35 -30 +l-278 -340l-273 -348z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="418" +d="M365 383v-56h-125v-135h-62v135h-125v56h125v135h62v-135h125z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="460" +d="M69 61v57h323v-57h-323zM392 393v-57h-131v-140h-62v140h-130v57h130v140h62v-140h131z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="615" +d="M275 -10q-53 0 -96.5 22.5t-74.5 60t-48 86t-17 101.5q0 54 19 103t52.5 86t79 59t97.5 22q61 0 112.5 -31.5t81.5 -79.5v102h61v-643q0 -28 24 -29v-59q-14 -3 -29 -3q-26 0 -44.5 18t-18.5 44v259q-38 -58 -88.5 -88t-110.5 -30zM296 50q31 0 57.5 10t49 26.5t40 39 +t31.5 47.5v161q-4 27 -21 51.5t-41.5 43.5t-53.5 30t-57 11q-42 0 -77.5 -18t-61 -47.5t-39.5 -67.5t-14 -78q0 -42 14 -80t38.5 -66.5t59 -45.5t75.5 -17z" /> + <glyph glyph-name="q.alt" horiz-adv-x="615" +d="M275 -10q-53 0 -96.5 22.5t-74.5 60t-48 86t-17 101.5q0 54 19 103t52.5 86t79 59t97.5 22q61 0 112.5 -31.5t81.5 -79.5v102h61v-734h-68v321q-38 -58 -88.5 -88t-110.5 -30zM296 50q31 0 57.5 10t49 26.5t40 39t31.5 47.5v161q-4 27 -21 51.5t-41.5 43.5t-53.5 30 +t-57 11q-42 0 -77.5 -18t-61 -47.5t-39.5 -67.5t-14 -78q0 -42 14 -80t38.5 -66.5t59 -45.5t75.5 -17z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="479" +d="M155 202q0 66 20.5 105t64.5 65q20 12 44 24.5t45 30.5t35.5 43t14.5 62q0 33 -11.5 57t-30.5 40.5t-43.5 24.5t-50.5 8q-54 0 -96.5 -29.5t-64.5 -72.5l-47 30q14 31 36 55t49.5 40.5t59 25t64.5 8.5q37 0 72 -11.5t62.5 -35.5t44 -60t16.5 -84q0 -40 -11.5 -67.5 +t-30.5 -47.5t-43.5 -34.5t-49.5 -28.5q-18 -10 -34 -20.5t-29 -27t-20.5 -40.5t-7.5 -60h-58zM156 0v107h59v-107h-59z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="472" +d="M320 304q0 -66 -20.5 -105t-64.5 -65q-20 -12 -44 -24.5t-45 -30.5t-35.5 -43t-14.5 -62q0 -33 11.5 -57t30.5 -40.5t43.5 -24.5t50.5 -8q54 0 96.5 29.5t64.5 72.5l47 -30q-14 -31 -36 -55t-49.5 -40.5t-59 -25t-64.5 -8.5q-37 0 -72 11.5t-62.5 35.5t-44 60t-16.5 84 +q0 40 11.5 67.5t30.5 47.5t43 34.5t50 28.5q18 10 34 20.5t29 27t20.5 40.5t7.5 60h58zM319 506v-107h-59v107h59z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="280" +d="M62 589v127h60v-127h-60zM158 589v127h59v-127h-59z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="322" +d="M55 -15q7 0 14 4t7 17v92h58v-102q0 -17 -7 -29t-18.5 -19.5t-25.5 -11t-28 -3.5v52zM172 -15q7 0 14 4t7 17v92h58v-102q0 -17 -7 -29t-18.5 -19.5t-25.5 -11t-28 -3.5v52z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="205" +d="M55 -15q7 0 14 4t7 17v92h58v-102q0 -17 -7 -29t-18.5 -19.5t-25.5 -11t-28 -3.5v52z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="326" +d="M137 546q-15 0 -29 3.5t-25 11t-18 20t-7 29.5v120h58v-111q0 -13 7 -17t14 -4v-52zM265 546q-15 0 -29 3.5t-25 11t-18 20t-7 29.5v120h58v-111q0 -13 7 -17t14 -4v-52z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="198" +d="M137 546q-15 0 -29 3.5t-25 11t-18 20t-7 29.5v120h58v-111q0 -13 7 -17t14 -4v-52z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="326" +d="M53 730q15 0 29 -3.5t25 -11t18 -20t7 -29.5v-120h-58v111q0 13 -7 17t-14 4v52zM181 730q15 0 29 -3.5t25 -11t18 -20t7 -29.5v-120h-58v111q0 13 -7 17t-14 4v52z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="198" +d="M53 730q15 0 29 -3.5t25 -11t18 -20t7 -29.5v-120h-58v111q0 13 -7 17t-14 4v52z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="170" +d="M55 604v112h60v-112h-60z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="351" +d="M333 461q-69 -2 -120 -38t-72 -99v-324h-68v521h64v-125q27 55 71 91.5t95 36.5h17t13 -1v-62z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="351" +d="M205 620l-45 17l59 93h72zM333 461q-69 -2 -120 -38t-72 -99v-324h-68v521h64v-125q27 55 71 91.5t95 36.5h17t13 -1v-62z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="351" +d="M114 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM333 461q-69 -2 -120 -38t-72 -99v-324h-68v521h64v-125q27 55 71 91.5t95 36.5h17t13 -1v-62z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="351" +d="M55 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM333 461q-69 -2 -120 -38t-72 -99v-324h-68v521h64v-125q27 55 71 91.5t95 36.5h17t13 -1v-62z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="838" +d="M418 -7q-79 0 -146.5 27.5t-116.5 76t-76.5 114.5t-27.5 144q0 77 27.5 143t76.5 114t116.5 75.5t146.5 27.5t147 -27.5t117 -75.5t77 -114t28 -143q0 -78 -28 -144t-77 -114.5t-117 -76t-147 -27.5zM418 25q70 0 131 24t106 67t70.5 103.5t25.5 134.5q0 70 -25 130 +t-69.5 104t-105.5 69t-133 25t-132.5 -25t-104.5 -69t-69 -103.5t-25 -129.5q0 -71 25 -131t69 -104.5t104.5 -69.5t132.5 -25zM266 580h191q29 0 53.5 -12.5t42.5 -33t28 -46t10 -51.5q0 -49 -28 -87.5t-74 -47.5l111 -175h-58l-106 168h-118v-168h-52v453zM457 341 +q41 0 62 27.5t21 68.5q0 42 -24.5 68.5t-62.5 26.5h-135v-191h139z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="487" +d="M248 -10q-61 0 -119 20t-100 58l31 46q44 -36 89.5 -54t97.5 -18q63 0 100.5 25.5t37.5 72.5q0 22 -10 36.5t-29.5 25.5t-49 19.5t-68.5 17.5q-45 11 -78 22t-54.5 25t-32 34.5t-10.5 51.5q0 39 15.5 69t42 49.5t62 29.5t75.5 10q60 0 109 -19.5t79 -51.5l-33 -40 +q-29 30 -70.5 45t-86.5 15q-27 0 -50 -5.5t-40.5 -17.5t-27.5 -30.5t-10 -43.5q0 -21 7 -34t23 -22.5t40.5 -17t59.5 -15.5q50 -12 88 -24t63.5 -28t38.5 -39t13 -56q0 -72 -55 -114t-148 -42z" /> + <glyph glyph-name="s_t" unicode="st" horiz-adv-x="808" +d="M801 25q-6 -3 -17.5 -8t-27 -10.5t-34 -9t-37.5 -3.5q-46 0 -78 24.5t-32 75.5v373h-73v54h73q0 56 -3.5 92.5t-13.5 58t-28.5 30t-48.5 8.5q-32 0 -53.5 -8t-35 -21.5t-19.5 -32t-6 -39.5q0 -28 7.5 -53.5t17 -46t18.5 -33.5t11 -16l-32 -40q-32 35 -71 47t-75 12 +q-25 0 -49 -5t-42.5 -16t-30 -29.5t-11.5 -45.5q0 -30 13.5 -47.5t34.5 -27.5t46 -14.5t49 -7.5q34 -5 70 -12t64.5 -22t47 -40.5t18.5 -67.5q0 -41 -17.5 -70t-46 -48t-64.5 -27.5t-73 -8.5q-65 0 -121.5 22t-94.5 54l30 47q88 -71 185 -71q24 0 49 5t45 16.5t32.5 30 +t12.5 45.5q0 29 -16 46t-39.5 27t-50.5 14t-49 7q-37 4 -70.5 11.5t-59.5 23t-41.5 40.5t-15.5 65q0 42 17 72t44.5 49t61.5 27.5t69 8.5q32 0 65.5 -7.5t58.5 -23.5q-13 28 -23 52t-10 59q0 28 8.5 52.5t27.5 43.5t50.5 30t78.5 11q52 0 81.5 -14.5t44 -43t18 -71 +t3.5 -97.5h118v-54h-118v-354q0 -29 18.5 -42.5t44.5 -13.5q13 0 25.5 3t23 6.5t18.5 7.5t11 6z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="487" +d="M252 620l-45 17l59 93h72zM248 -10q-61 0 -119 20t-100 58l31 46q44 -36 89.5 -54t97.5 -18q63 0 100.5 25.5t37.5 72.5q0 22 -10 36.5t-29.5 25.5t-49 19.5t-68.5 17.5q-45 11 -78 22t-54.5 25t-32 34.5t-10.5 51.5q0 39 15.5 69t42 49.5t62 29.5t75.5 10 +q60 0 109 -19.5t79 -51.5l-33 -40q-29 30 -70.5 45t-86.5 15q-27 0 -50 -5.5t-40.5 -17.5t-27.5 -30.5t-10 -43.5q0 -21 7 -34t23 -22.5t40.5 -17t59.5 -15.5q50 -12 88 -24t63.5 -28t38.5 -39t13 -56q0 -72 -55 -114t-148 -42z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="487" +d="M161 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM248 -10q-61 0 -119 20t-100 58l31 46q44 -36 89.5 -54t97.5 -18q63 0 100.5 25.5t37.5 72.5q0 22 -10 36.5t-29.5 25.5t-49 19.5t-68.5 17.5q-45 11 -78 22t-54.5 25t-32 34.5t-10.5 51.5q0 39 15.5 69t42 49.5 +t62 29.5t75.5 10q60 0 109 -19.5t79 -51.5l-33 -40q-29 30 -70.5 45t-86.5 15q-27 0 -50 -5.5t-40.5 -17.5t-27.5 -30.5t-10 -43.5q0 -21 7 -34t23 -22.5t40.5 -17t59.5 -15.5q50 -12 88 -24t63.5 -28t38.5 -39t13 -56q0 -72 -55 -114t-148 -42z" /> + <glyph glyph-name="schwa" unicode="ə" horiz-adv-x="587" +d="M290 -10q-57 0 -104.5 21.5t-82 58t-54.5 85.5t-20 104q0 5 0.5 13t1.5 12h445q-3 42 -19.5 77.5t-42 61t-59.5 40t-71 14.5q-52 0 -97 -25.5t-63 -67.5l-59 16q12 28 34 52t51 41t64 27t73 10q56 0 104 -21.5t83 -59t54.5 -87t19.5 -105.5q0 -55 -19 -103.5t-53.5 -85 +t-81.5 -57.5t-104 -21zM290 42q38 0 71.5 14.5t58.5 41t40 62t18 77.5h-382q3 -43 19 -78.5t42.5 -61.5t60.5 -40.5t72 -14.5z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="487" +d="M123 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM248 -10q-61 0 -119 20t-100 58l31 46q44 -36 89.5 -54t97.5 -18q63 0 100.5 25.5t37.5 72.5q0 22 -10 36.5t-29.5 25.5t-49 19.5t-68.5 17.5q-45 11 -78 22t-54.5 25t-32 34.5t-10.5 51.5q0 39 15.5 69t42 49.5 +t62 29.5t75.5 10q60 0 109 -19.5t79 -51.5l-33 -40q-29 30 -70.5 45t-86.5 15q-27 0 -50 -5.5t-40.5 -17.5t-27.5 -30.5t-10 -43.5q0 -21 7 -34t23 -22.5t40.5 -17t59.5 -15.5q50 -12 88 -24t63.5 -28t38.5 -39t13 -56q0 -72 -55 -114t-148 -42z" /> + <glyph glyph-name="section" unicode="§" horiz-adv-x="512" +d="M419 195q23 -14 34.5 -40.5t11.5 -61.5q0 -48 -19 -82t-48.5 -56t-66 -32.5t-70.5 -10.5q-32 0 -61 8t-54 21t-45.5 29t-35.5 33l44 42q72 -68 148 -68q26 0 50.5 7t44 21.5t31.5 35.5t12 49q0 29 -12.5 46t-31.5 26t-41 12t-41 5q-94 8 -144.5 46.5t-50.5 112.5 +q0 30 7.5 52.5t18.5 36.5q-21 15 -36 46t-15 69q0 39 16.5 70.5t44 54.5t64 35.5t77.5 12.5q64 0 108 -28.5t70 -66.5l-53 -25q-17 32 -53.5 45t-71.5 13q-26 0 -50.5 -7t-43 -21.5t-29.5 -35.5t-11 -49q0 -34 15.5 -53.5t36.5 -29t43.5 -12t36.5 -3.5q40 -2 76 -11 +t63.5 -26.5t44 -46t16.5 -69.5q0 -31 -8.5 -55.5t-21.5 -38.5zM140 329q0 -45 24.5 -64.5t59 -27.5t71 -10.5t60.5 -11.5q14 11 21.5 31t7.5 41q0 29 -12.5 47.5t-32 30t-43 16t-45.5 5.5q-23 1 -43 3t-43 11q-11 -11 -18 -29.5t-7 -41.5z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="212" +d="M79 420v98h58v-98h-58zM58 -15q7 0 14 4t7 17v92h58v-102q0 -17 -7 -29t-18.5 -19.5t-25.5 -11t-28 -3.5v52z" /> + <glyph glyph-name="seven" unicode="7" horiz-adv-x="550" +d="M429 520h-383v63h491l-359 -710h-78z" /> + <glyph glyph-name="seven.lnum" horiz-adv-x="522" +d="M415 647h-383v63h491l-359 -710h-77z" /> + <glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="856" +d="M817 111q0 -26 -13 -47.5t-35 -36.5t-51.5 -23.5t-62.5 -8.5q-35 0 -64 9.5t-50 25.5t-33 37.5t-12 45.5q0 19 8 35.5t21 29t29.5 21.5t33.5 15q-30 11 -53 31.5t-23 51.5q0 24 13 43t33.5 32t46.5 20t52 7t52 -7t46.5 -20t33 -31.5t12.5 -42.5q0 -31 -22.5 -52 +t-54.5 -32q40 -13 66.5 -39t26.5 -64zM772 116q0 18 -10.5 32.5t-27 24.5t-37 15.5t-41.5 5.5t-42 -5.5t-37 -16t-26 -25t-10 -32.5t10.5 -32t27 -24t37.5 -15t41 -5q21 0 42 5.5t37 15.5t26 24t10 32zM557 293q0 -15 9 -26.5t23 -19.5t32 -12t35 -4q18 0 36 4.5t32.5 12.5 +t23.5 19.5t9 26.5t-8.5 26.5t-23 19.5t-32.5 12.5t-37 4.5q-20 0 -37.5 -4.5t-31.5 -13t-22 -20t-8 -26.5zM71 27l280 340l271 347l35 -30l-278 -340l-273 -348zM294 686h-249v44h321l-235 -399h-51z" /> + <glyph glyph-name="sevensuperior" unicode="⁷" horiz-adv-x="352" +d="M276 686h-249v44h321l-235 -399h-51z" /> + <glyph glyph-name="seveninferior" unicode="₇" horiz-adv-x="352" +d="M277 355h-250v44h321l-235 -399h-51z" /> + <glyph glyph-name="six" unicode="6" horiz-adv-x="606" +d="M561 234q0 -51 -19.5 -95.5t-53 -77.5t-79.5 -52t-99 -19q-56 0 -103 20.5t-81 58.5t-52.5 93.5t-18.5 124.5q0 108 19 188.5t53.5 134t82.5 79.5t107 26q70 0 126 -35t85 -97l-44 -40q-20 51 -66 81.5t-102 30.5q-44 0 -80 -21t-61.5 -60.5t-40 -97.5t-14.5 -131 +q22 59 75.5 94t121.5 35q51 0 95.5 -18.5t77.5 -51t52 -76.5t19 -94zM311 50q38 0 71.5 14.5t59 39.5t40 58.5t14.5 71.5t-15 71.5t-40 58.5t-59 39.5t-71 14.5q-38 0 -72 -14.5t-59.5 -39.5t-40 -58.5t-14.5 -71.5t15 -71t40.5 -58.5t59 -40t71.5 -14.5z" /> + <glyph glyph-name="six.lnum" horiz-adv-x="606" +d="M561 234q0 -51 -19.5 -95.5t-53 -77.5t-79.5 -52t-99 -19q-56 0 -103 20.5t-81 58.5t-52.5 93.5t-18.5 124.5q0 108 19 188.5t53.5 134t82.5 79.5t107 26q70 0 126 -35t85 -97l-44 -40q-20 51 -66 81.5t-102 30.5q-44 0 -80 -21t-61.5 -60.5t-40 -97.5t-14.5 -131 +q22 59 75.5 94t121.5 35q51 0 95.5 -18.5t77.5 -51t52 -76.5t19 -94zM311 50q38 0 71.5 14.5t59 39.5t40 58.5t14.5 71.5t-15 71.5t-40 58.5t-59 39.5t-71 14.5q-38 0 -72 -14.5t-59.5 -39.5t-40 -58.5t-14.5 -71.5t15 -71t40.5 -58.5t59 -40t71.5 -14.5z" /> + <glyph glyph-name="sixinferior" unicode="₆" horiz-adv-x="405" +d="M372 132q0 -29 -13 -53.5t-35 -43.5t-52.5 -29.5t-64.5 -10.5q-74 0 -120 45t-46 126q0 119 47 177.5t125 58.5q45 0 81.5 -18.5t54.5 -52.5l-27 -29q-14 26 -44 42t-67 16q-57 0 -92 -41t-36 -118q15 30 51 48t76 18q34 0 64 -10.5t51.5 -29t34 -43t12.5 -52.5zM208 36 +q25 0 47 7.5t38.5 20.5t26 30.5t9.5 36.5q0 20 -9.5 37.5t-26 31t-39 21t-47.5 7.5t-47 -7.5t-38.5 -21t-26 -31t-9.5 -36.5q0 -20 10 -37t26.5 -30.5t38.5 -21t47 -7.5z" /> + <glyph glyph-name="sixsuperior" unicode="⁶" horiz-adv-x="405" +d="M372 460q0 -29 -13 -54t-35 -44t-52.5 -29.5t-64.5 -10.5q-74 0 -120 45t-46 126q0 119 47 178t125 59q45 0 81.5 -18.5t54.5 -52.5l-27 -29q-14 26 -44 42t-67 16q-57 0 -92 -41.5t-36 -117.5q15 30 51 47.5t76 17.5q34 0 64 -10.5t51.5 -28.5t34 -42.5t12.5 -52.5z +M208 363q25 0 47 7.5t38.5 21t26 30.5t9.5 37t-9.5 37.5t-26 30.5t-39 20.5t-47.5 7.5t-47 -7.5t-38.5 -20.5t-26 -30.5t-9.5 -36.5q0 -20 10 -37.5t26.5 -31t38.5 -21t47 -7.5z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="991" +d="M456 710h481v-62h-394v-255h340v-62h-340v-269h403v-62h-471v222h-259l-141 -222h-76zM470 284v342l-222 -342h222z" /> + <glyph glyph-name="sterling" unicode="£" horiz-adv-x="505" +d="M53 372h94q-11 21 -23 41.5t-22 41.5t-16.5 43t-6.5 46q0 36 14.5 67t39 54t57.5 36.5t71 13.5q54 0 102.5 -28t78.5 -77l-40 -42q-24 42 -62.5 66t-80.5 24q-24 0 -45.5 -9t-37 -25t-24.5 -37.5t-9 -46.5q0 -22 7 -42.5t17 -41t22 -41t23 -43.5h178v-54h-158 +q8 -30 8 -60q0 -50 -23 -96.5t-81 -107.5q37 9 74 9q21 0 39 -3t35 -6t33.5 -6t34.5 -3q20 0 41 4.5t48 13.5l17 -52q-54 -26 -109 -26q-23 0 -43 3.5t-40 8t-40.5 8.5t-43.5 4t-52.5 -4.5t-55.5 -12.5l-18 50q34 34 58 62.5t38.5 53.5t21 48.5t6.5 47.5q0 17 -2.5 33 +t-7.5 31h-117v54z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="332" +d="M325 25q-6 -3 -17.5 -8t-26.5 -10t-34 -9t-40 -4q-22 0 -42 6t-35 18.5t-24 31.5t-9 44v373h-72v54h72v176h68v-176h120v-54h-120v-354q2 -29 20 -42.5t43 -13.5q29 0 51 9.5t28 13.5z" /> + <glyph glyph-name="t.alt" horiz-adv-x="312" +d="M99 0v478h-76v62h76v192h70v-192h123v-62h-123v-478h-70z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="333" +d="M326 25q-6 -3 -17.5 -8t-26.5 -10t-34 -9t-40 -4q-22 0 -42 6t-35 18.5t-24 31.5t-9 44v213h-72v46h72v114h-72v54h72v176h68v-176h120v-54h-120v-114h120v-46h-120v-194q2 -29 20 -42.5t43 -13.5q29 0 51 9.5t28 13.5z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="332" +d="M276 620l-45 17l59 93h72zM325 25q-6 -3 -17.5 -8t-26.5 -10t-34 -9t-40 -4q-22 0 -42 6t-35 18.5t-24 31.5t-9 44v373h-72v54h72v176h68v-176h120v-54h-120v-354q2 -29 20 -42.5t43 -13.5q29 0 51 9.5t28 13.5z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="602" +d="M563 257q-1 -54 -21 -103.5t-54.5 -87t-80.5 -60t-100 -22.5t-98 27t-66 63v-287h-70v923h70v-276q29 41 70.5 69.5t102.5 28.5q58 0 103.5 -24.5t77.5 -64t49 -88.5t17 -98zM494 258q0 41 -13 79.5t-37 68t-57.5 47t-73.5 17.5q-30 0 -56 -10t-47 -27t-38 -39t-29 -46 +v-176q0 -24 16 -47t40 -40t52.5 -27.5t54.5 -10.5q41 0 75.5 18t59.5 47t39 67t14 79z" /> + <glyph glyph-name="three" unicode="3" horiz-adv-x="536" +d="M344 236q66 -11 105.5 -60t39.5 -121q0 -45 -16.5 -82.5t-47 -64t-73 -41t-94.5 -14.5q-76 0 -133 30.5t-86 84.5l47 43q21 -44 64 -70t108 -26q75 0 118 36.5t43 104.5q0 69 -45 109t-130 40h-25v58h27q77 0 118 36t41 93q0 30 -11 52.5t-30.5 38t-46 23.5t-57.5 8 +q-57 0 -100.5 -25.5t-65.5 -70.5l-44 42q12 26 34 47.5t50 36.5t62 23.5t70 8.5q46 0 84.5 -13t66.5 -36.5t43.5 -56.5t15.5 -73q0 -30 -9 -57.5t-26 -49t-41.5 -36t-55.5 -18.5z" /> + <glyph glyph-name="three.lnum" horiz-adv-x="588" +d="M287 -9q-47 0 -88 12t-72 33.5t-51 52t-26 67.5l42 38q2 -26 16.5 -51t40 -44.5t61 -31.5t77.5 -12q38 0 70.5 10t56.5 28t37.5 43.5t13.5 55.5q0 33 -16 59t-46 44.5t-72 28t-94 9.5h-34v59h34q98 0 153.5 32t55.5 96q0 31 -13 56.5t-35.5 43.5t-52.5 28t-63 10 +q-66 0 -113 -29t-66 -72l-47 46q14 27 37.5 48.5t53 36.5t64 23t70.5 8q51 0 94 -15t74.5 -41.5t49.5 -62.5t18 -78q0 -61 -35.5 -100.5t-103.5 -56.5q36 -7 65 -23.5t49.5 -40.5t31.5 -54t11 -63q0 -45 -20 -80.5t-54 -60.5t-79 -38.5t-95 -13.5z" /> + <glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="872" +d="M201 321q-63 0 -105 24t-50 65l27 29q1 -12 11 -25t27 -23.5t40 -17.5t50 -7q49 0 82.5 19.5t33.5 51.5q0 35 -40 54.5t-109 19.5h-23v41h23q63 0 99 16.5t36 49.5t-31.5 52.5t-74.5 19.5q-42 0 -71.5 -15.5t-44.5 -40.5l-31 34q18 29 58.5 46t88.5 17q33 0 61 -8.5 +t49 -23t32.5 -34.5t11.5 -44q0 -69 -91 -88q48 -7 75.5 -35.5t27.5 -66.5q0 -26 -13 -46.5t-35.5 -34.5t-51.5 -21.5t-62 -7.5zM830 111q0 -26 -13 -47.5t-35 -36.5t-51.5 -23.5t-62.5 -8.5q-35 0 -64 9.5t-50 25.5t-33 37.5t-12 45.5q0 19 8 35.5t21 29t29.5 21.5t33.5 15 +q-30 11 -53 31.5t-23 51.5q0 24 13 43t33.5 32t46.5 20t52 7t52 -7t46.5 -20t33 -31.5t12.5 -42.5q0 -31 -22.5 -52t-54.5 -32q40 -13 66.5 -39t26.5 -64zM785 116q0 18 -10.5 32.5t-27 24.5t-37 15.5t-41.5 5.5t-42 -5.5t-37 -16t-26 -25t-10 -32.5t10.5 -32t27 -24 +t37.5 -15t41 -5q21 0 42 5.5t37 15.5t26 24t10 32zM570 293q0 -15 9 -26.5t23 -19.5t32 -12t35 -4q18 0 36 4.5t32.5 12.5t23.5 19.5t9 26.5t-8.5 26.5t-23 19.5t-32.5 12.5t-37 4.5q-20 0 -37.5 -4.5t-31.5 -13t-22 -20t-8 -26.5zM141 27l280 340l271 347l35 -30l-278 -340 +l-273 -348z" /> + <glyph glyph-name="threesuperior" unicode="³" horiz-adv-x="392" +d="M191 321q-63 0 -105 24t-50 65l27 29q1 -12 11 -25t27 -23.5t40 -17.5t50 -7q49 0 82.5 19.5t33.5 51.5q0 35 -40 54.5t-109 19.5h-23v41h23q63 0 99 16.5t36 49.5t-31.5 52.5t-74.5 19.5q-42 0 -71.5 -15.5t-44.5 -40.5l-31 34q18 29 58.5 46t88.5 17q33 0 61 -8.5 +t49 -23t32.5 -34.5t11.5 -44q0 -69 -91 -88q48 -7 75.5 -35.5t27.5 -66.5q0 -26 -13 -46.5t-35.5 -34.5t-51.5 -21.5t-62 -7.5z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="846" +d="M199 321q-63 0 -105 24t-50 65l27 29q1 -12 11 -25t27 -23.5t40 -17.5t50 -7q49 0 82.5 19.5t33.5 51.5q0 35 -40 54.5t-109 19.5h-23v41h23q63 0 99 16.5t36 49.5t-31.5 52.5t-74.5 19.5q-42 0 -71.5 -15.5t-44.5 -40.5l-31 34q18 29 58.5 46t88.5 17q33 0 61 -8.5 +t49 -23t32.5 -34.5t11.5 -44q0 -69 -91 -88q48 -7 75.5 -35.5t27.5 -66.5q0 -26 -13 -46.5t-35.5 -34.5t-51.5 -21.5t-62 -7.5zM699 0v103h-228v42l242 254h31v-252h57v-44h-57v-103h-45zM519 147h181v191zM169 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="725" +d="M297 664h-95v-240h-48v240h-95v48h238v-48zM580 710h67v-286h-48v217l-84 -175h-40l-84 175v-217h-48v286h66l86 -187z" /> + <glyph glyph-name="two" unicode="2" horiz-adv-x="533" +d="M51 0q0 37 6.5 72.5t25 68.5t51 63.5t83.5 57.5q27 14 58.5 28.5t58.5 32.5t44.5 40t17.5 52q0 19 -8.5 38t-25 34t-41 24t-56.5 9q-33 0 -59.5 -9.5t-46.5 -22.5t-33.5 -27.5t-20.5 -23.5l-45 49q6 6 23 22t44.5 32t65 28.5t84.5 12.5q45 0 80.5 -12.5t60.5 -34.5 +t38 -50.5t13 -60.5q0 -42 -19.5 -72.5t-47.5 -52.5t-57.5 -36t-48.5 -23q-45 -20 -75 -39t-49 -39t-28.5 -44t-13.5 -55h350v-62h-429z" /> + <glyph glyph-name="two.lnum" horiz-adv-x="586" +d="M51 0v14q0 66 13 114.5t38 85t61 63.5t81 48q34 16 71.5 31t68 35.5t50.5 49.5t20 73q0 28 -9.5 53.5t-28.5 45t-48 31t-68 11.5q-38 0 -69.5 -10.5t-56 -25.5t-42.5 -33t-30 -33l-45 44q6 7 24.5 27t50 41t75.5 37.5t101 16.5q55 0 96.5 -16.5t69 -44.5t41.5 -65t14 -78 +q0 -53 -22.5 -90.5t-55 -64t-69.5 -43.5t-67 -29q-55 -23 -90 -47.5t-55.5 -52t-28.5 -58.5t-8 -68h397v-62h-479z" /> + <glyph glyph-name="twosuperior" unicode="²" horiz-adv-x="390" +d="M37 327q0 39 7.5 67.5t23 50t39.5 37t56 28.5q23 9 47 17.5t44 19.5t33 27t13 39q0 31 -25.5 52.5t-76.5 21.5q-25 0 -45 -5.5t-36 -14t-27.5 -18t-18.5 -17.5l-30 31q4 5 16 16.5t32.5 23t49 20t65.5 8.5q73 0 109.5 -34t36.5 -83q0 -35 -16 -57t-38.5 -35.5t-46.5 -21 +t-40 -13.5q-32 -11 -52.5 -24.5t-32.5 -28.5t-16.5 -31t-4.5 -33h242v-43h-308z" /> + <glyph glyph-name="twothirds" unicode="⅔" horiz-adv-x="882" +d="M677 -5q-63 0 -105 23.5t-50 65.5l27 28q1 -12 11 -25t27 -23.5t40 -17.5t50 -7q49 0 82.5 19.5t33.5 51.5q0 35 -40 55t-109 20h-23v40h23q63 0 99 16.5t36 50.5q0 16 -8.5 29t-23 22.5t-34 14.5t-40.5 5q-42 0 -71.5 -15.5t-44.5 -40.5l-31 34q18 29 58.5 46t88.5 17 +q33 0 61 -8.5t49 -23t32.5 -34.5t11.5 -43q0 -69 -91 -89q48 -7 75.5 -35.5t27.5 -66.5q0 -26 -13 -46t-35.5 -34t-51.5 -21.5t-62 -7.5zM48 327q0 39 7.5 67.5t22.5 50t38 37t55 28.5q22 9 46 17.5t43.5 19.5t32 27t12.5 39q0 31 -24.5 52.5t-75.5 21.5q-24 0 -44 -5.5 +t-35 -14t-26.5 -18t-18.5 -17.5l-29 31q4 5 15.5 16.5t31.5 23t48 20t64 8.5q72 0 107 -34t35 -83q0 -35 -15.5 -57t-37.5 -35.5t-45 -21t-39 -13.5q-62 -22 -83 -52.5t-21 -64.5h237v-43h-301zM157 27l280 340l271 347l35 -30l-278 -340l-273 -348z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5z" /> + <glyph glyph-name="u.alt" horiz-adv-x="586" +d="M447 0v114q-30 -58 -87 -91t-121 -33q-51 0 -84.5 18.5t-52.5 49t-26.5 71.5t-7.5 86v306h68v-294q0 -37 5.5 -69t19.5 -56t38 -38t62 -14q31 0 60 11.5t53 31t42.5 45.5t28.5 55v328h68v-521h-66z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="594" +d="M295 620l-45 17l59 93h72zM234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5zM289 664q21 0 37.5 19t19.5 47h41q0 -21 -7.5 -39.5 +t-21 -32t-31.5 -21.5t-38 -8q-42 0 -70 29t-28 72h42q0 -26 17 -46t39 -20z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="594" +d="M166 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="594" +d="M185 633v94h58v-94h-58zM334 633v94h58v-94h-58zM234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5zM196 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5zM225 620l-37 17l57 93h64zM351 620l-38 17l57 93h64z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5zM145 663v47h289v-47h-289z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="415" +d="M17 -62v62h381v-62h-381z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="256" + /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="570" +d="M66 241v63h439v-63h-439z" /> + <glyph glyph-name="uni015E" unicode="Ş" horiz-adv-x="612" +d="M247 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l44 81q-159 5 -271 103l34 57q39 -41 105 -69.5t147 -28.5q85 0 133 30.5t48 92.5q0 33 -13.5 55.5t-40.5 39t-67.5 28.5t-93.5 24q-56 13 -98 27t-70.5 35t-43 50.5 +t-14.5 72.5q0 49 18.5 87.5t52 64t80 39t102.5 13.5q70 0 125.5 -21.5t100.5 -60.5l-33 -56q-30 34 -80.5 55t-113.5 21q-95 0 -138 -35.5t-43 -96.5q0 -32 11.5 -52.5t36 -35.5t62 -26t88.5 -22q57 -12 102 -26.5t77 -37t49 -55t17 -80.5q0 -47 -17 -81.5t-47.5 -58 +t-72.5 -36.5t-93 -15l-28 -46q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5q0 -34 -26 -52t-76 -18q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="uni015F" unicode="ş" horiz-adv-x="488" +d="M171 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l42 78q-57 3 -109 22.5t-90 54.5l31 46q44 -36 89.5 -54t97.5 -18q63 0 100.5 25.5t37.5 72.5q0 22 -10 36.5t-29.5 25.5t-49 19.5t-68.5 17.5q-45 11 -78 22t-54.5 25 +t-32 34.5t-10.5 51.5q0 39 15.5 69t42 49.5t62 29.5t75.5 10q60 0 109 -19.5t79 -51.5l-33 -40q-29 30 -70.5 45t-86.5 15q-27 0 -50 -5.5t-40.5 -17.5t-27.5 -30.5t-10 -43.5q0 -21 7 -34t23 -22.5t40.5 -17t59.5 -15.5q50 -12 88 -24t63.5 -28t38.5 -39t13 -56 +q0 -68 -49.5 -109t-134.5 -46l-26 -42q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5q0 -34 -26 -52t-76 -18q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="uni0162" unicode="Ţ" horiz-adv-x="614" +d="M230 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l47 87h-20v648h-253v62h576v-62h-253v-648h-10l-32 -51q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5q0 -34 -26 -52t-76 -18q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="uni0163" unicode="ţ" horiz-adv-x="332" +d="M129 -126q14 -7 38 -12.5t50 -5.5q57 0 57 35q0 20 -13.5 28t-36.5 8q-21 0 -44 -4.5t-36 -9.5l44 82q-38 5 -64.5 29.5t-26.5 69.5v373h-72v54h72v176h68v-176h120v-54h-120v-354q2 -29 20 -42.5t43 -13.5q29 0 51 9.5t28 13.5l18 -55q-11 -5 -36.5 -15.5t-60.5 -14.5 +l-29 -46q9 4 19.5 5t18.5 1q35 0 55.5 -15.5t20.5 -45.5q0 -34 -26 -52t-76 -18q-29 0 -54 5.5t-45 13.5z" /> + <glyph glyph-name="uni0218" unicode="Ș" horiz-adv-x="612" +d="M271 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM507 577q-30 34 -80.5 55t-113.5 21q-95 0 -138 -35.5t-43 -96.5q0 -32 11.5 -52.5t36 -35.5t62 -26t88.5 -22q57 -12 102 -26.5t77 -37t49 -55t17 -80.5q0 -49 -19 -85t-53 -60t-81 -35.5t-102 -11.5 +q-167 0 -285 103l34 57q39 -41 105 -69.5t147 -28.5q85 0 133 30.5t48 92.5q0 33 -13.5 55.5t-40.5 39t-67.5 28.5t-93.5 24q-56 13 -98 27t-70.5 35t-43 50.5t-14.5 72.5q0 49 18.5 87.5t52 64t80 39t102.5 13.5q70 0 125.5 -21.5t100.5 -60.5z" /> + <glyph glyph-name="uni0219" unicode="ș" horiz-adv-x="487" +d="M198 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM248 -10q-61 0 -119 20t-100 58l31 46q44 -36 89.5 -54t97.5 -18q63 0 100.5 25.5t37.5 72.5q0 22 -10 36.5t-29.5 25.5t-49 19.5t-68.5 17.5q-45 11 -78 22t-54.5 25t-32 34.5t-10.5 51.5q0 39 15.5 69 +t42 49.5t62 29.5t75.5 10q60 0 109 -19.5t79 -51.5l-33 -40q-29 30 -70.5 45t-86.5 15q-27 0 -50 -5.5t-40.5 -17.5t-27.5 -30.5t-10 -43.5q0 -21 7 -34t23 -22.5t40.5 -17t59.5 -15.5q50 -12 88 -24t63.5 -28t38.5 -39t13 -56q0 -72 -55 -114t-148 -42z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="614" +d="M259 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM595 648h-253v-648h-70v648h-253v62h576v-62z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="332" +d="M156 -131q21 0 21 18v64h58v-64q0 -31 -22 -41.5t-57 -10.5v34zM325 25q-6 -3 -17.5 -8t-26.5 -10t-34 -9t-40 -4q-22 0 -42 6t-35 18.5t-24 31.5t-9 44v373h-72v54h72v176h68v-176h120v-54h-120v-354q2 -29 20 -42.5t43 -13.5q29 0 51 9.5t28 13.5z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="600" +d="M73 521h68v-294q0 -177 123 -177q30 0 58.5 10t53 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-10 -2 -16.5 -2.5t-12.5 -0.5q-23 0 -39 14t-16 35v72q-14 -27 -35 -50t-47 -40.5t-56 -27.5t-61 -10q-49 0 -79 23.5t-44 61.5v-287h-65v733z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="580" +d="M-12 30l564 684l41 -34l-563 -684z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="189" +d="M66 246v112h58v-112h-58z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-45 -28 -63.5 -49.5t-18.5 -43.5q0 -37 52 -44l-19 -38q-37 8 -56 27.5t-19 45.5q0 25 18 50t57 52q-16 5 -25.5 17t-9.5 29v72 +q-35 -61 -93 -94.5t-127 -33.5z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="594" +d="M215 665q0 29 21 47t53 18t53 -18t21 -47q0 -30 -21 -48t-53 -18t-53 18t-21 48zM289 703q-17 0 -28.5 -10.5t-11.5 -27.5t11.5 -28t28.5 -11q16 0 28.5 11t12.5 28t-12 27.5t-29 10.5zM234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10 +t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="594" +d="M234 -10q-82 0 -124 56.5t-42 168.5v306h68v-294q0 -177 121 -177q30 0 59 10t53.5 29t44 45t31.5 59v328h68v-433q0 -28 25 -28v-60q-20 -3 -28 -3q-23 0 -39.5 14t-16.5 35v72q-35 -61 -93 -94.5t-127 -33.5zM351 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5 +q-17 0 -26.5 -7t-15 -15.5t-7 -16t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="530" +d="M229 0l-212 521h71l179 -458l180 458h66l-212 -521h-72z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="815" +d="M733 521h66l-223 -521h-57l-111 266l-111 -266h-57l-223 521h65l190 -451l99 238l-89 212h58l68 -170l67 170h58l-88 -212l99 -238z" /> + <glyph glyph-name="w.alt" horiz-adv-x="828" +d="M552 0l-138 418l-138 -418h-71l-184 521h72l150 -436l138 436h66l138 -436l151 436h70l-183 -521h-71z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="815" +d="M414 620l-45 17l59 93h72zM733 521h66l-223 -521h-57l-111 266l-111 -266h-57l-223 521h65l190 -451l99 238l-89 212h58l68 -170l67 170h58l-88 -212l99 -238z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="815" +d="M284 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63zM733 521h66l-223 -521h-57l-111 266l-111 -266h-57l-223 521h65l190 -451l99 238l-89 212h58l68 -170l67 170h58l-88 -212l99 -238z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="815" +d="M304 633v94h58v-94h-58zM453 633v94h58v-94h-58zM733 521h66l-223 -521h-57l-111 266l-111 -266h-57l-223 521h65l190 -451l99 238l-89 212h58l68 -170l67 170h58l-88 -212l99 -238z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="815" +d="M733 521h66l-223 -521h-57l-111 266l-111 -266h-57l-223 521h65l190 -451l99 238l-89 212h58l68 -170l67 170h58l-88 -212l99 -238zM315 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="500" +d="M86 521l156 -204l8 -15l9 15l155 204h73l-199 -262l199 -259h-73l-155 203l-9 14l-8 -14l-155 -203h-74l199 259l-199 262h73z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="542" +d="M103 -161q5 -1 10 -1.5t10 -0.5q10 0 21.5 2t16.5 4t10.5 8.5t14 23t21.5 46t33 79.5l-227 521h71l193 -458l178 458h65l-271 -672q-15 -37 -40.5 -55t-71.5 -18q-19 0 -34 3v60z" /> + <glyph glyph-name="y.alt" horiz-adv-x="541" +d="M525 521l-292 -734h-76q2 4 23 60t63 153l-226 521h71l192 -458l179 458h66z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="542" +d="M103 -161q5 -1 10 -1.5t10 -0.5q10 0 21.5 2t16.5 4t10.5 8.5t14 23t21.5 46t33 79.5l-227 521h71l193 -458l178 458h65l-271 -672q-15 -37 -40.5 -55t-71.5 -18q-19 0 -34 3v60zM283 620l-45 17l59 93h72z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="542" +d="M103 -161q5 -1 10 -1.5t10 -0.5q10 0 21.5 2t16.5 4t10.5 8.5t14 23t21.5 46t33 79.5l-227 521h71l193 -458l178 458h65l-271 -672q-15 -37 -40.5 -55t-71.5 -18q-19 0 -34 3v60zM153 645l98 85h50l99 -85l-39 -21l-85 63l-85 -63z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="542" +d="M103 -161q5 -1 10 -1.5t10 -0.5q10 0 21.5 2t16.5 4t10.5 8.5t14 23t21.5 46t33 79.5l-227 521h71l193 -458l178 458h65l-271 -672q-15 -37 -40.5 -55t-71.5 -18q-19 0 -34 3v60zM173 633v94h58v-94h-58zM322 633v94h58v-94h-58z" /> + <glyph glyph-name="yen" unicode="¥" horiz-adv-x="678" +d="M433 366h84v-48h-111l-33 -54v-27h145v-48h-145v-189h-70v189h-143v48h143v29l-31 52h-112v48h86l-216 344h76l232 -382l234 382h77z" /> + <glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="542" +d="M103 -161q5 -1 10 -1.5t10 -0.5q10 0 21.5 2t16.5 4t10.5 8.5t14 23t21.5 46t33 79.5l-227 521h71l193 -458l178 458h65l-271 -672q-15 -37 -40.5 -55t-71.5 -18q-19 0 -34 3v60zM184 730h71l60 -93l-44 -17z" /> + <glyph glyph-name="ytilde" unicode="ỹ" horiz-adv-x="542" +d="M103 -161q5 -1 10 -1.5t10 -0.5q10 0 21.5 2t16.5 4t10.5 8.5t14 23t21.5 46t33 79.5l-227 521h71l193 -458l178 458h65l-271 -672q-15 -37 -40.5 -55t-71.5 -18q-19 0 -34 3v60zM338 638q-23 0 -39.5 6t-31 13.5t-28 14t-29.5 6.5q-17 0 -26.5 -7t-15 -15.5t-7 -16 +t-1.5 -9.5h-42q0 5 3.5 20.5t13.5 31.5t28 28.5t46 12.5q21 0 36.5 -6.5t29.5 -14.5t28.5 -14.5t33.5 -6.5t30.5 7t17.5 16t7.5 16.5t1.5 9.5h42q0 -5 -4 -20t-14.5 -31t-30 -28.5t-49.5 -12.5z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="486" +d="M28 46l352 424h-344v51h418v-46l-350 -424h350v-51h-426v46z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="486" +d="M260 620l-45 17l59 93h72zM28 46l352 424h-344v51h418v-46l-350 -424h350v-51h-426v46z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="486" +d="M168 730l85 -63l85 63l39 -20l-99 -86h-50l-98 86zM28 46l352 424h-344v51h418v-46l-350 -424h350v-51h-426v46z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="486" +d="M28 46l352 424h-344v51h418v-46l-350 -424h350v-51h-426v46zM222 633v97h62v-97h-62z" /> + <glyph glyph-name="zero" unicode="0" horiz-adv-x="615" +d="M559 293q0 -66 -19 -121.5t-52.5 -96t-79.5 -63t-100 -22.5t-100 22.5t-79.5 63t-52.5 96t-19 121.5t19 121.5t52.5 96t79.5 63.5t100 23t100 -23t79.5 -63.5t52.5 -96t19 -121.5zM490 293q0 54 -13.5 98t-37.5 75.5t-57.5 49t-73.5 17.5q-41 0 -74.5 -17.5t-57.5 -49 +t-37.5 -75.5t-13.5 -98t13.5 -98t37.5 -75.5t57.5 -48.5t74.5 -17q40 0 73.5 17t57.5 48.5t37.5 75.5t13.5 98z" /> + <glyph glyph-name="zero.lnum" horiz-adv-x="688" +d="M344 -10q-72 2 -127 36t-92 86t-55.5 115t-18.5 123q0 64 20.5 128.5t58.5 116t92 83.5t122 32q73 0 127.5 -34.5t91.5 -87.5t55.5 -116.5t18.5 -121.5q0 -65 -20.5 -129t-58.5 -115t-92 -83t-122 -33zM121 350q1 -52 16 -105t42.5 -95.5t69 -69.5t95.5 -27 +q57 0 98.5 28.5t69.5 72.5t41.5 96.5t13.5 99.5q0 52 -15 105t-43.5 95.5t-70 69.5t-94.5 27q-57 0 -98.5 -29t-69.5 -73t-41.5 -96t-13.5 -99z" /> + <glyph glyph-name="zeroinferior" unicode="₀" horiz-adv-x="458" +d="M230 -5q-48 0 -84 19t-60 48.5t-36 65t-12 69.5q0 36 13.5 72t38 65t60 47t80.5 18q47 0 82.5 -19.5t59.5 -49t36 -65t12 -68.5q0 -37 -13 -73t-37.5 -64.5t-60 -46.5t-79.5 -18zM84 197q0 -28 9.5 -56t28 -50.5t45.5 -37t63 -14.5q37 0 64 15.5t45 39t27 51t9 52.5 +q0 28 -9.5 56t-28.5 50.5t-46 37t-61 14.5q-37 0 -64.5 -15.5t-45.5 -38.5t-27 -51t-9 -53z" /> + <glyph glyph-name="zerosuperior" unicode="⁰" horiz-adv-x="458" +d="M230 326q-48 0 -84 19t-60 48.5t-36 65t-12 69.5q0 36 13.5 72t38 65t60 47t80.5 18q47 0 82.5 -19.5t59.5 -49t36 -65t12 -68.5q0 -37 -13 -73t-37.5 -64.5t-60 -46.5t-79.5 -18zM84 528q0 -28 9.5 -56t28 -50.5t45.5 -37t63 -14.5q37 0 64 15.5t45 38.5t27 51t9 53 +q0 28 -9.5 56t-28.5 50.5t-46 37t-61 14.5q-37 0 -64.5 -15.5t-45.5 -39t-27 -51t-9 -52.5z" /> + <hkern u1=" " g2="y.alt" k="27" /> + <hkern u1=" " u2="y" k="27" /> + <hkern u1=" " g2="w.alt" k="26" /> + <hkern u1=" " u2="w" k="28" /> + <hkern u1=" " u2="v" k="27" /> + <hkern u1=" " u2="Æ" k="35" /> + <hkern u1=" " u2="'" k="30" /> + <hkern u1=" " u2="’" k="29" /> + <hkern u1=" " u2=""" k="31" /> + <hkern u1=" " u2="ł" k="17" /> + <hkern u1=" " u2="Y" k="37" /> + <hkern u1=" " u2="X" k="8" /> + <hkern u1=" " u2="W" k="35" /> + <hkern u1=" " u2="V" k="35" /> + <hkern u1=" " u2="Ŧ" k="13" /> + <hkern u1=" " u2="T" k="27" /> + <hkern u1=" " u2="A" k="31" /> + <hkern u1=" " u2="Ł" k="3" /> + <hkern u1=" " u2="J" k="28" /> + <hkern u1="Ą" u2="y" k="4" /> + <hkern u1="Ą" u2="‚" k="-4" /> + <hkern u1="Ą" u2="„" k="-4" /> + <hkern u1="Ą" u2="j" k="-105" /> + <hkern u1="Ą" u2="g" k="-3" /> + <hkern u1="Ą" u2="," k="-4" /> + <hkern u1="B" u2="z" k="2" /> + <hkern u1="B" g2="y.alt" k="10" /> + <hkern u1="B" u2="y" k="10" /> + <hkern u1="B" u2="x" k="13" /> + <hkern u1="B" g2="w.alt" k="9" /> + <hkern u1="B" u2="w" k="10" /> + <hkern u1="B" u2="v" k="9" /> + <hkern u1="B" u2="u" k="1" /> + <hkern u1="B" u2="3" k="7" /> + <hkern u1="B" g2="t.alt" k="8" /> + <hkern u1="B" u2="t" k="9" /> + <hkern u1="B" u2="Æ" k="10" /> + <hkern u1="B" u2="7" k="12" /> + <hkern u1="B" u2="ə" k="1" /> + <hkern u1="B" u2="s" k="3" /> + <hkern u1="B" u2="o" k="1" /> + <hkern u1="B" u2="n" k="1" /> + <hkern u1="B" u2="ĵ" k="-4" /> + <hkern u1="B" u2="ĩ" k="-13" /> + <hkern u1="B" u2="ï" k="-5" /> + <hkern u1="B" u2="î" k="-4" /> + <hkern u1="B" u2="f" k="10" /> + <hkern u1="B" u2="ð" k="1" /> + <hkern u1="B" u2="d" k="1" /> + <hkern u1="B" u2="ʼ" k="12" /> + <hkern u1="B" u2="Z" k="5" /> + <hkern u1="B" u2="Y" k="29" /> + <hkern u1="B" u2="X" k="16" /> + <hkern u1="B" u2="W" k="21" /> + <hkern u1="B" u2="V" k="20" /> + <hkern u1="B" u2="T" k="33" /> + <hkern u1="B" u2="A" k="14" /> + <hkern u1="B" u2="J" k="15" /> + <hkern u1="C" u2="z" k="1" /> + <hkern u1="C" u2="y" k="1" /> + <hkern u1="C" u2="w" k="1" /> + <hkern u1="C" u2="u" k="1" /> + <hkern u1="C" u2="™" k="-5" /> + <hkern u1="C" u2="t" k="2" /> + <hkern u1="C" u2="Æ" k="6" /> + <hkern u1="C" u2="ə" k="1" /> + <hkern u1="C" u2="s" k="3" /> + <hkern u1="C" u2="o" k="2" /> + <hkern u1="C" u2="n" k="1" /> + <hkern u1="C" u2="ĵ" k="-7" /> + <hkern u1="C" u2="ĩ" k="-22" /> + <hkern u1="C" u2="ï" k="-13" /> + <hkern u1="C" u2="î" k="-8" /> + <hkern u1="C" u2="f" k="4" /> + <hkern u1="C" u2="ð" k="2" /> + <hkern u1="C" u2="d" k="2" /> + <hkern u1="C" u2="*" k="-7" /> + <hkern u1="C" u2="ʼ" k="33" /> + <hkern u1="C" u2="Y" k="17" /> + <hkern u1="C" u2="X" k="6" /> + <hkern u1="C" u2="W" k="11" /> + <hkern u1="C" u2="V" k="11" /> + <hkern u1="C" u2="Ŧ" k="18" /> + <hkern u1="C" u2="T" k="8" /> + <hkern u1="C" u2="S" k="5" /> + <hkern u1="C" u2="O" k="8" /> + <hkern u1="C" u2="A" k="10" /> + <hkern u1="D" u2="z" k="2" /> + <hkern u1="D" g2="y.alt" k="1" /> + <hkern u1="D" u2="y" k="2" /> + <hkern u1="D" u2="x" k="10" /> + <hkern u1="D" u2="w" k="1" /> + <hkern u1="D" u2="u" k="1" /> + <hkern u1="D" u2="™" k="6" /> + <hkern u1="D" u2="Æ" k="36" /> + <hkern u1="D" u2="s" k="2" /> + <hkern u1="D" u2="'" k="9" /> + <hkern u1="D" u2="‘" k="6" /> + <hkern u1="D" u2="." k="17" /> + <hkern u1="D" u2=")" k="12" /> + <hkern u1="D" u2="n" k="5" /> + <hkern u1="D" u2="ł" k="-4" /> + <hkern u1="D" g2="l.alt" k="1" /> + <hkern u1="D" u2="ĩ" k="-4" /> + <hkern u1="D" u2="i" k="1" /> + <hkern u1="D" u2="h" k="1" /> + <hkern u1="D" u2="4" k="7" /> + <hkern u1="D" u2="ð" k="2" /> + <hkern u1="D" u2="\" k="14" /> + <hkern u1="D" u2="ʼ" k="47" /> + <hkern u1="D" u2="a" k="6" /> + <hkern u1="D" u2="Z" k="16" /> + <hkern u1="D" u2="Y" k="39" /> + <hkern u1="D" u2="X" k="28" /> + <hkern u1="D" u2="W" k="24" /> + <hkern u1="D" u2="V" k="24" /> + <hkern u1="D" u2="Ŧ" k="4" /> + <hkern u1="D" u2="T" k="33" /> + <hkern u1="D" u2="S" k="1" /> + <hkern u1="D" u2="/" k="18" /> + <hkern u1="D" u2="A" k="25" /> + <hkern u1="D" u2="Ł" k="6" /> + <hkern u1="D" u2="J" k="36" /> + <hkern u1="D" u2="Ħ" k="1" /> + <hkern u1="D" u2="Ð" k="6" /> + <hkern u1="D" u2="Đ" k="6" /> + <hkern u1="E" g2="y.alt" k="25" /> + <hkern u1="E" u2="y" k="25" /> + <hkern u1="E" g2="w.alt" k="18" /> + <hkern u1="E" u2="w" k="23" /> + <hkern u1="E" u2="v" k="22" /> + <hkern u1="E" u2="u" k="13" /> + <hkern u1="E" g2="t.alt" k="8" /> + <hkern u1="E" u2="t" k="13" /> + <hkern u1="E" u2="7" k="16" /> + <hkern u1="E" u2="ə" k="17" /> + <hkern u1="E" u2="s" k="5" /> + <hkern u1="E" u2="o" k="19" /> + <hkern u1="E" u2="n" k="4" /> + <hkern u1="E" u2="ĵ" k="-8" /> + <hkern u1="E" u2="ĩ" k="-26" /> + <hkern u1="E" u2="ī" k="-11" /> + <hkern u1="E" u2="ï" k="-11" /> + <hkern u1="E" u2="î" k="-8" /> + <hkern u1="E" u2="-" k="14" /> + <hkern u1="E" u2="‹" k="13" /> + <hkern u1="E" u2="f" k="16" /> + <hkern u1="E" u2="ð" k="20" /> + <hkern u1="E" u2="d" k="19" /> + <hkern u1="E" u2="ʼ" k="22" /> + <hkern u1="E" u2="a" k="7" /> + <hkern u1="E" u2="S" k="12" /> + <hkern u1="E" u2="O" k="12" /> + <hkern u1="Ŋ" u2="j" k="-18" /> + <hkern u1="€" u2="3" k="7" /> + <hkern u1="F" u2="z" k="32" /> + <hkern u1="F" g2="y.alt" k="25" /> + <hkern u1="F" u2="y" k="24" /> + <hkern u1="F" u2="x" k="28" /> + <hkern u1="F" g2="w.alt" k="19" /> + <hkern u1="F" u2="w" k="24" /> + <hkern u1="F" u2="v" k="23" /> + <hkern u1="F" u2="u" k="25" /> + <hkern u1="F" u2="2" k="24" /> + <hkern u1="F" u2="™" k="-1" /> + <hkern u1="F" u2="3" k="19" /> + <hkern u1="F" g2="t.alt" k="5" /> + <hkern u1="F" u2="t" k="8" /> + <hkern u1="F" u2="Æ" k="119" /> + <hkern u1="F" u2="7" k="21" /> + <hkern u1="F" u2="ə" k="48" /> + <hkern u1="F" u2="s" k="36" /> + <hkern u1="F" u2="." k="75" /> + <hkern u1="F" u2=")" k="-1" /> + <hkern u1="F" u2="1" k="13" /> + <hkern u1="F" u2="o" k="30" /> + <hkern u1="F" u2="n" k="30" /> + <hkern u1="F" u2="ĵ" k="-16" /> + <hkern u1="F" u2="ĩ" k="-46" /> + <hkern u1="F" u2="ī" k="-36" /> + <hkern u1="F" u2="ì" k="-6" /> + <hkern u1="F" u2="ï" k="-19" /> + <hkern u1="F" u2="î" k="-16" /> + <hkern u1="F" u2="ĭ" k="-9" /> + <hkern u1="F" u2="í" k="4" /> + <hkern u1="F" u2="-" k="23" /> + <hkern u1="F" u2="›" k="17" /> + <hkern u1="F" u2="‹" k="19" /> + <hkern u1="F" u2="ß" k="12" /> + <hkern u1="F" u2="4" k="44" /> + <hkern u1="F" u2="5" k="17" /> + <hkern u1="F" g2="f_f_l" k="22" /> + <hkern u1="F" g2="f_f_i" k="22" /> + <hkern u1="F" g2="f_f" k="22" /> + <hkern u1="F" u2="f" k="16" /> + <hkern u1="F" u2="ð" k="44" /> + <hkern u1="F" u2="ı" k="30" /> + <hkern u1="F" u2="d" k="30" /> + <hkern u1="F" u2=":" k="13" /> + <hkern u1="F" u2="@" k="7" /> + <hkern u1="F" u2="*" k="-6" /> + <hkern u1="F" u2="ʼ" k="8" /> + <hkern u1="F" u2="a" k="61" /> + <hkern u1="F" u2="S" k="24" /> + <hkern u1="F" u2="/" k="56" /> + <hkern u1="F" u2="O" k="17" /> + <hkern u1="F" u2="A" k="67" /> + <hkern u1="F" u2="J" k="129" /> + <hkern u1="F" u2=" " k="22" /> + <hkern u1="G" g2="y.alt" k="13" /> + <hkern u1="G" u2="y" k="12" /> + <hkern u1="G" g2="w.alt" k="11" /> + <hkern u1="G" u2="w" k="13" /> + <hkern u1="G" u2="v" k="12" /> + <hkern u1="G" u2="™" k="6" /> + <hkern u1="G" g2="t.alt" k="6" /> + <hkern u1="G" u2="t" k="6" /> + <hkern u1="G" u2="'" k="8" /> + <hkern u1="G" u2="ł" k="-1" /> + <hkern u1="G" u2="ĩ" k="-10" /> + <hkern u1="G" u2="f" k="6" /> + <hkern u1="G" u2="ð" k="1" /> + <hkern u1="G" u2="\" k="4" /> + <hkern u1="G" u2="ʼ" k="43" /> + <hkern u1="G" u2="Y" k="30" /> + <hkern u1="G" u2="W" k="21" /> + <hkern u1="G" u2="V" k="20" /> + <hkern u1="G" u2="Ŧ" k="15" /> + <hkern u1="G" u2="T" k="24" /> + <hkern g1="G.alt" u2="z" k="10" /> + <hkern g1="G.alt" g2="y.alt" k="8" /> + <hkern g1="G.alt" u2="y" k="8" /> + <hkern g1="G.alt" u2="x" k="8" /> + <hkern g1="G.alt" g2="w.alt" k="6" /> + <hkern g1="G.alt" u2="w" k="7" /> + <hkern g1="G.alt" u2="v" k="7" /> + <hkern g1="G.alt" u2="™" k="9" /> + <hkern g1="G.alt" g2="t.alt" k="1" /> + <hkern g1="G.alt" u2="t" k="4" /> + <hkern g1="G.alt" u2="7" k="-2" /> + <hkern g1="G.alt" u2="s" k="1" /> + <hkern g1="G.alt" u2="'" k="12" /> + <hkern g1="G.alt" u2="’" k="6" /> + <hkern g1="G.alt" u2="‘" k="6" /> + <hkern g1="G.alt" u2="." k="13" /> + <hkern g1="G.alt" u2="ł" k="-6" /> + <hkern g1="G.alt" u2="ĩ" k="-11" /> + <hkern g1="G.alt" u2="ï" k="-1" /> + <hkern g1="G.alt" u2="\" k="10" /> + <hkern g1="G.alt" u2="*" k="2" /> + <hkern g1="G.alt" u2="ʼ" k="46" /> + <hkern g1="G.alt" u2="a" k="1" /> + <hkern g1="G.alt" u2="/" k="11" /> + <hkern u1="Ħ" g2="y.alt" k="5" /> + <hkern u1="Ħ" u2="y" k="5" /> + <hkern u1="Ħ" g2="w.alt" k="5" /> + <hkern u1="Ħ" g2="t.alt" k="-1" /> + <hkern u1="Ħ" u2="*" k="-5" /> + <hkern u1="Ħ" u2="O" k="1" /> + <hkern u1="I" u2="z" k="1" /> + <hkern u1="I" u2="y" k="1" /> + <hkern u1="I" g2="t.alt" k="6" /> + <hkern u1="I" u2="t" k="8" /> + <hkern u1="I" u2="ə" k="7" /> + <hkern u1="I" u2="s" k="6" /> + <hkern u1="I" u2="o" k="9" /> + <hkern u1="I" u2="ĩ" k="-11" /> + <hkern u1="I" u2="ï" k="-5" /> + <hkern u1="I" u2="f" k="8" /> + <hkern u1="I" u2="ð" k="10" /> + <hkern u1="I" u2="d" k="8" /> + <hkern u1="I" u2="ʼ" k="24" /> + <hkern u1="I" u2="a" k="7" /> + <hkern u1="J" u2="z" k="3" /> + <hkern u1="J" u2="x" k="1" /> + <hkern u1="J" u2="u" k="2" /> + <hkern u1="J" g2="t.alt" k="4" /> + <hkern u1="J" u2="t" k="6" /> + <hkern u1="J" u2="Æ" k="20" /> + <hkern u1="J" u2="ə" k="7" /> + <hkern u1="J" u2="s" k="11" /> + <hkern u1="J" u2="." k="9" /> + <hkern u1="J" u2="o" k="9" /> + <hkern u1="J" u2="n" k="2" /> + <hkern u1="J" g2="l.alt" k="1" /> + <hkern u1="J" u2="l" k="1" /> + <hkern u1="J" u2="ĵ" k="-4" /> + <hkern u1="J" u2="ĩ" k="-14" /> + <hkern u1="J" u2="ï" k="-7" /> + <hkern u1="J" u2="î" k="-4" /> + <hkern u1="J" u2="i" k="1" /> + <hkern u1="J" u2="h" k="1" /> + <hkern u1="J" u2="f" k="7" /> + <hkern u1="J" u2="ð" k="12" /> + <hkern u1="J" u2="d" k="9" /> + <hkern u1="J" u2="ʼ" k="22" /> + <hkern u1="J" u2="a" k="10" /> + <hkern u1="J" u2="/" k="4" /> + <hkern u1="J" u2="A" k="16" /> + <hkern u1="J" u2="J" k="15" /> + <hkern u1="Ï" u2="|" k="-3" /> + <hkern u1="Į" u2="j" k="-26" /> + <hkern u1="K" u2="0" k="7" /> + <hkern u1="K" g2="y.alt" k="36" /> + <hkern u1="K" u2="y" k="35" /> + <hkern u1="K" g2="w.alt" k="34" /> + <hkern u1="K" u2="w" k="37" /> + <hkern u1="K" u2="v" k="35" /> + <hkern u1="K" u2="u" k="16" /> + <hkern u1="K" u2="2" k="-6" /> + <hkern u1="K" u2="™" k="-5" /> + <hkern u1="K" g2="t.alt" k="3" /> + <hkern u1="K" u2="t" k="11" /> + <hkern u1="K" u2=";" k="-3" /> + <hkern u1="K" u2="ə" k="15" /> + <hkern u1="K" u2="®" k="15" /> + <hkern u1="K" u2="‚" k="-6" /> + <hkern u1="K" u2="„" k="-6" /> + <hkern u1="K" u2=")" k="-10" /> + <hkern u1="K" u2="ǿ" k="6" /> + <hkern u1="K" u2="ø" k="6" /> + <hkern u1="K" u2="o" k="29" /> + <hkern u1="K" u2="ĵ" k="-4" /> + <hkern u1="K" u2="ĩ" k="-35" /> + <hkern u1="K" u2="ī" k="-47" /> + <hkern u1="K" u2="ì" k="-8" /> + <hkern u1="K" u2="ï" k="-23" /> + <hkern u1="K" u2="î" k="-4" /> + <hkern u1="K" u2="ĭ" k="-13" /> + <hkern u1="K" u2="-" k="26" /> + <hkern u1="K" u2="ħ" k="-4" /> + <hkern u1="K" u2="›" k="-1" /> + <hkern u1="K" u2="‹" k="15" /> + <hkern u1="K" u2="4" k="-10" /> + <hkern u1="K" u2="f" k="12" /> + <hkern u1="K" u2="ð" k="25" /> + <hkern u1="K" u2="d" k="28" /> + <hkern u1="K" u2="©" k="15" /> + <hkern u1="K" u2="," k="-6" /> + <hkern u1="K" u2="]" k="-6" /> + <hkern u1="K" u2="}" k="-5" /> + <hkern u1="K" u2="\" k="-4" /> + <hkern u1="K" u2="*" k="-7" /> + <hkern u1="K" u2="ʼ" k="16" /> + <hkern u1="K" u2="a" k="2" /> + <hkern u1="K" u2="S" k="9" /> + <hkern u1="K" u2="Ǿ" k="6" /> + <hkern u1="K" u2="/" k="-9" /> + <hkern u1="K" u2="Ø" k="6" /> + <hkern u1="K" u2="O" k="34" /> + <hkern u1="K" u2="J" k="-1" /> + <hkern u1="K" u2=" " k="13" /> + <hkern u1="L" g2="y.alt" k="82" /> + <hkern u1="L" u2="y" k="80" /> + <hkern u1="L" g2="w.alt" k="64" /> + <hkern u1="L" u2="w" k="79" /> + <hkern u1="L" u2="v" k="74" /> + <hkern u1="L" u2="u" k="11" /> + <hkern u1="L" u2="™" k="111" /> + <hkern u1="L" g2="t.alt" k="12" /> + <hkern u1="L" u2="t" k="17" /> + <hkern u1="L" u2="Æ" k="-4" /> + <hkern u1="L" u2="7" k="9" /> + <hkern u1="L" u2="ə" k="16" /> + <hkern u1="L" u2="®" k="22" /> + <hkern u1="L" u2="'" k="106" /> + <hkern u1="L" u2="’" k="108" /> + <hkern u1="L" u2="‘" k="109" /> + <hkern u1="L" u2="?" k="17" /> + <hkern u1="L" u2="º" k="109" /> + <hkern u1="L" u2="ª" k="108" /> + <hkern u1="L" u2="o" k="23" /> + <hkern u1="L" u2="-" k="66" /> + <hkern u1="L" u2="‹" k="47" /> + <hkern u1="L" u2="f" k="11" /> + <hkern u1="L" u2="ð" k="18" /> + <hkern u1="L" u2="d" k="24" /> + <hkern u1="L" u2="©" k="22" /> + <hkern u1="L" u2="\" k="87" /> + <hkern u1="L" u2="*" k="110" /> + <hkern u1="L" u2="ʼ" k="130" /> + <hkern u1="L" u2="Y" k="117" /> + <hkern u1="L" u2="W" k="108" /> + <hkern u1="L" u2="V" k="106" /> + <hkern u1="L" u2="U" k="43" /> + <hkern u1="L" u2="Ŧ" k="100" /> + <hkern u1="L" u2="T" k="114" /> + <hkern u1="L" u2="S" k="5" /> + <hkern u1="L" u2="O" k="45" /> + <hkern u1="L" u2="·" k="149" /> + <hkern u1="L" u2=" " k="27" /> + <hkern u1="Ľ" u2="™" k="13" /> + <hkern u1="Ľ" u2="'" k="19" /> + <hkern u1="Ľ" u2="’" k="15" /> + <hkern u1="Ľ" u2="‘" k="15" /> + <hkern u1="Ľ" u2="ª" k="23" /> + <hkern u1="Ľ" u2="\" k="14" /> + <hkern u1="Ľ" u2="*" k="16" /> + <hkern u1="Ľ" u2="Y" k="4" /> + <hkern u1="Ľ" u2="W" k="4" /> + <hkern u1="Ľ" u2="V" k="4" /> + <hkern u1="Ľ" u2="Ŧ" k="68" /> + <hkern u1="Ľ" u2="T" k="10" /> + <hkern u1="·" g2="two.lnum" k="12" /> + <hkern u1="·" u2="2" k="12" /> + <hkern u1="·" g2="three.lnum" k="4" /> + <hkern u1="·" u2="3" k="32" /> + <hkern u1="·" g2="seven.lnum" k="37" /> + <hkern u1="·" u2="7" k="27" /> + <hkern u1="·" g2="one.lnum" k="22" /> + <hkern u1="·" u2="1" k="19" /> + <hkern u1="·" u2="l" k="38" /> + <hkern u1="·" u2="4" k="19" /> + <hkern u1="Ł" u2="Ŧ" k="93" /> + <hkern u1="A" u2="0" k="17" /> + <hkern u1="A" g2="y.alt" k="37" /> + <hkern u1="A" u2="y" k="35" /> + <hkern u1="A" g2="w.alt" k="28" /> + <hkern u1="A" u2="w" k="35" /> + <hkern u1="A" u2="v" k="32" /> + <hkern u1="A" u2="u" k="13" /> + <hkern u1="A" u2="2" k="-3" /> + <hkern u1="A" u2="™" k="65" /> + <hkern u1="A" g2="t.alt" k="16" /> + <hkern u1="A" u2="t" k="23" /> + <hkern u1="A" u2="6" k="16" /> + <hkern u1="A" u2="7" k="24" /> + <hkern u1="A" u2="ə" k="13" /> + <hkern u1="A" u2="s" k="6" /> + <hkern u1="A" u2="®" k="22" /> + <hkern u1="A" u2="'" k="69" /> + <hkern u1="A" u2="’" k="68" /> + <hkern u1="A" u2="‘" k="69" /> + <hkern u1="A" u2="‚" k="-1" /> + <hkern u1="A" u2="„" k="-1" /> + <hkern u1="A" u2="?" k="25" /> + <hkern u1="A" u2=")" k="-6" /> + <hkern u1="A" u2="º" k="50" /> + <hkern u1="A" u2="ª" k="45" /> + <hkern u1="A" u2="o" k="17" /> + <hkern u1="A" u2="ł" k="5" /> + <hkern u1="A" u2="l" k="2" /> + <hkern u1="A" u2="-" k="15" /> + <hkern u1="A" u2="‹" k="15" /> + <hkern u1="A" u2="4" k="-6" /> + <hkern u1="A" u2="f" k="14" /> + <hkern u1="A" u2="ð" k="15" /> + <hkern u1="A" u2="8" k="14" /> + <hkern u1="A" u2="d" k="17" /> + <hkern u1="A" u2="©" k="22" /> + <hkern u1="A" u2="," k="-1" /> + <hkern u1="A" u2="]" k="-1" /> + <hkern u1="A" u2="\" k="61" /> + <hkern u1="A" u2="@" k="10" /> + <hkern u1="A" u2="*" k="66" /> + <hkern u1="A" u2="ʼ" k="112" /> + <hkern u1="A" u2="&" k="14" /> + <hkern u1="A" u2="a" k="8" /> + <hkern u1="A" u2="Y" k="73" /> + <hkern u1="A" u2="W" k="56" /> + <hkern u1="A" u2="V" k="55" /> + <hkern u1="A" u2="U" k="29" /> + <hkern u1="A" u2="Ŧ" k="58" /> + <hkern u1="A" u2="T" k="71" /> + <hkern u1="A" u2="S" k="11" /> + <hkern u1="A" u2="Ǿ" k="4" /> + <hkern u1="A" u2="/" k="-6" /> + <hkern u1="A" u2="Ø" k="4" /> + <hkern u1="A" u2="O" k="26" /> + <hkern u1="A" u2="Ł" k="11" /> + <hkern u1="A" u2="Ð" k="5" /> + <hkern u1="A" u2="Đ" k="5" /> + <hkern u1="A" u2=" " k="31" /> + <hkern u1="O" u2="z" k="2" /> + <hkern u1="O" g2="y.alt" k="1" /> + <hkern u1="O" u2="y" k="4" /> + <hkern u1="O" u2="x" k="12" /> + <hkern u1="O" u2="w" k="1" /> + <hkern u1="O" u2="u" k="1" /> + <hkern u1="O" u2="™" k="7" /> + <hkern u1="O" u2="Æ" k="39" /> + <hkern u1="O" u2="s" k="2" /> + <hkern u1="O" u2="'" k="13" /> + <hkern u1="O" u2="’" k="6" /> + <hkern u1="O" u2="‘" k="7" /> + <hkern u1="O" u2="." k="19" /> + <hkern u1="O" u2=")" k="14" /> + <hkern u1="O" u2="n" k="5" /> + <hkern u1="O" u2="ł" k="-5" /> + <hkern u1="O" g2="l.alt" k="1" /> + <hkern u1="O" u2="ĩ" k="-3" /> + <hkern u1="O" u2="i" k="5" /> + <hkern u1="O" u2="h" k="1" /> + <hkern u1="O" u2="4" k="8" /> + <hkern u1="O" u2="ð" k="2" /> + <hkern u1="O" u2="\" k="16" /> + <hkern u1="O" u2="*" k="6" /> + <hkern u1="O" u2="ʼ" k="48" /> + <hkern u1="O" u2="a" k="7" /> + <hkern u1="O" u2="Z" k="19" /> + <hkern u1="O" u2="Y" k="42" /> + <hkern u1="O" u2="X" k="28" /> + <hkern u1="O" u2="W" k="26" /> + <hkern u1="O" u2="V" k="25" /> + <hkern u1="O" u2="Ŧ" k="4" /> + <hkern u1="O" u2="T" k="34" /> + <hkern u1="O" u2="S" k="1" /> + <hkern u1="O" u2="/" k="19" /> + <hkern u1="O" u2="A" k="26" /> + <hkern u1="O" u2="Ł" k="6" /> + <hkern u1="O" u2="J" k="36" /> + <hkern u1="O" u2="Ħ" k="1" /> + <hkern u1="O" u2="Ð" k="7" /> + <hkern u1="O" u2="Đ" k="7" /> + <hkern u1="Ø" u2="™" k="-4" /> + <hkern u1="Ø" u2=")" k="-4" /> + <hkern u1="Ø" u2="\" k="-3" /> + <hkern u1="Ø" u2="*" k="-6" /> + <hkern u1="Ø" u2="Y" k="7" /> + <hkern u1="Ø" u2="X" k="5" /> + <hkern u1="Ø" u2="W" k="4" /> + <hkern u1="Ø" u2="V" k="4" /> + <hkern u1="/" g2="zero.lnum" k="17" /> + <hkern u1="/" u2="0" k="36" /> + <hkern u1="/" u2="z" k="7" /> + <hkern u1="/" g2="y.alt" k="16" /> + <hkern u1="/" u2="y" k="15" /> + <hkern u1="/" u2="x" k="4" /> + <hkern u1="/" g2="w.alt" k="16" /> + <hkern u1="/" u2="w" k="16" /> + <hkern u1="/" u2="v" k="16" /> + <hkern u1="/" u2="u" k="21" /> + <hkern u1="/" u2="2" k="22" /> + <hkern u1="/" u2="3" k="25" /> + <hkern u1="/" u2="Æ" k="93" /> + <hkern u1="/" g2="six.lnum" k="14" /> + <hkern u1="/" u2="6" k="14" /> + <hkern u1="/" u2="s" k="32" /> + <hkern u1="/" u2="1" k="19" /> + <hkern u1="/" u2="o" k="37" /> + <hkern u1="/" u2="9" k="28" /> + <hkern u1="/" u2="n" k="22" /> + <hkern u1="/" u2="ĩ" k="-23" /> + <hkern u1="/" u2="ī" k="-41" /> + <hkern u1="/" u2="ì" k="-2" /> + <hkern u1="/" u2="ï" k="-16" /> + <hkern u1="/" u2="ĭ" k="-6" /> + <hkern u1="/" g2="four.lnum" k="56" /> + <hkern u1="/" u2="4" k="76" /> + <hkern u1="/" g2="five.lnum" k="4" /> + <hkern u1="/" u2="5" k="33" /> + <hkern u1="/" u2="f" k="5" /> + <hkern u1="/" u2="ð" k="40" /> + <hkern u1="/" g2="eight.lnum" k="4" /> + <hkern u1="/" u2="8" k="4" /> + <hkern u1="/" u2="d" k="38" /> + <hkern u1="/" u2="a" k="30" /> + <hkern u1="/" u2="Y" k="-7" /> + <hkern u1="/" u2="X" k="-7" /> + <hkern u1="/" u2="W" k="-6" /> + <hkern u1="/" u2="V" k="-6" /> + <hkern u1="/" u2="S" k="4" /> + <hkern u1="/" u2="/" k="239" /> + <hkern u1="/" u2="O" k="19" /> + <hkern u1="/" u2="A" k="64" /> + <hkern u1="/" u2="J" k="80" /> + <hkern u1="Ǿ" u2="™" k="-4" /> + <hkern u1="Ǿ" u2=")" k="-4" /> + <hkern u1="Ǿ" u2="\" k="-3" /> + <hkern u1="Ǿ" u2="*" k="-6" /> + <hkern u1="Ǿ" u2="Y" k="7" /> + <hkern u1="Ǿ" u2="X" k="5" /> + <hkern u1="Ǿ" u2="W" k="4" /> + <hkern u1="Ǿ" u2="V" k="4" /> + <hkern u1="P" g2="y.alt" k="-3" /> + <hkern u1="P" u2="y" k="-5" /> + <hkern u1="P" u2="x" k="-2" /> + <hkern u1="P" g2="w.alt" k="-3" /> + <hkern u1="P" u2="w" k="-4" /> + <hkern u1="P" u2="v" k="-3" /> + <hkern u1="P" g2="t.alt" k="-1" /> + <hkern u1="P" u2="Æ" k="94" /> + <hkern u1="P" u2="ə" k="10" /> + <hkern u1="P" u2="s" k="7" /> + <hkern u1="P" u2="." k="75" /> + <hkern u1="P" u2=")" k="4" /> + <hkern u1="P" u2="o" k="13" /> + <hkern u1="P" u2="ł" k="-4" /> + <hkern u1="P" u2="ĵ" k="-4" /> + <hkern u1="P" u2="ĩ" k="-18" /> + <hkern u1="P" u2="ï" k="-9" /> + <hkern u1="P" u2="î" k="-4" /> + <hkern u1="P" u2="-" k="16" /> + <hkern u1="P" u2="‹" k="13" /> + <hkern u1="P" u2="4" k="34" /> + <hkern u1="P" u2="5" k="4" /> + <hkern u1="P" u2="ð" k="23" /> + <hkern u1="P" u2="d" k="12" /> + <hkern u1="P" u2="ʼ" k="26" /> + <hkern u1="P" u2="a" k="10" /> + <hkern u1="P" u2="Z" k="9" /> + <hkern u1="P" u2="Y" k="16" /> + <hkern u1="P" u2="X" k="17" /> + <hkern u1="P" u2="W" k="12" /> + <hkern u1="P" u2="V" k="12" /> + <hkern u1="P" u2="T" k="4" /> + <hkern u1="P" u2="/" k="54" /> + <hkern u1="P" u2="A" k="47" /> + <hkern u1="P" u2="J" k="97" /> + <hkern u1="P" u2=" " k="27" /> + <hkern u1="Q" u2="y" k="2" /> + <hkern u1="Q" u2="2" k="-4" /> + <hkern u1="Q" u2="Æ" k="6" /> + <hkern u1="Q" u2="‚" k="-3" /> + <hkern u1="Q" u2="„" k="-3" /> + <hkern u1="Q" u2=")" k="-7" /> + <hkern u1="Q" u2="ł" k="-4" /> + <hkern u1="Q" u2="ĩ" k="-2" /> + <hkern u1="Q" u2="4" k="-7" /> + <hkern u1="Q" u2="," k="-3" /> + <hkern u1="Q" u2="]" k="-3" /> + <hkern u1="Q" u2="}" k="-3" /> + <hkern u1="Q" u2="X" k="4" /> + <hkern u1="Q" u2="/" k="-6" /> + <hkern u1="Q" u2="A" k="3" /> + <hkern u1="Q" u2="J" k="4" /> + <hkern u1="R" g2="y.alt" k="4" /> + <hkern u1="R" u2="y" k="4" /> + <hkern u1="R" g2="w.alt" k="4" /> + <hkern u1="R" u2="w" k="4" /> + <hkern u1="R" u2="v" k="4" /> + <hkern u1="R" u2="u" k="9" /> + <hkern u1="R" u2="™" k="3" /> + <hkern u1="R" g2="t.alt" k="3" /> + <hkern u1="R" u2="t" k="4" /> + <hkern u1="R" u2="ə" k="18" /> + <hkern u1="R" u2="s" k="5" /> + <hkern u1="R" u2="’" k="2" /> + <hkern u1="R" u2=")" k="-3" /> + <hkern u1="R" u2="o" k="20" /> + <hkern u1="R" u2="n" k="7" /> + <hkern u1="R" g2="l.alt" k="5" /> + <hkern u1="R" u2="l" k="6" /> + <hkern u1="R" u2="ĩ" k="-5" /> + <hkern u1="R" u2="i" k="7" /> + <hkern u1="R" u2="-" k="7" /> + <hkern u1="R" u2="h" k="5" /> + <hkern u1="R" u2="‹" k="15" /> + <hkern u1="R" u2="4" k="-3" /> + <hkern u1="R" u2="f" k="4" /> + <hkern u1="R" u2="ð" k="25" /> + <hkern u1="R" u2="d" k="19" /> + <hkern u1="R" u2="\" k="6" /> + <hkern u1="R" u2="ʼ" k="32" /> + <hkern u1="R" u2="a" k="10" /> + <hkern u1="R" u2="Y" k="27" /> + <hkern u1="R" u2="W" k="21" /> + <hkern u1="R" u2="V" k="20" /> + <hkern u1="R" u2="U" k="3" /> + <hkern u1="R" u2="Ŧ" k="3" /> + <hkern u1="R" u2="T" k="17" /> + <hkern u1="R" u2="/" k="-3" /> + <hkern u1="R" u2="O" k="4" /> + <hkern u1="R" u2="A" k="8" /> + <hkern u1="R" u2="Ł" k="2" /> + <hkern u1="R" u2="Ħ" k="1" /> + <hkern u1="R" u2="Ð" k="2" /> + <hkern u1="R" u2="Đ" k="2" /> + <hkern u1="S" u2="z" k="3" /> + <hkern u1="S" g2="y.alt" k="23" /> + <hkern u1="S" u2="y" k="22" /> + <hkern u1="S" u2="x" k="9" /> + <hkern u1="S" g2="w.alt" k="18" /> + <hkern u1="S" u2="w" k="22" /> + <hkern u1="S" u2="v" k="22" /> + <hkern u1="S" u2="u" k="2" /> + <hkern u1="S" g2="t.alt" k="9" /> + <hkern u1="S" u2="t" k="11" /> + <hkern u1="S" u2="Æ" k="3" /> + <hkern u1="S" u2="7" k="10" /> + <hkern u1="S" u2="s" k="3" /> + <hkern u1="S" u2="ª" k="8" /> + <hkern u1="S" u2="n" k="2" /> + <hkern u1="S" g2="l.alt" k="1" /> + <hkern u1="S" u2="l" k="1" /> + <hkern u1="S" u2="ĵ" k="-7" /> + <hkern u1="S" u2="ĩ" k="-13" /> + <hkern u1="S" u2="ï" k="-10" /> + <hkern u1="S" u2="î" k="-7" /> + <hkern u1="S" u2="ĭ" k="-1" /> + <hkern u1="S" u2="i" k="1" /> + <hkern u1="S" u2="h" k="1" /> + <hkern u1="S" u2="f" k="11" /> + <hkern u1="S" u2="ð" k="1" /> + <hkern u1="S" u2="ʼ" k="32" /> + <hkern u1="S" u2="a" k="1" /> + <hkern u1="S" u2="Y" k="19" /> + <hkern u1="S" u2="X" k="9" /> + <hkern u1="S" u2="W" k="15" /> + <hkern u1="S" u2="V" k="15" /> + <hkern u1="S" u2="Ŧ" k="13" /> + <hkern u1="S" u2="T" k="8" /> + <hkern u1="S" u2="A" k="14" /> + <hkern u1="T" u2="0" k="54" /> + <hkern u1="T" u2="z" k="80" /> + <hkern u1="T" g2="y.alt" k="77" /> + <hkern u1="T" u2="y" k="74" /> + <hkern u1="T" u2="x" k="70" /> + <hkern u1="T" g2="w.alt" k="77" /> + <hkern u1="T" u2="w" k="76" /> + <hkern u1="T" u2="v" k="76" /> + <hkern u1="T" u2="u" k="96" /> + <hkern u1="T" u2="2" k="47" /> + <hkern u1="T" u2="™" k="-1" /> + <hkern u1="T" u2="3" k="50" /> + <hkern u1="T" g2="t.alt" k="6" /> + <hkern u1="T" u2="t" k="9" /> + <hkern u1="T" u2="Æ" k="88" /> + <hkern u1="T" u2="6" k="15" /> + <hkern u1="T" u2="7" k="35" /> + <hkern u1="T" u2="ŝ" k="17" /> + <hkern u1="T" u2="ə" k="103" /> + <hkern u1="T" u2="š" k="16" /> + <hkern u1="T" u2="s" k="101" /> + <hkern u1="T" u2="®" k="24" /> + <hkern u1="T" u2="ř" k="58" /> + <hkern u1="T" u2="." k="69" /> + <hkern u1="T" u2=")" k="-1" /> + <hkern u1="T" u2="1" k="52" /> + <hkern u1="T" u2="o" k="105" /> + <hkern u1="T" u2="9" k="56" /> + <hkern u1="T" u2="n" k="90" /> + <hkern u1="T" u2="ĵ" k="-16" /> + <hkern u1="T" u2="ĩ" k="-53" /> + <hkern u1="T" u2="ī" k="-47" /> + <hkern u1="T" u2="ì" k="-6" /> + <hkern u1="T" u2="ï" k="-20" /> + <hkern u1="T" u2="î" k="-16" /> + <hkern u1="T" u2="ĭ" k="-10" /> + <hkern u1="T" u2="í" k="6" /> + <hkern u1="T" u2="-" k="67" /> + <hkern u1="T" u2="›" k="51" /> + <hkern u1="T" u2="‹" k="65" /> + <hkern u1="T" u2="ß" k="21" /> + <hkern u1="T" u2="4" k="66" /> + <hkern u1="T" u2="5" k="56" /> + <hkern u1="T" g2="f_i" k="25" /> + <hkern u1="T" g2="f_f_l" k="46" /> + <hkern u1="T" g2="f_f_i" k="35" /> + <hkern u1="T" g2="f_f" k="35" /> + <hkern u1="T" u2="f" k="30" /> + <hkern u1="T" u2="ð" k="88" /> + <hkern u1="T" u2="8" k="7" /> + <hkern u1="T" u2="ı" k="90" /> + <hkern u1="T" u2="d" k="104" /> + <hkern u1="T" u2="©" k="24" /> + <hkern u1="T" u2=":" k="45" /> + <hkern u1="T" u2="ã" k="87" /> + <hkern u1="T" u2="@" k="58" /> + <hkern u1="T" u2="*" k="-15" /> + <hkern u1="T" u2="&" k="8" /> + <hkern u1="T" u2="a" k="99" /> + <hkern u1="T" u2="S" k="9" /> + <hkern u1="T" u2="/" k="61" /> + <hkern u1="T" u2="O" k="33" /> + <hkern u1="T" u2="A" k="71" /> + <hkern u1="T" u2="J" k="107" /> + <hkern u1="T" u2=" " k="27" /> + <hkern g1="T.sc" u2="o" k="6" /> + <hkern u1="Ŧ" u2="z" k="28" /> + <hkern u1="Ŧ" g2="y.alt" k="14" /> + <hkern u1="Ŧ" u2="y" k="13" /> + <hkern u1="Ŧ" u2="x" k="17" /> + <hkern u1="Ŧ" g2="w.alt" k="11" /> + <hkern u1="Ŧ" u2="w" k="14" /> + <hkern u1="Ŧ" u2="v" k="13" /> + <hkern u1="Ŧ" u2="u" k="16" /> + <hkern u1="Ŧ" u2="Æ" k="19" /> + <hkern u1="Ŧ" u2=";" k="10" /> + <hkern u1="Ŧ" u2="st" k="7" /> + <hkern u1="Ŧ" u2="s" k="21" /> + <hkern u1="Ŧ" u2="®" k="1" /> + <hkern u1="Ŧ" g2="q.alt" k="22" /> + <hkern u1="Ŧ" u2="q" k="22" /> + <hkern u1="Ŧ" u2="o" k="28" /> + <hkern u1="Ŧ" u2="n" k="14" /> + <hkern u1="Ŧ" u2="-" k="2" /> + <hkern u1="Ŧ" u2="›" k="8" /> + <hkern u1="Ŧ" u2="‹" k="23" /> + <hkern u1="Ŧ" u2="ß" k="12" /> + <hkern u1="Ŧ" u2="f" k="13" /> + <hkern u1="Ŧ" u2="ð" k="38" /> + <hkern u1="Ŧ" u2="e" k="19" /> + <hkern u1="Ŧ" u2="d" k="28" /> + <hkern u1="Ŧ" u2="©" k="1" /> + <hkern u1="Ŧ" u2=":" k="6" /> + <hkern u1="Ŧ" u2="c" k="19" /> + <hkern u1="Ŧ" u2="*" k="-4" /> + <hkern u1="Ŧ" u2="a" k="45" /> + <hkern u1="Ŧ" u2="Ǿ" k="1" /> + <hkern u1="Ŧ" u2="/" k="42" /> + <hkern u1="Ŧ" u2="Ø" k="1" /> + <hkern u1="Ŧ" u2="O" k="4" /> + <hkern u1="Ŧ" u2="A" k="58" /> + <hkern u1="Ŧ" u2="J" k="20" /> + <hkern u1="Ŧ" u2=" " k="13" /> + <hkern u1="Þ" g2="y.alt" k="4" /> + <hkern u1="Þ" u2="y" k="6" /> + <hkern u1="Þ" u2="x" k="7" /> + <hkern u1="Þ" u2="w" k="4" /> + <hkern u1="Þ" u2="™" k="16" /> + <hkern u1="Þ" u2="Æ" k="45" /> + <hkern u1="Þ" u2="'" k="49" /> + <hkern u1="Þ" u2="’" k="29" /> + <hkern u1="Þ" u2="‘" k="32" /> + <hkern u1="Þ" u2="?" k="9" /> + <hkern u1="Þ" u2="." k="31" /> + <hkern u1="Þ" u2=")" k="17" /> + <hkern u1="Þ" u2="-" k="6" /> + <hkern u1="Þ" u2="]" k="4" /> + <hkern u1="Þ" u2="}" k="4" /> + <hkern u1="Þ" u2="\" k="25" /> + <hkern u1="Þ" u2="*" k="22" /> + <hkern u1="Þ" u2="a" k="1" /> + <hkern u1="Þ" u2="Z" k="25" /> + <hkern u1="Þ" u2="Y" k="57" /> + <hkern u1="Þ" u2="X" k="45" /> + <hkern u1="Þ" u2="W" k="30" /> + <hkern u1="Þ" u2="V" k="30" /> + <hkern u1="Þ" u2="T" k="58" /> + <hkern u1="Þ" u2="S" k="1" /> + <hkern u1="Þ" u2="/" k="24" /> + <hkern u1="Þ" u2="A" k="27" /> + <hkern u1="Þ" u2="J" k="51" /> + <hkern u1="Þ" u2="Ð" k="1" /> + <hkern u1="Þ" u2="Đ" k="1" /> + <hkern u1="U" u2="z" k="6" /> + <hkern u1="U" u2="x" k="1" /> + <hkern u1="U" u2="u" k="8" /> + <hkern u1="U" g2="t.alt" k="4" /> + <hkern u1="U" u2="t" k="5" /> + <hkern u1="U" u2="Æ" k="44" /> + <hkern u1="U" u2="ə" k="9" /> + <hkern u1="U" u2="s" k="14" /> + <hkern u1="U" u2="." k="18" /> + <hkern u1="U" u2="o" k="11" /> + <hkern u1="U" u2="n" k="6" /> + <hkern u1="U" g2="l.alt" k="6" /> + <hkern u1="U" u2="l" k="6" /> + <hkern u1="U" u2="ĵ" k="-4" /> + <hkern u1="U" u2="ĩ" k="-15" /> + <hkern u1="U" u2="ï" k="-8" /> + <hkern u1="U" u2="î" k="-4" /> + <hkern u1="U" u2="i" k="6" /> + <hkern u1="U" u2="h" k="6" /> + <hkern u1="U" u2="4" k="10" /> + <hkern u1="U" u2="f" k="7" /> + <hkern u1="U" u2="ð" k="14" /> + <hkern u1="U" u2="d" k="11" /> + <hkern u1="U" u2="ʼ" k="21" /> + <hkern u1="U" u2="a" k="13" /> + <hkern u1="U" u2="/" k="19" /> + <hkern u1="U" u2="A" k="29" /> + <hkern u1="U" u2="J" k="30" /> + <hkern u1="V" u2="0" k="32" /> + <hkern u1="V" u2="z" k="18" /> + <hkern u1="V" g2="y.alt" k="15" /> + <hkern u1="V" u2="y" k="14" /> + <hkern u1="V" u2="x" k="13" /> + <hkern u1="V" g2="w.alt" k="17" /> + <hkern u1="V" u2="w" k="15" /> + <hkern u1="V" u2="v" k="16" /> + <hkern u1="V" u2="u" k="38" /> + <hkern u1="V" u2="2" k="21" /> + <hkern u1="V" u2="™" k="-6" /> + <hkern u1="V" u2="3" k="22" /> + <hkern u1="V" g2="t.alt" k="5" /> + <hkern u1="V" u2="t" k="9" /> + <hkern u1="V" u2="Æ" k="87" /> + <hkern u1="V" u2="6" k="20" /> + <hkern u1="V" u2="ə" k="58" /> + <hkern u1="V" u2="s" k="50" /> + <hkern u1="V" u2="®" k="22" /> + <hkern u1="V" u2="ř" k="21" /> + <hkern u1="V" u2="’" k="-2" /> + <hkern u1="V" u2="‘" k="-1" /> + <hkern u1="V" u2="." k="73" /> + <hkern u1="V" u2=")" k="-6" /> + <hkern u1="V" u2="1" k="18" /> + <hkern u1="V" u2="o" k="62" /> + <hkern u1="V" u2="9" k="29" /> + <hkern u1="V" u2="n" k="39" /> + <hkern u1="V" u2="ł" k="6" /> + <hkern u1="V" u2="ĵ" k="-13" /> + <hkern u1="V" u2="ĩ" k="-45" /> + <hkern u1="V" u2="ī" k="-52" /> + <hkern u1="V" u2="ì" k="-11" /> + <hkern u1="V" u2="ï" k="-24" /> + <hkern u1="V" u2="î" k="-13" /> + <hkern u1="V" u2="ĭ" k="-14" /> + <hkern u1="V" u2="í" k="8" /> + <hkern u1="V" u2="-" k="43" /> + <hkern u1="V" u2="ħ" k="-3" /> + <hkern u1="V" u2="›" k="28" /> + <hkern u1="V" u2="‹" k="43" /> + <hkern u1="V" u2="ß" k="22" /> + <hkern u1="V" u2="4" k="63" /> + <hkern u1="V" u2="5" k="34" /> + <hkern u1="V" u2="f" k="23" /> + <hkern u1="V" u2="ð" k="67" /> + <hkern u1="V" u2="8" k="17" /> + <hkern u1="V" u2="ı" k="39" /> + <hkern u1="V" u2="d" k="61" /> + <hkern u1="V" u2="©" k="22" /> + <hkern u1="V" u2=":" k="15" /> + <hkern u1="V" u2="]" k="-1" /> + <hkern u1="V" u2="\" k="-6" /> + <hkern u1="V" u2="ã" k="13" /> + <hkern u1="V" u2="@" k="38" /> + <hkern u1="V" u2="*" k="-10" /> + <hkern u1="V" u2="ʼ" k="17" /> + <hkern u1="V" u2="&" k="20" /> + <hkern u1="V" u2="a" k="51" /> + <hkern u1="V" u2="S" k="17" /> + <hkern u1="V" u2="/" k="63" /> + <hkern u1="V" u2="O" k="26" /> + <hkern u1="V" u2="A" k="55" /> + <hkern u1="V" u2="Ł" k="6" /> + <hkern u1="V" u2="J" k="85" /> + <hkern u1="V" u2="Ð" k="5" /> + <hkern u1="V" u2="Đ" k="5" /> + <hkern u1="V" u2=" " k="35" /> + <hkern u1="W" u2="0" k="32" /> + <hkern u1="W" u2="ž" k="4" /> + <hkern u1="W" u2="z" k="18" /> + <hkern u1="W" g2="y.alt" k="15" /> + <hkern u1="W" u2="y" k="14" /> + <hkern u1="W" u2="x" k="14" /> + <hkern u1="W" g2="w.alt" k="17" /> + <hkern u1="W" u2="w" k="15" /> + <hkern u1="W" u2="v" k="16" /> + <hkern u1="W" u2="u" k="39" /> + <hkern u1="W" u2="2" k="21" /> + <hkern u1="W" u2="™" k="-7" /> + <hkern u1="W" u2="3" k="22" /> + <hkern u1="W" g2="t.alt" k="5" /> + <hkern u1="W" u2="t" k="9" /> + <hkern u1="W" u2="Æ" k="87" /> + <hkern u1="W" u2="6" k="20" /> + <hkern u1="W" u2="ə" k="59" /> + <hkern u1="W" u2="š" k="9" /> + <hkern u1="W" u2="s" k="52" /> + <hkern u1="W" u2="®" k="22" /> + <hkern u1="W" u2="ř" k="29" /> + <hkern u1="W" u2="’" k="-3" /> + <hkern u1="W" u2="‘" k="-3" /> + <hkern u1="W" u2="." k="74" /> + <hkern u1="W" u2=")" k="-7" /> + <hkern u1="W" u2="1" k="19" /> + <hkern u1="W" u2="o" k="63" /> + <hkern u1="W" u2="9" k="30" /> + <hkern u1="W" u2="n" k="39" /> + <hkern u1="W" u2="ł" k="6" /> + <hkern u1="W" u2="ĵ" k="-13" /> + <hkern u1="W" u2="ĩ" k="-46" /> + <hkern u1="W" u2="ī" k="-53" /> + <hkern u1="W" u2="ì" k="-11" /> + <hkern u1="W" u2="ï" k="-25" /> + <hkern u1="W" u2="î" k="-13" /> + <hkern u1="W" u2="ĭ" k="-16" /> + <hkern u1="W" u2="í" k="8" /> + <hkern u1="W" u2="-" k="43" /> + <hkern u1="W" u2="ħ" k="-6" /> + <hkern u1="W" u2="›" k="28" /> + <hkern u1="W" u2="‹" k="44" /> + <hkern u1="W" u2="ß" k="22" /> + <hkern u1="W" u2="4" k="64" /> + <hkern u1="W" u2="5" k="34" /> + <hkern u1="W" u2="f" k="23" /> + <hkern u1="W" u2="ð" k="68" /> + <hkern u1="W" u2="8" k="17" /> + <hkern u1="W" u2="ı" k="39" /> + <hkern u1="W" u2="d" k="62" /> + <hkern u1="W" u2="©" k="22" /> + <hkern u1="W" u2=":" k="15" /> + <hkern u1="W" u2="]" k="-2" /> + <hkern u1="W" u2="}" k="-1" /> + <hkern u1="W" u2="\" k="-6" /> + <hkern u1="W" u2="ã" k="13" /> + <hkern u1="W" u2="@" k="39" /> + <hkern u1="W" u2="*" k="-9" /> + <hkern u1="W" u2="ʼ" k="16" /> + <hkern u1="W" u2="&" k="20" /> + <hkern u1="W" u2="ä" k="13" /> + <hkern u1="W" u2="a" k="51" /> + <hkern u1="W" u2="S" k="17" /> + <hkern u1="W" u2="/" k="64" /> + <hkern u1="W" u2="O" k="26" /> + <hkern u1="W" u2="A" k="56" /> + <hkern u1="W" u2="Ł" k="6" /> + <hkern u1="W" u2="J" k="85" /> + <hkern u1="W" u2="Ð" k="5" /> + <hkern u1="W" u2="Đ" k="5" /> + <hkern u1="W" u2=" " k="35" /> + <hkern g1="W.alt" u2="0" k="19" /> + <hkern g1="W.alt" u2="z" k="7" /> + <hkern g1="W.alt" u2="x" k="1" /> + <hkern g1="W.alt" g2="w.alt" k="5" /> + <hkern g1="W.alt" u2="w" k="4" /> + <hkern g1="W.alt" u2="v" k="4" /> + <hkern g1="W.alt" u2="u" k="28" /> + <hkern g1="W.alt" u2="2" k="9" /> + <hkern g1="W.alt" u2="™" k="-6" /> + <hkern g1="W.alt" u2="3" k="10" /> + <hkern g1="W.alt" u2="t" k="2" /> + <hkern g1="W.alt" u2="6" k="9" /> + <hkern g1="W.alt" u2="ə" k="42" /> + <hkern g1="W.alt" u2="s" k="42" /> + <hkern g1="W.alt" u2="®" k="12" /> + <hkern g1="W.alt" u2="ř" k="17" /> + <hkern g1="W.alt" u2="." k="51" /> + <hkern g1="W.alt" u2=")" k="-6" /> + <hkern g1="W.alt" u2="1" k="7" /> + <hkern g1="W.alt" u2="o" k="43" /> + <hkern g1="W.alt" u2="9" k="15" /> + <hkern g1="W.alt" u2="n" k="30" /> + <hkern g1="W.alt" u2="ĵ" k="-12" /> + <hkern g1="W.alt" u2="ĩ" k="-43" /> + <hkern g1="W.alt" u2="ī" k="-46" /> + <hkern g1="W.alt" u2="ì" k="-10" /> + <hkern g1="W.alt" u2="ï" k="-24" /> + <hkern g1="W.alt" u2="î" k="-12" /> + <hkern g1="W.alt" u2="ĭ" k="-14" /> + <hkern g1="W.alt" u2="í" k="6" /> + <hkern g1="W.alt" u2="-" k="27" /> + <hkern g1="W.alt" u2="ħ" k="-3" /> + <hkern g1="W.alt" u2="›" k="16" /> + <hkern g1="W.alt" u2="‹" k="30" /> + <hkern g1="W.alt" u2="ß" k="14" /> + <hkern g1="W.alt" u2="4" k="43" /> + <hkern g1="W.alt" u2="5" k="23" /> + <hkern g1="W.alt" u2="f" k="13" /> + <hkern g1="W.alt" u2="ð" k="46" /> + <hkern g1="W.alt" u2="8" k="8" /> + <hkern g1="W.alt" u2="ı" k="30" /> + <hkern g1="W.alt" u2="d" k="41" /> + <hkern g1="W.alt" u2="©" k="12" /> + <hkern g1="W.alt" u2=":" k="3" /> + <hkern g1="W.alt" u2="\" k="-5" /> + <hkern g1="W.alt" u2="@" k="25" /> + <hkern g1="W.alt" u2="*" k="-10" /> + <hkern g1="W.alt" u2="ʼ" k="13" /> + <hkern g1="W.alt" u2="&" k="10" /> + <hkern g1="W.alt" u2="a" k="40" /> + <hkern g1="W.alt" u2="/" k="42" /> + <hkern g1="W.alt" u2=" " k="31" /> + <hkern u1="X" u2="0" k="12" /> + <hkern u1="X" g2="y.alt" k="32" /> + <hkern u1="X" u2="y" k="29" /> + <hkern u1="X" g2="w.alt" k="29" /> + <hkern u1="X" u2="w" k="31" /> + <hkern u1="X" u2="v" k="30" /> + <hkern u1="X" u2="u" k="22" /> + <hkern u1="X" u2="2" k="-1" /> + <hkern u1="X" u2="™" k="-11" /> + <hkern u1="X" g2="t.alt" k="2" /> + <hkern u1="X" u2="t" k="6" /> + <hkern u1="X" u2="ə" k="21" /> + <hkern u1="X" u2="®" k="14" /> + <hkern u1="X" u2="’" k="-3" /> + <hkern u1="X" u2="‘" k="-3" /> + <hkern u1="X" u2=")" k="-8" /> + <hkern u1="X" u2="ǿ" k="9" /> + <hkern u1="X" u2="ø" k="9" /> + <hkern u1="X" u2="o" k="36" /> + <hkern u1="X" u2="n" k="6" /> + <hkern u1="X" u2="ĵ" k="-8" /> + <hkern u1="X" u2="ĩ" k="-43" /> + <hkern u1="X" u2="ī" k="-58" /> + <hkern u1="X" u2="ì" k="-11" /> + <hkern u1="X" u2="ï" k="-25" /> + <hkern u1="X" u2="î" k="-8" /> + <hkern u1="X" u2="ĭ" k="-16" /> + <hkern u1="X" u2="í" k="3" /> + <hkern u1="X" u2="-" k="28" /> + <hkern u1="X" u2="ħ" k="-6" /> + <hkern u1="X" u2="‹" k="18" /> + <hkern u1="X" u2="ß" k="3" /> + <hkern u1="X" u2="4" k="-5" /> + <hkern u1="X" u2="f" k="13" /> + <hkern u1="X" u2="ð" k="33" /> + <hkern u1="X" u2="ı" k="3" /> + <hkern u1="X" u2="d" k="34" /> + <hkern u1="X" u2="©" k="14" /> + <hkern u1="X" u2="]" k="-3" /> + <hkern u1="X" u2="}" k="-2" /> + <hkern u1="X" u2="\" k="-7" /> + <hkern u1="X" u2="*" k="-10" /> + <hkern u1="X" u2="ʼ" k="8" /> + <hkern u1="X" u2="a" k="4" /> + <hkern u1="X" u2="S" k="7" /> + <hkern u1="X" u2="Ǿ" k="6" /> + <hkern u1="X" u2="/" k="-4" /> + <hkern u1="X" u2="Ø" k="6" /> + <hkern u1="X" u2="O" k="29" /> + <hkern u1="X" u2=" " k="8" /> + <hkern u1="Y" u2="0" k="47" /> + <hkern u1="Y" u2="ž" k="4" /> + <hkern u1="Y" u2="z" k="39" /> + <hkern u1="Y" g2="y.alt" k="40" /> + <hkern u1="Y" u2="y" k="37" /> + <hkern u1="Y" u2="x" k="35" /> + <hkern u1="Y" g2="w.alt" k="41" /> + <hkern u1="Y" u2="w" k="39" /> + <hkern u1="Y" u2="v" k="40" /> + <hkern u1="Y" u2="u" k="62" /> + <hkern u1="Y" u2="2" k="35" /> + <hkern u1="Y" u2="™" k="-8" /> + <hkern u1="Y" u2="3" k="35" /> + <hkern u1="Y" g2="t.alt" k="11" /> + <hkern u1="Y" u2="t" k="16" /> + <hkern u1="Y" u2="Æ" k="104" /> + <hkern u1="Y" u2="6" k="28" /> + <hkern u1="Y" u2="ŝ" k="17" /> + <hkern u1="Y" u2="ə" k="99" /> + <hkern u1="Y" u2="š" k="10" /> + <hkern u1="Y" u2="s" k="86" /> + <hkern u1="Y" u2="®" k="33" /> + <hkern u1="Y" u2="ř" k="50" /> + <hkern u1="Y" u2="’" k="-4" /> + <hkern u1="Y" u2="‘" k="-4" /> + <hkern u1="Y" u2="." k="80" /> + <hkern u1="Y" u2=")" k="-8" /> + <hkern u1="Y" u2="1" k="35" /> + <hkern u1="Y" u2="ö" k="20" /> + <hkern u1="Y" u2="o" k="87" /> + <hkern u1="Y" u2="9" k="45" /> + <hkern u1="Y" u2="n" k="65" /> + <hkern u1="Y" u2="ĵ" k="-11" /> + <hkern u1="Y" u2="ĩ" k="-44" /> + <hkern u1="Y" u2="ī" k="-56" /> + <hkern u1="Y" u2="ì" k="-13" /> + <hkern u1="Y" u2="ï" k="-26" /> + <hkern u1="Y" u2="î" k="-11" /> + <hkern u1="Y" u2="ĭ" k="-17" /> + <hkern u1="Y" u2="í" k="10" /> + <hkern u1="Y" u2="-" k="68" /> + <hkern u1="Y" u2="ħ" k="-7" /> + <hkern u1="Y" u2="›" k="46" /> + <hkern u1="Y" u2="‹" k="66" /> + <hkern u1="Y" u2="ß" k="32" /> + <hkern u1="Y" u2="4" k="75" /> + <hkern u1="Y" u2="5" k="44" /> + <hkern u1="Y" u2="f" k="35" /> + <hkern u1="Y" u2="ð" k="89" /> + <hkern u1="Y" u2="8" k="23" /> + <hkern u1="Y" u2="ë" k="20" /> + <hkern u1="Y" u2="ě" k="19" /> + <hkern u1="Y" u2="ı" k="65" /> + <hkern u1="Y" u2="d" k="85" /> + <hkern u1="Y" u2="©" k="33" /> + <hkern u1="Y" u2=":" k="28" /> + <hkern u1="Y" u2="č" k="20" /> + <hkern u1="Y" u2="]" k="-3" /> + <hkern u1="Y" u2="}" k="-3" /> + <hkern u1="Y" u2="\" k="-7" /> + <hkern u1="Y" u2="ã" k="14" /> + <hkern u1="Y" u2="@" k="56" /> + <hkern u1="Y" u2="*" k="-10" /> + <hkern u1="Y" u2="ʼ" k="17" /> + <hkern u1="Y" u2="&" k="25" /> + <hkern u1="Y" u2="ä" k="12" /> + <hkern u1="Y" u2="a" k="84" /> + <hkern u1="Y" u2="S" k="22" /> + <hkern u1="Y" u2="/" k="67" /> + <hkern u1="Y" u2="O" k="41" /> + <hkern u1="Y" u2="A" k="73" /> + <hkern u1="Y" u2="Ł" k="6" /> + <hkern u1="Y" u2="J" k="93" /> + <hkern u1="Y" u2="Ð" k="5" /> + <hkern u1="Y" u2="Đ" k="5" /> + <hkern u1="Y" u2=" " k="38" /> + <hkern u1="Z" u2="0" k="7" /> + <hkern u1="Z" g2="y.alt" k="22" /> + <hkern u1="Z" u2="y" k="21" /> + <hkern u1="Z" g2="w.alt" k="21" /> + <hkern u1="Z" u2="w" k="21" /> + <hkern u1="Z" u2="v" k="22" /> + <hkern u1="Z" u2="u" k="15" /> + <hkern u1="Z" g2="t.alt" k="6" /> + <hkern u1="Z" u2="t" k="9" /> + <hkern u1="Z" u2="ə" k="14" /> + <hkern u1="Z" u2="s" k="1" /> + <hkern u1="Z" u2="®" k="12" /> + <hkern u1="Z" u2="o" k="18" /> + <hkern u1="Z" u2="n" k="8" /> + <hkern u1="Z" u2="ĵ" k="-8" /> + <hkern u1="Z" u2="ĩ" k="-42" /> + <hkern u1="Z" u2="ī" k="-35" /> + <hkern u1="Z" u2="ï" k="-11" /> + <hkern u1="Z" u2="î" k="-8" /> + <hkern u1="Z" u2="ĭ" k="-1" /> + <hkern u1="Z" u2="-" k="15" /> + <hkern u1="Z" u2="‹" k="10" /> + <hkern u1="Z" u2="f" k="13" /> + <hkern u1="Z" u2="ð" k="16" /> + <hkern u1="Z" u2="ı" k="6" /> + <hkern u1="Z" u2="d" k="18" /> + <hkern u1="Z" u2="©" k="12" /> + <hkern u1="Z" u2="ʼ" k="16" /> + <hkern u1="Z" u2="a" k="5" /> + <hkern u1="Z" u2="O" k="18" /> + <hkern u1="a" g2="y.alt" k="20" /> + <hkern u1="a" u2="y" k="17" /> + <hkern u1="a" g2="w.alt" k="15" /> + <hkern u1="a" u2="w" k="19" /> + <hkern u1="a" u2="v" k="18" /> + <hkern u1="a" u2="™" k="29" /> + <hkern u1="a" g2="t.alt" k="6" /> + <hkern u1="a" u2="t" k="7" /> + <hkern u1="a" u2="'" k="18" /> + <hkern u1="a" u2="’" k="23" /> + <hkern u1="a" u2="‘" k="24" /> + <hkern u1="a" u2="?" k="12" /> + <hkern u1="a" u2="º" k="11" /> + <hkern u1="a" u2="ª" k="4" /> + <hkern u1="a" u2="f" k="1" /> + <hkern u1="a" u2="\" k="40" /> + <hkern u1="a" u2="*" k="26" /> + <hkern u1="a" u2="ʼ" k="56" /> + <hkern u1="a" u2="Z" k="4" /> + <hkern u1="a" u2="Y" k="84" /> + <hkern u1="a" u2="W" k="56" /> + <hkern u1="a" u2="V" k="55" /> + <hkern u1="a" u2="U" k="11" /> + <hkern u1="a" u2="T" k="106" /> + <hkern u1="a" u2="S" k="4" /> + <hkern u1="a" u2="O" k="7" /> + <hkern u1="a" u2="I" k="1" /> + <hkern u1="a" u2="Ð" k="7" /> + <hkern g1="a.alt" u2="™" k="12" /> + <hkern g1="a.alt" u2="\" k="22" /> + <hkern g1="a.alt" u2="ʼ" k="26" /> + <hkern g1="a.alt2" g2="y.alt" k="15" /> + <hkern g1="a.alt2" u2="y" k="13" /> + <hkern g1="a.alt2" g2="w.alt" k="10" /> + <hkern g1="a.alt2" u2="w" k="14" /> + <hkern g1="a.alt2" u2="v" k="12" /> + <hkern g1="a.alt2" u2="™" k="25" /> + <hkern g1="a.alt2" g2="t.alt" k="6" /> + <hkern g1="a.alt2" u2="t" k="5" /> + <hkern g1="a.alt2" u2="'" k="14" /> + <hkern g1="a.alt2" u2="’" k="18" /> + <hkern g1="a.alt2" u2="‘" k="20" /> + <hkern g1="a.alt2" u2="?" k="11" /> + <hkern g1="a.alt2" u2="º" k="6" /> + <hkern g1="a.alt2" u2="\" k="34" /> + <hkern g1="a.alt2" u2="*" k="22" /> + <hkern g1="a.alt2" u2="ʼ" k="52" /> + <hkern u1="&" u2="z" k="-4" /> + <hkern u1="&" g2="y.alt" k="21" /> + <hkern u1="&" u2="y" k="20" /> + <hkern u1="&" u2="x" k="-12" /> + <hkern u1="&" g2="w.alt" k="14" /> + <hkern u1="&" u2="w" k="19" /> + <hkern u1="&" u2="v" k="19" /> + <hkern u1="&" u2="Æ" k="-28" /> + <hkern u1="&" u2="s" k="-4" /> + <hkern u1="&" u2="'" k="40" /> + <hkern u1="&" u2="’" k="39" /> + <hkern u1="&" u2="ǿ" k="-4" /> + <hkern u1="&" u2="ø" k="-4" /> + <hkern u1="&" u2="Z" k="-4" /> + <hkern u1="&" u2="Y" k="54" /> + <hkern u1="&" u2="X" k="-16" /> + <hkern u1="&" u2="W" k="43" /> + <hkern u1="&" u2="V" k="43" /> + <hkern u1="&" u2="U" k="4" /> + <hkern u1="&" u2="Ŧ" k="27" /> + <hkern u1="&" u2="T" k="42" /> + <hkern u1="&" u2="Ǿ" k="-11" /> + <hkern u1="&" u2="Ø" k="-11" /> + <hkern u1="&" u2="A" k="-13" /> + <hkern u1="&" u2="J" k="-6" /> + <hkern u1="ą" u2="j" k="-65" /> + <hkern u1="ʼ" u2="z" k="19" /> + <hkern u1="ʼ" g2="y.alt" k="11" /> + <hkern u1="ʼ" u2="y" k="12" /> + <hkern u1="ʼ" u2="x" k="16" /> + <hkern u1="ʼ" g2="w.alt" k="12" /> + <hkern u1="ʼ" u2="w" k="11" /> + <hkern u1="ʼ" u2="v" k="11" /> + <hkern u1="ʼ" u2="u" k="28" /> + <hkern u1="ʼ" g2="t.alt" k="34" /> + <hkern u1="ʼ" u2="t" k="37" /> + <hkern u1="ʼ" u2="s" k="55" /> + <hkern u1="ʼ" u2="o" k="67" /> + <hkern u1="ʼ" u2="n" k="29" /> + <hkern u1="ʼ" g2="l.alt" k="25" /> + <hkern u1="ʼ" u2="l" k="25" /> + <hkern u1="ʼ" u2="i" k="24" /> + <hkern u1="ʼ" u2="h" k="25" /> + <hkern u1="ʼ" u2="f" k="47" /> + <hkern u1="ʼ" u2="d" k="109" /> + <hkern u1="ʼ" u2="a" k="54" /> + <hkern u1="*" u2="x" k="-7" /> + <hkern u1="*" g2="w.alt" k="-6" /> + <hkern u1="*" u2="w" k="-7" /> + <hkern u1="*" u2="v" k="-6" /> + <hkern u1="*" g2="t.alt" k="-12" /> + <hkern u1="*" u2="Æ" k="96" /> + <hkern u1="*" u2="s" k="18" /> + <hkern u1="*" u2="o" k="31" /> + <hkern u1="*" u2="ĵ" k="-17" /> + <hkern u1="*" u2="ĩ" k="-50" /> + <hkern u1="*" u2="ī" k="-15" /> + <hkern u1="*" u2="ì" k="-4" /> + <hkern u1="*" u2="ï" k="-20" /> + <hkern u1="*" u2="î" k="-17" /> + <hkern u1="*" u2="ĭ" k="-2" /> + <hkern u1="*" u2="f" k="6" /> + <hkern u1="*" u2="ð" k="51" /> + <hkern u1="*" u2="d" k="45" /> + <hkern u1="*" u2="a" k="14" /> + <hkern u1="*" u2="Y" k="-10" /> + <hkern u1="*" u2="X" k="-10" /> + <hkern u1="*" u2="W" k="-9" /> + <hkern u1="*" u2="V" k="-1" /> + <hkern u1="*" u2="Ŧ" k="-4" /> + <hkern u1="*" u2="T" k="-15" /> + <hkern u1="*" u2="O" k="7" /> + <hkern u1="*" u2="A" k="66" /> + <hkern u1="*" u2="J" k="88" /> + <hkern u1="*" u2="Ħ" k="-5" /> + <hkern u1="@" u2="'" k="34" /> + <hkern u1="@" u2="’" k="34" /> + <hkern u1="@" u2="Y" k="54" /> + <hkern u1="@" u2="W" k="37" /> + <hkern u1="@" u2="V" k="37" /> + <hkern u1="@" u2="T" k="56" /> + <hkern u1="@" u2="A" k="11" /> + <hkern u1="b" u2="z" k="12" /> + <hkern u1="b" g2="y.alt" k="19" /> + <hkern u1="b" u2="y" k="18" /> + <hkern u1="b" u2="x" k="19" /> + <hkern u1="b" g2="w.alt" k="15" /> + <hkern u1="b" u2="w" k="19" /> + <hkern u1="b" u2="v" k="18" /> + <hkern u1="b" u2="™" k="33" /> + <hkern u1="b" g2="t.alt" k="8" /> + <hkern u1="b" u2="t" k="7" /> + <hkern u1="b" u2="Æ" k="21" /> + <hkern u1="b" u2="s" k="1" /> + <hkern u1="b" u2="'" k="73" /> + <hkern u1="b" u2="’" k="57" /> + <hkern u1="b" u2="‘" k="61" /> + <hkern u1="b" u2="?" k="14" /> + <hkern u1="b" u2="." k="6" /> + <hkern u1="b" u2=")" k="17" /> + <hkern u1="b" u2="º" k="15" /> + <hkern u1="b" u2="ª" k="6" /> + <hkern u1="b" u2="ł" k="-4" /> + <hkern u1="b" u2="f" k="3" /> + <hkern u1="b" u2="\" k="38" /> + <hkern u1="b" u2="*" k="44" /> + <hkern u1="b" u2="ʼ" k="106" /> + <hkern u1="b" u2="Z" k="21" /> + <hkern u1="b" u2="Y" k="85" /> + <hkern u1="b" u2="X" k="35" /> + <hkern u1="b" u2="W" k="62" /> + <hkern u1="b" u2="V" k="62" /> + <hkern u1="b" u2="U" k="11" /> + <hkern u1="b" u2="T" k="104" /> + <hkern u1="b" u2="S" k="8" /> + <hkern u1="b" u2="A" k="16" /> + <hkern u1="b" u2="J" k="22" /> + <hkern u1="b" u2="I" k="8" /> + <hkern u1="b" u2="Ð" k="11" /> + <hkern u1="\" g2="zero.lnum" k="14" /> + <hkern u1="\" u2="0" k="3" /> + <hkern u1="\" g2="y.alt" k="35" /> + <hkern u1="\" u2="y" k="34" /> + <hkern u1="\" u2="x" k="-4" /> + <hkern u1="\" g2="w.alt" k="26" /> + <hkern u1="\" u2="w" k="35" /> + <hkern u1="\" u2="v" k="32" /> + <hkern u1="\" u2="t" k="4" /> + <hkern u1="\" u2="Æ" k="-10" /> + <hkern u1="\" g2="six.lnum" k="3" /> + <hkern u1="\" u2="6" k="3" /> + <hkern u1="\" u2="7" k="14" /> + <hkern u1="\" u2="'" k="86" /> + <hkern u1="\" u2="’" k="84" /> + <hkern u1="\" u2="Y" k="66" /> + <hkern u1="\" u2="X" k="-4" /> + <hkern u1="\" u2="W" k="63" /> + <hkern u1="\" u2="V" k="61" /> + <hkern u1="\" u2="U" k="18" /> + <hkern u1="\" u2="Ŧ" k="51" /> + <hkern u1="\" u2="T" k="60" /> + <hkern u1="\" u2="Ǿ" k="-3" /> + <hkern u1="\" u2="Ø" k="-3" /> + <hkern u1="\" u2="O" k="18" /> + <hkern u1="\" u2="A" k="-5" /> + <hkern u1="\" u2="J" k="-2" /> + <hkern u1="|" u2="ĵ" k="-63" /> + <hkern u1="|" u2="ĩ" k="-13" /> + <hkern u1="|" u2="j" k="-63" /> + <hkern u1="|" u2="ï" k="-6" /> + <hkern u1="|" u2="î" k="-2" /> + <hkern u1="|" u2="Ĩ" k="-10" /> + <hkern u1="|" u2="Ï" k="-3" /> + <hkern u1="{" u2="Æ" k="-6" /> + <hkern u1="{" u2="ĵ" k="-9" /> + <hkern u1="{" u2="ĩ" k="-18" /> + <hkern u1="{" u2="ī" k="-12" /> + <hkern u1="{" u2="j" k="-9" /> + <hkern u1="{" u2="ï" k="-12" /> + <hkern u1="{" u2="î" k="-8" /> + <hkern u1="{" u2="ĭ" k="-2" /> + <hkern u1="{" u2="Y" k="-3" /> + <hkern u1="{" u2="X" k="-2" /> + <hkern u1="{" u2="W" k="-1" /> + <hkern u1="[" u2="Æ" k="-6" /> + <hkern u1="[" u2="ĵ" k="-11" /> + <hkern u1="[" u2="ĩ" k="-18" /> + <hkern u1="[" u2="ī" k="-11" /> + <hkern u1="[" u2="j" k="-11" /> + <hkern u1="[" u2="ï" k="-12" /> + <hkern u1="[" u2="î" k="-8" /> + <hkern u1="[" u2="ĭ" k="-2" /> + <hkern u1="[" u2="Y" k="-3" /> + <hkern u1="[" u2="X" k="-3" /> + <hkern u1="[" u2="W" k="-2" /> + <hkern u1="[" u2="V" k="-1" /> + <hkern u1="[" u2="A" k="-1" /> + <hkern u1="c" g2="y.alt" k="9" /> + <hkern u1="c" u2="y" k="10" /> + <hkern u1="c" u2="x" k="4" /> + <hkern u1="c" g2="w.alt" k="6" /> + <hkern u1="c" u2="w" k="9" /> + <hkern u1="c" u2="v" k="7" /> + <hkern u1="c" u2="™" k="19" /> + <hkern u1="c" u2="Æ" k="1" /> + <hkern u1="c" u2="ə" k="4" /> + <hkern u1="c" u2="s" k="5" /> + <hkern u1="c" u2="'" k="8" /> + <hkern u1="c" u2="’" k="15" /> + <hkern u1="c" u2="‘" k="17" /> + <hkern u1="c" u2="?" k="7" /> + <hkern u1="c" u2="o" k="6" /> + <hkern u1="c" u2="-" k="17" /> + <hkern u1="c" u2="‹" k="12" /> + <hkern u1="c" u2="ð" k="7" /> + <hkern u1="c" u2="d" k="6" /> + <hkern u1="c" u2="\" k="28" /> + <hkern u1="c" u2="*" k="18" /> + <hkern u1="c" u2="ʼ" k="48" /> + <hkern u1="c" u2="Z" k="1" /> + <hkern u1="c" u2="Y" k="76" /> + <hkern u1="c" u2="X" k="4" /> + <hkern u1="c" u2="W" k="55" /> + <hkern u1="c" u2="V" k="55" /> + <hkern u1="c" u2="U" k="8" /> + <hkern u1="c" u2="T" k="96" /> + <hkern u1="c" u2="S" k="8" /> + <hkern u1="c" u2="O" k="5" /> + <hkern u1="c" u2="A" k="6" /> + <hkern u1="c" u2="Ð" k="6" /> + <hkern u1="ç" u2="j" k="-6" /> + <hkern u1=":" u2="Y" k="28" /> + <hkern u1=":" u2="W" k="15" /> + <hkern u1=":" u2="V" k="15" /> + <hkern u1=":" u2="Ŧ" k="6" /> + <hkern u1=":" u2="T" k="45" /> + <hkern u1="," u2="ĵ" k="-10" /> + <hkern u1="," u2="j" k="-10" /> + <hkern u1="," u2="Ŧ" k="56" /> + <hkern u1="d" g2="y.alt" k="3" /> + <hkern u1="d" u2="y" k="1" /> + <hkern u1="d" g2="w.alt" k="2" /> + <hkern u1="d" u2="w" k="3" /> + <hkern u1="d" u2="v" k="2" /> + <hkern u1="d" g2="t.alt" k="1" /> + <hkern u1="d" u2="t" k="1" /> + <hkern u1="d" u2="ĩ" k="-8" /> + <hkern u1="d" u2="ʼ" k="29" /> + <hkern u1="d" u2="Y" k="4" /> + <hkern u1="d" u2="W" k="4" /> + <hkern u1="d" u2="V" k="4" /> + <hkern u1="d" u2="U" k="8" /> + <hkern u1="d" u2="T" k="4" /> + <hkern u1="d" u2="O" k="6" /> + <hkern u1="d" u2="Ð" k="2" /> + <hkern g1="d.alt" u2="ĵ" k="-5" /> + <hkern g1="d.alt" u2="ĩ" k="-16" /> + <hkern g1="d.alt" u2="ï" k="-8" /> + <hkern g1="d.alt" u2="î" k="-5" /> + <hkern g1="d.alt" u2="ʼ" k="25" /> + <hkern u1="ď" u2="ž" k="-30" /> + <hkern u1="ď" u2="™" k="-75" /> + <hkern u1="ď" u2="þ" k="-37" /> + <hkern u1="ď" g2="t.alt" k="-30" /> + <hkern u1="ď" u2="t" k="-25" /> + <hkern u1="ď" u2="®" k="-4" /> + <hkern u1="ď" u2="'" k="-49" /> + <hkern u1="ď" u2="’" k="-64" /> + <hkern u1="ď" u2="‘" k="-60" /> + <hkern u1="ď" u2="?" k="-24" /> + <hkern u1="ď" u2=")" k="-72" /> + <hkern u1="ď" u2="º" k="-24" /> + <hkern u1="ď" u2="ª" k="-32" /> + <hkern u1="ď" g2="l.alt" k="-41" /> + <hkern u1="ď" u2="l" k="-42" /> + <hkern u1="ď" u2="i" k="-41" /> + <hkern u1="ď" u2="h" k="-41" /> + <hkern u1="ď" u2="ß" k="-14" /> + <hkern u1="ď" g2="f_i" k="-8" /> + <hkern u1="ď" g2="f_f_l" k="-6" /> + <hkern u1="ď" g2="f_f_i" k="-6" /> + <hkern u1="ď" g2="f_f" k="-6" /> + <hkern u1="ď" u2="f" k="-9" /> + <hkern u1="ď" u2="!" k="-34" /> + <hkern u1="ď" u2="ð" k="-23" /> + <hkern u1="ď" u2="©" k="-4" /> + <hkern u1="ď" u2="]" k="-72" /> + <hkern u1="ď" u2="}" k="-73" /> + <hkern u1="ď" u2="|" k="-39" /> + <hkern u1="ď" u2="\" k="-75" /> + <hkern u1="ď" u2="*" k="-47" /> + <hkern u1="ď" u2="&" k="-12" /> + <hkern u1="ď" u2=" " k="-14" /> + <hkern u1="đ" u2="*" k="-2" /> + <hkern u1="°" g2="zero.lnum" k="7" /> + <hkern u1="°" u2="0" k="19" /> + <hkern u1="°" u2="3" k="16" /> + <hkern u1="°" u2="1" k="12" /> + <hkern u1="°" u2="9" k="26" /> + <hkern u1="°" g2="four.lnum" k="65" /> + <hkern u1="°" u2="4" k="86" /> + <hkern u1="°" u2="5" k="19" /> + <hkern u1="$" u2="3" k="11" /> + <hkern u1="$" u2="7" k="10" /> + <hkern u1="e" u2="z" k="8" /> + <hkern u1="e" g2="y.alt" k="17" /> + <hkern u1="e" u2="y" k="16" /> + <hkern u1="e" u2="x" k="20" /> + <hkern u1="e" g2="w.alt" k="12" /> + <hkern u1="e" u2="w" k="16" /> + <hkern u1="e" u2="v" k="14" /> + <hkern u1="e" u2="™" k="26" /> + <hkern u1="e" g2="t.alt" k="5" /> + <hkern u1="e" u2="t" k="5" /> + <hkern u1="e" u2="Æ" k="18" /> + <hkern u1="e" u2="'" k="20" /> + <hkern u1="e" u2="’" k="24" /> + <hkern u1="e" u2="‘" k="27" /> + <hkern u1="e" u2="?" k="13" /> + <hkern u1="e" u2=")" k="14" /> + <hkern u1="e" u2="º" k="6" /> + <hkern u1="e" u2="ł" k="-4" /> + <hkern u1="e" u2="\" k="36" /> + <hkern u1="e" u2="*" k="28" /> + <hkern u1="e" u2="ʼ" k="58" /> + <hkern u1="e" u2="Z" k="17" /> + <hkern u1="e" u2="Y" k="100" /> + <hkern u1="e" u2="X" k="22" /> + <hkern u1="e" u2="W" k="58" /> + <hkern u1="e" u2="V" k="57" /> + <hkern u1="e" u2="U" k="8" /> + <hkern u1="e" u2="T" k="103" /> + <hkern u1="e" u2="S" k="6" /> + <hkern u1="e" u2="A" k="14" /> + <hkern u1="e" u2="J" k="17" /> + <hkern u1="e" u2="I" k="7" /> + <hkern u1="e" u2="Ð" k="9" /> + <hkern u1="8" u2="Æ" k="15" /> + <hkern u1="8" u2="+" k="7" /> + <hkern u1="8" u2="Y" k="24" /> + <hkern u1="8" u2="W" k="17" /> + <hkern u1="8" u2="V" k="17" /> + <hkern u1="8" u2="T" k="8" /> + <hkern u1="8" u2="A" k="15" /> + <hkern g1="eight.lnum" u2="+" k="7" /> + <hkern u1="ŋ" u2="j" k="-37" /> + <hkern u1="=" u2="3" k="23" /> + <hkern u1="=" g2="seven.lnum" k="19" /> + <hkern u1="=" u2="7" k="19" /> + <hkern u1="=" g2="one.lnum" k="8" /> + <hkern u1="=" u2="1" k="13" /> + <hkern u1="=" u2="4" k="9" /> + <hkern u1="ð" u2="z" k="6" /> + <hkern u1="ð" g2="y.alt" k="13" /> + <hkern u1="ð" u2="y" k="13" /> + <hkern u1="ð" u2="x" k="15" /> + <hkern u1="ð" g2="w.alt" k="10" /> + <hkern u1="ð" u2="w" k="13" /> + <hkern u1="ð" u2="v" k="12" /> + <hkern u1="ð" u2="™" k="9" /> + <hkern u1="ð" g2="t.alt" k="4" /> + <hkern u1="ð" u2="t" k="3" /> + <hkern u1="ð" u2="Æ" k="23" /> + <hkern u1="ð" u2="'" k="11" /> + <hkern u1="ð" u2="’" k="12" /> + <hkern u1="ð" u2="‘" k="12" /> + <hkern u1="ð" u2=")" k="8" /> + <hkern u1="ð" u2="ł" k="-4" /> + <hkern u1="ð" u2="ĩ" k="-3" /> + <hkern u1="ð" u2="\" k="7" /> + <hkern u1="ð" u2="*" k="13" /> + <hkern u1="ð" u2="Z" k="27" /> + <hkern u1="ð" u2="Y" k="36" /> + <hkern u1="ð" u2="X" k="27" /> + <hkern u1="ð" u2="W" k="30" /> + <hkern u1="ð" u2="V" k="29" /> + <hkern u1="ð" u2="U" k="9" /> + <hkern u1="ð" u2="T" k="30" /> + <hkern u1="ð" u2="S" k="7" /> + <hkern u1="ð" u2="/" k="4" /> + <hkern u1="ð" u2="A" k="18" /> + <hkern u1="ð" u2="J" k="23" /> + <hkern u1="ð" u2="I" k="6" /> + <hkern u1="ð" u2="Ð" k="8" /> + <hkern u1="¡" u2="ĩ" k="-10" /> + <hkern u1="¡" u2="ï" k="-4" /> + <hkern u1="f" u2="z" k="4" /> + <hkern u1="f" u2="™" k="-22" /> + <hkern u1="f" u2="Æ" k="46" /> + <hkern u1="f" u2="ə" k="5" /> + <hkern u1="f" u2="’" k="-3" /> + <hkern u1="f" u2="‘" k="-3" /> + <hkern u1="f" u2="." k="33" /> + <hkern u1="f" u2=")" k="-22" /> + <hkern u1="f" u2="o" k="7" /> + <hkern u1="f" u2="ł" k="-6" /> + <hkern u1="f" u2="ĵ" k="-17" /> + <hkern u1="f" u2="ĩ" k="-70" /> + <hkern u1="f" u2="ī" k="-81" /> + <hkern u1="f" u2="ì" k="-18" /> + <hkern u1="f" u2="ï" k="-41" /> + <hkern u1="f" u2="î" k="-17" /> + <hkern u1="f" u2="ĭ" k="-33" /> + <hkern u1="f" u2="-" k="28" /> + <hkern u1="f" u2="‹" k="24" /> + <hkern u1="f" u2="ð" k="23" /> + <hkern u1="f" u2="d" k="6" /> + <hkern u1="f" u2="]" k="-9" /> + <hkern u1="f" u2="}" k="-8" /> + <hkern u1="f" u2="\" k="-22" /> + <hkern u1="f" u2="*" k="-12" /> + <hkern u1="f" u2="a" k="8" /> + <hkern u1="f" u2="Z" k="-8" /> + <hkern u1="f" u2="Y" k="-37" /> + <hkern u1="f" u2="X" k="-40" /> + <hkern u1="f" u2="W" k="-32" /> + <hkern u1="f" u2="V" k="-32" /> + <hkern u1="f" u2="T" k="-27" /> + <hkern u1="f" u2="S" k="1" /> + <hkern u1="f" u2="/" k="27" /> + <hkern u1="f" u2="A" k="39" /> + <hkern u1="f" u2="J" k="59" /> + <hkern u1="f" u2=" " k="17" /> + <hkern g1="f_f" u2="ʼn" k="-17" /> + <hkern g1="f_f" u2="ĩ" k="-36" /> + <hkern g1="f_f" u2="ī" k="-56" /> + <hkern g1="f_f" u2="ï" k="-6" /> + <hkern g1="f_f" u2="ĭ" k="-8" /> + <hkern g1="f_f_i" u2="ĩ" k="-5" /> + <hkern g1="f_f_i" u2="ī" k="-5" /> + <hkern g1="f_f_i" u2="ï" k="-3" /> + <hkern g1="f_i" u2="ĩ" k="-5" /> + <hkern g1="f_i" u2="ī" k="-5" /> + <hkern g1="f_i" u2="ï" k="-3" /> + <hkern u1="5" u2="Æ" k="-4" /> + <hkern u1="5" u2="+" k="25" /> + <hkern u1="5" u2="−" k="8" /> + <hkern u1="5" u2="-" k="11" /> + <hkern u1="5" u2="\" k="6" /> + <hkern u1="5" u2="Y" k="22" /> + <hkern u1="5" u2="W" k="13" /> + <hkern u1="5" u2="V" k="13" /> + <hkern u1="5" u2="T" k="44" /> + <hkern u1="5" u2="A" k="-4" /> + <hkern u1="5" u2="·" k="12" /> + <hkern u1="⁄" u2="₄" k="7" /> + <hkern u1="⁄" u2="4" k="12" /> + <hkern u1="4" u2="Æ" k="-8" /> + <hkern u1="4" u2="7" k="11" /> + <hkern u1="4" u2="'" k="4" /> + <hkern u1="4" u2="+" k="15" /> + <hkern u1="4" u2="−" k="5" /> + <hkern u1="4" u2="-" k="8" /> + <hkern u1="4" u2="°" k="13" /> + <hkern u1="4" u2="," k="-3" /> + <hkern u1="4" u2="\" k="29" /> + <hkern u1="4" u2="Y" k="42" /> + <hkern u1="4" u2="X" k="-2" /> + <hkern u1="4" u2="W" k="32" /> + <hkern u1="4" u2="V" k="32" /> + <hkern u1="4" u2="T" k="55" /> + <hkern u1="4" u2="A" k="-4" /> + <hkern u1="4" u2="·" k="15" /> + <hkern g1="four.lnum" u2="'" k="4" /> + <hkern g1="four.lnum" u2="°" k="4" /> + <hkern g1="four.lnum" u2="\" k="3" /> + <hkern u1="g" u2="j" k="-37" /> + <hkern u1="g" u2="Z" k="7" /> + <hkern u1="g" u2="Y" k="65" /> + <hkern u1="g" u2="X" k="6" /> + <hkern u1="g" u2="W" k="41" /> + <hkern u1="g" u2="V" k="39" /> + <hkern u1="g" u2="U" k="6" /> + <hkern u1="g" u2="T" k="91" /> + <hkern u1="g" u2="S" k="1" /> + <hkern u1="g" u2="O" k="5" /> + <hkern u1="ğ" u2="j" k="-37" /> + <hkern u1="ĝ" u2="j" k="-37" /> + <hkern u1="ģ" u2="j" k="-37" /> + <hkern u1="ġ" u2="j" k="-37" /> + <hkern u1="ß" u2="z" k="7" /> + <hkern u1="ß" g2="y.alt" k="18" /> + <hkern u1="ß" u2="y" k="17" /> + <hkern u1="ß" u2="x" k="17" /> + <hkern u1="ß" g2="w.alt" k="16" /> + <hkern u1="ß" u2="w" k="18" /> + <hkern u1="ß" u2="v" k="17" /> + <hkern u1="ß" u2="™" k="15" /> + <hkern u1="ß" g2="t.alt" k="7" /> + <hkern u1="ß" u2="t" k="7" /> + <hkern u1="ß" u2="Æ" k="12" /> + <hkern u1="ß" u2="s" k="1" /> + <hkern u1="ß" u2="'" k="11" /> + <hkern u1="ß" u2="’" k="10" /> + <hkern u1="ß" u2="‘" k="9" /> + <hkern u1="ß" u2="ª" k="6" /> + <hkern u1="ß" u2="ĩ" k="-8" /> + <hkern u1="ß" u2="f" k="6" /> + <hkern u1="ß" u2="\" k="12" /> + <hkern u1="ß" u2="*" k="10" /> + <hkern u1="ß" u2="Z" k="11" /> + <hkern u1="ß" u2="Y" k="44" /> + <hkern u1="ß" u2="X" k="22" /> + <hkern u1="ß" u2="W" k="33" /> + <hkern u1="ß" u2="V" k="33" /> + <hkern u1="ß" u2="U" k="13" /> + <hkern u1="ß" u2="T" k="33" /> + <hkern u1="ß" u2="S" k="3" /> + <hkern u1="ß" u2="O" k="6" /> + <hkern u1="ß" u2="A" k="12" /> + <hkern u1="ß" u2="J" k="8" /> + <hkern u1="ß" u2="I" k="9" /> + <hkern u1="ß" u2="Ð" k="12" /> + <hkern u1="‹" u2="Y" k="47" /> + <hkern u1="‹" u2="W" k="28" /> + <hkern u1="‹" u2="V" k="28" /> + <hkern u1="‹" u2="Ŧ" k="8" /> + <hkern u1="‹" u2="T" k="51" /> + <hkern u1="›" u2="z" k="23" /> + <hkern u1="›" g2="y.alt" k="28" /> + <hkern u1="›" u2="y" k="26" /> + <hkern u1="›" u2="x" k="28" /> + <hkern u1="›" g2="w.alt" k="20" /> + <hkern u1="›" u2="w" k="27" /> + <hkern u1="›" u2="v" k="25" /> + <hkern u1="›" g2="t.alt" k="12" /> + <hkern u1="›" u2="t" k="9" /> + <hkern u1="›" u2="Æ" k="23" /> + <hkern u1="›" u2="s" k="8" /> + <hkern u1="›" u2="'" k="6" /> + <hkern u1="›" u2="’" k="22" /> + <hkern u1="›" u2="f" k="8" /> + <hkern u1="›" u2="Z" k="11" /> + <hkern u1="›" u2="Y" k="66" /> + <hkern u1="›" u2="X" k="18" /> + <hkern u1="›" u2="W" k="44" /> + <hkern u1="›" u2="V" k="44" /> + <hkern u1="›" u2="Ŧ" k="23" /> + <hkern u1="›" u2="T" k="65" /> + <hkern u1="›" u2="A" k="15" /> + <hkern u1="›" u2="Ł" k="7" /> + <hkern u1="›" u2="J" k="25" /> + <hkern u1="›" u2="Ð" k="7" /> + <hkern u1="›" u2="Đ" k="7" /> + <hkern u1="h" g2="y.alt" k="13" /> + <hkern u1="h" u2="y" k="11" /> + <hkern u1="h" g2="w.alt" k="9" /> + <hkern u1="h" u2="w" k="12" /> + <hkern u1="h" u2="v" k="11" /> + <hkern u1="h" u2="™" k="28" /> + <hkern u1="h" g2="t.alt" k="4" /> + <hkern u1="h" u2="t" k="4" /> + <hkern u1="h" u2="'" k="67" /> + <hkern u1="h" u2="’" k="45" /> + <hkern u1="h" u2="‘" k="47" /> + <hkern u1="h" u2="?" k="12" /> + <hkern u1="h" u2="º" k="8" /> + <hkern u1="h" u2="\" k="33" /> + <hkern u1="h" u2="*" k="34" /> + <hkern u1="h" u2="ʼ" k="100" /> + <hkern u1="h" u2="Z" k="8" /> + <hkern u1="h" u2="Y" k="77" /> + <hkern u1="h" u2="X" k="3" /> + <hkern u1="h" u2="W" k="53" /> + <hkern u1="h" u2="V" k="52" /> + <hkern u1="h" u2="U" k="9" /> + <hkern u1="h" u2="T" k="104" /> + <hkern u1="h" u2="S" k="5" /> + <hkern u1="h" u2="O" k="5" /> + <hkern u1="-" u2="z" k="30" /> + <hkern u1="-" g2="y.alt" k="25" /> + <hkern u1="-" u2="y" k="23" /> + <hkern u1="-" u2="x" k="31" /> + <hkern u1="-" g2="w.alt" k="16" /> + <hkern u1="-" u2="w" k="23" /> + <hkern u1="-" u2="v" k="22" /> + <hkern u1="-" g2="two.lnum" k="8" /> + <hkern u1="-" u2="2" k="7" /> + <hkern u1="-" u2="3" k="43" /> + <hkern u1="-" g2="t.alt" k="6" /> + <hkern u1="-" u2="t" k="7" /> + <hkern u1="-" u2="Æ" k="16" /> + <hkern u1="-" g2="seven.lnum" k="36" /> + <hkern u1="-" u2="7" k="30" /> + <hkern u1="-" u2="s" k="7" /> + <hkern u1="-" g2="one.lnum" k="19" /> + <hkern u1="-" u2="1" k="23" /> + <hkern u1="-" u2="4" k="17" /> + <hkern u1="-" u2="f" k="6" /> + <hkern u1="-" u2="Z" k="14" /> + <hkern u1="-" u2="Y" k="68" /> + <hkern u1="-" u2="X" k="28" /> + <hkern u1="-" u2="W" k="43" /> + <hkern u1="-" u2="V" k="43" /> + <hkern u1="-" u2="Ŧ" k="2" /> + <hkern u1="-" u2="T" k="67" /> + <hkern u1="-" u2="A" k="15" /> + <hkern u1="-" u2="J" k="60" /> + <hkern u1="i" u2="ĵ" k="-5" /> + <hkern u1="i" u2="ĩ" k="-16" /> + <hkern u1="i" u2="ï" k="-8" /> + <hkern u1="i" u2="î" k="-5" /> + <hkern u1="i" u2="ʼ" k="27" /> + <hkern u1="i" u2="Z" k="6" /> + <hkern u1="i" u2="U" k="6" /> + <hkern u1="i" u2="S" k="1" /> + <hkern u1="i" u2="O" k="1" /> + <hkern u1="í" u2="™" k="-2" /> + <hkern u1="í" u2="’" k="-2" /> + <hkern u1="í" u2="‘" k="-2" /> + <hkern u1="í" u2=")" k="-7" /> + <hkern u1="í" u2="\" k="-3" /> + <hkern u1="í" u2="*" k="-3" /> + <hkern u1="ĭ" u2="™" k="-6" /> + <hkern u1="ĭ" u2="’" k="-3" /> + <hkern u1="ĭ" u2="‘" k="-3" /> + <hkern u1="ĭ" u2=")" k="-8" /> + <hkern u1="ĭ" u2="]" k="-2" /> + <hkern u1="ĭ" u2="}" k="-2" /> + <hkern u1="ĭ" u2="\" k="-6" /> + <hkern u1="ĭ" u2="*" k="-2" /> + <hkern u1="î" u2="™" k="-20" /> + <hkern u1="î" g2="t.alt" k="-6" /> + <hkern u1="î" u2="'" k="-4" /> + <hkern u1="î" u2="’" k="-8" /> + <hkern u1="î" u2="‘" k="-8" /> + <hkern u1="î" u2="?" k="-7" /> + <hkern u1="î" u2=")" k="-4" /> + <hkern u1="î" u2="º" k="-7" /> + <hkern u1="î" u2="ª" k="-3" /> + <hkern u1="î" g2="l.alt" k="-5" /> + <hkern u1="î" u2="l" k="-6" /> + <hkern u1="î" u2="i" k="-5" /> + <hkern u1="î" u2="h" k="-5" /> + <hkern u1="î" u2="ß" k="-2" /> + <hkern u1="î" u2="]" k="-8" /> + <hkern u1="î" u2="}" k="-8" /> + <hkern u1="î" u2="|" k="-2" /> + <hkern u1="î" u2="*" k="-17" /> + <hkern u1="ï" u2="™" k="-16" /> + <hkern u1="ï" g2="t.alt" k="-19" /> + <hkern u1="ï" u2="'" k="-8" /> + <hkern u1="ï" u2="’" k="-13" /> + <hkern u1="ï" u2="‘" k="-13" /> + <hkern u1="ï" u2="?" k="-13" /> + <hkern u1="ï" u2=")" k="-18" /> + <hkern u1="ï" u2="º" k="-13" /> + <hkern u1="ï" u2="ª" k="-9" /> + <hkern u1="ï" g2="l.alt" k="-8" /> + <hkern u1="ï" u2="l" k="-9" /> + <hkern u1="ï" u2="i" k="-8" /> + <hkern u1="ï" u2="h" k="-8" /> + <hkern u1="ï" u2="ß" k="-6" /> + <hkern u1="ï" u2="!" k="-4" /> + <hkern u1="ï" u2="]" k="-12" /> + <hkern u1="ï" u2="}" k="-12" /> + <hkern u1="ï" u2="|" k="-6" /> + <hkern u1="ï" u2="\" k="-16" /> + <hkern u1="ï" u2="*" k="-20" /> + <hkern u1="ij" u2="j" k="-32" /> + <hkern u1="j" u2="ĵ" k="-32" /> + <hkern u1="j" u2="j" k="-32" /> + <hkern u1="ī" u2="™" k="-44" /> + <hkern u1="ī" u2="'" k="-16" /> + <hkern u1="ī" u2="’" k="-11" /> + <hkern u1="ī" u2="‘" k="-11" /> + <hkern u1="ī" u2=""" k="-8" /> + <hkern u1="ī" u2=")" k="-32" /> + <hkern u1="ī" u2="]" k="-11" /> + <hkern u1="ī" u2="}" k="-12" /> + <hkern u1="ī" u2="\" k="-40" /> + <hkern u1="ī" u2="*" k="-17" /> + <hkern u1="į" u2="j" k="-41" /> + <hkern u1="ĩ" u2="™" k="-55" /> + <hkern u1="ĩ" u2="þ" k="-11" /> + <hkern u1="ĩ" g2="t.alt" k="-6" /> + <hkern u1="ĩ" u2="'" k="-25" /> + <hkern u1="ĩ" u2="’" k="-32" /> + <hkern u1="ĩ" u2="‘" k="-27" /> + <hkern u1="ĩ" u2=""" k="-6" /> + <hkern u1="ĩ" u2="?" k="-4" /> + <hkern u1="ĩ" u2=")" k="-49" /> + <hkern u1="ĩ" u2="º" k="-4" /> + <hkern u1="ĩ" u2="ª" k="-9" /> + <hkern u1="ĩ" g2="l.alt" k="-13" /> + <hkern u1="ĩ" u2="l" k="-13" /> + <hkern u1="ĩ" u2="i" k="-13" /> + <hkern u1="ĩ" u2="h" k="-13" /> + <hkern u1="ĩ" u2="!" k="-7" /> + <hkern u1="ĩ" u2="]" k="-39" /> + <hkern u1="ĩ" u2="}" k="-41" /> + <hkern u1="ĩ" u2="|" k="-10" /> + <hkern u1="ĩ" u2="\" k="-54" /> + <hkern u1="ĩ" u2="*" k="-30" /> + <hkern g1="j.alt" u2="j" k="-81" /> + <hkern u1="ĵ" u2="™" k="-20" /> + <hkern u1="ĵ" g2="t.alt" k="-6" /> + <hkern u1="ĵ" u2="'" k="-4" /> + <hkern u1="ĵ" u2="’" k="-8" /> + <hkern u1="ĵ" u2="‘" k="-8" /> + <hkern u1="ĵ" u2="?" k="-7" /> + <hkern u1="ĵ" u2=")" k="-4" /> + <hkern u1="ĵ" u2="º" k="-7" /> + <hkern u1="ĵ" u2="ª" k="-3" /> + <hkern u1="ĵ" g2="l.alt" k="-5" /> + <hkern u1="ĵ" u2="l" k="-6" /> + <hkern u1="ĵ" u2="j" k="-32" /> + <hkern u1="ĵ" u2="i" k="-5" /> + <hkern u1="ĵ" u2="h" k="-5" /> + <hkern u1="ĵ" u2="ß" k="-2" /> + <hkern u1="ĵ" u2="]" k="-8" /> + <hkern u1="ĵ" u2="}" k="-8" /> + <hkern u1="ĵ" u2="|" k="-2" /> + <hkern u1="ĵ" u2="*" k="-17" /> + <hkern u1="k" u2="ə" k="20" /> + <hkern u1="k" u2="s" k="5" /> + <hkern u1="k" u2="'" k="42" /> + <hkern u1="k" u2="’" k="8" /> + <hkern u1="k" u2="‘" k="12" /> + <hkern u1="k" u2="‚" k="-3" /> + <hkern u1="k" u2="„" k="-3" /> + <hkern u1="k" u2=")" k="-6" /> + <hkern u1="k" u2="ǿ" k="6" /> + <hkern u1="k" u2="ø" k="6" /> + <hkern u1="k" u2="o" k="25" /> + <hkern u1="k" u2="-" k="34" /> + <hkern u1="k" u2="‹" k="29" /> + <hkern u1="k" u2="f" k="1" /> + <hkern u1="k" u2="ð" k="29" /> + <hkern u1="k" u2="d" k="24" /> + <hkern u1="k" u2="," k="-3" /> + <hkern u1="k" u2="]" k="-1" /> + <hkern u1="k" u2="}" k="-1" /> + <hkern u1="k" u2="*" k="-6" /> + <hkern u1="k" u2="ʼ" k="70" /> + <hkern u1="k" u2="a" k="9" /> + <hkern u1="k" u2="Y" k="37" /> + <hkern u1="k" u2="W" k="14" /> + <hkern u1="k" u2="V" k="14" /> + <hkern u1="k" u2="U" k="2" /> + <hkern u1="k" u2="T" k="72" /> + <hkern u1="k" u2="/" k="-6" /> + <hkern u1="k" u2="O" k="13" /> + <hkern u1="l" g2="y.alt" k="18" /> + <hkern u1="l" u2="y" k="16" /> + <hkern u1="l" g2="w.alt" k="15" /> + <hkern u1="l" u2="w" k="19" /> + <hkern u1="l" u2="v" k="16" /> + <hkern u1="l" u2="™" k="19" /> + <hkern u1="l" g2="t.alt" k="5" /> + <hkern u1="l" u2="t" k="6" /> + <hkern u1="l" u2="Æ" k="-1" /> + <hkern u1="l" u2="ə" k="1" /> + <hkern u1="l" u2="®" k="7" /> + <hkern u1="l" u2="'" k="18" /> + <hkern u1="l" u2="’" k="19" /> + <hkern u1="l" u2="‘" k="19" /> + <hkern u1="l" u2=")" k="-7" /> + <hkern u1="l" u2="º" k="18" /> + <hkern u1="l" u2="ª" k="18" /> + <hkern u1="l" u2="o" k="1" /> + <hkern u1="l" u2="-" k="15" /> + <hkern u1="l" u2="‹" k="16" /> + <hkern u1="l" u2="f" k="4" /> + <hkern u1="l" u2="ð" k="1" /> + <hkern u1="l" u2="d" k="1" /> + <hkern u1="l" u2="©" k="7" /> + <hkern u1="l" u2="\" k="13" /> + <hkern u1="l" u2="*" k="20" /> + <hkern u1="l" u2="ʼ" k="52" /> + <hkern u1="l" u2="Y" k="26" /> + <hkern u1="l" u2="W" k="25" /> + <hkern u1="l" u2="V" k="24" /> + <hkern u1="l" u2="U" k="17" /> + <hkern u1="l" u2="T" k="23" /> + <hkern u1="l" u2="/" k="-12" /> + <hkern u1="l" u2="O" k="14" /> + <hkern u1="l" u2="·" k="72" /> + <hkern u1="l" u2="I" k="2" /> + <hkern u1="l" u2=" " k="28" /> + <hkern g1="l.alt" u2="ĵ" k="-5" /> + <hkern g1="l.alt" u2="ĩ" k="-16" /> + <hkern g1="l.alt" u2="ï" k="-8" /> + <hkern g1="l.alt" u2="î" k="-5" /> + <hkern g1="l.alt" u2="ʼ" k="25" /> + <hkern u1="ľ" u2="ž" k="-20" /> + <hkern u1="ľ" u2="™" k="-45" /> + <hkern u1="ľ" u2="þ" k="-27" /> + <hkern u1="ľ" g2="t.alt" k="-18" /> + <hkern u1="ľ" u2="t" k="-13" /> + <hkern u1="ľ" u2="š" k="-14" /> + <hkern u1="ľ" u2="'" k="-29" /> + <hkern u1="ľ" u2="’" k="-34" /> + <hkern u1="ľ" u2="‘" k="-29" /> + <hkern u1="ľ" u2="?" k="-13" /> + <hkern u1="ľ" u2=")" k="-50" /> + <hkern u1="ľ" u2="º" k="-13" /> + <hkern u1="ľ" u2="ª" k="-20" /> + <hkern u1="ľ" g2="l.alt" k="-30" /> + <hkern u1="ľ" u2="l" k="-30" /> + <hkern u1="ľ" u2="i" k="-30" /> + <hkern u1="ľ" u2="h" k="-30" /> + <hkern u1="ľ" u2="ß" k="-7" /> + <hkern u1="ľ" g2="f_l" k="-1" /> + <hkern u1="ľ" u2="!" k="-23" /> + <hkern u1="ľ" u2="ð" k="-11" /> + <hkern u1="ľ" u2="č" k="-4" /> + <hkern u1="ľ" u2="]" k="-43" /> + <hkern u1="ľ" u2="}" k="-43" /> + <hkern u1="ľ" u2="|" k="-27" /> + <hkern u1="ľ" u2="\" k="-44" /> + <hkern u1="ľ" u2="*" k="-21" /> + <hkern u1="ľ" u2="&" k="-4" /> + <hkern u1="ľ" u2=" " k="-3" /> + <hkern u1="ļ" u2="j" k="-84" /> + <hkern u1="ł" u2="z" k="-5" /> + <hkern u1="ł" g2="y.alt" k="2" /> + <hkern u1="ł" u2="y" k="1" /> + <hkern u1="ł" u2="x" k="-19" /> + <hkern u1="ł" g2="w.alt" k="3" /> + <hkern u1="ł" u2="w" k="3" /> + <hkern u1="ł" u2="v" k="3" /> + <hkern u1="ł" g2="t.alt" k="-3" /> + <hkern u1="ł" u2="s" k="-2" /> + <hkern u1="ł" u2="ª" k="4" /> + <hkern u1="ł" u2="f" k="1" /> + <hkern u1="ł" u2="*" k="4" /> + <hkern u1="−" g2="two.lnum" k="3" /> + <hkern u1="−" g2="three.lnum" k="4" /> + <hkern u1="−" u2="3" k="33" /> + <hkern u1="−" g2="seven.lnum" k="30" /> + <hkern u1="−" u2="7" k="26" /> + <hkern u1="−" g2="one.lnum" k="17" /> + <hkern u1="−" u2="1" k="19" /> + <hkern u1="−" u2="4" k="20" /> + <hkern u1="n" g2="y.alt" k="12" /> + <hkern u1="n" u2="y" k="10" /> + <hkern u1="n" g2="w.alt" k="7" /> + <hkern u1="n" u2="w" k="10" /> + <hkern u1="n" u2="v" k="10" /> + <hkern u1="n" u2="™" k="22" /> + <hkern u1="n" g2="t.alt" k="4" /> + <hkern u1="n" u2="t" k="4" /> + <hkern u1="n" u2="'" k="10" /> + <hkern u1="n" u2="’" k="14" /> + <hkern u1="n" u2="‘" k="15" /> + <hkern u1="n" u2="?" k="10" /> + <hkern u1="n" u2="\" k="32" /> + <hkern u1="n" u2="*" k="18" /> + <hkern u1="n" u2="ʼ" k="46" /> + <hkern u1="n" u2="Z" k="8" /> + <hkern u1="n" u2="Y" k="75" /> + <hkern u1="n" u2="X" k="3" /> + <hkern u1="n" u2="W" k="53" /> + <hkern u1="n" u2="V" k="52" /> + <hkern u1="n" u2="U" k="9" /> + <hkern u1="n" u2="T" k="103" /> + <hkern u1="n" u2="S" k="5" /> + <hkern u1="n" u2="O" k="5" /> + <hkern u1="9" u2="7" k="13" /> + <hkern u1="9" u2="'" k="22" /> + <hkern u1="9" u2="°" k="29" /> + <hkern u1="9" u2="\" k="32" /> + <hkern u1="9" u2="Y" k="48" /> + <hkern u1="9" u2="W" k="33" /> + <hkern u1="9" u2="V" k="33" /> + <hkern u1="9" u2="T" k="57" /> + <hkern g1="nine.lnum" g2="seven.lnum" k="8" /> + <hkern g1="nine.lnum" u2="." k="12" /> + <hkern g1="nine.lnum" u2=")" k="3" /> + <hkern g1="nine.lnum" u2="\" k="3" /> + <hkern g1="nine.lnum" u2="/" k="14" /> + <hkern u1="#" u2="4" k="8" /> + <hkern u1="o" u2="z" k="13" /> + <hkern u1="o" g2="y.alt" k="20" /> + <hkern u1="o" u2="y" k="19" /> + <hkern u1="o" u2="x" k="20" /> + <hkern u1="o" g2="w.alt" k="15" /> + <hkern u1="o" u2="w" k="20" /> + <hkern u1="o" u2="v" k="18" /> + <hkern u1="o" u2="™" k="28" /> + <hkern u1="o" g2="t.alt" k="8" /> + <hkern u1="o" u2="t" k="8" /> + <hkern u1="o" u2="Æ" k="22" /> + <hkern u1="o" u2="s" k="1" /> + <hkern u1="o" u2="'" k="22" /> + <hkern u1="o" u2="’" k="27" /> + <hkern u1="o" u2="‘" k="29" /> + <hkern u1="o" u2="?" k="13" /> + <hkern u1="o" u2=")" k="17" /> + <hkern u1="o" u2="º" k="8" /> + <hkern u1="o" u2="ł" k="-2" /> + <hkern u1="o" u2="f" k="4" /> + <hkern u1="o" u2="\" k="37" /> + <hkern u1="o" u2="*" k="31" /> + <hkern u1="o" u2="ʼ" k="61" /> + <hkern u1="o" u2="Z" k="21" /> + <hkern u1="o" u2="Y" k="87" /> + <hkern u1="o" u2="X" k="36" /> + <hkern u1="o" u2="W" k="63" /> + <hkern u1="o" u2="V" k="62" /> + <hkern u1="o" u2="U" k="11" /> + <hkern u1="o" u2="T" k="106" /> + <hkern u1="o" u2="S" k="8" /> + <hkern u1="o" u2="A" k="17" /> + <hkern u1="o" u2="J" k="22" /> + <hkern u1="o" u2="I" k="9" /> + <hkern u1="o" u2="Ð" k="11" /> + <hkern u1="1" u2="Æ" k="-9" /> + <hkern u1="1" u2="7" k="10" /> + <hkern u1="1" u2="'" k="15" /> + <hkern u1="1" u2="+" k="21" /> + <hkern u1="1" u2="#" k="-3" /> + <hkern u1="1" u2="−" k="18" /> + <hkern u1="1" u2="-" k="15" /> + <hkern u1="1" u2="=" k="9" /> + <hkern u1="1" u2="°" k="19" /> + <hkern u1="1" u2="\" k="37" /> + <hkern u1="1" u2="Y" k="49" /> + <hkern u1="1" u2="X" k="-4" /> + <hkern u1="1" u2="W" k="39" /> + <hkern u1="1" u2="V" k="39" /> + <hkern u1="1" u2="U" k="8" /> + <hkern u1="1" u2="T" k="58" /> + <hkern u1="1" u2="A" k="-4" /> + <hkern u1="1" u2="·" k="20" /> + <hkern g1="one.lnum" g2="zero.lnum" k="7" /> + <hkern g1="one.lnum" u2="'" k="14" /> + <hkern g1="one.lnum" u2="+" k="16" /> + <hkern g1="one.lnum" u2="#" k="-4" /> + <hkern g1="one.lnum" u2="−" k="7" /> + <hkern g1="one.lnum" u2="-" k="11" /> + <hkern g1="one.lnum" g2="four.lnum" k="9" /> + <hkern g1="one.lnum" u2="°" k="16" /> + <hkern g1="one.lnum" u2="\" k="14" /> + <hkern g1="one.lnum" u2="·" k="14" /> + <hkern u1="ø" u2="*" k="2" /> + <hkern u1="ǿ" u2="*" k="2" /> + <hkern u1="p" u2="ł" k="-3" /> + <hkern u1="(" g2="zero.lnum" k="14" /> + <hkern u1="(" u2="0" k="15" /> + <hkern u1="(" g2="y.alt" k="14" /> + <hkern u1="(" u2="y" k="11" /> + <hkern u1="(" u2="x" k="-4" /> + <hkern u1="(" g2="w.alt" k="13" /> + <hkern u1="(" u2="w" k="14" /> + <hkern u1="(" u2="v" k="13" /> + <hkern u1="(" u2="u" k="8" /> + <hkern u1="(" u2="Æ" k="-11" /> + <hkern u1="(" g2="six.lnum" k="3" /> + <hkern u1="(" u2="6" k="3" /> + <hkern u1="(" u2="o" k="16" /> + <hkern u1="(" u2="ĵ" k="-8" /> + <hkern u1="(" u2="ĩ" k="-15" /> + <hkern u1="(" u2="ī" k="-31" /> + <hkern u1="(" u2="j" k="-8" /> + <hkern u1="(" u2="ì" k="-7" /> + <hkern u1="(" u2="ï" k="-18" /> + <hkern u1="(" u2="î" k="-4" /> + <hkern u1="(" u2="ĭ" k="-8" /> + <hkern u1="(" g2="four.lnum" k="11" /> + <hkern u1="(" u2="f" k="3" /> + <hkern u1="(" u2="ð" k="16" /> + <hkern u1="(" u2="d" k="17" /> + <hkern u1="(" u2="Y" k="-8" /> + <hkern u1="(" u2="X" k="-8" /> + <hkern u1="(" u2="W" k="-7" /> + <hkern u1="(" u2="V" k="-7" /> + <hkern u1="(" u2="T" k="-1" /> + <hkern u1="(" u2="Ǿ" k="-4" /> + <hkern u1="(" u2="Ø" k="-4" /> + <hkern u1="(" u2="O" k="15" /> + <hkern u1="(" u2="A" k="-6" /> + <hkern u1="(" u2="Ĩ" k="-10" /> + <hkern u1="(" u2="J" k="-3" /> + <hkern u1="." g2="zero.lnum" k="13" /> + <hkern u1="." g2="y.alt" k="51" /> + <hkern u1="." u2="y" k="48" /> + <hkern u1="." g2="w.alt" k="37" /> + <hkern u1="." u2="w" k="49" /> + <hkern u1="." u2="v" k="46" /> + <hkern u1="." g2="t.alt" k="3" /> + <hkern u1="." u2="t" k="3" /> + <hkern u1="." u2="Æ" k="-1" /> + <hkern u1="." u2="7" k="32" /> + <hkern u1="." u2="'" k="121" /> + <hkern u1="." u2="’" k="132" /> + <hkern u1="." u2="‘" k="135" /> + <hkern u1="." u2="f" k="2" /> + <hkern u1="." u2="d" k="6" /> + <hkern u1="." u2="Y" k="79" /> + <hkern u1="." u2="W" k="74" /> + <hkern u1="." u2="V" k="73" /> + <hkern u1="." u2="U" k="19" /> + <hkern u1="." u2="T" k="69" /> + <hkern u1="." u2="O" k="19" /> + <hkern u1="+" g2="two.lnum" k="19" /> + <hkern u1="+" u2="2" k="8" /> + <hkern u1="+" g2="three.lnum" k="20" /> + <hkern u1="+" u2="3" k="18" /> + <hkern u1="+" g2="seven.lnum" k="31" /> + <hkern u1="+" u2="7" k="21" /> + <hkern u1="+" g2="one.lnum" k="19" /> + <hkern u1="+" u2="1" k="9" /> + <hkern u1="+" u2="4" k="34" /> + <hkern u1="+" g2="eight.lnum" k="7" /> + <hkern u1="+" u2="8" k="7" /> + <hkern u1="q" u2=";" k="-2" /> + <hkern u1="q" u2="‚" k="-4" /> + <hkern u1="q" u2="„" k="-4" /> + <hkern u1="q" u2="j" k="-94" /> + <hkern u1="q" u2="," k="-4" /> + <hkern u1="q" u2="Z" k="7" /> + <hkern u1="q" u2="Y" k="65" /> + <hkern u1="q" u2="X" k="6" /> + <hkern u1="q" u2="W" k="41" /> + <hkern u1="q" u2="V" k="39" /> + <hkern u1="q" u2="U" k="6" /> + <hkern u1="q" u2="T" k="91" /> + <hkern u1="q" u2="S" k="1" /> + <hkern u1="q" u2="O" k="5" /> + <hkern g1="q.alt" u2="j" k="-81" /> + <hkern u1="¿" u2="z" k="17" /> + <hkern u1="¿" g2="y.alt" k="29" /> + <hkern u1="¿" u2="y" k="24" /> + <hkern u1="¿" u2="x" k="16" /> + <hkern u1="¿" g2="w.alt" k="30" /> + <hkern u1="¿" u2="w" k="33" /> + <hkern u1="¿" u2="v" k="32" /> + <hkern u1="¿" u2="u" k="20" /> + <hkern u1="¿" g2="t.alt" k="19" /> + <hkern u1="¿" u2="t" k="21" /> + <hkern u1="¿" u2="Æ" k="18" /> + <hkern u1="¿" u2="s" k="24" /> + <hkern u1="¿" u2="o" k="23" /> + <hkern u1="¿" u2="n" k="17" /> + <hkern u1="¿" g2="l.alt" k="17" /> + <hkern u1="¿" u2="l" k="19" /> + <hkern u1="¿" u2="ĵ" k="-89" /> + <hkern u1="¿" u2="į" k="4" /> + <hkern u1="¿" u2="j" k="-89" /> + <hkern u1="¿" u2="i" k="17" /> + <hkern u1="¿" u2="h" k="17" /> + <hkern u1="¿" u2="f" k="19" /> + <hkern u1="¿" u2="ð" k="24" /> + <hkern u1="¿" u2="d" k="23" /> + <hkern u1="¿" u2="a" k="24" /> + <hkern u1="¿" u2="Z" k="21" /> + <hkern u1="¿" u2="Y" k="62" /> + <hkern u1="¿" u2="X" k="17" /> + <hkern u1="¿" u2="W" k="50" /> + <hkern u1="¿" u2="V" k="50" /> + <hkern u1="¿" u2="U" k="21" /> + <hkern u1="¿" u2="Ŧ" k="35" /> + <hkern u1="¿" u2="T" k="68" /> + <hkern u1="¿" u2="S" k="19" /> + <hkern u1="¿" u2="O" k="21" /> + <hkern u1="¿" u2="A" k="20" /> + <hkern u1="¿" u2="Ł" k="20" /> + <hkern u1="¿" u2="J" k="30" /> + <hkern u1="¿" u2="I" k="13" /> + <hkern u1="¿" u2="Ħ" k="18" /> + <hkern u1="¿" u2="Ð" k="20" /> + <hkern u1="¿" u2="Đ" k="20" /> + <hkern u1=""" u2="ĩ" k="-5" /> + <hkern u1=""" u2="ī" k="-8" /> + <hkern u1=""" u2=" " k="31" /> + <hkern u1="„" u2="ĵ" k="-10" /> + <hkern u1="„" u2="j" k="-10" /> + <hkern u1="„" u2="Ŧ" k="56" /> + <hkern u1="‚" u2="ĵ" k="-10" /> + <hkern u1="‚" u2="j" k="-10" /> + <hkern u1="‚" u2="Ŧ" k="56" /> + <hkern u1="‘" u2="Æ" k="95" /> + <hkern u1="‘" u2="s" k="8" /> + <hkern u1="‘" u2="." k="129" /> + <hkern u1="‘" u2="o" k="23" /> + <hkern u1="‘" u2="ĵ" k="-4" /> + <hkern u1="‘" u2="ĩ" k="-17" /> + <hkern u1="‘" u2="ï" k="-10" /> + <hkern u1="‘" u2="î" k="-4" /> + <hkern u1="‘" u2="f" k="6" /> + <hkern u1="‘" u2="ð" k="50" /> + <hkern u1="‘" u2="d" k="54" /> + <hkern u1="‘" u2="a" k="12" /> + <hkern u1="‘" u2="O" k="6" /> + <hkern u1="‘" u2="A" k="65" /> + <hkern u1="‘" u2="J" k="87" /> + <hkern u1="’" u2="Æ" k="96" /> + <hkern u1="’" u2="s" k="9" /> + <hkern u1="’" u2="." k="130" /> + <hkern u1="’" u2="o" k="24" /> + <hkern u1="’" u2="ĵ" k="-4" /> + <hkern u1="’" u2="ĩ" k="-16" /> + <hkern u1="’" u2="ī" k="-5" /> + <hkern u1="’" u2="ï" k="-8" /> + <hkern u1="’" u2="î" k="-4" /> + <hkern u1="’" u2="‹" k="19" /> + <hkern u1="’" u2="f" k="6" /> + <hkern u1="’" u2="ð" k="51" /> + <hkern u1="’" u2="d" k="55" /> + <hkern u1="’" u2="@" k="35" /> + <hkern u1="’" u2="a" k="12" /> + <hkern u1="’" u2="/" k="89" /> + <hkern u1="’" u2="O" k="7" /> + <hkern u1="’" u2="A" k="66" /> + <hkern u1="’" u2="J" k="87" /> + <hkern u1="’" u2=" " k="28" /> + <hkern u1="'" g2="zero.lnum" k="8" /> + <hkern u1="'" u2="0" k="11" /> + <hkern u1="'" u2="3" k="9" /> + <hkern u1="'" u2="Æ" k="97" /> + <hkern u1="'" u2="s" k="4" /> + <hkern u1="'" u2="." k="121" /> + <hkern u1="'" u2="o" k="22" /> + <hkern u1="'" u2="9" k="16" /> + <hkern u1="'" u2="ĵ" k="-4" /> + <hkern u1="'" u2="ĩ" k="-27" /> + <hkern u1="'" u2="ī" k="-16" /> + <hkern u1="'" u2="ï" k="-8" /> + <hkern u1="'" u2="î" k="-4" /> + <hkern u1="'" u2="‹" k="6" /> + <hkern u1="'" g2="four.lnum" k="65" /> + <hkern u1="'" u2="4" k="84" /> + <hkern u1="'" u2="5" k="15" /> + <hkern u1="'" u2="f" k="6" /> + <hkern u1="'" u2="ð" k="56" /> + <hkern u1="'" u2="d" k="73" /> + <hkern u1="'" u2="@" k="37" /> + <hkern u1="'" u2="a" k="8" /> + <hkern u1="'" u2="/" k="93" /> + <hkern u1="'" u2="O" k="13" /> + <hkern u1="'" u2="A" k="69" /> + <hkern u1="'" u2="J" k="85" /> + <hkern u1="'" u2=" " k="30" /> + <hkern u1="r" u2="Æ" k="54" /> + <hkern u1="r" u2="ə" k="18" /> + <hkern u1="r" u2="s" k="5" /> + <hkern u1="r" u2="." k="48" /> + <hkern u1="r" u2=")" k="4" /> + <hkern u1="r" u2="o" k="24" /> + <hkern u1="r" u2="ł" k="-5" /> + <hkern u1="r" u2="-" k="37" /> + <hkern u1="r" u2="›" k="14" /> + <hkern u1="r" u2="‹" k="40" /> + <hkern u1="r" u2="ð" k="35" /> + <hkern u1="r" u2="d" k="23" /> + <hkern u1="r" u2="@" k="12" /> + <hkern u1="r" u2="ʼ" k="2" /> + <hkern u1="r" u2="a" k="10" /> + <hkern u1="r" u2="Z" k="25" /> + <hkern u1="r" u2="Y" k="29" /> + <hkern u1="r" u2="X" k="29" /> + <hkern u1="r" u2="W" k="10" /> + <hkern u1="r" u2="V" k="9" /> + <hkern u1="r" u2="T" k="66" /> + <hkern u1="r" u2="S" k="1" /> + <hkern u1="r" u2="/" k="38" /> + <hkern u1="r" u2="A" k="45" /> + <hkern u1="r" u2="J" k="81" /> + <hkern u1="r" u2="I" k="1" /> + <hkern u1="r" u2=" " k="22" /> + <hkern u1="ŕ" u2=")" k="-3" /> + <hkern u1="ř" u2="™" k="-8" /> + <hkern u1="ř" u2="’" k="-5" /> + <hkern u1="ř" u2="‘" k="-5" /> + <hkern u1="ř" u2=")" k="-6" /> + <hkern u1="ř" u2="ª" k="-4" /> + <hkern u1="ř" u2="l" k="-1" /> + <hkern u1="ř" u2="]" k="-4" /> + <hkern u1="ř" u2="}" k="-4" /> + <hkern u1="ř" u2="\" k="-5" /> + <hkern u1="ř" u2="*" k="-12" /> + <hkern u1="s" g2="y.alt" k="11" /> + <hkern u1="s" u2="y" k="12" /> + <hkern u1="s" u2="x" k="6" /> + <hkern u1="s" g2="w.alt" k="9" /> + <hkern u1="s" u2="w" k="12" /> + <hkern u1="s" u2="v" k="10" /> + <hkern u1="s" u2="™" k="16" /> + <hkern u1="s" u2="t" k="1" /> + <hkern u1="s" u2="’" k="6" /> + <hkern u1="s" u2="‘" k="6" /> + <hkern u1="s" u2="-" k="8" /> + <hkern u1="s" u2="f" k="1" /> + <hkern u1="s" u2="\" k="26" /> + <hkern u1="s" u2="*" k="8" /> + <hkern u1="s" u2="ʼ" k="40" /> + <hkern u1="s" u2="Z" k="4" /> + <hkern u1="s" u2="Y" k="71" /> + <hkern u1="s" u2="X" k="4" /> + <hkern u1="s" u2="W" k="47" /> + <hkern u1="s" u2="V" k="46" /> + <hkern u1="s" u2="U" k="11" /> + <hkern u1="s" u2="T" k="94" /> + <hkern u1="s" u2="O" k="2" /> + <hkern u1="s" u2="A" k="9" /> + <hkern u1="s" u2="I" k="6" /> + <hkern u1="s" u2="Ð" k="8" /> + <hkern u1=";" u2="ĵ" k="-8" /> + <hkern u1=";" u2="j" k="-8" /> + <hkern u1=";" u2="Ŧ" k="8" /> + <hkern u1="7" u2="Æ" k="53" /> + <hkern u1="7" u2="7" k="-3" /> + <hkern u1="7" u2="+" k="11" /> + <hkern u1="7" u2="." k="65" /> + <hkern u1="7" u2="−" k="19" /> + <hkern u1="7" u2="-" k="26" /> + <hkern u1="7" u2="4" k="48" /> + <hkern u1="7" u2="5" k="15" /> + <hkern u1="7" u2="=" k="12" /> + <hkern u1="7" u2="°" k="-1" /> + <hkern u1="7" u2="¢" k="16" /> + <hkern u1="7" u2="Z" k="12" /> + <hkern u1="7" u2="T" k="21" /> + <hkern u1="7" u2="/" k="50" /> + <hkern u1="7" u2="A" k="40" /> + <hkern u1="7" u2="·" k="21" /> + <hkern u1="7" u2="J" k="53" /> + <hkern g1="seven.lnum" g2="zero.lnum" k="11" /> + <hkern g1="seven.lnum" g2="three.lnum" k="-1" /> + <hkern g1="seven.lnum" g2="six.lnum" k="3" /> + <hkern g1="seven.lnum" g2="seven.lnum" k="-3" /> + <hkern g1="seven.lnum" u2="+" k="28" /> + <hkern g1="seven.lnum" u2="." k="75" /> + <hkern g1="seven.lnum" u2=")" k="-7" /> + <hkern g1="seven.lnum" u2="#" k="18" /> + <hkern g1="seven.lnum" u2="−" k="35" /> + <hkern g1="seven.lnum" u2="-" k="42" /> + <hkern g1="seven.lnum" g2="four.lnum" k="40" /> + <hkern g1="seven.lnum" u2="⁄" k="6" /> + <hkern g1="seven.lnum" g2="five.lnum" k="3" /> + <hkern g1="seven.lnum" u2="=" k="28" /> + <hkern g1="seven.lnum" u2="°" k="-1" /> + <hkern g1="seven.lnum" u2="¢" k="32" /> + <hkern g1="seven.lnum" u2="]" k="-1" /> + <hkern g1="seven.lnum" u2="}" k="-1" /> + <hkern g1="seven.lnum" u2="\" k="-11" /> + <hkern g1="seven.lnum" u2="/" k="70" /> + <hkern g1="seven.lnum" u2="·" k="37" /> + <hkern u1="⁷" u2="⁄" k="38" /> + <hkern u1="6" u2="3" k="4" /> + <hkern u1="6" u2="Æ" k="17" /> + <hkern u1="6" u2="Y" k="23" /> + <hkern u1="6" u2="W" k="17" /> + <hkern u1="6" u2="V" k="17" /> + <hkern u1="6" u2="T" k="10" /> + <hkern u1="6" u2="A" k="14" /> + <hkern u1="£" g2="four.lnum" k="16" /> + <hkern u1="t" g2="y.alt" k="1" /> + <hkern u1="t" u2="y" k="1" /> + <hkern u1="t" g2="w.alt" k="1" /> + <hkern u1="t" u2="w" k="1" /> + <hkern u1="t" u2="v" k="1" /> + <hkern u1="t" u2="™" k="4" /> + <hkern u1="t" g2="t.alt" k="1" /> + <hkern u1="t" u2="t" k="1" /> + <hkern u1="t" u2="ə" k="6" /> + <hkern u1="t" u2="'" k="15" /> + <hkern u1="t" u2="’" k="6" /> + <hkern u1="t" u2="‘" k="7" /> + <hkern u1="t" u2="o" k="11" /> + <hkern u1="t" u2="-" k="14" /> + <hkern u1="t" u2="‹" k="20" /> + <hkern u1="t" u2="f" k="1" /> + <hkern u1="t" u2="ð" k="12" /> + <hkern u1="t" u2="d" k="11" /> + <hkern u1="t" u2="\" k="14" /> + <hkern u1="t" u2="ʼ" k="53" /> + <hkern u1="t" u2="Y" k="48" /> + <hkern u1="t" u2="W" k="28" /> + <hkern u1="t" u2="V" k="27" /> + <hkern u1="t" u2="U" k="11" /> + <hkern u1="t" u2="T" k="51" /> + <hkern u1="t" u2="O" k="9" /> + <hkern u1="t" u2="I" k="1" /> + <hkern g1="t.alt" u2="ə" k="13" /> + <hkern g1="t.alt" u2="s" k="7" /> + <hkern g1="t.alt" u2="'" k="12" /> + <hkern g1="t.alt" u2="’" k="-4" /> + <hkern g1="t.alt" u2="." k="23" /> + <hkern g1="t.alt" u2="o" k="20" /> + <hkern g1="t.alt" u2="ĵ" k="-6" /> + <hkern g1="t.alt" u2="ĩ" k="-27" /> + <hkern g1="t.alt" u2="ï" k="-20" /> + <hkern g1="t.alt" u2="î" k="-6" /> + <hkern g1="t.alt" u2="-" k="23" /> + <hkern g1="t.alt" u2="›" k="12" /> + <hkern g1="t.alt" u2="‹" k="26" /> + <hkern g1="t.alt" u2="ð" k="29" /> + <hkern g1="t.alt" u2="d" k="19" /> + <hkern g1="t.alt" u2="@" k="8" /> + <hkern g1="t.alt" u2="*" k="-12" /> + <hkern g1="t.alt" u2="ʼ" k="39" /> + <hkern g1="t.alt" u2="a" k="7" /> + <hkern g1="t.alt" u2="/" k="18" /> + <hkern g1="t.alt" u2=" " k="21" /> + <hkern u1="ŧ" g2="w.alt" k="5" /> + <hkern u1="ŧ" u2="v" k="5" /> + <hkern u1="ť" u2="™" k="-25" /> + <hkern u1="ť" u2="þ" k="-18" /> + <hkern u1="ť" u2="ť" k="-7" /> + <hkern u1="ť" g2="t.alt" k="-11" /> + <hkern u1="ť" u2="t" k="-6" /> + <hkern u1="ť" u2="š" k="-8" /> + <hkern u1="ť" u2="'" k="-21" /> + <hkern u1="ť" u2="’" k="-26" /> + <hkern u1="ť" u2="‘" k="-26" /> + <hkern u1="ť" u2="?" k="-6" /> + <hkern u1="ť" u2=")" k="-30" /> + <hkern u1="ť" u2="º" k="-7" /> + <hkern u1="ť" u2="ª" k="-13" /> + <hkern u1="ť" g2="l.alt" k="-22" /> + <hkern u1="ť" u2="l" k="-23" /> + <hkern u1="ť" u2="i" k="-22" /> + <hkern u1="ť" u2="h" k="-22" /> + <hkern u1="ť" u2="ß" k="-3" /> + <hkern u1="ť" u2="!" k="-16" /> + <hkern u1="ť" u2="ð" k="-4" /> + <hkern u1="ť" u2="]" k="-25" /> + <hkern u1="ť" u2="}" k="-25" /> + <hkern u1="ť" u2="|" k="-20" /> + <hkern u1="ť" u2="\" k="-26" /> + <hkern u1="ť" u2="*" k="-19" /> + <hkern u1="ť" u2="ä" k="-10" /> + <hkern u1="þ" u2="ł" k="-1" /> + <hkern u1="3" u2="Æ" k="-8" /> + <hkern u1="3" u2="7" k="9" /> + <hkern u1="3" u2="'" k="12" /> + <hkern u1="3" u2="°" k="21" /> + <hkern u1="3" u2="\" k="28" /> + <hkern u1="3" u2="Y" k="42" /> + <hkern u1="3" u2="X" k="-4" /> + <hkern u1="3" u2="W" k="28" /> + <hkern u1="3" u2="V" k="28" /> + <hkern u1="3" u2="T" k="52" /> + <hkern g1="three.lnum" u2="+" k="7" /> + <hkern u1="2" u2="Æ" k="-4" /> + <hkern u1="2" u2="\" k="24" /> + <hkern u1="2" u2="Y" k="38" /> + <hkern u1="2" u2="W" k="26" /> + <hkern u1="2" u2="V" k="26" /> + <hkern u1="2" u2="T" k="51" /> + <hkern g1="two.lnum" u2="+" k="9" /> + <hkern g1="two.lnum" u2="−" k="8" /> + <hkern g1="two.lnum" u2="-" k="13" /> + <hkern g1="two.lnum" g2="four.lnum" k="17" /> + <hkern g1="two.lnum" u2="·" k="13" /> + <hkern u1="u" g2="y.alt" k="3" /> + <hkern u1="u" u2="y" k="1" /> + <hkern u1="u" g2="w.alt" k="2" /> + <hkern u1="u" u2="w" k="3" /> + <hkern u1="u" u2="v" k="2" /> + <hkern u1="u" u2="™" k="14" /> + <hkern u1="u" g2="t.alt" k="1" /> + <hkern u1="u" u2="t" k="1" /> + <hkern u1="u" u2="’" k="4" /> + <hkern u1="u" u2="‘" k="3" /> + <hkern u1="u" u2="\" k="25" /> + <hkern u1="u" u2="*" k="3" /> + <hkern u1="u" u2="ʼ" k="29" /> + <hkern u1="u" u2="Z" k="4" /> + <hkern u1="u" u2="Y" k="70" /> + <hkern u1="u" u2="W" k="41" /> + <hkern u1="u" u2="V" k="40" /> + <hkern u1="u" u2="U" k="8" /> + <hkern u1="u" u2="T" k="97" /> + <hkern u1="u" u2="O" k="6" /> + <hkern u1="u" u2="Ð" k="2" /> + <hkern u1="ş" u2="j" k="-10" /> + <hkern u1="ţ" u2="j" k="-126" /> + <hkern u1="ț" u2="j" k="-51" /> + <hkern u1="ų" u2="j" k="-58" /> + <hkern u1="v" u2="Æ" k="51" /> + <hkern u1="v" u2="ə" k="15" /> + <hkern u1="v" u2="s" k="13" /> + <hkern u1="v" u2="." k="46" /> + <hkern u1="v" u2=")" k="13" /> + <hkern u1="v" u2="º" k="-1" /> + <hkern u1="v" u2="o" k="18" /> + <hkern u1="v" u2="ł" k="6" /> + <hkern u1="v" u2="-" k="22" /> + <hkern u1="v" u2="‹" k="25" /> + <hkern u1="v" u2="ð" k="26" /> + <hkern u1="v" u2="d" k="17" /> + <hkern u1="v" u2="\" k="13" /> + <hkern u1="v" u2="@" k="7" /> + <hkern u1="v" u2="*" k="-6" /> + <hkern u1="v" u2="ʼ" k="8" /> + <hkern u1="v" u2="a" k="13" /> + <hkern u1="v" u2="Z" k="23" /> + <hkern u1="v" u2="Y" k="41" /> + <hkern u1="v" u2="X" k="30" /> + <hkern u1="v" u2="W" k="16" /> + <hkern u1="v" u2="V" k="16" /> + <hkern u1="v" u2="T" k="77" /> + <hkern u1="v" u2="/" k="33" /> + <hkern u1="v" u2="A" k="33" /> + <hkern u1="v" u2="J" k="75" /> + <hkern u1="v" u2="Ð" k="8" /> + <hkern u1="v" u2=" " k="27" /> + <hkern u1="w" u2="Æ" k="52" /> + <hkern u1="w" u2="ə" k="17" /> + <hkern u1="w" u2="s" k="14" /> + <hkern u1="w" u2="." k="49" /> + <hkern u1="w" u2=")" k="14" /> + <hkern u1="w" u2="º" k="-2" /> + <hkern u1="w" u2="o" k="20" /> + <hkern u1="w" u2="ł" k="9" /> + <hkern u1="w" u2="-" k="23" /> + <hkern u1="w" u2="‹" k="27" /> + <hkern u1="w" u2="ð" k="29" /> + <hkern u1="w" u2="d" k="19" /> + <hkern u1="w" u2="\" k="14" /> + <hkern u1="w" u2="@" k="7" /> + <hkern u1="w" u2="*" k="-7" /> + <hkern u1="w" u2="ʼ" k="8" /> + <hkern u1="w" u2="a" k="14" /> + <hkern u1="w" u2="Z" k="23" /> + <hkern u1="w" u2="Y" k="40" /> + <hkern u1="w" u2="X" k="31" /> + <hkern u1="w" u2="W" k="15" /> + <hkern u1="w" u2="V" k="15" /> + <hkern u1="w" u2="T" k="76" /> + <hkern u1="w" u2="S" k="1" /> + <hkern u1="w" u2="/" k="36" /> + <hkern u1="w" u2="O" k="1" /> + <hkern u1="w" u2="A" k="35" /> + <hkern u1="w" u2="J" k="80" /> + <hkern u1="w" u2="Ð" k="8" /> + <hkern u1="w" u2=" " k="28" /> + <hkern g1="w.alt" u2="ə" k="13" /> + <hkern g1="w.alt" u2="s" k="12" /> + <hkern g1="w.alt" u2="." k="37" /> + <hkern g1="w.alt" u2=")" k="13" /> + <hkern g1="w.alt" u2="º" k="-1" /> + <hkern g1="w.alt" u2="o" k="15" /> + <hkern g1="w.alt" u2="ł" k="6" /> + <hkern g1="w.alt" u2="-" k="16" /> + <hkern g1="w.alt" u2="‹" k="20" /> + <hkern g1="w.alt" u2="ð" k="21" /> + <hkern g1="w.alt" u2="d" k="15" /> + <hkern g1="w.alt" u2="\" k="13" /> + <hkern g1="w.alt" u2="*" k="-6" /> + <hkern g1="w.alt" u2="ʼ" k="8" /> + <hkern g1="w.alt" u2="a" k="12" /> + <hkern g1="w.alt" u2="/" k="28" /> + <hkern g1="w.alt" u2=" " k="26" /> + <hkern u1="x" u2="ə" k="20" /> + <hkern u1="x" u2="s" k="5" /> + <hkern u1="x" u2=")" k="-4" /> + <hkern u1="x" u2="o" k="20" /> + <hkern u1="x" u2="-" k="31" /> + <hkern u1="x" u2="‹" k="28" /> + <hkern u1="x" u2="f" k="1" /> + <hkern u1="x" u2="ð" k="24" /> + <hkern u1="x" u2="d" k="19" /> + <hkern u1="x" u2="*" k="-7" /> + <hkern u1="x" u2="ʼ" k="14" /> + <hkern u1="x" u2="a" k="9" /> + <hkern u1="x" u2="Y" k="35" /> + <hkern u1="x" u2="W" k="14" /> + <hkern u1="x" u2="V" k="13" /> + <hkern u1="x" u2="U" k="1" /> + <hkern u1="x" u2="T" k="70" /> + <hkern u1="x" u2="/" k="-4" /> + <hkern u1="x" u2="O" k="12" /> + <hkern u1="y" u2="Æ" k="52" /> + <hkern u1="y" u2="ə" k="16" /> + <hkern u1="y" u2="s" k="14" /> + <hkern u1="y" u2="." k="47" /> + <hkern u1="y" u2=")" k="15" /> + <hkern u1="y" u2="o" k="20" /> + <hkern u1="y" u2="ł" k="6" /> + <hkern u1="y" u2="-" k="22" /> + <hkern u1="y" u2="‹" k="26" /> + <hkern u1="y" u2="ð" k="28" /> + <hkern u1="y" u2="d" k="19" /> + <hkern u1="y" u2="\" k="15" /> + <hkern u1="y" u2="@" k="8" /> + <hkern u1="y" u2="ʼ" k="8" /> + <hkern u1="y" u2="&" k="7" /> + <hkern u1="y" u2="a" k="14" /> + <hkern u1="y" u2="Z" k="26" /> + <hkern u1="y" u2="Y" k="44" /> + <hkern u1="y" u2="X" k="33" /> + <hkern u1="y" u2="W" k="18" /> + <hkern u1="y" u2="V" k="18" /> + <hkern u1="y" u2="T" k="79" /> + <hkern u1="y" u2="S" k="1" /> + <hkern u1="y" u2="/" k="33" /> + <hkern u1="y" u2="A" k="34" /> + <hkern u1="y" u2="J" k="75" /> + <hkern u1="y" u2="I" k="4" /> + <hkern u1="y" u2="Ð" k="9" /> + <hkern u1="y" u2=" " k="27" /> + <hkern g1="y.alt" u2="ə" k="15" /> + <hkern g1="y.alt" u2="s" k="12" /> + <hkern g1="y.alt" u2="." k="44" /> + <hkern g1="y.alt" u2=")" k="10" /> + <hkern g1="y.alt" u2="º" k="-1" /> + <hkern g1="y.alt" u2="o" k="17" /> + <hkern g1="y.alt" u2="ł" k="6" /> + <hkern g1="y.alt" u2="-" k="19" /> + <hkern g1="y.alt" u2="‹" k="23" /> + <hkern g1="y.alt" u2="ð" k="24" /> + <hkern g1="y.alt" u2="d" k="16" /> + <hkern g1="y.alt" u2="\" k="11" /> + <hkern g1="y.alt" u2="@" k="8" /> + <hkern g1="y.alt" u2="ʼ" k="8" /> + <hkern g1="y.alt" u2="a" k="13" /> + <hkern g1="y.alt" u2="/" k="32" /> + <hkern g1="y.alt" u2=" " k="27" /> + <hkern u1="z" u2="ə" k="7" /> + <hkern u1="z" u2="o" k="12" /> + <hkern u1="z" u2="-" k="27" /> + <hkern u1="z" u2="‹" k="23" /> + <hkern u1="z" u2="ð" k="17" /> + <hkern u1="z" u2="d" k="12" /> + <hkern u1="z" u2="\" k="6" /> + <hkern u1="z" u2="ʼ" k="18" /> + <hkern u1="z" u2="Y" k="46" /> + <hkern u1="z" u2="W" k="23" /> + <hkern u1="z" u2="V" k="22" /> + <hkern u1="z" u2="U" k="7" /> + <hkern u1="z" u2="T" k="79" /> + <hkern u1="z" u2="O" k="2" /> + <hkern u1="z" u2="I" k="1" /> + <hkern u1="z" u2="Ð" k="6" /> + <hkern u1="0" u2="Æ" k="21" /> + <hkern u1="0" u2="7" k="14" /> + <hkern u1="0" u2="'" k="11" /> + <hkern u1="0" u2=")" k="15" /> + <hkern u1="0" u2="°" k="19" /> + <hkern u1="0" u2="\" k="32" /> + <hkern u1="0" u2="Z" k="12" /> + <hkern u1="0" u2="Y" k="47" /> + <hkern u1="0" u2="X" k="13" /> + <hkern u1="0" u2="W" k="33" /> + <hkern u1="0" u2="V" k="32" /> + <hkern u1="0" u2="T" k="55" /> + <hkern u1="0" u2="/" k="4" /> + <hkern u1="0" u2="A" k="17" /> + <hkern u1="0" u2="J" k="10" /> + <hkern g1="zero.lnum" g2="seven.lnum" k="16" /> + <hkern g1="zero.lnum" u2="'" k="8" /> + <hkern g1="zero.lnum" u2="." k="13" /> + <hkern g1="zero.lnum" u2=")" k="14" /> + <hkern g1="zero.lnum" u2="°" k="7" /> + <hkern g1="zero.lnum" u2="\" k="15" /> + <hkern g1="zero.lnum" u2="/" k="17" /> + </font> +</defs></svg> diff --git a/resources/fonts/RalewayRegular.ttf b/resources/fonts/RalewayRegular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..252cad14a6c1179cf373ed30d79ece6510743ae1 Binary files /dev/null and b/resources/fonts/RalewayRegular.ttf differ diff --git a/resources/fonts/RalewayRegular.woff b/resources/fonts/RalewayRegular.woff new file mode 100644 index 0000000000000000000000000000000000000000..772ee24f621dcbc47374e0319762e5f61b4efe0e Binary files /dev/null and b/resources/fonts/RalewayRegular.woff differ diff --git a/resources/fonts/RalewayRegular.woff2 b/resources/fonts/RalewayRegular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..343cbcdb58dae14c11a1a6f260be3e8616aad37e Binary files /dev/null and b/resources/fonts/RalewayRegular.woff2 differ diff --git a/resources/fonts/fontawesome/fa-brands-400.ttf b/resources/fonts/fontawesome/fa-brands-400.ttf new file mode 100644 index 0000000000000000000000000000000000000000..7da24670c7c9fe52feff93308c9006230f45d508 Binary files /dev/null and b/resources/fonts/fontawesome/fa-brands-400.ttf differ diff --git a/resources/fonts/fontawesome/fa-brands-400.woff2 b/resources/fonts/fontawesome/fa-brands-400.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..11a7640d9d898e1f8e36d4848da94bf29ce869a4 Binary files /dev/null and b/resources/fonts/fontawesome/fa-brands-400.woff2 differ diff --git a/resources/fonts/fontawesome/fa-duotone-900.ttf b/resources/fonts/fontawesome/fa-duotone-900.ttf new file mode 100644 index 0000000000000000000000000000000000000000..a1d85e9fdfbd2dcfb490aa9b227fbcde4ed770c2 Binary files /dev/null and b/resources/fonts/fontawesome/fa-duotone-900.ttf differ diff --git a/resources/fonts/fontawesome/fa-duotone-900.woff2 b/resources/fonts/fontawesome/fa-duotone-900.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3a67898a62a67ccc1c1b6bfbb29b75a37ef3eba8 Binary files /dev/null and b/resources/fonts/fontawesome/fa-duotone-900.woff2 differ diff --git a/resources/fonts/fontawesome/fa-light-300.ttf b/resources/fonts/fontawesome/fa-light-300.ttf new file mode 100644 index 0000000000000000000000000000000000000000..08413714cc91988fe42b3939e3cfc86c9aef0f73 Binary files /dev/null and b/resources/fonts/fontawesome/fa-light-300.ttf differ diff --git a/resources/fonts/fontawesome/fa-light-300.woff2 b/resources/fonts/fontawesome/fa-light-300.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..478229f6e799e94a982629168ce41907cc7e19d4 Binary files /dev/null and b/resources/fonts/fontawesome/fa-light-300.woff2 differ diff --git a/resources/fonts/fontawesome/fa-regular-400.ttf b/resources/fonts/fontawesome/fa-regular-400.ttf new file mode 100644 index 0000000000000000000000000000000000000000..d744fb20726474b123e1faf6615177f6696ee5b6 Binary files /dev/null and b/resources/fonts/fontawesome/fa-regular-400.ttf differ diff --git a/resources/fonts/fontawesome/fa-regular-400.woff2 b/resources/fonts/fontawesome/fa-regular-400.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3b82efc3d572e7cf4198906cca9d0af9c9ca82de Binary files /dev/null and b/resources/fonts/fontawesome/fa-regular-400.woff2 differ diff --git a/resources/fonts/fontawesome/fa-solid-900.ttf b/resources/fonts/fontawesome/fa-solid-900.ttf new file mode 100644 index 0000000000000000000000000000000000000000..92172815ed0c0e747488ac5ed2fb75618e2333ff Binary files /dev/null and b/resources/fonts/fontawesome/fa-solid-900.ttf differ diff --git a/resources/fonts/fontawesome/fa-solid-900.woff2 b/resources/fonts/fontawesome/fa-solid-900.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3dbaa2b30b6e7e26a4da2dfb4b6c6b1a6b583184 Binary files /dev/null and b/resources/fonts/fontawesome/fa-solid-900.woff2 differ diff --git a/resources/fonts/fontawesome/fa-thin-100.ttf b/resources/fonts/fontawesome/fa-thin-100.ttf new file mode 100644 index 0000000000000000000000000000000000000000..80eb83364be1afe0a59481fb695bff4d4b2bce19 Binary files /dev/null and b/resources/fonts/fontawesome/fa-thin-100.ttf differ diff --git a/resources/fonts/fontawesome/fa-thin-100.woff2 b/resources/fonts/fontawesome/fa-thin-100.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3f1f82be17687c18240b6c46861e08398b534a0b Binary files /dev/null and b/resources/fonts/fontawesome/fa-thin-100.woff2 differ diff --git a/resources/fonts/fontawesome/fa-v4compatibility.ttf b/resources/fonts/fontawesome/fa-v4compatibility.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2fded2927f672e7d1dab77c0c5f728fcbc37bd7a Binary files /dev/null and b/resources/fonts/fontawesome/fa-v4compatibility.ttf differ diff --git a/resources/fonts/fontawesome/fa-v4compatibility.woff2 b/resources/fonts/fontawesome/fa-v4compatibility.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..ddef59349970d130eab3ba204cb531d5245498de Binary files /dev/null and b/resources/fonts/fontawesome/fa-v4compatibility.woff2 differ diff --git a/resources/fonts/proxima-nova-bold.eot b/resources/fonts/proxima-nova-bold.eot new file mode 100644 index 0000000000000000000000000000000000000000..19acc9bed33c0b5dede3f7db1bcfe4ee76a38c2e Binary files /dev/null and b/resources/fonts/proxima-nova-bold.eot differ diff --git a/resources/fonts/proxima-nova-bold.ttf b/resources/fonts/proxima-nova-bold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..4df9e17140b1575d5b93ccdf77220b0241468d31 Binary files /dev/null and b/resources/fonts/proxima-nova-bold.ttf differ diff --git a/resources/fonts/proxima-nova-bold.woff2 b/resources/fonts/proxima-nova-bold.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..18108e96152d5898afd25008bf0dc56489cd6748 Binary files /dev/null and b/resources/fonts/proxima-nova-bold.woff2 differ diff --git a/resources/fonts/proxima-nova-condesed-black.eot b/resources/fonts/proxima-nova-condesed-black.eot new file mode 100644 index 0000000000000000000000000000000000000000..bb31a29d130cf721e321729b8359ca54111d964a Binary files /dev/null and b/resources/fonts/proxima-nova-condesed-black.eot differ diff --git a/resources/fonts/proxima-nova-condesed-black.svg b/resources/fonts/proxima-nova-condesed-black.svg new file mode 100644 index 0000000000000000000000000000000000000000..1b4dd03ab1b237d0f62ca1f38feed4946717374e --- /dev/null +++ b/resources/fonts/proxima-nova-condesed-black.svg @@ -0,0 +1,4572 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20200427 at Thu Aug 20 19:15:44 2015 + By www +Copyright (c) Mark Simonson, 2005. All rights reserved. +</metadata> +<defs> +<font id="ProximaNovaCond-Black" horiz-adv-x="501" > + <font-face + font-family="ProximaNovaCond-Black" + font-weight="400" + font-stretch="condensed" + units-per-em="1000" + panose-1="2 0 5 6 3 0 0 2 0 4" + ascent="784" + descent="-216" + x-height="483" + cap-height="667" + bbox="-215 -379 1069 894" + underline-thickness="20" + underline-position="-133" + unicode-range="U+000D-FB04" + /> +<missing-glyph horiz-adv-x="447" +d="M48 752h351v-842h-351v842zM79 722v-782h288v782h-288z" /> + <glyph glyph-name="f_f_j" unicode="ffj" horiz-adv-x="900" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337zM393 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77 +v-146h-77v-337h-169v337zM705.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM858 4q0 -94 -45 -147t-138 -53q-28 0 -47 4v139q8 -2 19 -2q42 0 42 59v479h169v-479z" /> + <glyph glyph-name="f_j" unicode="fj" horiz-adv-x="577" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM382.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM535 4 +q0 -94 -45 -147t-138 -53q-28 0 -47 4v139q8 -2 19 -2q42 0 42 59v479h169v-479z" /> + <glyph glyph-name="f_f" unicode="ff" horiz-adv-x="646" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337zM393 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146 +h-77v-337h-169v337z" /> + <glyph glyph-name="fi" unicode="fi" horiz-adv-x="577" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM382.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM366 483h169v-483 +h-169v483z" /> + <glyph glyph-name="fl" unicode="fl" horiz-adv-x="577" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM366 667h169v-667h-169v667z" /> + <glyph glyph-name="f_f_i" unicode="ffi" horiz-adv-x="900" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337zM393 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77 +v-146h-77v-337h-169v337zM705.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM689 483h169v-483h-169v483z" /> + <glyph glyph-name="f_f_l" unicode="ffl" horiz-adv-x="900" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337zM393 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77 +v-146h-77v-337h-169v337zM689 667h169v-667h-169v667z" /> + <glyph glyph-name="f_b" unicode="fb" horiz-adv-x="852" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM366 667h169v-236q21 33 51.5 48.5t65.5 15.5q54 0 95.5 -30.5t65 -87.5t23.5 -135q0 -80 -23.5 -137.5t-65 -87 +t-95.5 -29.5q-74 0 -117 65v-53h-169v667zM560.5 146q16.5 -9 32.5 -9q33 0 51.5 28t18.5 77q0 48 -18.5 76t-51.5 28q-16 0 -32.5 -9t-25.5 -25v-141q9 -16 25.5 -25z" /> + <glyph glyph-name="f_h" unicode="fh" horiz-adv-x="858" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM647 294q0 28 -12.5 40t-37.5 12q-35 0 -62 -42v-304h-169v667h169v-240q19 27 58 47.5t85 20.5q70 0 104 -35.5 +t34 -95.5v-364h-169v294z" /> + <glyph glyph-name="f_k" unicode="fk" horiz-adv-x="824" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM569 161l-34 -55v-106h-169v667h169v-359l92 175h196l-137 -216l147 -267h-197z" /> + <glyph glyph-name=".notdef" horiz-adv-x="447" +d="M48 752h351v-842h-351v842zM79 722v-782h288v782h-288z" /> + <glyph glyph-name=".null" horiz-adv-x="0" + /> + <glyph glyph-name="nonmarkingreturn" unicode="
" horiz-adv-x="0" + /> + <glyph glyph-name="NULL" horiz-adv-x="0" + /> + <glyph glyph-name="NULL" horiz-adv-x="0" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="205" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="275" +d="M37 667h202l-25 -425h-151zM67 161q30 30 71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30t-30 71q0 42 30 72z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="456" +d="M58 479q-22 97 -22 111q0 36 26 61.5t61 25.5q36 0 61.5 -25.5t25.5 -61.5q0 -14 -22 -111t-30 -132h-70q-8 35 -30 132zM269 479q-22 97 -22 111q0 36 25 61.5t62 25.5q35 0 60.5 -25.5t25.5 -61.5q0 -14 -22 -111t-30 -132h-69q-8 35 -30 132z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="567" +d="M267 161h-67l-44 -161h-120l45 161h-68l29 103h69l39 139h-70l28 102h71l46 162h120l-46 -162h66l45 162h120l-46 -162h70l-27 -102h-72l-39 -139h73l-29 -103h-74l-45 -161h-120zM269 403l-38 -139h65l39 139h-66z" /> + <glyph glyph-name="dollar" unicode="$" horiz-adv-x="535" +d="M469.5 67.5q-48.5 -56.5 -134.5 -73.5v-94h-121v91q-122 11 -203 86l88 144q32 -32 75.5 -51t91.5 -19q26 0 43 11t17 29t-20 29t-62 25q-64 21 -106 41t-74 63.5t-32 114.5q0 74 47.5 132.5t134.5 75.5v96h121v-94q101 -14 171 -73l-86 -140q-31 27 -70 40.5t-78 13.5 +q-24 0 -36 -10t-12 -26q0 -17 20.5 -28.5t64.5 -27.5q62 -21 104 -42t73.5 -63t31.5 -108q0 -86 -48.5 -142.5z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="694" +d="M35.5 594.5q19.5 38.5 56 60.5t83.5 22t83.5 -22t56 -60.5t19.5 -85.5t-19.5 -85t-56 -60t-83.5 -22t-83.5 22t-56 60t-19.5 85t19.5 85.5zM486 667h79l-356 -667h-78zM210.5 560q-13.5 17 -35.5 17t-35 -17t-13 -51q0 -33 13 -50t35 -17t35.5 17t13.5 50q0 34 -13.5 51z +M404.5 275q43.5 48 115.5 48q71 0 114.5 -48t43.5 -120q0 -47 -19.5 -85t-55.5 -60t-83 -22q-48 0 -84 22t-55.5 60t-19.5 85q0 72 43.5 120zM555.5 206q-13.5 17 -35.5 17t-35.5 -17t-13.5 -51q0 -33 13.5 -50t35.5 -17t35.5 17t13.5 50q0 34 -13.5 51z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="574" +d="M393 0l-25 32q-68 -44 -150 -44q-89 0 -146.5 52t-57.5 147q0 67 33.5 111.5t91.5 77.5q-37 79 -37 134q0 47 24.5 85t67 60t96.5 22q47 0 88 -19.5t65.5 -54.5t24.5 -79q0 -65 -37 -104t-104 -74q22 -34 32 -48l30 -43q21 42 38 100l131 -62q-35 -89 -81 -155 +q41 -55 109 -138h-193zM273 444q26 16 39.5 33t13.5 39q0 20 -9 31.5t-23 11.5q-17 0 -26.5 -13.5t-9.5 -37.5t15 -64zM292 130q-34 45 -47 67q-14 19 -42 63q-18 -28 -18 -59q0 -33 19 -58t46 -25q21 0 42 12z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="247" +d="M58 479q-22 97 -22 111q0 36 26 61.5t61 25.5q36 0 61.5 -25.5t25.5 -61.5q0 -14 -22 -111t-30 -132h-70q-8 35 -30 132z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="326" +d="M81.5 4.5q-39.5 117.5 -39.5 238.5t39.5 238.5t109.5 203.5l115 -69q-42 -89 -62 -179.5t-20 -193.5q0 -102 20 -193t62 -178l-115 -71q-70 86 -109.5 203.5z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="327" +d="M82 437.5q-20 90.5 -62 178.5l116 69q69 -86 108.5 -203.5t39.5 -238.5t-39.5 -238.5t-108.5 -203.5l-116 71q42 86 62 177t20 194q0 104 -20 194.5z" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="351" +d="M141 454l-89 -56l-38 66l93 49l-93 48l38 67l89 -57l-4 106h77l-5 -106l89 57l39 -67l-94 -48l94 -49l-39 -66l-89 56l5 -106h-77z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="449" +d="M279 123h-109v165h-141v99h141v158h109v-158h141v-99h-141v-165z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="276" +d="M56 -89q26 12 53 39t35 54q-10 -4 -25 -4q-34 0 -58 26.5t-24 65.5q0 41 29 70t69 29q46 0 78 -33.5t32 -89.5q0 -63 -31.5 -118t-88.5 -95z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="274" +d="M30 313h214v-141h-214v141z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="277" +d="M67 161q30 30 71 30t71 -30t30 -71t-30 -71.5t-71 -30.5t-71 30.5t-30 71.5t30 71z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="308" +d="M192 687h116l-192 -707h-116z" /> + <glyph glyph-name="zero" unicode="0" horiz-adv-x="562" +d="M48 505.5q30 78.5 89 125t144 46.5t144 -46.5t89 -125t30 -172.5t-30 -172.5t-89 -125.5t-144 -47t-144 47t-89 125.5t-30 172.5t30 172.5zM336 469.5q-16 40.5 -55 40.5t-55 -40.5t-16 -136.5q0 -95 16 -136.5t55 -41.5t55 41.5t16 136.5q0 96 -16 136.5z" /> + <glyph glyph-name="one" unicode="1" horiz-adv-x="444" +d="M207 426l-99 -99l-107 111l233 229h163v-667h-190v426z" /> + <glyph glyph-name="two" unicode="2" horiz-adv-x="552" +d="M36 152q144 119 201.5 170t75.5 77t18 54q0 24 -19 40.5t-50 16.5q-80 0 -143 -66l-108 121q47 55 113 83.5t141 28.5q77 0 135 -27.5t90 -78t32 -115.5q0 -46 -19 -88t-62.5 -90t-121.5 -113h208v-165h-491v152z" /> + <glyph glyph-name="three" unicode="3" horiz-adv-x="554" +d="M119 215q29 -29 67.5 -44.5t76.5 -15.5q41 0 61.5 15t20.5 36q0 25 -21 36t-67 11q-60 0 -71 -1v168q10 -1 67 -1q83 0 83 43q0 24 -21.5 36t-59.5 12q-36 0 -72 -13.5t-60 -40.5l-102 111q43 53 106 81.5t144 28.5q118 0 184 -48.5t66 -135.5q0 -53 -38 -96t-95 -53 +q59 -9 101 -52t42 -105q0 -59 -33 -104.5t-92 -70t-135 -24.5q-85 0 -152.5 28.5t-106.5 76.5z" /> + <glyph glyph-name="four" unicode="4" horiz-adv-x="566" +d="M297 114h-279v155l226 398h242v-388h62v-165h-62v-114h-189v114zM186 279h111v202z" /> + <glyph glyph-name="five" unicode="5" horiz-adv-x="562" +d="M134 213q28 -28 63.5 -43t72.5 -15q40 0 61 18.5t21 46.5q0 29 -19 46.5t-56 17.5q-60 0 -99 -48l-135 31v400h460v-165h-270v-108q19 23 51 37t69 14q53 0 96.5 -26.5t69 -75.5t25.5 -116q0 -72 -32 -126t-92.5 -83.5t-142.5 -29.5q-164 0 -252 100z" /> + <glyph glyph-name="six" unicode="6" horiz-adv-x="558" +d="M56.5 518q38.5 78 108.5 118.5t162 40.5q53 0 102 -16t84 -45l-86 -143q-21 19 -44.5 28t-53.5 9t-57.5 -15.5t-45 -45t-17.5 -70.5v-4q20 33 57 52t80 19q53 0 98 -26t72.5 -76t27.5 -118q0 -71 -32 -125t-88 -83.5t-125 -29.5q-94 0 -157 44.5t-93.5 122.5t-30.5 177 +q0 108 38.5 186zM331 269.5q-22 16.5 -50 16.5q-41 0 -73 -35q3 -43 22 -69.5t57 -26.5q29 0 47.5 19t18.5 44q0 35 -22 51.5z" /> + <glyph glyph-name="seven" unicode="7" horiz-adv-x="513" +d="M287 502h-271v165h484v-131l-201 -536h-204z" /> + <glyph glyph-name="eight" unicode="8" horiz-adv-x="561" +d="M52.5 277q34.5 46 88.5 67q-52 20 -82.5 59.5t-30.5 96.5q0 61 36 100.5t93 58t123 18.5t123.5 -18.5t93.5 -58t36 -100.5q0 -57 -31 -96.5t-83 -59.5q54 -21 89 -67t35 -100q0 -92 -73 -140.5t-190 -48.5t-189.5 48t-72.5 140q0 55 34.5 101zM327 503.5 +q-17 13.5 -47 13.5t-47 -13.5t-17 -37.5q0 -21 20 -35.5t44 -20.5q24 6 44 20.5t20 35.5q0 24 -17 37.5zM329.5 245.5q-23.5 17.5 -49.5 22.5q-25 -5 -48.5 -22.5t-23.5 -43.5t20 -40t52 -14t52.5 14.5t20.5 39.5q0 26 -23.5 43.5z" /> + <glyph glyph-name="nine" unicode="9" horiz-adv-x="558" +d="M131 193q22 -20 45 -28.5t53 -8.5q50 0 85 35.5t35 95.5v4q-20 -33 -56.5 -52t-79.5 -19q-53 0 -98 26t-72.5 76.5t-27.5 118.5q0 71 32 125t88 83t125 29q139 0 209.5 -95t70.5 -249q0 -108 -38.5 -185.5t-108.5 -118.5t-162 -41q-52 0 -101.5 16.5t-83.5 44.5z +M329 484.5q-18 26.5 -57 26.5q-30 0 -48 -19t-18 -44q0 -34 21.5 -50.5t49.5 -16.5q44 0 73 35q-3 42 -21 68.5z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="268" +d="M67 460q30 30 71 30t71 -30t30 -71t-30 -71.5t-71 -30.5t-71 30.5t-30 71.5t30 71zM67 161q30 30 71 30t71 -30t30 -71t-30 -71.5t-71 -30.5t-71 30.5t-30 71.5t30 71z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="276" +d="M67 318q-30 31 -30 72t30 70.5t71 29.5t71 -29.5t30 -70.5t-30 -72t-71 -31t-71 31zM56 -89q25 12 52 41t36 56q-10 -4 -25 -4q-35 0 -58.5 24.5t-23.5 63.5q0 41 29 70.5t69 29.5q46 0 78 -33.5t32 -90.5q0 -63 -31.5 -118t-88.5 -95z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="449" +d="M29 396l391 154v-118l-279 -98l279 -96v-118l-391 154v122z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="449" +d="M29 476h391v-99h-391v99zM29 292h391v-100h-391v100z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="449" +d="M29 238l279 96l-279 98v118l391 -154v-122l-391 -154v118z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="394" +d="M120 379.5q17 27.5 47 57.5q16 15 23.5 25.5t7.5 22.5q0 13 -9 20.5t-27 7.5q-16 0 -33.5 -9t-30.5 -26l-91 118q38 40 87 60.5t103 20.5q88 0 139 -41.5t51 -111.5q0 -46 -19.5 -77.5t-55.5 -66.5q-27 -28 -38.5 -45.5t-11.5 -37.5q0 -22 11 -37l-145 -40q-25 38 -25 94 +q0 38 17 65.5zM128 161q30 30 71 30t71.5 -30t30.5 -71t-30.5 -71.5t-71.5 -30.5t-71 30.5t-30 71.5t30 71z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="727" +d="M88 429.5q53 94.5 141 151.5t189 57q80 0 142 -34.5t96.5 -95t34.5 -136.5q0 -82 -30 -148t-77 -102.5t-97 -36.5q-40 0 -66 18t-34 47l-2 9q-51 -74 -124 -74q-57 0 -92 40.5t-35 113.5q0 65 28 125t75.5 96.5t103.5 36.5q35 0 60 -15t37 -42l10 45h148l-47 -223 +q-3 -15 -3 -26q0 -20 6.5 -30t20.5 -10q16 0 32.5 21.5t27 61.5t10.5 92q0 104 -61 164t-167 60q-90 0 -167 -51.5t-123 -135.5t-46 -176q0 -73 28.5 -132t83 -93.5t130.5 -34.5q85 0 168 54l24 -33q-96 -63 -197 -63q-85 0 -148.5 38t-98 106t-34.5 155q0 106 53 200.5z +M418 349q-5 13 -16.5 22.5t-27.5 9.5q-26 0 -46 -18.5t-30.5 -47t-10.5 -56.5q0 -26 12 -41.5t35 -15.5q22 0 35.5 11.5t27.5 31.5z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="600" +d="M48 667h331q63 0 105.5 -24.5t62 -63.5t19.5 -82q0 -61 -30.5 -101t-80.5 -52q53 -8 87.5 -54t34.5 -109q0 -77 -47 -129t-139 -52h-343v667zM331 418q20 0 31.5 12t11.5 33q0 20 -11.5 31.5t-31.5 11.5h-94v-88h94zM336 161q23 0 36 12.5t13 35.5q0 22 -13 35t-36 13 +h-99v-96h99z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="582" +d="M162 31.5q-69 43.5 -106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27t34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="630" +d="M48 667h252q97 0 167 -41.5t107.5 -116.5t37.5 -175t-37 -175.5t-107 -117t-167 -41.5h-253v667zM300 165q56 0 88 45t32 124q0 84 -30.5 126t-89.5 42h-63v-337h63z" /> + <glyph glyph-name="E" unicode="E" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="496" +d="M48 667h421v-165h-232v-82h225v-165h-225v-255h-189v667z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="611" +d="M56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q22 0 43 7t33 18v45h-92v166h270v-287q-51 -56 -112.5 -86t-141.5 -30q-92 0 -161 43t-107 121t-38 181q0 104 38 182 +z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="642" +d="M405 261h-168v-261h-189v667h189v-241h168v241h189v-667h-189v261z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="285" +d="M48 667h189v-667h-189v667z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="437" +d="M66 178q13 -10 31 -16.5t37 -6.5q30 0 48.5 17.5t18.5 48.5v446h189v-452q0 -114 -63 -170.5t-173 -56.5q-93 0 -149 41z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="598" +d="M275 228l-38 -67v-161h-189v667h189v-260l142 260h219l-204 -310l215 -357h-222z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="466" +d="M48 667h189v-502h206v-165h-395v667z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="788" +d="M552 361l-122 -361h-72l-121 361v-361h-189v667h249l97 -294l99 294h247v-667h-188v361z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="641" +d="M237 308v-308h-189v667h192l164 -288v288h189v-667h-179z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="579" +d="M48 667h289q74 0 125.5 -30.5t77.5 -82t26 -113.5t-26 -113t-77.5 -81.5t-125.5 -30.5h-100v-216h-189v667zM357.5 486.5q-16.5 15.5 -43.5 15.5h-77v-121h77q27 0 43.5 16t16.5 45t-16.5 44.5z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="645" +d="M607.5 201.5q-18.5 -60.5 -53.5 -105.5l35 -59l-129 -80l-30 49q-48 -18 -108 -18q-92 0 -160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -71 -18.5 -131.5zM341 157l-42 70l130 79l3 -5q2 20 2 32 +q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49q7 0 19 2z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="594" +d="M285 216h-48v-216h-189v667h294q67 0 118 -29.5t78.5 -80t27.5 -112.5q0 -76 -29.5 -123.5t-70.5 -70.5l103 -251h-209zM356.5 486.5q-17.5 15.5 -44.5 15.5h-75v-121h75q27 0 44.5 16t17.5 45t-17.5 44.5z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="525" +d="M92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5 +q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89z" /> + <glyph glyph-name="T" unicode="T" +d="M156 502h-138v165h465v-165h-137v-502h-190v502z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="597" +d="M-12 667h205l106 -446l105 446h205l-196 -667h-229z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="819" +d="M410 362l-64 -362h-193l-157 667h202l63 -385l77 385h143l78 -385l62 385h202l-156 -667h-194z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="597" +d="M298 198l-94 -198h-216l191 342l-180 325h216l83 -185l82 185h217l-179 -324l191 -343h-216z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="506" +d="M31 154l204 348h-204v165h437v-150l-206 -352h213v-165h-444v154z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="272" +d="M45 678h210v-107h-92v-654h92v-107h-210v868z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="308" +d="M116 687l192 -707h-116l-192 707h116z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="272" +d="M18 -83h92v654h-92v107h210v-868h-210v107z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="397" +d="M198 546l-61 -213h-118l120 334h121l118 -334h-117z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="422" +d="M-3 -40h428v-108h-428v108z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="242" +d="M0 700h142l100 -144h-108z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="529" +d="M43 667h169v-236q21 33 51.5 48.5t65.5 15.5q54 0 95.5 -30.5t65 -87.5t23.5 -135q0 -80 -23.5 -137.5t-65 -87t-95.5 -29.5q-74 0 -117 65v-53h-169v667zM237.5 146q16.5 -9 32.5 -9q33 0 51.5 28t18.5 77q0 48 -18.5 76t-51.5 28q-16 0 -32.5 -9t-25.5 -25v-141 +q9 -16 25.5 -25z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="437" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34l80 -116q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v236h168v-667h-168v53zM318 313q-10 15 -26.5 24t-32.5 9q-32 0 -51 -28t-19 -76t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v141z" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="323" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="528" +d="M99 -7q25 -24 57 -36.5t66 -12.5q39 0 67 23t28 75v38q-45 -66 -117 -66q-84 0 -133.5 61t-49.5 179q0 117 49.5 179t133.5 62q35 0 65.5 -15.5t51.5 -48.5v52h169v-441q0 -132 -75 -185t-180 -53q-120 0 -194 63zM317 314q-9 15 -25.5 23.5t-32.5 8.5q-33 0 -51.5 -22.5 +t-18.5 -69.5q0 -46 18.5 -68.5t51.5 -22.5q16 0 32.5 8.5t25.5 23.5v119z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="535" +d="M324 294q0 28 -12.5 40t-37.5 12q-35 0 -62 -42v-304h-169v667h169v-240q19 27 58 47.5t85 20.5q70 0 104 -35.5t34 -95.5v-364h-169v294z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM212 4q0 -94 -45 -147t-138 -53q-28 0 -47 4v139q8 -2 19 -2q42 0 42 59v479h169v-479z" /> + <glyph glyph-name="k" unicode="k" +d="M246 161l-34 -55v-106h-169v667h169v-359l92 175h196l-137 -216l147 -267h-197z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="254" +d="M43 667h169v-667h-169v667z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="797" +d="M585 300q0 46 -42 46q-36 0 -60 -42v-304h-169v300q0 46 -42 46q-36 0 -60 -42v-304h-169v483h169v-56q15 24 55.5 46t84.5 22q47 0 79.5 -19.5t44.5 -61.5q18 32 59.5 56.5t87.5 24.5q60 0 95.5 -32t35.5 -98v-365h-169v300z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-362h-169v292z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="528" +d="M43 -184v667h169v-52q21 33 52 48.5t65 15.5q84 0 133.5 -66t49.5 -187q0 -120 -50 -187t-133 -67q-35 0 -65.5 15.5t-51.5 49.5v-237h-169zM321 318q-19 28 -52 28q-16 0 -32 -8.5t-25 -24.5v-142q9 -15 25 -24.5t32 -9.5q33 0 52 28t19 77q0 48 -19 76z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="528" +d="M317 -184v237q-21 -34 -51.5 -49.5t-65.5 -15.5q-83 0 -133 67t-50 187q0 121 49.5 187t133.5 66q34 0 64.5 -15.5t52.5 -48.5v52h169v-667h-169zM317 313q-9 16 -25.5 24.5t-32.5 8.5q-32 0 -51 -28t-19 -76q0 -49 19 -77t51 -28q16 0 32.5 9.5t25.5 24.5v142z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="350" +d="M43 483h169v-57q17 28 55 48.5t71 20.5v-161q-16 4 -33 4q-26 0 -53 -10t-40 -28v-300h-169v483z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="332" +d="M107 24.5q-37 36.5 -37 110.5v202h-61v146h61v132h169v-132h77v-146h-77v-159q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l29 -131q-15 -12 -43 -19.5t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="485" +d="M-11 483h179l74 -280l76 280h178l-164 -483h-179z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="740" +d="M370 270l-68 -270h-181l-129 483h174l58 -269l67 269h153l72 -269l57 269h174l-128 -483h-181z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="470" +d="M235 129l-62 -129h-182l137 245l-130 238h182l54 -120l55 120h181l-129 -238l137 -245h-182z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="427" +d="M26 124l153 213h-153v146h371v-118l-155 -218h159v-147h-375v124z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="277" +d="M137 -170.5q-37 19.5 -59.5 55.5t-22.5 82v168q0 29 -13.5 47t-38.5 18v89q25 0 38.5 17.5t13.5 46.5v167q0 46 22.5 82.5t59.5 56t80 19.5h43v-107h-43q-19 0 -32 -14t-13 -37v-185q0 -72 -45 -91q45 -19 45 -90v-186q0 -22 13 -36.5t32 -14.5h43v-107h-43 +q-43 0 -80 19.5z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="203" +d="M48 687h108v-707h-108v707z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="277" +d="M60 -83q19 0 32 14.5t13 36.5v186q0 71 45 90q-45 19 -45 91v185q0 23 -13 37t-32 14h-43v107h43q43 0 80 -19.5t59.5 -56t22.5 -82.5v-167q0 -29 13.5 -46.5t38.5 -17.5v-89q-25 0 -38.5 -18t-13.5 -47v-168q0 -46 -22.5 -82t-59.5 -55.5t-80 -19.5h-43v107h43z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="478" +d="M416.5 474.5q-29.5 -70.5 -109.5 -70.5q-36 0 -58 17.5t-31.5 41t-18.5 57.5q-7 27 -12 38t-14 11q-17 0 -24.5 -40t-11.5 -126l-112 11q7 109 37.5 181t110.5 72q36 0 58 -18t31.5 -41.5t18.5 -58.5q7 -26 12 -37t14 -11q17 0 24.5 41t11.5 125l110 -11 +q-7 -111 -36.5 -181.5z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="205" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="275" +d="M208 465q30 -30 30 -71t-30 -71.5t-71 -30.5t-71 30.5t-30 71.5t30 71t71 30t71 -30zM213 242l25 -426h-201l24 426h152z" /> + <glyph glyph-name="cent" unicode="¢" horiz-adv-x="437" +d="M347 171l80 -116q-16 -20 -46 -37t-70 -25v-93h-119v96q-80 20 -127.5 85.5t-47.5 160.5q0 94 47.5 159.5t127.5 85.5v78h119v-75q40 -8 70 -25t46 -36l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34z" /> + <glyph glyph-name="sterling" unicode="£" horiz-adv-x="525" +d="M516 35q-19 -20 -56.5 -33.5t-86.5 -13.5q-30 0 -52.5 6.5t-54.5 18.5q-36 17 -61 17q-47 0 -103 -37l-56 125q33 20 55 46.5t22 54.5q0 22 -11 57h-84v103h35q-20 43 -20 86q0 64 36 112t92 74t113 26q87 0 145.5 -34t81.5 -105l-151 -75q-15 62 -58 62q-23 0 -38 -17.5 +t-15 -45.5q0 -22 4.5 -39t13.5 -43v-1h101v-103h-78v-4q0 -26 -14.5 -56t-35.5 -45q21 7 41 7q26 0 56 -12q2 -1 16 -6t31 -5q49 0 73 29z" /> + <glyph glyph-name="currency" unicode="¤" horiz-adv-x="570" +d="M491 199l66 -65l-97 -97l-73 70q-42 -19 -102 -19q-56 0 -104 19l-70 -70l-98 98l65 65q-33 59 -33 133q0 76 34 134l-66 67l98 97l72 -73q45 20 102 20q56 0 102 -20l73 73l97 -97l-66 -67q35 -59 35 -134t-35 -134zM341.5 261q20.5 27 20.5 72q0 44 -20.5 71.5 +t-56.5 27.5t-56.5 -27.5t-20.5 -71.5q0 -45 20.5 -72t56.5 -27t56.5 27z" /> + <glyph glyph-name="yen" unicode="¥" horiz-adv-x="577" +d="M435 366h115v-99h-166v-59h166v-99h-166v-109h-190v109h-168v99h168v59h-168v99h117l-156 301h207l95 -228l94 228h206z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="203" +d="M48 687h108v-316h-108v316zM48 296h108v-316h-108v316z" /> + <glyph glyph-name="section" unicode="§" horiz-adv-x="442" +d="M423 82q0 -48 -27 -85t-74 -57.5t-106 -20.5q-65 0 -118.5 19.5t-89.5 52.5l65 109q23 -23 62 -42.5t74 -19.5q26 0 39.5 9t13.5 24q0 18 -18 27.5t-58 20.5q-49 14 -81 29t-55.5 46t-23.5 83q0 43 23.5 74.5t54.5 47.5q-78 40 -78 129q0 43 25 77t69 53t98 19 +q70 0 115.5 -17.5t77.5 -46.5l-62 -99q-25 22 -56 35t-61 13q-23 0 -35.5 -8.5t-12.5 -22.5q0 -15 17.5 -23.5t55.5 -18.5q50 -13 83 -28t58 -46t25 -82q0 -38 -19 -72.5t-54 -55.5q73 -40 73 -123zM180 307q0 -23 14.5 -37t42.5 -23q29 15 29 47q0 45 -46 61 +q-40 -9 -40 -48z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="305" +d="M-8 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM193 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="778" +d="M216.5 34.5q-79.5 46.5 -126 126t-46.5 172.5q0 94 46.5 173t125.5 125.5t173 46.5t173 -46.5t125.5 -125.5t46.5 -173t-46.5 -173t-125.5 -125.5t-173 -46.5q-93 0 -172.5 46.5zM237.5 596q-69.5 -41 -111 -111t-41.5 -152t41.5 -151.5t111 -111t151.5 -41.5t152 41.5 +t111 111t41 151.5t-41 152t-111 111t-152 41t-151.5 -41zM481 142.5q-39 -18.5 -84 -18.5q-57 0 -104.5 27t-75.5 75t-28 108t28 107.5t75.5 74.5t104.5 27q45 0 83.5 -18t65.5 -50l-36 -36q-20 27 -49.5 42.5t-63.5 15.5q-43 0 -78.5 -21t-56 -58t-20.5 -84q0 -46 20.5 -84 +t56 -59.5t78.5 -21.5q35 0 64.5 16t49.5 43l37 -35q-28 -32 -67 -50.5z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="357" +d="M203 356q-9 -15 -31.5 -26.5t-53.5 -11.5q-41 0 -71.5 26.5t-30.5 76.5q0 49 30.5 75t71.5 26q31 0 53.5 -10.5t31.5 -23.5v26q0 21 -13.5 33.5t-38.5 12.5q-19 0 -40 -9.5t-38 -25.5l-41 77q26 23 66.5 34.5t76.5 11.5q65 0 106.5 -29.5t41.5 -96.5v-196h-120v30z +M203 434q-4 9 -14 14t-22 5q-14 0 -23.5 -7.5t-9.5 -22.5q0 -30 33 -30q12 0 22 5t14 14v22z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="531" +d="M30 243l125 177h139l-125 -177l125 -180h-139zM237 243l125 177h139l-125 -177l125 -180h-139z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="458" +d="M318 192v185h-289v99h391v-284h-102z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="274" +d="M30 313h214v-141h-214v141z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="494" +d="M140.5 281.5q-48.5 28.5 -77 77t-28.5 106.5t28.5 106.5t77 77t106.5 28.5t106.5 -28.5t77 -77t28.5 -106.5t-28.5 -106.5t-77 -77t-106.5 -28.5t-106.5 28.5zM158 619.5q-41 -23.5 -64.5 -64.5t-23.5 -90q0 -48 24 -88.5t64.5 -64.5t88.5 -24q49 0 89.5 24t64.5 64.5 +t24 88.5q0 49 -24 90t-64.5 64.5t-89.5 23.5q-48 0 -89 -23.5zM241 439h-39v-96h-37v243h99q34 0 58 -20.5t24 -53.5q0 -25 -11.5 -41t-26.5 -23.5t-24 -7.5l65 -97h-45zM202 556v-85h62q19 0 31.5 11.5t12.5 29.5q0 20 -12.5 32t-31.5 12h-62z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="316" +d="M0 645h316v-92h-316v92z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="327" +d="M90.5 405.5q-33.5 19.5 -53 53t-19.5 72.5q0 40 19.5 73.5t53 53t72.5 19.5t73 -19.5t53.5 -53t19.5 -73.5q0 -39 -20 -72.5t-53.5 -53t-72.5 -19.5t-72.5 19.5zM121 574q-17 -18 -17 -43t17 -42t42 -17t43 17t18 42t-18 43t-43 18t-42 -18z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="449" +d="M279 144h-109v166h-141v99h141v157h109v-157h141v-99h-141v-166zM29 104h391v-99h-391v99z" /> + <glyph glyph-name="uni00B2" unicode="²" horiz-adv-x="365" +d="M34 511q86 66 124 99t49.5 49t11.5 32q0 17 -12 27.5t-34 10.5q-25 0 -50 -13.5t-40 -32.5l-67 77q31 33 74 50t88 17q76 0 120.5 -34.5t44.5 -94.5q0 -39 -30.5 -78t-111.5 -101h145v-98h-312v90z" /> + <glyph glyph-name="uni00B3" unicode="³" horiz-adv-x="365" +d="M83.5 431q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58 +t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="242" +d="M0 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni03BC.1" unicode="µ" horiz-adv-x="549" +d="M43 -184v667h169v-293q0 -53 50 -53q36 0 61 42v304h169v-317q0 -13 7.5 -21t20.5 -8q9 0 16 3l11 -142q-28 -10 -74 -10q-58 0 -93 21.5t-49 66.5q-12 -40 -36.5 -64t-54.5 -24q-18 0 -28 7v-179h-169z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="449" +d="M346 591h-71v-691h-76v423q-47 0 -86.5 23t-62.5 62.5t-23 86.5t23 86.5t62.5 62.5t86.5 23h223v-767h-76v691z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="277" +d="M67 173q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="218" +d="M29 -105q17 -14 36.5 -21.5t36.5 -7.5t28 6.5t11 19.5q0 8 -5.5 13t-14.5 5q-14 0 -24 -12l-56 32l30 81h76l-25 -59q15 9 31 9q27 0 46 -20.5t19 -51.5q0 -41 -31 -64.5t-80 -23.5q-32 0 -61 9.5t-46 23.5z" /> + <glyph glyph-name="uni00B9" unicode="¹" horiz-adv-x="305" +d="M133 664l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="366" +d="M37.5 565.5q19.5 37.5 57 60t88.5 22.5q52 0 89 -22.5t56.5 -60t19.5 -82.5q0 -44 -19.5 -82t-56.5 -60.5t-89 -22.5q-51 0 -88.5 22.5t-57 60.5t-19.5 82q0 45 19.5 82.5zM215.5 535q-10.5 17 -32.5 17t-32 -17t-10 -52q0 -36 10 -53t32 -17t32.5 17t10.5 53 +q0 35 -10.5 52z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="531" +d="M30 63l125 180l-125 177h139l125 -177l-125 -180h-139zM237 63l125 180l-125 177h139l125 -177l-125 -180h-139z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="809" +d="M178 0l356 667h79l-356 -667h-79zM758 0h-124v74h-175v88l137 238h162v-229h39v-97h-39v-74zM571 171h63v113zM133 510l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="843" +d="M178 0l356 667h79l-356 -667h-79zM513 90q86 66 124 99t49.5 49t11.5 32q0 17 -12 27.5t-34 10.5q-25 0 -50 -13.5t-40 -32.5l-67 77q31 33 74 50t88 17q76 0 120.5 -34.5t44.5 -94.5q0 -39 -30.5 -78t-111.5 -101h145v-98h-312v90zM133 510l-61 -61l-70 73l149 145h107 +v-400h-125v243z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="860" +d="M230 0l356 667h79l-356 -667h-79zM810 0h-124v74h-175v88l137 238h162v-229h39v-97h-39v-74zM623 171h63v113zM83.5 277q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23 +q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="353" +d="M266 322.5q-30 -30.5 -71 -30.5t-71.5 30.5t-30.5 71.5t30.5 71t71.5 30t71 -30t30 -71t-30 -71.5zM274 103.5q-17 -27.5 -47 -56.5q-16 -16 -23.5 -26.5t-7.5 -22.5q0 -13 9 -20.5t27 -7.5q16 0 33.5 9t31.5 26l91 -118q-38 -40 -87 -60.5t-103 -20.5q-89 0 -140 41.5 +t-51 111.5q0 46 19.5 77t56.5 68q27 28 38.5 45t11.5 37q0 19 -11 37l144 40q25 -34 25 -93q0 -39 -17 -66.5z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="597" +d="M116 867h142l100 -144h-108zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="597" +d="M238 723l100 144h142l-133 -144h-109zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="597" +d="M298 799l-52 -76h-95l74 144h147l77 -144h-95zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="597" +d="M264 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99 +l-49 221z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="597" +d="M138 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM339 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM385 86h-173l-19 -86h-205l196 667h229l196 -667 +h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="597" +d="M226.5 864q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM322.5 814.5q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5zM385 86h-173l-19 -86h-205l196 667h229 +l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="824" +d="M379 86h-155l-33 -86h-206l314 667h501v-165h-232v-82h225v-165h-225v-90h232v-165h-421v86zM292 251h87v221z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="582" +d="M384 182q25 27 34 68l156 -65q-27 -77 -80 -133t-146 -63l-15 -33q15 9 32 9q27 0 46 -20.5t19 -51.5q0 -41 -31.5 -64.5t-79.5 -23.5q-32 0 -61 9.5t-46 23.5l29 61q17 -14 36.5 -21.5t36.5 -7.5t27.5 6.5t10.5 19.5q0 8 -5 13t-14 5q-15 0 -25 -12l-56 32l21 58 +q-78 11 -135.5 57t-88.5 119t-31 165q0 102 37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27z" /> + <glyph glyph-name="Egrave" unicode="È" +d="M74 867h142l100 -144h-108zM48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="Eacute" unicode="É" +d="M198 723l100 144h142l-133 -144h-109zM48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" +d="M257 799l-52 -76h-95l74 144h147l77 -144h-95zM48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="Edieresis" unicode="Ë" +d="M101 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM302 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM48 667h421v-165h-232v-82h225v-165h-225v-90h232 +v-165h-421v667z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="285" +d="M-39 867h142l100 -144h-108zM48 667h189v-667h-189v667z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="285" +d="M82 723l100 144h142l-133 -144h-109zM48 667h189v-667h-189v667z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="285" +d="M139 799l-52 -76h-95l74 144h147l77 -144h-95zM48 667h189v-667h-189v667z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="285" +d="M-18 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM183 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM48 667h189v-667h-189v667z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="654" +d="M490.5 625.5q70.5 -41.5 108 -116.5t37.5 -175t-37.5 -175.5t-107.5 -117t-167 -41.5h-253v261h-62v147h62v259h252q97 0 167.5 -41.5zM411 210q32 45 32 124q0 84 -30.5 126t-88.5 42h-63v-94h92v-147h-92v-96h62q56 0 88 45z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="641" +d="M285 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12zM237 308v-308h-189v667h192l164 -288v288h189v-667h-179z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="644" +d="M141 867h142l100 -144h-108zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49 +t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="644" +d="M261 723l100 144h142l-133 -144h-109zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129 +t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="644" +d="M323 799l-52 -76h-95l74 144h147l77 -144h-95zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49 +t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="644" +d="M287 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5 +t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="644" +d="M164 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM365 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM55.5 513q37.5 78 106 121.5t160.5 43.5 +t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="449" +d="M111 150l-71 70l115 114l-115 114l71 70l114 -114l114 114l70 -70l-113 -114l113 -114l-70 -70l-114 114z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="644" +d="M605.5 470q20.5 -63 20.5 -137q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5q-90 0 -159 43l-21 -31h-117l66 95q-36 45 -54.5 106t-18.5 132q0 102 37.5 180t106 121.5t160.5 43.5q86 0 150 -38l19 27h117l-62 -88q39 -46 59.5 -109zM216 273l156 223q-21 15 -50 15 +q-53 0 -82 -49t-29 -129q0 -37 5 -60zM404.5 204.5q29.5 49.5 29.5 128.5q0 39 -8 74l-162 -231q24 -21 58 -21q53 0 82.5 49.5z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="650" +d="M143 867h142l100 -144h-108zM48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="650" +d="M265 723l100 144h142l-133 -144h-109zM48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="650" +d="M328 799l-52 -76h-95l74 144h147l77 -144h-95zM48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="650" +d="M166 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM367 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5 +t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="577" +d="M228 723l100 144h142l-133 -144h-109zM194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="579" +d="M48 667h189v-98h100q74 0 125.5 -31t77.5 -82.5t26 -113.5t-26 -113t-77.5 -81t-125.5 -30h-100v-118h-189v667zM356.5 387.5q-17.5 16.5 -44.5 16.5h-75v-121h75q27 0 44.5 15.5t17.5 44.5q0 28 -17.5 44.5z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="635" +d="M323 5.5q-45 17.5 -82 51.5l59 116q19 -22 50 -38.5t61 -16.5q21 0 32 7t11 18t-12.5 18t-41.5 16q-43 14 -72 28.5t-51.5 45.5t-22.5 82q0 40 17.5 65t46.5 50q15 13 22.5 22t7.5 20q0 18 -16.5 28t-41.5 10q-35 0 -56 -18t-21 -54v-456h-169v456q0 60 29.5 110.5 +t86 80.5t132.5 30q59 0 111.5 -21t84.5 -58.5t32 -83.5q0 -47 -19 -74t-52 -55q-17 -14 -24.5 -22.5t-7.5 -17.5t10.5 -14t37.5 -13q45 -11 77 -25t56.5 -48.5t24.5 -93.5q0 -45 -25 -82t-69.5 -59t-100.5 -22q-60 0 -105 17.5z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM68 700h142l100 -144h-108z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM189 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM253 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM216 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8 +t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM91 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM292 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5 +q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM179.5 700q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM275.5 650.5q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5 +q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="766" +d="M496 140.5q23 -18.5 64 -18.5q24 0 48 9.5t41 26.5l74 -103q-33 -32 -83.5 -49.5t-98.5 -17.5q-50 0 -87.5 16t-69.5 51q-72 -67 -178 -67q-83 0 -136.5 40.5t-53.5 116.5q0 75 44 116t110 41q38 0 75 -14t55 -39v46q0 29 -22 47t-61 18q-29 0 -60.5 -12t-59.5 -34 +l-57 111q39 35 95.5 52.5t107.5 17.5q52 0 86 -14t56 -42q27 27 63.5 41.5t88.5 14.5q65 0 114 -32.5t75.5 -92t26.5 -137.5v-45h-287q7 -29 30 -47.5zM529 363q-32 0 -46.5 -19t-17.5 -45h128q-7 64 -64 64zM274.5 184.5q-16.5 7.5 -37.5 7.5q-24 0 -40.5 -11t-16.5 -29 +q0 -20 15 -30t36 -10q28 0 48.5 14t20.5 31v6q-9 14 -25.5 21.5z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="437" +d="M347 171l80 -116q-19 -23 -54.5 -41.5t-82.5 -23.5l-16 -36q15 9 32 9q27 0 46 -20.5t19 -51.5q0 -41 -31.5 -64.5t-79.5 -23.5q-32 0 -61 9.5t-46 23.5l29 61q17 -14 36.5 -21.5t36.5 -7.5t27.5 6.5t10.5 19.5q0 8 -5 13t-14 5q-15 0 -25 -12l-56 32l22 59 +q-89 14 -143.5 81.5t-54.5 169.5q0 75 30.5 132.5t85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM70 700h142l100 -144h-108z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM191 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM250 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM91 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM292 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="254" +d="M-54 700h142l100 -144h-108zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="254" +d="M67 556l100 144h142l-133 -144h-109zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="254" +d="M126 632l-52 -76h-95l74 144h147l77 -144h-95zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="254" +d="M-34 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM167 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="514" +d="M498 272q0 -134 -62.5 -209t-178.5 -75q-74 0 -128.5 30t-83 82.5t-28.5 117.5q0 64 23.5 116t65.5 82t95 30q87 0 132 -86q-15 69 -89 157l-125 -55l-32 73l99 43l-45 43l117 102q57 -52 81 -78l82 36l31 -71l-61 -27q107 -145 107 -311zM307.5 158.5 +q17.5 21.5 17.5 58.5t-17.5 58.5t-50.5 21.5t-50 -21.5t-17 -58.5t17 -58.5t50 -21.5t50.5 21.5z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-362h-169v292zM233 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM75 700h142l100 -144 +h-108z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM196 556l100 144h142 +l-133 -144h-109z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM257 632l-52 -76h-95 +l74 144h147l77 -144h-95z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM222 597q-8 5 -15 5 +q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM97 557q-25 25 -25 60 +t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM298 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="443" +d="M170 443.5q-21 21.5 -21 51.5q0 31 21 51.5t51 20.5q31 0 52 -20.5t21 -51.5q0 -30 -21 -51.5t-52 -21.5q-30 0 -51 21.5zM29 387h385v-99h-385v99zM170 128.5q-21 21.5 -21 51.5t21 51.5t51 21.5q31 0 52 -21.5t21 -51.5t-21 -51.5t-52 -21.5q-30 0 -51 21.5z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="514" +d="M483 335.5q15 -44.5 15 -93.5q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5q-75 0 -129 34l-17 -22h-92l55 69q-28 34 -42.5 78.5t-14.5 94.5q0 69 28 126.5t82 92t130 34.5q73 0 128 -33l17 21h93l-55 -69q28 -34 43 -78.5zM191 217l96 121q-14 8 -30 8q-33 0 -50 -28 +t-17 -76q0 -17 1 -25zM307.5 165.5q17.5 28.5 17.5 76.5q0 9 -2 25l-97 -122q14 -8 31 -8q33 0 50.5 28.5z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM86 700h142l100 -144h-108z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM206 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM267 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM108 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM309 556.5q-25 24.5 -25 60.5 +q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM181 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="528" +d="M212 -184h-169v851h169v-236q42 64 117 64q84 0 133.5 -66t49.5 -187q0 -120 -50 -187t-133 -67q-34 0 -65 15.5t-52 48.5v-236zM321 318q-19 28 -52 28q-16 0 -32 -8.5t-25 -24.5v-142q9 -15 25 -24.5t32 -9.5q33 0 52 28t19 77q0 48 -19 76z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM82 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM283 556.5 +q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221zM140 812h316v-92h-316v92z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM94 645h316v-92h-316v92z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221zM213 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM166 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="597" +d="M516 -20q-23 -16 -23 -38q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84 21.5t-36 66.5q0 31 24 55t76 43h-51l-19 86h-173l-19 -86h-205l196 667h229l196 -667h-29q-41 -4 -64 -20zM348 251l-49 221l-50 -221h99z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="506" +d="M404 451.5q60 -43.5 60 -139.5v-312h-1q-41 -4 -64 -20t-23 -38q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84 21.5t-36 66.5q0 31 24 55t76 43h-43v47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87 +q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5zM295 163q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="582" +d="M162 31.5q-69 43.5 -106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27t34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5zM262 723 +l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="437" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34l80 -116q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5zM197 556l100 144h142 +l-133 -144h-109z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="582" +d="M162 31.5q-69 43.5 -106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27t34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5zM321 799 +l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="437" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34l80 -116q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5zM262 632l-52 -76h-95 +l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="582" +d="M162 31.5q-69 43.5 -106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27t34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5z +M264.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="437" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34l80 -116q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5zM197.5 677 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="582" +d="M162 31.5q-69 43.5 -106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27t34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5zM174 867 +h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="437" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34l80 -116q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5zM115 700h95l55 -76 +l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="630" +d="M48 667h252q97 0 167 -41.5t107.5 -116.5t37.5 -175t-37 -175.5t-107 -117t-167 -41.5h-253v667zM300 165q56 0 88 45t32 124q0 84 -30.5 126t-89.5 42h-63v-337h63zM169 867h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="671" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v236h168v-667h-168v53zM318 313q-10 15 -26.5 24t-32.5 9q-32 0 -51 -28t-19 -76t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v141zM533 465 +q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="654" +d="M490.5 625.5q70.5 -41.5 108 -116.5t37.5 -175t-37.5 -175.5t-107.5 -117t-167 -41.5h-253v261h-62v147h62v259h252q97 0 167.5 -41.5zM411 210q32 45 32 124q0 84 -30.5 126t-88.5 42h-63v-94h92v-147h-92v-96h62q56 0 88 45z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="532" +d="M530 523h-44v-523h-168v53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v92h-127v92h127v52h168v-52h44v-92zM318 313q-10 15 -26.5 24t-32.5 9q-32 0 -51 -28t-19 -76t19 -76.5t51 -28.5 +q16 0 32.5 9.5t26.5 25.5v141z" /> + <glyph glyph-name="Emacron" unicode="Ē" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM98 812h316v-92h-316v92z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM88 645h316v-92h-316v92z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM170 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM169 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM200.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM193.5 677q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Eogonek" unicode="Ę" +d="M237 502v-82h225v-165h-225v-90h232v-165h-1q-41 -4 -64 -20t-23 -38q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84 21.5t-36 66.5q0 31 24 55t76 43h-295v667h421v-165h-232z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="489" +d="M133 19q-55 31 -85.5 89t-30.5 134q0 70 29 128t82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t65 -19.5q22 0 51 10t45 26l72 -101q-42 -30 -63.5 -59.5t-21.5 -51.5q0 -15 10 -23t23 -8t25 5l27 -84q-23 -11 -46 -15.5t-56 -4.5 +q-48 0 -84.5 21.5t-36.5 66.5q0 27 17.5 50t52.5 38q-22 -2 -34 -2q-72 0 -127 31zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19q-33 0 -48 -19z" /> + <glyph glyph-name="Ecaron" unicode="Ě" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM109 867h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM103 700h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="611" +d="M56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q22 0 43 7t33 18v45h-92v166h270v-287q-51 -56 -112.5 -86t-141.5 -30q-92 0 -161 43t-107 121t-38 181q0 104 38 182 +zM322 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="528" +d="M99 -7q25 -24 57 -36.5t66 -12.5q39 0 67 23t28 75v38q-45 -66 -117 -66q-84 0 -133.5 61t-49.5 179q0 117 49.5 179t133.5 62q35 0 65.5 -15.5t51.5 -48.5v52h169v-441q0 -132 -75 -185t-180 -53q-120 0 -194 63zM317 314q-9 15 -25.5 23.5t-32.5 8.5q-33 0 -51.5 -22.5 +t-18.5 -69.5q0 -46 18.5 -68.5t51.5 -22.5q16 0 32.5 8.5t25.5 23.5v119zM268 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="611" +d="M56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q22 0 43 7t33 18v45h-92v166h270v-287q-51 -56 -112.5 -86t-141.5 -30q-92 0 -161 43t-107 121t-38 181q0 104 38 182 +zM239 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="528" +d="M99 -7q25 -24 57 -36.5t66 -12.5q39 0 67 23t28 75v38q-45 -66 -117 -66q-84 0 -133.5 61t-49.5 179q0 117 49.5 179t133.5 62q35 0 65.5 -15.5t51.5 -48.5v52h169v-441q0 -132 -75 -185t-180 -53q-120 0 -194 63zM317 314q-9 15 -25.5 23.5t-32.5 8.5q-33 0 -51.5 -22.5 +t-18.5 -69.5q0 -46 18.5 -68.5t51.5 -22.5q16 0 32.5 8.5t25.5 23.5v119zM176 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="611" +d="M56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q22 0 43 7t33 18v45h-92v166h270v-287q-51 -56 -112.5 -86t-141.5 -30q-92 0 -161 43t-107 121t-38 181q0 104 38 182 +zM264.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="528" +d="M99 -7q25 -24 57 -36.5t66 -12.5q39 0 67 23t28 75v38q-45 -66 -117 -66q-84 0 -133.5 61t-49.5 179q0 117 49.5 179t133.5 62q35 0 65.5 -15.5t51.5 -48.5v52h169v-441q0 -132 -75 -185t-180 -53q-120 0 -194 63zM317 314q-9 15 -25.5 23.5t-32.5 8.5q-33 0 -51.5 -22.5 +t-18.5 -69.5q0 -46 18.5 -68.5t51.5 -22.5q16 0 32.5 8.5t25.5 23.5v119zM212.5 677q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni0122" unicode="Ģ" horiz-adv-x="611" +d="M56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q22 0 43 7t33 18v45h-92v166h270v-287q-51 -56 -112.5 -86t-141.5 -30q-92 0 -161 43t-107 121t-38 181q0 104 38 182 +zM256 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0123" unicode="ģ" horiz-adv-x="528" +d="M324 737q-18 -7 -40.5 -27.5t-25.5 -39.5q1 0 2.5 0.5t4.5 0.5q27 0 49.5 -20.5t22.5 -50.5q0 -31 -22.5 -53.5t-54.5 -22.5q-28 0 -52.5 20.5t-24.5 67.5q0 51 22 93.5t66 73.5zM99 -7q25 -24 57 -36.5t66 -12.5q39 0 67 23t28 75v38q-45 -66 -117 -66q-84 0 -133.5 61 +t-49.5 179q0 117 49.5 179t133.5 62q35 0 65.5 -15.5t51.5 -48.5v52h169v-441q0 -132 -75 -185t-180 -53q-120 0 -194 63zM317 314q-9 15 -25.5 23.5t-32.5 8.5q-33 0 -51.5 -22.5t-18.5 -69.5q0 -46 18.5 -68.5t51.5 -22.5q16 0 32.5 8.5t25.5 23.5v119z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="642" +d="M405 261h-168v-261h-189v667h189v-241h168v241h189v-667h-189v261zM319 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="535" +d="M324 294q0 28 -12.5 40t-37.5 12q-35 0 -62 -42v-304h-169v667h169v-240q19 27 58 47.5t85 20.5q70 0 104 -35.5t34 -95.5v-364h-169v294zM266 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="658" +d="M649 501h-46v-501h-189v261h-168v-261h-189v501h-48v92h48v74h189v-74h168v74h189v-74h46v-92zM414 501h-168v-75h168v75z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="542" +d="M466 459.5q34 -35.5 34 -95.5v-364h-169v294q0 28 -12.5 40t-37.5 12q-35 0 -62 -42v-304h-169v523h-41v92h41v52h169v-52h129v-92h-129v-96q19 27 58 47.5t85 20.5q70 0 104 -35.5z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM109 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="254" +d="M43 483h169v-483h-169v483zM92 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM-16 812h316v-92h-316v92z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="254" +d="M43 483h169v-483h-169v483zM-31 645h316v-92h-316v92z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM60 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="254" +d="M43 483h169v-483h-169v483zM42 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="285" +d="M173 -20q-23 -16 -23 -38q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84 21.5t-36 66.5q0 31 24 55t76 43h-64v667h189v-667q-41 -4 -64 -20z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM43 483h169v-483h-169v483zM163 -181.5q-23 -4.5 -56 -4.5q-49 0 -85 21.5t-36 66.5q0 33 28 58.5t90 45.5l108 -6q-41 -4 -64 -20t-23 -38q0 -14 9.5 -21.5t22.5 -7.5 +t25 5l27 -84q-23 -11 -46 -15.5z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM84.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="254" +d="M43 483h169v-483h-169v483z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="722" +d="M48 667h189v-667h-189v667zM351 178q13 -10 31 -16.5t37 -6.5q30 0 48.5 17.5t18.5 48.5v446h189v-452q0 -114 -63 -170.5t-173 -56.5q-93 0 -149 41z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="508" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM43 483h169v-483h-169v483zM313.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM466 4q0 -94 -45 -147t-138 -53 +q-28 0 -47 4v139q8 -2 19 -2q42 0 42 59v479h169v-479z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="437" +d="M66 178q13 -10 31 -16.5t37 -6.5q30 0 48.5 17.5t18.5 48.5v446h189v-452q0 -114 -63 -170.5t-173 -56.5q-93 0 -149 41zM295 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="254" +d="M128 632l-52 -76h-95l74 144h147l77 -144h-95zM-18 -53q8 -2 19 -2q42 0 42 59v479h169v-479q0 -94 -45 -147t-138 -53q-28 0 -47 4v139z" /> + <glyph glyph-name="uni0136" unicode="Ķ" horiz-adv-x="607" +d="M275 228l-38 -67v-161h-189v667h189v-260l142 260h219l-204 -310l215 -357h-222zM242 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0137" unicode="ķ" +d="M246 161l-34 -55v-106h-169v667h169v-359l92 175h196l-137 -216l147 -267h-197zM190 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" +d="M246 161l-34 -55v-106h-169v483h169v-175l92 175h196l-137 -216l147 -267h-197z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="466" +d="M48 667h189v-502h206v-165h-395v667zM184 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="254" +d="M43 667h169v-667h-169v667zM67 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni013B" unicode="Ļ" horiz-adv-x="466" +d="M48 667h189v-502h206v-165h-395v667zM170 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni013C" unicode="ļ" horiz-adv-x="254" +d="M43 667h169v-667h-169v667zM66 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="466" +d="M48 667h189v-502h206v-165h-395v667zM304 467q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="395" +d="M43 667h169v-667h-169v667zM268 467q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="547" +d="M48 667h189v-502h206v-165h-395v667zM347 271q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="444" +d="M43 667h169v-667h-169v667zM278 173q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="474" +d="M451 165v-165h-396v203l-46 -26v150l46 27v313h190v-203l56 32v-151l-56 -33v-147h206z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="295" +d="M287 354l-55 -32v-322h-169v225l-54 -31v119l54 31v323h169v-226l55 31v-118z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="641" +d="M237 308v-308h-189v667h192l164 -288v288h189v-667h-179zM260 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-362h-169v292zM207 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni0145" unicode="Ņ" horiz-adv-x="641" +d="M237 308v-308h-189v667h192l164 -288v288h189v-667h-179zM259 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0146" unicode="ņ" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-362h-169v292zM206 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5 +t-67.5 -72.5z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="641" +d="M237 308v-308h-189v667h192l164 -288v288h189v-667h-179zM171 867h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-362h-169v292zM119 700h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="napostrophe" unicode="ʼn" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-362h-169v292zM38 567q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5 +t-67.5 -72.5z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="641" +d="M593 667v-636q0 -114 -63 -170.5t-173 -56.5q-93 0 -149 40l61 148q32 -23 68 -23q25 0 42.5 12.5t22.5 35.5l-165 291v-308h-189v667h192l164 -288v288h189z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="535" +d="M447 -143q-45 -53 -137 -53q-28 0 -47 4v139q8 -2 18 -2q42 0 42 59v288q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-358q0 -94 -45 -147z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM164 812h316v-92h-316v92z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM100 645h316v-92h-316 +v92z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM238 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM171 551.5 +q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM193 723l66 144h123l-99 -144h-90zM341 723l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM129 556l66 144h123 +l-99 -144h-90zM277 556l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="867" +d="M422 35q-22 -22 -59 -34.5t-72 -12.5q-82 0 -144 43.5t-95.5 122t-33.5 179.5q0 102 33.5 180t95.5 121t144 43q35 0 72 -12t59 -33v35h420v-165h-231v-82h224v-165h-224v-90h231v-165h-420v35zM383 494q-25 16 -56 16q-56 0 -86 -48t-30 -129q0 -80 30 -129t86 -49 +q31 0 56 17t39 49v226q-14 31 -39 47z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="797" +d="M523.5 139.5q23.5 -19.5 66.5 -19.5q24 0 48.5 9.5t42.5 25.5l74 -100q-33 -32 -84.5 -49.5t-102.5 -17.5q-53 0 -89.5 18.5t-68.5 53.5q-60 -72 -153 -72q-76 0 -130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q49 0 86 -18.5t68 -52.5q59 71 150 71 +q69 0 119.5 -32.5t77.5 -91.5t27 -138v-45h-292q7 -29 30.5 -48.5zM607 344.5q-15 19.5 -49 19.5q-33 0 -48 -19.5t-18 -45.5h133q-3 26 -18 45.5zM207.5 319q-17.5 -27 -17.5 -77t17.5 -77.5t49.5 -27.5t50 27.5t18 77.5q0 49 -18 76.5t-50 27.5t-49.5 -27z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="594" +d="M285 216h-48v-216h-189v667h294q67 0 118 -29.5t78.5 -80t27.5 -112.5q0 -76 -29.5 -123.5t-70.5 -70.5l103 -251h-209zM356.5 486.5q-17.5 15.5 -44.5 15.5h-75v-121h75q27 0 44.5 16t17.5 45t-17.5 44.5zM245 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="350" +d="M43 483h169v-57q17 28 55 48.5t71 20.5v-161q-16 4 -33 4q-26 0 -53 -10t-40 -28v-300h-169v483zM129 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni0156" unicode="Ŗ" horiz-adv-x="594" +d="M285 216h-48v-216h-189v667h294q67 0 118 -29.5t78.5 -80t27.5 -112.5q0 -76 -29.5 -123.5t-70.5 -70.5l103 -251h-209zM356.5 486.5q-17.5 15.5 -44.5 15.5h-75v-121h75q27 0 44.5 16t17.5 45t-17.5 44.5zM237 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5 +t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0157" unicode="ŗ" horiz-adv-x="350" +d="M43 483h169v-57q17 28 55 48.5t71 20.5v-161q-16 4 -33 4q-26 0 -53 -10t-40 -28v-300h-169v483zM113 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="594" +d="M285 216h-48v-216h-189v667h294q67 0 118 -29.5t78.5 -80t27.5 -112.5q0 -76 -29.5 -123.5t-70.5 -70.5l103 -251h-209zM356.5 486.5q-17.5 15.5 -44.5 15.5h-75v-121h75q27 0 44.5 16t17.5 45t-17.5 44.5zM150 867h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="350" +d="M43 483h169v-57q17 28 55 48.5t71 20.5v-161q-16 4 -33 4q-26 0 -53 -10t-40 -28v-300h-169v483zM41 700h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="525" +d="M92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5 +q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89zM205 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50zM159 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="525" +d="M269 799l-52 -76h-95l74 144h147l77 -144h-95zM92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5 +q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50zM219 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni015E" unicode="Ş" horiz-adv-x="525" +d="M448 53.5q-62 -59.5 -169 -64.5l-15 -37q15 9 31 9q27 0 46 -20.5t19 -51.5q0 -41 -31 -64.5t-80 -23.5q-32 0 -61 9.5t-46 23.5l29 61q17 -14 36.5 -21.5t36.5 -7.5t28 6.5t11 19.5q0 8 -5.5 13t-14.5 5q-14 0 -24 -12l-56 32l22 61q-121 11 -201 86l88 144 +q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5 +q62 -21 103.5 -42t73 -63t31.5 -108q0 -97 -62 -156.5z" /> + <glyph glyph-name="uni015F" unicode="ş" horiz-adv-x="436" +d="M375 40q-48 -44 -131 -51l-16 -37q15 9 31 9q27 0 46 -20.5t19 -51.5q0 -41 -31 -64.5t-80 -23.5q-32 0 -61 9.5t-46 23.5l29 61q17 -14 36.5 -21.5t36.5 -7.5t28 6.5t11 19.5q0 8 -5.5 13t-14.5 5q-14 0 -24 -12l-56 32l23 61q-50 6 -93.5 24t-69.5 43l66 114 +q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5t64.5 -48.5 +t28 -93q0 -67 -48 -111z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="525" +d="M122 867h95l55 -76l53 76h95l-74 -144h-147zM92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10 +t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50zM72 700h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="uni0162" unicode="Ţ" +d="M156 502h-138v165h465v-165h-137v-502h-190v502zM189 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0163" unicode="ţ" horiz-adv-x="332" +d="M107 24.5q-37 36.5 -37 110.5v202h-61v146h61v132h169v-132h77v-146h-77v-159q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l29 -131q-15 -12 -43 -19.5t-65 -7.5q-76 0 -113 36.5zM104 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5 +t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Tcaron" unicode="Ť" +d="M156 502h-138v165h465v-165h-137v-502h-190v502zM102 867h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="365" +d="M107 24.5q-37 36.5 -37 110.5v202h-61v146h61v132h169v-132h77v-146h-77v-159q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l29 -131q-15 -12 -43 -19.5t-65 -7.5q-76 0 -113 36.5zM286 567q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5 +t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" +d="M346 502v-172h89v-92h-89v-238h-190v238h-90v92h90v172h-138v165h465v-165h-137z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="332" +d="M328 15q-15 -12 -43 -19.5t-65 -7.5q-76 0 -113 36.5t-37 110.5v60h-61v92h61v50h-61v146h61v132h169v-132h77v-146h-77v-50h48v-92h-48v-17q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM291 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5 +q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM232 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM169 812h316v-92h-316v92z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM109 645h316v-92h-316v92z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM241 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5 +t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM184 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM254.5 864q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5 +t30.5 73zM350.5 814.5q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM194.5 700q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM290.5 650.5 +q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM198 723l66 144h123l-99 -144h-90zM346 723l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM138 556l66 144h123l-99 -144h-90zM286 556l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -78 -32.5 -135t-91.5 -87q-42 -23 -59.5 -41.5t-17.5 -39.5q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84 21.5t-36 66.5q0 55 70 86h-8 +q-83 0 -146 30.5t-97 88.5t-34 137v423z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="534" +d="M492 483v-483h-1q-41 -4 -64 -20t-23 -38q0 -14 9.5 -21.5t22.5 -7.5t25 5l27 -84q-23 -11 -46 -15.5t-56 -4.5q-48 0 -84.5 21.5t-36.5 66.5q0 31 24.5 55t76.5 43h-43v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304 +h169z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="819" +d="M410 362l-64 -362h-193l-157 667h202l63 -385l77 385h143l78 -385l62 385h202l-156 -667h-194zM408 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="740" +d="M370 270l-68 -270h-181l-129 483h174l58 -269l67 269h153l72 -269l57 269h174l-128 -483h-181zM369 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="577" +d="M288 799l-52 -76h-95l74 144h147l77 -144h-95zM194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM241 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="577" +d="M129 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM330 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM194 267l-207 400h207l95 -228l94 228h206 +l-205 -400v-267h-190v267z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="506" +d="M31 154l204 348h-204v165h437v-150l-206 -352h213v-165h-444v154zM167 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="427" +d="M26 124l153 213h-153v146h371v-118l-155 -218h159v-147h-375v124zM153 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="506" +d="M31 154l204 348h-204v165h437v-150l-206 -352h213v-165h-444v154zM188.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="427" +d="M26 124l153 213h-153v146h371v-118l-155 -218h159v-147h-375v124zM152.5 677q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="506" +d="M105 867h95l55 -76l53 76h95l-74 -144h-147zM31 154l204 348h-204v165h437v-150l-206 -352h213v-165h-444v154z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="427" +d="M26 124l153 213h-153v146h371v-118l-155 -218h159v-147h-375v124zM61 700h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="longs" unicode="ſ" horiz-adv-x="323" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-501h-169v337z" /> + <glyph glyph-name="uni018F" unicode="Ə" horiz-adv-x="618" +d="M457 635.5q69 -42.5 107 -120.5t38 -182q0 -102 -37 -180.5t-103.5 -121.5t-151.5 -43q-146 0 -220.5 104t-74.5 299h389q-11 62 -39 91t-68 29q-34 0 -57 -23.5t-34 -58.5l-154 69q27 78 89 129t156 51q91 0 160 -42.5zM397 246h-190q6 -40 31 -66t61 -26q74 0 98 92z +" /> + <glyph glyph-name="uni0192" unicode="ƒ" horiz-adv-x="454" +d="M83 227h-39v146h71l31 143q16 71 74.5 116t131.5 45q79 0 119 -35l-57 -145q-13 15 -35 15q-17 0 -30.5 -11.5t-18.5 -32.5l-21 -95h77v-146h-109l-87 -388h-193z" /> + <glyph glyph-name="Ohorn" unicode="Ơ" horiz-adv-x="644" +d="M633 592.5q-19 -34.5 -54 -61.5q47 -83 47 -198q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5q70 0 127.5 -26t97.5 -74q30 24 37 50q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5 +q31 0 52.5 -22.5t21.5 -60.5q0 -40 -19 -74.5zM404.5 204.5q29.5 49.5 29.5 128.5q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5z" /> + <glyph glyph-name="ohorn" unicode="ơ" horiz-adv-x="514" +d="M496.5 463q-16.5 -33 -47.5 -59q49 -69 49 -162q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q90 0 153 -50q27 23 36 49q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47t46 19q30 0 51.5 -22.5t21.5 -59.5 +q0 -38 -16.5 -71zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5z" /> + <glyph glyph-name="Uhorn" unicode="Ư" horiz-adv-x="650" +d="M677 640q-26 -42 -75 -69v-326q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-28q26 24 33 47q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5q31 0 52.5 -22 +t21.5 -60q0 -44 -26 -86z" /> + <glyph glyph-name="uhorn" unicode="ư" horiz-adv-x="534" +d="M540 484q-16 -34 -48 -62v-422h-169v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h149q13 16 17 30q-4 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19 46.5t46 19.5q30 0 51.5 -22.5t21.5 -60.5q0 -34 -16 -68z" /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="824" +d="M379 86h-155l-33 -86h-206l314 667h501v-165h-232v-82h225v-165h-225v-90h232v-165h-421v86zM292 251h87v221zM415 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="766" +d="M496 140.5q23 -18.5 64 -18.5q24 0 48 9.5t41 26.5l74 -103q-33 -32 -83.5 -49.5t-98.5 -17.5q-50 0 -87.5 16t-69.5 51q-72 -67 -178 -67q-83 0 -136.5 40.5t-53.5 116.5q0 75 44 116t110 41q38 0 75 -14t55 -39v46q0 29 -22 47t-61 18q-29 0 -60.5 -12t-59.5 -34 +l-57 111q39 35 95.5 52.5t107.5 17.5q52 0 86 -14t56 -42q27 27 63.5 41.5t88.5 14.5q65 0 114 -32.5t75.5 -92t26.5 -137.5v-45h-287q7 -29 30 -47.5zM529 363q-32 0 -46.5 -19t-17.5 -45h128q-7 64 -64 64zM274.5 184.5q-16.5 7.5 -37.5 7.5q-24 0 -40.5 -11t-16.5 -29 +q0 -20 15 -30t36 -10q28 0 48.5 14t20.5 31v6q-9 14 -25.5 21.5zM319 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" horiz-adv-x="644" +d="M369 723h-108l100 144h142zM605.5 470q20.5 -63 20.5 -137q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5q-90 0 -159 43l-21 -31h-117l66 95q-36 45 -54.5 106t-18.5 132q0 102 37.5 180t106 121.5t160.5 43.5q86 0 150 -38l19 27h117l-62 -88q39 -46 59.5 -109zM216 273 +l156 223q-21 15 -50 15q-53 0 -82 -49t-29 -129q0 -37 5 -60zM404.5 204.5q29.5 49.5 29.5 128.5q0 39 -8 74l-162 -231q24 -21 58 -21q53 0 82.5 49.5z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="514" +d="M304 556h-108l100 144h142zM483 335.5q15 -44.5 15 -93.5q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5q-75 0 -129 34l-17 -22h-92l55 69q-28 34 -42.5 78.5t-14.5 94.5q0 69 28 126.5t82 92t130 34.5q73 0 128 -33l17 21h93l-55 -69q28 -34 43 -78.5zM191 217l96 121 +q-14 8 -30 8q-33 0 -50 -28t-17 -76q0 -17 1 -25zM307.5 165.5q17.5 28.5 17.5 76.5q0 9 -2 25l-97 -122q14 -8 31 -8q33 0 50.5 28.5z" /> + <glyph glyph-name="uni0218" unicode="Ș" horiz-adv-x="525" +d="M92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5 +q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89zM199 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0219" unicode="ș" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50zM161 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni021A" unicode="Ț" +d="M156 502h-138v165h465v-165h-137v-502h-190v502zM189 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="332" +d="M107 24.5q-37 36.5 -37 110.5v202h-61v146h61v132h169v-132h77v-146h-77v-159q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l29 -131q-15 -12 -43 -19.5t-65 -7.5q-76 0 -113 36.5zM104 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5 +t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni0237" unicode="ȷ" horiz-adv-x="254" +d="M-18 -53q8 -2 19 -2q42 0 42 59v479h169v-479q0 -94 -45 -147t-138 -53q-28 0 -47 4v139z" /> + <glyph glyph-name="uni0259" unicode="ə" horiz-adv-x="489" +d="M444 113q-29 -58 -82.5 -91.5t-124.5 -33.5q-69 0 -119.5 32t-77.5 91t-27 138v46h291q-4 29 -28 48.5t-66 19.5q-22 0 -50.5 -9.5t-45.5 -25.5l-71 100q33 33 84 50t103 17q72 0 127 -31t85.5 -88.5t30.5 -134.5q0 -70 -29 -128zM287 139q15 19 18 46h-132q2 -27 17 -46 +t49 -19q33 0 48 19z" /> + <glyph glyph-name="uni02B0" unicode="ʰ" horiz-adv-x="379" +d="M225 514q0 17 -8.5 24.5t-24.5 7.5q-13 0 -22 -6.5t-17 -17.5v-196h-118v434h118v-155q14 18 39 30.5t58 12.5q45 0 69.5 -23.5t24.5 -65.5v-233h-119v188z" /> + <glyph glyph-name="uni02BC" unicode="ʼ" horiz-adv-x="277" +d="M56 397q25 12 52 40.5t36 55.5q-8 -4 -24 -4q-35 0 -59 25t-24 64q0 41 29 70t70 29q46 0 78 -33.5t32 -89.5q0 -63 -32 -117.5t-89 -95.5z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="298" +d="M147 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="298" +d="M0 700h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="316" +d="M0 683h316v-92h-316v92z" /> + <glyph glyph-name="uni02CB" unicode="ˋ" horiz-adv-x="242" +d="M0 700h142l100 -144h-108z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="305" +d="M67 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="224" +d="M52.5 677q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="205" +d="M30.5 700q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM126.5 650.5q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="192" +d="M85 -181.5q-23 -4.5 -56 -4.5q-49 0 -85 21.5t-36 66.5q0 33 28 58.5t90 45.5l108 -6q-41 -4 -64 -20t-23 -38q0 -14 9.5 -21.5t22.5 -7.5t25 5l27 -84q-23 -11 -46 -15.5z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="314" +d="M121 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="337" +d="M0 556l66 144h123l-99 -144h-90zM148 556l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="uni02E1" unicode="ˡ" horiz-adv-x="189" +d="M35 760h119v-434h-119v434z" /> + <glyph glyph-name="uni02E2" unicode="ˢ" horiz-adv-x="306" +d="M52 443q17 -16 44.5 -29t49.5 -13q32 0 32 17q0 10 -11 15t-38 12q-32 8 -54.5 17t-39 30t-16.5 57q0 40 35 69.5t96 29.5q47 0 78 -11t53 -31l-43 -70q-14 12 -36 21.5t-43 9.5q-28 0 -28 -16q0 -9 10 -13t35 -10q52 -11 83.5 -31.5t31.5 -70.5q0 -46 -39 -77t-103 -31 +q-45 0 -81.5 14t-60.5 35z" /> + <glyph glyph-name="uni0309" unicode="̉" horiz-adv-x="0" +d="M-148 775q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni0326" unicode="̦" horiz-adv-x="0" +d="M-201 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni037E" unicode=";" horiz-adv-x="276" +d="M67 318q-30 31 -30 72t30 70.5t71 29.5t71 -29.5t30 -70.5t-30 -72t-71 -31t-71 31zM56 -89q25 12 52 41t36 56q-10 -4 -25 -4q-35 0 -58.5 24.5t-23.5 63.5q0 41 29 70.5t69 29.5q46 0 78 -33.5t32 -90.5q0 -63 -31.5 -118t-88.5 -95z" /> + <glyph glyph-name="tonos" unicode="΄" horiz-adv-x="247" +d="M137 765h128l-79 -221h-71z" /> + <glyph glyph-name="dieresistonos" unicode="΅" horiz-adv-x="535" +d="M233 765h129l-80 -221h-70zM47 557q-25 25 -25 60t25 59.5t60 24.5t59.5 -24.5t24.5 -59.5t-24.5 -60t-59.5 -25t-60 25zM367.5 556.5q-24.5 24.5 -24.5 60.5q0 35 24.5 59.5t59.5 24.5q36 0 61 -24.5t25 -59.5q0 -36 -25 -60.5t-61 -24.5q-35 0 -59.5 24.5z" /> + <glyph glyph-name="Alphatonos" unicode="Ά" horiz-adv-x="597" +d="M62 765h128l-79 -221h-71zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="Epsilontonos" unicode="Έ" horiz-adv-x="568" +d="M10 765h128l-79 -221h-71zM115 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="Etatonos" unicode="Ή" horiz-adv-x="709" +d="M10 765h128l-79 -221h-71zM472 261h-168v-261h-189v667h189v-241h168v241h189v-667h-189v261z" /> + <glyph glyph-name="Iotatonos" unicode="Ί" horiz-adv-x="352" +d="M10 765h128l-79 -221h-71zM115 667h189v-667h-189v667z" /> + <glyph glyph-name="Omicrontonos" unicode="Ό" horiz-adv-x="662" +d="M12 765h128l-79 -221h-71zM73.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM422.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49 +t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="Upsilontonos" unicode="Ύ" horiz-adv-x="694" +d="M9 765h128l-79 -221h-71zM311 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267z" /> + <glyph glyph-name="Omegatonos" unicode="Ώ" horiz-adv-x="671" +d="M12 765h128l-79 -221h-71zM47 379q0 91 37.5 158.5t106 104t159.5 36.5q92 0 161 -36.5t106 -104t37 -158.5q0 -123 -106 -214h92v-165h-253v165q37 18 56 68.5t19 100.5q0 77 -26 126.5t-86 49.5q-59 0 -85 -49.5t-26 -126.5q0 -51 19 -101t55 -68v-165h-252v165h91 +q-105 91 -105 214z" /> + <glyph glyph-name="iotadieresistonos" unicode="ΐ" horiz-adv-x="269" +d="M43 483h169v-317q0 -13 7.5 -21t20.5 -8q9 0 16 3l11 -142q-28 -10 -74 -10q-76 0 -113 36.5t-37 110.5v348zM100 765h129l-80 -221h-70zM-86 557q-25 25 -25 60t25 59.5t60 24.5t59.5 -24.5t24.5 -59.5t-24.5 -60t-59.5 -25t-60 25zM234.5 556.5q-24.5 24.5 -24.5 60.5 +q0 35 24.5 59.5t59.5 24.5q36 0 61 -24.5t25 -59.5q0 -36 -25 -60.5t-61 -24.5q-35 0 -59.5 24.5z" /> + <glyph glyph-name="Alpha" unicode="Α" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="Beta" unicode="Β" horiz-adv-x="600" +d="M48 667h331q63 0 105.5 -24.5t62 -63.5t19.5 -82q0 -61 -30.5 -101t-80.5 -52q53 -8 87.5 -54t34.5 -109q0 -77 -47 -129t-139 -52h-343v667zM331 418q20 0 31.5 12t11.5 33q0 20 -11.5 31.5t-31.5 11.5h-94v-88h94zM336 161q23 0 36 12.5t13 35.5q0 22 -13 35t-36 13 +h-99v-96h99z" /> + <glyph glyph-name="Gamma" unicode="Γ" horiz-adv-x="496" +d="M48 667h421v-165h-232v-502h-189v667z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="600" +d="M186 667h228l198 -667h-624zM231 165h138l-69 307z" /> + <glyph glyph-name="Epsilon" unicode="Ε" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="Zeta" unicode="Ζ" horiz-adv-x="506" +d="M31 154l204 348h-204v165h437v-150l-206 -352h213v-165h-444v154z" /> + <glyph glyph-name="Eta" unicode="Η" horiz-adv-x="642" +d="M405 261h-168v-261h-189v667h189v-241h168v241h189v-667h-189v261z" /> + <glyph glyph-name="Theta" unicode="Θ" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM240 420h164v-165h-164v165z" /> + <glyph glyph-name="Iota" unicode="Ι" horiz-adv-x="285" +d="M48 667h189v-667h-189v667z" /> + <glyph glyph-name="Kappa" unicode="Κ" horiz-adv-x="598" +d="M275 228l-38 -67v-161h-189v667h189v-260l142 260h219l-204 -310l215 -357h-222z" /> + <glyph glyph-name="Lambda" unicode="Λ" horiz-adv-x="597" +d="M299 472l-106 -472h-205l196 667h229l196 -667h-205z" /> + <glyph glyph-name="Mu" unicode="Μ" horiz-adv-x="788" +d="M552 361l-122 -361h-72l-121 361v-361h-189v667h249l97 -294l99 294h247v-667h-188v361z" /> + <glyph glyph-name="Nu" unicode="Ν" horiz-adv-x="641" +d="M237 308v-308h-189v667h192l164 -288v288h189v-667h-179z" /> + <glyph glyph-name="Xi" unicode="Ξ" horiz-adv-x="529" +d="M32 667h465v-165h-465v165zM39 420h451v-165h-451v165zM33 165h464v-165h-464v165z" /> + <glyph glyph-name="Omicron" unicode="Ο" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129z" /> + <glyph glyph-name="Pi" unicode="Π" horiz-adv-x="642" +d="M405 502h-168v-502h-189v667h546v-667h-189v502z" /> + <glyph glyph-name="Rho" unicode="Ρ" horiz-adv-x="579" +d="M48 667h289q74 0 125.5 -30.5t77.5 -82t26 -113.5t-26 -113t-77.5 -81.5t-125.5 -30.5h-100v-216h-189v667zM357.5 486.5q-16.5 15.5 -43.5 15.5h-77v-121h77q27 0 43.5 16t16.5 45t-16.5 44.5z" /> + <glyph glyph-name="Sigma" unicode="Σ" horiz-adv-x="498" +d="M467 165v-165h-435v169l142 172l-141 162v164h434v-165h-216l139 -161l-146 -176h223z" /> + <glyph glyph-name="Tau" unicode="Τ" +d="M156 502h-138v165h465v-165h-137v-502h-190v502z" /> + <glyph glyph-name="Upsilon" unicode="Υ" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267z" /> + <glyph glyph-name="Phi" unicode="Φ" horiz-adv-x="815" +d="M721.5 154q-75.5 -68 -219.5 -85v-69h-189v69q-144 17 -219.5 85t-75.5 179t75.5 179.5t219.5 84.5v70h189v-70q144 -16 219.5 -84.5t75.5 -179.5t-75.5 -179zM313 239v188q-102 -20 -102 -94q0 -72 102 -94zM605 333q0 74 -103 94v-188q103 22 103 94z" /> + <glyph glyph-name="Chi" unicode="Χ" horiz-adv-x="597" +d="M298 198l-94 -198h-216l191 342l-180 325h216l83 -185l82 185h217l-179 -324l191 -343h-216z" /> + <glyph glyph-name="Psi" unicode="Ψ" horiz-adv-x="852" +d="M804 667v-277q0 -106 -75.5 -173.5t-207.5 -85.5v-131h-189v131q-133 18 -208.5 85.5t-75.5 172.5v278h192v-273q0 -73 92 -94v367h189v-367q91 23 91 94v273h192z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="643" +d="M18 379q0 91 37.5 158.5t106 104t159.5 36.5q92 0 161 -36.5t106 -104t37 -158.5q0 -123 -106 -214h92v-165h-253v165q37 18 56 68.5t19 100.5q0 77 -26 126.5t-86 49.5q-59 0 -85 -49.5t-26 -126.5q0 -51 19 -101t55 -68v-165h-252v165h91q-105 91 -105 214z" /> + <glyph glyph-name="Iotadieresis" unicode="Ϊ" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM-18 741q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM183 740.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Upsilondieresis" unicode="Ϋ" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267zM127 741q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM328 740.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5 +t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="alphatonos" unicode="ά" horiz-adv-x="544" +d="M468 -12q-59 0 -92.5 20.5t-48.5 60.5q-18 -37 -52 -59t-74 -22q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 64.5 -15.5t51.5 -48.5v52h169v-317q0 -13 7.5 -21t20.5 -8q10 0 17 3l11 -142q-28 -10 -74 -10zM318 312q-10 15 -26.5 24t-32.5 9 +q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM246 765h128l-79 -221h-71z" /> + <glyph glyph-name="epsilontonos" unicode="έ" horiz-adv-x="449" +d="M51 212q35 32 85 37q-48 7 -80 39.5t-32 71.5q1 64 58 99.5t162 35.5q122 0 198 -76l-77 -98q-47 44 -118 44q-26 0 -40.5 -7.5t-14.5 -21.5t12 -21t44 -7h86v-129h-90q-30 0 -45 -6.5t-15 -23.5q0 -30 55 -30q37 0 73 11.5t60 32.5l75 -100q-35 -36 -89 -55.5 +t-123 -19.5q-65 0 -114.5 18.5t-77 51.5t-27.5 77q0 45 35 77zM198 765h128l-79 -221h-71z" /> + <glyph glyph-name="etatonos" unicode="ή" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-546h-169v476zM241 765h128l-79 -221h-71z" /> + <glyph glyph-name="iotatonos" unicode="ί" horiz-adv-x="269" +d="M43 483h169v-317q0 -13 7.5 -21t20.5 -8q9 0 16 3l11 -142q-28 -10 -74 -10q-76 0 -113 36.5t-37 110.5v348zM108 765h128l-79 -221h-71z" /> + <glyph glyph-name="upsilondieresistonos" unicode="ΰ" horiz-adv-x="525" +d="M43 483h169v-280q0 -30 14.5 -48t40.5 -18q35 0 51.5 32t16.5 98q0 43 -10.5 87.5t-30.5 82.5l158 58q57 -103 57 -228q0 -81 -28 -144.5t-82.5 -99t-131.5 -35.5q-102 0 -163 57t-61 156v282zM228 765h129l-80 -221h-70zM42 557q-25 25 -25 60t25 59.5t60 24.5 +t59.5 -24.5t24.5 -59.5t-24.5 -60t-59.5 -25t-60 25zM362.5 556.5q-24.5 24.5 -24.5 60.5q0 35 24.5 59.5t59.5 24.5q36 0 61 -24.5t25 -59.5q0 -36 -25 -60.5t-61 -24.5q-35 0 -59.5 24.5z" /> + <glyph glyph-name="alpha" unicode="α" horiz-adv-x="544" +d="M468 -12q-59 0 -92.5 20.5t-48.5 60.5q-18 -37 -52 -59t-74 -22q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 64.5 -15.5t51.5 -48.5v52h169v-317q0 -13 7.5 -21t20.5 -8q10 0 17 3l11 -142q-28 -10 -74 -10zM318 312q-10 15 -26.5 24t-32.5 9 +q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="beta" unicode="β" horiz-adv-x="529" +d="M43 -184v633q0 80 34 131t87 74t113 23q105 0 163 -48.5t58 -135.5q0 -54 -31 -95.5t-86 -53.5q57 -10 94.5 -56t37.5 -122q0 -45 -23 -86t-63 -66.5t-88 -25.5q-84 0 -127 65v-237h-169zM278 137q29 0 44.5 18.5t15.5 44.5q0 30 -15 45.5t-42 15.5h-30v150h23 +q26 0 38 16t12 42q0 28 -12 43t-36 15q-30 0 -47 -20t-17 -58v-278q25 -34 66 -34z" /> + <glyph glyph-name="gamma" unicode="γ" horiz-adv-x="485" +d="M158 -98q0 164 -49.5 318.5t-129.5 262.5h186q37 -63 63 -136t32 -140q19 47 32 126.5t13 149.5h169q0 -116 -43 -248.5t-104 -224.5v-194h-169v86z" /> + <glyph glyph-name="delta" unicode="δ" horiz-adv-x="514" +d="M381.5 445q45.5 -26 81 -80.5t35.5 -141.5q0 -61 -26 -114.5t-78.5 -87t-127.5 -33.5q-80 0 -136 34t-84.5 90t-28.5 122q0 60 24 106t65 78q-43 40 -43 102q0 43 23 79t68 58t108 22q52 0 100.5 -16.5t86.5 -44.5l-62 -117q-21 18 -54.5 32.5t-68.5 14.5q-18 0 -30 -6 +t-12 -16q0 -8 11.5 -14.5t41.5 -17.5q61 -23 106.5 -49zM319.5 162.5q19.5 25.5 19.5 60.5q0 46 -24.5 73.5t-69.5 48.5q-26 -19 -40.5 -48t-14.5 -62q0 -43 19.5 -70.5t55.5 -27.5q35 0 54.5 25.5z" /> + <glyph glyph-name="epsilon" unicode="ε" horiz-adv-x="449" +d="M51 212q35 32 85 37q-48 7 -80 39.5t-32 71.5q1 64 58 99.5t162 35.5q122 0 198 -76l-77 -98q-47 44 -118 44q-26 0 -40.5 -7.5t-14.5 -21.5t12 -21t44 -7h86v-129h-90q-30 0 -45 -6.5t-15 -23.5q0 -30 55 -30q37 0 73 11.5t60 32.5l75 -100q-35 -36 -89 -55.5 +t-123 -19.5q-65 0 -114.5 18.5t-77 51.5t-27.5 77q0 45 35 77z" /> + <glyph glyph-name="zeta" unicode="ζ" horiz-adv-x="427" +d="M124 24q-50 24 -78.5 70t-28.5 108q0 95 49 177.5t140 141.5h-179v146h372v-118q-54 -37 -102 -91t-78 -115t-30 -117q0 -45 21 -61t68 -16q70 0 102 -35.5t32 -93.5q0 -69 -53 -177h-160q16 26 35.5 72.5t19.5 67.5q0 17 -15 17q-65 0 -115 24z" /> + <glyph glyph-name="eta" unicode="η" horiz-adv-x="535" +d="M323 292q0 54 -49 54q-38 0 -62 -42v-304h-169v483h169v-56q19 27 58 47.5t85 20.5q69 0 103 -36.5t34 -96.5v-546h-169v476z" /> + <glyph glyph-name="theta" unicode="θ" horiz-adv-x="514" +d="M387.5 632.5q54.5 -46.5 82.5 -125t28 -173.5t-28 -174t-82.5 -125.5t-130.5 -46.5t-130 46.5t-82 125.5t-28 174t28 173.5t82 125t130 46.5t130.5 -46.5zM212.5 502q-15.5 -28 -19.5 -94h129q-5 66 -20.5 94t-44.5 28t-44.5 -28zM302.5 165.5q15.5 28.5 19.5 96.5h-129 +q4 -68 19.5 -96.5t44.5 -28.5q30 0 45.5 28.5z" /> + <glyph glyph-name="iota" unicode="ι" horiz-adv-x="269" +d="M43 483h169v-317q0 -13 7.5 -21t20.5 -8q9 0 16 3l11 -142q-28 -10 -74 -10q-76 0 -113 36.5t-37 110.5v348z" /> + <glyph glyph-name="kappa" unicode="κ" +d="M246 161l-34 -55v-106h-169v483h169v-175l92 175h196l-137 -216l147 -267h-197z" /> + <glyph glyph-name="lambda" unicode="λ" horiz-adv-x="485" +d="M238.5 650q46.5 -28 72.5 -105l185 -545h-178l-76 280l-74 -280h-179l167 492l-6 17q-8 21 -51 21q-18 0 -29 -7l-24 148q10 3 31.5 5.5t36.5 2.5q78 -1 124.5 -29z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="549" +d="M43 -184v667h169v-293q0 -53 50 -53q36 0 61 42v304h169v-317q0 -13 7.5 -21t20.5 -8q9 0 16 3l11 -142q-28 -10 -74 -10q-58 0 -93 21.5t-49 66.5q-12 -40 -36.5 -64t-54.5 -24q-18 0 -28 7v-179h-169z" /> + <glyph glyph-name="nu" unicode="ν" horiz-adv-x="485" +d="M-11 483h179l81 -305q28 62 42 145t14 160h169q0 -119 -45 -255t-108 -228h-168z" /> + <glyph glyph-name="xi" unicode="ξ" horiz-adv-x="427" +d="M44 250q27 37 76 56q-44 7 -68.5 35t-24.5 67q0 34 22 65.5t59 47.5h-70v146h360v-146h-163q-19 -7 -29 -22t-10 -33q0 -28 19.5 -42.5t56.5 -14.5h121v-146h-121q-40 0 -61 -13t-21 -45q0 -56 88 -56q134 0 134 -123q0 -37 -14 -85t-39 -98h-160q16 25 35 72t19 68 +q0 17 -15 17q-103 0 -162 42t-59 120q0 51 27 88z" /> + <glyph glyph-name="omicron" unicode="ο" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="589" +d="M350 337h-111v-337h-169v337h-61v146h571v-146h-61v-337h-169v337z" /> + <glyph glyph-name="rho" unicode="ρ" horiz-adv-x="528" +d="M212 -184h-169v426q0 69 27.5 126.5t80.5 92t126 34.5q74 0 127 -34t80.5 -92t27.5 -127q0 -120 -50 -187t-133 -67q-35 0 -65.5 15.5t-51.5 49.5v-237zM323.5 318q-16.5 28 -48.5 28t-47.5 -28t-15.5 -76v-71q9 -15 25 -24.5t32 -9.5q33 0 52 28t19 77q0 48 -16.5 76z +" /> + <glyph glyph-name="uni03C2" unicode="ς" horiz-adv-x="436" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -25.5t-24.5 -72.5q0 -48 24.5 -73.5t63.5 -25.5q141 0 141 -117q0 -37 -14.5 -88.5t-38.5 -100.5h-159q15 25 34 72t19 68q0 17 -12 17q-63 0 -115.5 29 +t-83.5 84t-31 129q0 75 30.5 132.5z" /> + <glyph glyph-name="sigma" unicode="σ" horiz-adv-x="514" +d="M129.5 22q-54.5 34 -83.5 91.5t-29 128.5q0 67 28 121.5t84 87t135 32.5h235v-149h-60q47 -47 47 -127q0 -57 -25.5 -107t-77 -81t-126.5 -31q-73 0 -127.5 34zM264 334q-38 0 -56 -25.5t-18 -66.5q0 -48 17 -76.5t50 -28.5t50.5 27t17.5 70q0 31 -8 58t-24 42h-29z" /> + <glyph glyph-name="tau" unicode="τ" horiz-adv-x="419" +d="M126 337h-111v146h389v-146h-110v-159q0 -18 8.5 -29.5t22.5 -11.5q10 0 18.5 2.5t11.5 6.5l28 -131q-14 -12 -42.5 -19.5t-64.5 -7.5q-76 0 -113 36.5t-37 110.5v202z" /> + <glyph glyph-name="upsilon" unicode="υ" horiz-adv-x="525" +d="M43 483h169v-280q0 -30 14.5 -48t40.5 -18q35 0 51.5 32t16.5 98q0 43 -10.5 87.5t-30.5 82.5l158 58q57 -103 57 -228q0 -81 -28 -144.5t-82.5 -99t-131.5 -35.5q-102 0 -163 57t-61 156v282z" /> + <glyph glyph-name="phi" unicode="φ" horiz-adv-x="767" +d="M679 75q-72 -66 -211 -82v-177h-169v177q-140 16 -211 84.5t-71 175.5q0 83 46.5 143.5t130.5 98.5l73 -131q-37 -16 -57 -45.5t-20 -65.5q0 -46 26 -72.5t83 -36.5v351h83q121 0 204 -31.5t124 -88.5t41 -133q0 -101 -72 -167zM551 178q26 25 26 64q0 43 -30 67t-79 31 +v-196q57 9 83 34z" /> + <glyph glyph-name="chi" unicode="χ" horiz-adv-x="470" +d="M235 -7l-63 -177h-181l137 339l-130 328h182l54 -166l55 166h181l-129 -328l137 -339h-182z" /> + <glyph glyph-name="psi" unicode="ψ" horiz-adv-x="767" +d="M724 483v-240q0 -104 -68 -168t-188 -81v-178h-169v178q-120 17 -188 81t-68 168v240h168v-239q0 -75 88 -98v521h169v-520q88 22 88 97v239h168z" /> + <glyph glyph-name="omega" unicode="ω" horiz-adv-x="797" +d="M462.5 20q-44.5 32 -63.5 93q-20 -62 -64.5 -93.5t-108.5 -31.5t-111.5 34.5t-72.5 92.5t-25 127q0 80 28.5 145.5t75.5 107.5l129 -90q-30 -31 -45 -75.5t-15 -88.5q0 -47 15.5 -75.5t45.5 -28.5q31 0 47 28.5t16 76.5v121h169v-121q0 -49 15.5 -77t46.5 -28t46.5 28.5 +t15.5 76.5q0 42 -15.5 87t-44.5 76l129 90q47 -42 75.5 -107.5t28.5 -145.5q0 -70 -25 -127.5t-72.5 -92t-112.5 -34.5q-63 0 -107.5 32z" /> + <glyph glyph-name="iotadieresis" unicode="ϊ" horiz-adv-x="269" +d="M43 483h169v-317q0 -13 7.5 -21t20.5 -8q9 0 16 3l11 -142q-28 -10 -74 -10q-76 0 -113 36.5t-37 110.5v348zM-26 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM175 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5 +t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="upsilondieresis" unicode="ϋ" horiz-adv-x="525" +d="M43 483h169v-280q0 -30 14.5 -48t40.5 -18q35 0 51.5 32t16.5 98q0 43 -10.5 87.5t-30.5 82.5l158 58q57 -103 57 -228q0 -81 -28 -144.5t-82.5 -99t-131.5 -35.5q-102 0 -163 57t-61 156v282zM102 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5 +t-24.5 -60t-60.5 -25q-35 0 -60 25zM303 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="omicrontonos" unicode="ό" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM231 765h128l-79 -221 +h-71z" /> + <glyph glyph-name="upsilontonos" unicode="ύ" horiz-adv-x="525" +d="M43 483h169v-280q0 -30 14.5 -48t40.5 -18q35 0 51.5 32t16.5 98q0 43 -10.5 87.5t-30.5 82.5l158 58q57 -103 57 -228q0 -81 -28 -144.5t-82.5 -99t-131.5 -35.5q-102 0 -163 57t-61 156v282zM237 765h128l-79 -221h-71z" /> + <glyph glyph-name="omegatonos" unicode="ώ" horiz-adv-x="797" +d="M462.5 20q-44.5 32 -63.5 93q-20 -62 -64.5 -93.5t-108.5 -31.5t-111.5 34.5t-72.5 92.5t-25 127q0 80 28.5 145.5t75.5 107.5l129 -90q-30 -31 -45 -75.5t-15 -88.5q0 -47 15.5 -75.5t45.5 -28.5q31 0 47 28.5t16 76.5v121h169v-121q0 -49 15.5 -77t46.5 -28t46.5 28.5 +t15.5 76.5q0 42 -15.5 87t-44.5 76l129 90q47 -42 75.5 -107.5t28.5 -145.5q0 -70 -25 -127.5t-72.5 -92t-112.5 -34.5q-63 0 -107.5 32zM372 765h128l-79 -221h-71z" /> + <glyph glyph-name="uni0401" unicode="Ё" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM98 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM299 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5 +t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="uni0402" unicode="Ђ" horiz-adv-x="663" +d="M451 205v8q0 29 -20.5 45.5t-54.5 16.5q-35 0 -67 -10v-265h-190v502h-138v165h465v-165h-137v-75q55 13 99 13q114 0 174 -63t60 -163v-10q0 -103 -66 -159.5t-175 -56.5v161q50 0 50 56z" /> + <glyph glyph-name="uni0403" unicode="Ѓ" horiz-adv-x="496" +d="M48 667h421v-165h-232v-502h-189v667zM198 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni0404" unicode="Є" horiz-adv-x="582" +d="M382.5 182q25.5 27 35.5 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5t-106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 41 -35 65t-62 24q-72 0 -98 -91h197v-165h-198q23 -100 99 -100q37 0 62.5 27z" /> + <glyph glyph-name="uni0405" unicode="Ѕ" horiz-adv-x="525" +d="M92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5 +q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89z" /> + <glyph glyph-name="uni0406" unicode="І" horiz-adv-x="285" +d="M48 667h189v-667h-189v667z" /> + <glyph glyph-name="uni0407" unicode="Ї" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM-18 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM183 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="uni0408" unicode="Ј" horiz-adv-x="437" +d="M66 178q13 -10 31 -16.5t37 -6.5q30 0 48.5 17.5t18.5 48.5v446h189v-452q0 -114 -63 -170.5t-173 -56.5q-93 0 -149 41z" /> + <glyph glyph-name="uni0409" unicode="Љ" horiz-adv-x="936" +d="M76 189q22 34 31 128l33 350h454v-216h100q73 0 124.5 -30.5t77.5 -81.5t26 -113t-26 -113.5t-77.5 -82t-124.5 -30.5h-290v502h-92l-17 -192q-11 -127 -49 -198t-95 -97.5t-135 -26.5v167q38 0 60 34zM594 165h77q26 0 42.5 16t16.5 45q0 28 -16.5 44t-42.5 16h-77v-121 +z" /> + <glyph glyph-name="uni040A" unicode="Њ" horiz-adv-x="936" +d="M237 667v-241h167v241h190v-241h106q72 0 122 -28.5t75 -77t25 -106.5q0 -59 -25 -107.5t-75 -77.5t-122 -29h-296v261h-167v-261h-189v667h189zM715.5 177.5q14.5 12.5 14.5 35.5t-14.5 35.5t-37.5 12.5h-84v-96h84q23 0 37.5 12.5z" /> + <glyph glyph-name="uni040B" unicode="Ћ" horiz-adv-x="684" +d="M431 256.5q-20 18.5 -55 18.5t-67 -10v-265h-190v502h-138v165h465v-165h-137v-75q55 13 99 13q114 0 174 -67t60 -173v-200h-191v199q0 39 -20 57.5z" /> + <glyph glyph-name="uni040C" unicode="Ќ" horiz-adv-x="598" +d="M275 228l-38 -67v-161h-189v667h189v-260l142 260h219l-204 -310l215 -357h-222zM249 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni040E" unicode="Ў" horiz-adv-x="577" +d="M589 667l-221 -504q-38 -88 -89.5 -131.5t-141.5 -43.5q-93 0 -149 41l61 149q14 -10 31.5 -16.5t34.5 -6.5q26 0 40.5 14t25.5 38l4 11l-197 449h206l94 -251l94 252zM203 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57 +q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="uni040F" unicode="Џ" horiz-adv-x="642" +d="M594 0h-178v-126h-190v126h-178v667h189v-502h167v502h190v-667z" /> + <glyph glyph-name="uni0410" unicode="А" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni0411" unicode="Б" horiz-adv-x="579" +d="M526 502h-289v-60h105q72 0 122.5 -29.5t76 -79.5t25.5 -111t-25.5 -111.5t-76 -80.5t-122.5 -30h-294v667h478v-165zM237 165h83q24 0 39 15t15 41t-15 41t-39 15h-83v-112z" /> + <glyph glyph-name="uni0412" unicode="В" horiz-adv-x="600" +d="M48 667h331q63 0 105.5 -24.5t62 -63.5t19.5 -82q0 -61 -30.5 -101t-80.5 -52q53 -8 87.5 -54t34.5 -109q0 -77 -47 -129t-139 -52h-343v667zM331 418q20 0 31.5 12t11.5 33q0 20 -11.5 31.5t-31.5 11.5h-94v-88h94zM336 161q23 0 36 12.5t13 35.5q0 22 -13 35t-36 13 +h-99v-96h99z" /> + <glyph glyph-name="uni0413" unicode="Г" horiz-adv-x="496" +d="M48 667h421v-165h-232v-502h-189v667z" /> + <glyph glyph-name="uni0414" unicode="Д" horiz-adv-x="656" +d="M60 172.5q17 12.5 29 46t18 98.5l33 350h454v-502h50v-288h-190v123h-249v-123h-189v278q27 5 44 17.5zM404 165v337h-92l-16 -172q-8 -104 -58 -165h166z" /> + <glyph glyph-name="uni0415" unicode="Е" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="uni0416" unicode="Ж" horiz-adv-x="864" +d="M875 0h-222l-112 228l-14 -24v-204h-190v204l-14 24l-112 -228h-223l216 357l-205 310h220l118 -211v211h190v-211l118 211h219l-204 -310z" /> + <glyph glyph-name="uni0417" unicode="З" horiz-adv-x="564" +d="M119 215q28 -28 68.5 -44t78.5 -16q42 0 64.5 15t22.5 36q0 25 -22 36t-71 11h-109v166h104q42 0 65 11t23 32q0 24 -23 36t-63 12q-37 0 -73.5 -14t-60.5 -40l-102 111q42 53 108 81.5t147 28.5q118 0 187.5 -48.5t69.5 -135.5q0 -53 -38 -96t-95 -53q59 -9 101 -52 +t42 -105q0 -59 -34.5 -104t-95 -70t-137.5 -25q-86 0 -155.5 29t-108.5 76z" /> + <glyph glyph-name="uni0418" unicode="И" horiz-adv-x="641" +d="M237 667v-308l164 308h192v-667h-189v328l-177 -328h-179v667h189z" /> + <glyph glyph-name="uni0419" unicode="Й" horiz-adv-x="641" +d="M237 667v-308l164 308h192v-667h-189v328l-177 -328h-179v667h189zM235 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="uni041A" unicode="К" horiz-adv-x="598" +d="M275 228l-38 -67v-161h-189v667h189v-260l142 260h219l-204 -310l215 -357h-222z" /> + <glyph glyph-name="uni041B" unicode="Л" horiz-adv-x="642" +d="M76 189q22 34 31 128l33 350h454v-667h-190v502h-92l-17 -192q-11 -127 -49 -198t-95 -97.5t-135 -26.5v167q38 0 60 34z" /> + <glyph glyph-name="uni041C" unicode="М" horiz-adv-x="788" +d="M552 361l-122 -361h-72l-121 361v-361h-189v667h249l97 -294l99 294h247v-667h-188v361z" /> + <glyph glyph-name="uni041D" unicode="Н" horiz-adv-x="642" +d="M405 261h-168v-261h-189v667h189v-241h168v241h189v-667h-189v261z" /> + <glyph glyph-name="uni041E" unicode="О" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129z" /> + <glyph glyph-name="uni041F" unicode="П" horiz-adv-x="642" +d="M405 502h-168v-502h-189v667h546v-667h-189v502z" /> + <glyph glyph-name="uni0420" unicode="Р" horiz-adv-x="579" +d="M48 667h289q74 0 125.5 -30.5t77.5 -82t26 -113.5t-26 -113t-77.5 -81.5t-125.5 -30.5h-100v-216h-189v667zM357.5 486.5q-16.5 15.5 -43.5 15.5h-77v-121h77q27 0 43.5 16t16.5 45t-16.5 44.5z" /> + <glyph glyph-name="uni0421" unicode="С" horiz-adv-x="582" +d="M162 31.5q-69 43.5 -106.5 121.5t-37.5 180t37.5 180t106.5 121.5t162 43.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27t34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-93 0 -162 43.5z" /> + <glyph glyph-name="uni0422" unicode="Т" +d="M156 502h-138v165h465v-165h-137v-502h-190v502z" /> + <glyph glyph-name="uni0423" unicode="У" horiz-adv-x="577" +d="M589 667l-221 -504q-38 -88 -89.5 -131.5t-141.5 -43.5q-93 0 -149 41l61 149q14 -10 31.5 -16.5t34.5 -6.5q26 0 40.5 14t25.5 38l4 11l-197 449h206l94 -251l94 252z" /> + <glyph glyph-name="uni0424" unicode="Ф" horiz-adv-x="815" +d="M721.5 154q-75.5 -68 -219.5 -85v-69h-189v69q-144 17 -219.5 85t-75.5 179t75.5 179.5t219.5 84.5v70h189v-70q144 -16 219.5 -84.5t75.5 -179.5t-75.5 -179zM313 239v188q-102 -20 -102 -94q0 -72 102 -94zM605 333q0 74 -103 94v-188q103 22 103 94z" /> + <glyph glyph-name="uni0425" unicode="Х" horiz-adv-x="597" +d="M298 198l-94 -198h-216l191 342l-180 325h216l83 -185l82 185h217l-179 -324l191 -343h-216z" /> + <glyph glyph-name="uni0426" unicode="Ц" horiz-adv-x="656" +d="M48 0v667h189v-502h167v502h190v-502h50v-288h-190v123h-406z" /> + <glyph glyph-name="uni0427" unicode="Ч" horiz-adv-x="606" +d="M247 393.5q20 -18.5 55 -18.5q34 0 67 10v282h189v-667h-189v223q-30 -7 -51.5 -10t-47.5 -3q-114 0 -174 67t-60 173v217h191v-216q0 -39 20 -57.5z" /> + <glyph glyph-name="uni0428" unicode="Ш" horiz-adv-x="914" +d="M866 0h-818v667h190v-502h124v502h190v-502h124v502h190v-667z" /> + <glyph glyph-name="uni0429" unicode="Щ" horiz-adv-x="927" +d="M866 165h49v-288h-189v123h-678v667h190v-502h124v502h190v-502h124v502h190v-502z" /> + <glyph glyph-name="uni042A" unicode="Ъ" horiz-adv-x="688" +d="M156 502h-138v165h328v-216h100q73 0 124.5 -30.5t77.5 -81.5t26 -113t-26 -113.5t-77.5 -82t-124.5 -30.5h-290v502zM346 165h77q26 0 42.5 16t16.5 45q0 28 -16.5 44t-42.5 16h-77v-121z" /> + <glyph glyph-name="uni042B" unicode="Ы" horiz-adv-x="839" +d="M237 451h100q74 0 125.5 -30.5t77.5 -81.5t26 -113t-26 -113.5t-77.5 -82t-125.5 -30.5h-289v667h189v-216zM602 667h189v-667h-189v667zM237 165h77q27 0 43.5 16t16.5 45t-16.5 44.5t-43.5 15.5h-77v-121z" /> + <glyph glyph-name="uni042C" unicode="Ь" horiz-adv-x="579" +d="M237 451h100q74 0 125.5 -30.5t77.5 -81.5t26 -113t-26 -113.5t-77.5 -82t-125.5 -30.5h-289v667h189v-216zM237 165h77q27 0 43.5 16t16.5 45t-16.5 44.5t-43.5 15.5h-77v-121z" /> + <glyph glyph-name="uni042D" unicode="Э" horiz-adv-x="582" +d="M421 634.5q69 -43.5 106 -121.5t37 -180t-37 -180t-106 -121.5t-162 -43.5q-105 0 -163.5 57.5t-86.5 139.5l156 65q9 -41 35 -68t63 -27q76 0 99 100h-199v165h197q-24 91 -97 91q-37 0 -62 -24t-36 -65l-156 66q68 190 250 190q93 0 162 -43.5z" /> + <glyph glyph-name="uni042E" unicode="Ю" horiz-adv-x="944" +d="M782.5 634.5q68.5 -43.5 106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5q-121 0 -200 74t-99 199h-85v-261h-190v667h190v-241h89q24 116 102 184t193 68q92 0 160.5 -43.5zM704 204q29 49 29 129t-29 129t-82 49t-82.5 -49t-29.5 -129 +q0 -79 29.5 -128.5t82.5 -49.5t82 49z" /> + <glyph glyph-name="uni042F" unicode="Я" horiz-adv-x="594" +d="M128 251q-40 23 -69.5 70.5t-29.5 123.5q0 62 27.5 112.5t78 80t118.5 29.5h294v-667h-190v216h-48l-74 -216h-210zM357 502h-74q-27 0 -44.5 -15.5t-17.5 -44.5t17.5 -45t44.5 -16h74v121z" /> + <glyph glyph-name="uni0430" unicode="а" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36z" /> + <glyph glyph-name="uni0431" unicode="б" horiz-adv-x="514" +d="M40.5 460.5q24.5 76.5 76 118.5t136.5 57q22 4 36.5 12.5t14.5 18.5h177q0 -105 -169 -135q-70 -13 -101.5 -34.5t-44.5 -57.5q27 30 58 42.5t73 12.5q63 0 108.5 -34.5t69 -92t23.5 -125.5q0 -69 -27.5 -127t-82 -93t-131.5 -35q-78 0 -132 35.5t-81.5 98t-27.5 142.5 +q0 120 24.5 196.5zM307 318q-17 28 -51 28q-33 0 -49.5 -28t-16.5 -75q0 -49 16.5 -77.5t49.5 -28.5q34 0 51 28.5t17 77.5q0 47 -17 75z" /> + <glyph glyph-name="uni0432" unicode="в" horiz-adv-x="536" +d="M43 483h296q77 0 116 -37t39 -87q0 -41 -23.5 -70t-61.5 -40q42 -8 68 -40t26 -77q0 -56 -39 -94t-115 -38h-306v483zM317.5 348.5q-6.5 6.5 -18.5 6.5h-87v-46h87q11 0 18 6.5t7 16.5t-6.5 16.5zM325 173.5q-8 7.5 -20 7.5h-93v-52h93q12 0 20 6.5t8 18.5t-8 19.5z" /> + <glyph glyph-name="uni0433" unicode="г" horiz-adv-x="398" +d="M212 337v-337h-169v483h342v-146h-173z" /> + <glyph glyph-name="uni0434" unicode="д" horiz-adv-x="551" +d="M55 160.5q15 22.5 23 87.5l26 235h388v-336h48v-270h-169v123h-186v-123h-169v259q24 2 39 24.5zM232.5 191q-8.5 -25 -23.5 -44h114v190h-68l-9 -83q-5 -38 -13.5 -63z" /> + <glyph glyph-name="uni0435" unicode="е" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19z" /> + <glyph glyph-name="uni0436" unicode="ж" horiz-adv-x="703" +d="M712 0h-197l-67 161l-12 -18v-143h-169v143l-11 18l-67 -161h-198l148 267l-137 216h195l70 -129v129h169v-129l70 129h196l-137 -216z" /> + <glyph glyph-name="uni0437" unicode="з" horiz-adv-x="449" +d="M77 163q25 -21 61 -32.5t72 -11.5q56 0 56 30q0 17 -15 23.5t-46 6.5h-90v129h87q32 0 43.5 7t11.5 21t-14 21.5t-40 7.5q-71 0 -118 -44l-78 98q37 36 85.5 56t105.5 20q110 0 168.5 -35.5t58.5 -99.5q0 -39 -32 -71.5t-79 -39.5q49 -5 84 -37t35 -77q0 -43 -27 -76.5 +t-77 -52t-115 -18.5q-69 0 -123 19.5t-89 55.5z" /> + <glyph glyph-name="uni0438" unicode="и" horiz-adv-x="535" +d="M43 483h169v-198l108 198h172v-483h-169v214l-119 -214h-161v483z" /> + <glyph glyph-name="uni0439" unicode="й" horiz-adv-x="535" +d="M43 483h169v-198l108 198h172v-483h-169v214l-119 -214h-161v483zM182 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="uni043A" unicode="к" +d="M246 161l-34 -55v-106h-169v483h169v-175l92 175h196l-137 -216l147 -267h-197z" /> + <glyph glyph-name="uni043B" unicode="л" horiz-adv-x="535" +d="M54.5 153q15.5 25 23.5 95l26 235h388v-483h-169v337h-68l-12 -109q-9 -86 -34 -138t-71.5 -77t-121.5 -25v140q23 0 38.5 25z" /> + <glyph glyph-name="uni043C" unicode="м" horiz-adv-x="662" +d="M453 241l-83 -241h-77l-81 241v-241h-169v483h214l74 -218l77 218h212v-483h-167v241z" /> + <glyph glyph-name="uni043D" unicode="н" horiz-adv-x="535" +d="M43 483h169v-157h111v157h169v-483h-169v179h-111v-179h-169v483z" /> + <glyph glyph-name="uni043E" unicode="о" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5z" /> + <glyph glyph-name="uni043F" unicode="п" horiz-adv-x="535" +d="M323 337h-111v-337h-169v483h449v-483h-169v337z" /> + <glyph glyph-name="uni0440" unicode="р" horiz-adv-x="528" +d="M43 -184v667h169v-52q21 33 52 48.5t65 15.5q84 0 133.5 -66t49.5 -187q0 -120 -50 -187t-133 -67q-35 0 -65.5 15.5t-51.5 49.5v-237h-169zM321 318q-19 28 -52 28q-16 0 -32 -8.5t-25 -24.5v-142q9 -15 25 -24.5t32 -9.5q33 0 52 28t19 77q0 48 -19 76z" /> + <glyph glyph-name="uni0441" unicode="с" horiz-adv-x="437" +d="M47.5 374.5q30.5 57.5 85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34l80 -116q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5z" /> + <glyph glyph-name="uni0442" unicode="т" horiz-adv-x="398" +d="M115 337h-102v146h372v-146h-101v-337h-169v337z" /> + <glyph glyph-name="uni0443" unicode="у" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7z" /> + <glyph glyph-name="uni0444" unicode="ф" horiz-adv-x="765" +d="M298 667h169v-236q40 64 110 64q78 0 125 -66t47 -187q0 -119 -47 -186.5t-125 -67.5q-33 0 -61.5 15.5t-48.5 49.5v-237h-169v237q-20 -34 -48.5 -49.5t-61.5 -15.5q-78 0 -125 66.5t-47 187.5q0 119 47 186t125 67q72 0 110 -64v236zM202.5 165q16.5 -28 45.5 -28 +q13 0 27.5 9t22.5 24v143q-8 15 -22.5 24t-27.5 9q-29 0 -45.5 -28t-16.5 -76q0 -49 16.5 -77zM563.5 318q-16.5 28 -45.5 28q-14 0 -28 -8.5t-23 -24.5v-142q8 -15 22.5 -24.5t28.5 -9.5q29 0 45.5 28t16.5 77q0 48 -16.5 76z" /> + <glyph glyph-name="uni0445" unicode="х" horiz-adv-x="470" +d="M235 129l-62 -129h-182l137 245l-130 238h182l54 -120l55 120h181l-129 -238l137 -245h-182z" /> + <glyph glyph-name="uni0446" unicode="ц" horiz-adv-x="551" +d="M43 0v483h169v-336h111v336h169v-336h48v-270h-169v123h-328z" /> + <glyph glyph-name="uni0447" unicode="ч" horiz-adv-x="530" +d="M207 326q0 -52 49 -52q37 0 62 16v193h169v-483h-169v159q-19 -14 -52.5 -24t-74.5 -10q-153 0 -153 143v215h169v-157z" /> + <glyph glyph-name="uni0448" unicode="ш" horiz-adv-x="786" +d="M744 0h-701v483h169v-336h97v336h169v-336h97v336h169v-483z" /> + <glyph glyph-name="uni0449" unicode="щ" horiz-adv-x="802" +d="M744 147h47v-270h-169v123h-579v483h169v-336h97v336h169v-336h97v336h169v-336z" /> + <glyph glyph-name="uni044A" unicode="ъ" horiz-adv-x="592" +d="M115 337h-102v146h271v-148h104q91 0 139.5 -48t48.5 -120q0 -46 -22 -84t-64.5 -60.5t-101.5 -22.5h-273v337zM284 133h80q18 0 29.5 9.5t11.5 24.5t-11.5 25t-29.5 10h-80v-69z" /> + <glyph glyph-name="uni044B" unicode="ы" horiz-adv-x="756" +d="M212 335h103q91 0 139.5 -48t48.5 -120q0 -46 -21.5 -84t-64 -60.5t-102.5 -22.5h-272v483h169v-148zM545 483h169v-483h-169v483zM212 133h79q19 0 30 9.5t11 24.5t-11 25t-30 10h-79v-69z" /> + <glyph glyph-name="uni044C" unicode="ь" horiz-adv-x="519" +d="M212 335h103q91 0 139.5 -48t48.5 -120q0 -46 -21.5 -84t-64 -60.5t-102.5 -22.5h-272v483h169v-148zM212 133h79q19 0 30 9.5t11 24.5t-11 25t-30 10h-79v-69z" /> + <glyph glyph-name="uni044D" unicode="э" horiz-adv-x="437" +d="M304.5 463.5q54.5 -31.5 85 -89t30.5 -132.5t-30.5 -132.5t-85.5 -89.5t-124 -32q-59 0 -103.5 20t-66.5 47l76 100q31 -36 74 -36q31 0 53 17.5t32 51.5h-132v111h132q-11 32 -33 48.5t-52 16.5q-42 0 -74 -35l-76 100q22 27 66.5 46.5t103.5 19.5q70 0 124.5 -31.5z +" /> + <glyph glyph-name="uni044E" unicode="ю" horiz-adv-x="760" +d="M633 460.5q55 -34.5 83 -92t28 -126.5t-28 -127t-83 -92.5t-131 -34.5q-94 0 -155 53.5t-78 137.5h-57v-179h-169v483h169v-157h62q22 76 81 122.5t147 46.5q76 0 131 -34.5zM553 165q17 28 17 77q0 48 -17 76t-51 28q-33 0 -49.5 -28t-16.5 -76t16.5 -76.5t49.5 -28.5 +q34 0 51 28z" /> + <glyph glyph-name="uni044F" unicode="я" horiz-adv-x="532" +d="M111 175q-32 16 -55.5 51t-23.5 91q0 46 22.5 84t65 60t100.5 22h272v-483h-169v149h-57l-55 -149h-183zM323 351h-79q-19 0 -30 -10t-11 -25t11 -24.5t30 -9.5h79v69z" /> + <glyph glyph-name="uni0451" unicode="ё" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM94 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM295 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="uni0452" unicode="ђ" horiz-adv-x="542" +d="M271 -53q8 -2 18 -2q42 0 42 59v288q0 54 -50 54q-35 0 -62 -42v-304h-169v523h-41v92h41v52h169v-52h126v-92h-126v-96q19 27 58 47.5t85 20.5q69 0 103.5 -36.5t34.5 -96.5v-358q0 -94 -45 -147t-138 -53q-27 0 -46 4v139z" /> + <glyph glyph-name="uni0453" unicode="ѓ" horiz-adv-x="398" +d="M212 337v-337h-169v483h342v-146h-173zM154 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni0454" unicode="є" horiz-adv-x="437" +d="M351 155l76 -100q-22 -27 -66.5 -47t-103.5 -20q-69 0 -124 32t-85.5 89.5t-30.5 132.5t30.5 132.5t85 89t124.5 31.5q59 0 103.5 -19.5t66.5 -46.5l-76 -100q-32 35 -74 35q-30 0 -52 -16.5t-33 -48.5h132v-111h-132q10 -34 32 -51.5t53 -17.5q43 0 74 36z" /> + <glyph glyph-name="uni0455" unicode="ѕ" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50z" /> + <glyph glyph-name="uni0456" unicode="і" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="uni0457" unicode="ї" horiz-adv-x="254" +d="M43 483h169v-483h-169v483zM-34 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM167 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="uni0458" unicode="ј" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM212 4q0 -94 -45 -147t-138 -53q-28 0 -47 4v139q8 -2 19 -2q42 0 42 59v479h169v-479z" /> + <glyph glyph-name="uni0459" unicode="љ" horiz-adv-x="800" +d="M54.5 153q15.5 25 23.5 95l26 235h388v-148h104q91 0 139.5 -48t48.5 -120q0 -46 -22 -84t-64.5 -60.5t-101.5 -22.5h-273v337h-68l-12 -109q-9 -86 -34 -138t-71.5 -77t-121.5 -25v140q23 0 38.5 25zM492 133h80q18 0 29.5 9.5t11.5 24.5t-11.5 25t-29.5 10h-80v-69z +" /> + <glyph glyph-name="uni045A" unicode="њ" horiz-adv-x="788" +d="M43 483h169v-153h111v153h169v-153h104q91 0 139.5 -46.5t48.5 -118.5q0 -45 -22 -82.5t-64.5 -60t-101.5 -22.5h-273v184h-111v-184h-169v483zM492 133h85q16 0 26 8t10 21q0 12 -10 20.5t-26 8.5h-85v-58z" /> + <glyph glyph-name="uni045B" unicode="ћ" horiz-adv-x="542" +d="M466 459.5q34 -35.5 34 -95.5v-364h-169v294q0 28 -12.5 40t-37.5 12q-35 0 -62 -42v-304h-169v523h-41v92h41v52h169v-52h129v-92h-129v-96q19 27 58 47.5t85 20.5q70 0 104 -35.5z" /> + <glyph glyph-name="uni045C" unicode="ќ" +d="M246 161l-34 -55v-106h-169v483h169v-175l92 175h196l-137 -216l147 -267h-197zM192 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni045E" unicode="ў" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM157 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5 +t-86 20.5z" /> + <glyph glyph-name="uni045F" unicode="џ" horiz-adv-x="535" +d="M492 0h-140v-123h-169v123h-140v483h169v-336h111v336h169v-483z" /> + <glyph glyph-name="uni0490" unicode="Ґ" horiz-adv-x="496" +d="M48 0v667h231v123h190v-288h-232v-502h-189z" /> + <glyph glyph-name="uni0491" unicode="ґ" horiz-adv-x="398" +d="M43 0v483h173v123h169v-269h-173v-337h-169z" /> + <glyph glyph-name="uni0492" unicode="Ғ" horiz-adv-x="496" +d="M237 502v-95h116v-147h-116v-260h-189v260h-39v147h39v260h421v-165h-232z" /> + <glyph glyph-name="uni0493" unicode="ғ" horiz-adv-x="398" +d="M212 337v-38h77v-112h-77v-187h-169v187h-34v112h34v184h342v-146h-173z" /> + <glyph glyph-name="uni049A" unicode="Қ" horiz-adv-x="644" +d="M638 165v-288h-190v123h-61l-112 228l-38 -67v-161h-189v667h189v-260l142 260h219l-204 -310l114 -192h130z" /> + <glyph glyph-name="uni049B" unicode="қ" horiz-adv-x="550" +d="M544 147v-270h-169v123h-62l-67 161l-34 -55v-106h-169v483h169v-175l92 175h196l-137 -216l65 -120h116z" /> + <glyph glyph-name="uni04B2" unicode="Ҳ" horiz-adv-x="646" +d="M639 165v-288h-189v123h-57l-95 198l-94 -198h-216l191 342l-180 325h216l83 -185l82 185h217l-179 -324l98 -178h123z" /> + <glyph glyph-name="uni04B3" unicode="ҳ" horiz-adv-x="518" +d="M512 147v-270h-169v123h-47l-61 129l-62 -129h-182l137 245l-130 238h182l54 -120l55 120h181l-129 -238l54 -98h117z" /> + <glyph glyph-name="uni04E8" unicode="Ө" horiz-adv-x="644" +d="M482.5 634.5q68.5 -43.5 106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5t160.5 -43.5zM260 491q-25 -25 -37 -71h199q-13 46 -38 71t-62 25t-62 -25zM386 178q26 28 38 77 +h-204q12 -50 38 -77.5t64 -27.5t64 28z" /> + <glyph glyph-name="uni04E9" unicode="ө" horiz-adv-x="514" +d="M387.5 460.5q54.5 -34.5 82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5zM195 299h124q-14 64 -62 64t-62 -64zM320 188h-125q12 -68 62 -68q49 0 63 68z" /> + <glyph glyph-name="uni1E02" unicode="Ḃ" horiz-adv-x="600" +d="M48 667h331q63 0 105.5 -24.5t62 -63.5t19.5 -82q0 -61 -30.5 -101t-80.5 -52q53 -8 87.5 -54t34.5 -109q0 -77 -47 -129t-139 -52h-343v667zM331 418q20 0 31.5 12t11.5 33q0 20 -11.5 31.5t-31.5 11.5h-94v-88h94zM336 161q23 0 36 12.5t13 35.5q0 22 -13 35t-36 13 +h-99v-96h99zM240.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E03" unicode="ḃ" horiz-adv-x="529" +d="M43 667h169v-236q21 33 51.5 48.5t65.5 15.5q54 0 95.5 -30.5t65 -87.5t23.5 -135q0 -80 -23.5 -137.5t-65 -87t-95.5 -29.5q-74 0 -117 65v-53h-169v667zM237.5 146q16.5 -9 32.5 -9q33 0 51.5 28t18.5 77q0 48 -18.5 76t-51.5 28q-16 0 -32.5 -9t-25.5 -25v-141 +q9 -16 25.5 -25zM210.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E0A" unicode="Ḋ" horiz-adv-x="630" +d="M48 667h252q97 0 167 -41.5t107.5 -116.5t37.5 -175t-37 -175.5t-107 -117t-167 -41.5h-253v667zM300 165q56 0 88 45t32 124q0 84 -30.5 126t-89.5 42h-63v-337h63zM255.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59 +q0 35 24.5 60z" /> + <glyph glyph-name="uni1E0B" unicode="ḋ" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v236h168v-667h-168v53zM318 313q-10 15 -26.5 24t-32.5 9q-32 0 -51 -28t-19 -76t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v141zM201.5 844 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E1E" unicode="Ḟ" horiz-adv-x="496" +d="M48 667h421v-165h-232v-82h225v-165h-225v-255h-189v667zM201.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E1F" unicode="ḟ" horiz-adv-x="323" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337zM179.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E22" unicode="Ḣ" horiz-adv-x="642" +d="M405 261h-168v-261h-189v667h189v-241h168v241h189v-667h-189v261zM261.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E23" unicode="ḣ" horiz-adv-x="535" +d="M324 294q0 28 -12.5 40t-37.5 12q-35 0 -62 -42v-304h-169v667h169v-240q19 27 58 47.5t85 20.5q70 0 104 -35.5t34 -95.5v-364h-169v294zM208.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E56" unicode="Ṗ" horiz-adv-x="579" +d="M48 667h289q74 0 125.5 -30.5t77.5 -82t26 -113.5t-26 -113t-77.5 -81.5t-125.5 -30.5h-100v-216h-189v667zM357.5 486.5q-16.5 15.5 -43.5 15.5h-77v-121h77q27 0 43.5 16t16.5 45t-16.5 44.5zM230.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25 +q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E57" unicode="ṗ" horiz-adv-x="528" +d="M43 -184v667h169v-52q21 33 52 48.5t65 15.5q84 0 133.5 -66t49.5 -187q0 -120 -50 -187t-133 -67q-35 0 -65.5 15.5t-51.5 49.5v-237h-169zM321 318q-19 28 -52 28q-16 0 -32 -8.5t-25 -24.5v-142q9 -15 25 -24.5t32 -9.5q33 0 52 28t19 77q0 48 -19 76zM211.5 677 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E60" unicode="Ṡ" horiz-adv-x="525" +d="M92 221q31 -32 74.5 -51t91.5 -19q27 0 44 11t17 29t-20 29t-63 25q-65 21 -106 41.5t-73.5 63.5t-32.5 114q0 56 28.5 105t85 79t134.5 30q66 0 124.5 -20t102.5 -57l-86 -140q-32 27 -70.5 40.5t-77.5 13.5q-25 0 -36.5 -10t-11.5 -26q0 -17 20.5 -28.5t64.5 -27.5 +q62 -21 103.5 -42t73 -63t31.5 -108q0 -102 -67.5 -162t-183.5 -60q-160 0 -255 89zM203.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E61" unicode="ṡ" horiz-adv-x="436" +d="M73 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5 +t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21q-63 0 -119.5 20t-89.5 50zM158.5 677q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E6A" unicode="Ṫ" +d="M156 502h-138v165h465v-165h-137v-502h-190v502zM191.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E6B" unicode="ṫ" horiz-adv-x="332" +d="M107 24.5q-37 36.5 -37 110.5v202h-61v146h61v132h169v-132h77v-146h-77v-159q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l29 -131q-15 -12 -43 -19.5t-65 -7.5q-76 0 -113 36.5zM97.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25 +q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="819" +d="M410 362l-64 -362h-193l-157 667h202l63 -385l77 385h143l78 -385l62 385h202l-156 -667h-194zM229 867h142l100 -144h-108z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="740" +d="M370 270l-68 -270h-181l-129 483h174l58 -269l67 269h153l72 -269l57 269h174l-128 -483h-181zM187 700h142l100 -144h-108z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="819" +d="M410 362l-64 -362h-193l-157 667h202l63 -385l77 385h143l78 -385l62 385h202l-156 -667h-194zM350 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="740" +d="M370 270l-68 -270h-181l-129 483h174l58 -269l67 269h153l72 -269l57 269h174l-128 -483h-181zM309 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="819" +d="M410 362l-64 -362h-193l-157 667h202l63 -385l77 385h143l78 -385l62 385h202l-156 -667h-194zM248 724q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM449 723.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5 +t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="740" +d="M370 270l-68 -270h-181l-129 483h174l58 -269l67 269h153l72 -269l57 269h174l-128 -483h-181zM209 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM410 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5 +t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="uni1E9E" unicode="ẞ" horiz-adv-x="636" +d="M584 339q38 -52 38 -126q0 -68 -29.5 -119t-81 -78.5t-116.5 -27.5q-44 0 -78 9.5t-54 23.5l53 152q32 -19 72 -19q25 0 43.5 15.5t18.5 45.5q0 31 -22.5 45t-67.5 14h-51v130l67 92q-20 16 -49 16q-43 0 -65.5 -23.5t-22.5 -64.5v-424h-191v423q0 79 34 136.5t97 88 +t146 30.5q81 0 149 -33t103 -105l-97 -132q66 -17 104 -69z" /> + <glyph glyph-name="uni1EA0" unicode="Ạ" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221zM240.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EA1" unicode="ạ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM195.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EA2" unicode="Ả" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221zM249 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EA3" unicode="ả" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM203 635q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EA4" unicode="Ấ" horiz-adv-x="597" +d="M419 735l100 108h142l-133 -108h-109zM298 739l-52 -57h-95l74 108h147l77 -108h-95zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EA5" unicode="ấ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM253 632l-52 -76h-95l74 144h147l77 -144h-95zM369 626l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EA6" unicode="Ầ" horiz-adv-x="597" +d="M-61 843h142l100 -108h-108zM298 739l-52 -57h-95l74 108h147l77 -108h-95zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EA7" unicode="ầ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM253 632l-52 -76h-95l74 144h147l77 -144h-95zM-108 770h142l100 -144h-108z" /> + <glyph glyph-name="uni1EA8" unicode="Ẩ" horiz-adv-x="597" +d="M417.5 826.5q21.5 11.5 50.5 11.5q34 0 55.5 -14t21.5 -41q0 -19 -12 -38h-63q16 16 16 35q0 10 -6 14.5t-14 4.5q-7 0 -13 -4.5t-8 -11.5l-57 11q8 21 29.5 32.5zM298 739l-52 -57h-95l74 108h147l77 -108h-95zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205z +M249 251h99l-49 221z" /> + <glyph glyph-name="uni1EA9" unicode="ẩ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM253 632l-52 -76h-95l74 144h147l77 -144h-95zM315 775q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14 +q8 28 29 43z" /> + <glyph glyph-name="uni1EAA" unicode="Ẫ" horiz-adv-x="597" +d="M247 781q-11 0 -17.5 -5.5t-6.5 -15.5h-82q0 32 28 49.5t80 17.5q21 0 34.5 -3.5t34.5 -11.5q20 -9 31 -9t17.5 5.5t6.5 15.5h82q0 -32 -28 -49.5t-80 -17.5q-21 0 -34.5 3.5t-34.5 11.5q-20 9 -31 9zM298 716l-52 -38h-95l74 72h147l77 -72h-95zM385 86h-173l-19 -86 +h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EAB" unicode="ẫ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM253 599l-52 -76h-95l74 144h147l77 -144h-95zM218 725q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5 +t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EAC" unicode="Ậ" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221zM240.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM297 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EAD" unicode="ậ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM195.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM252 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EAE" unicode="Ắ" horiz-adv-x="597" +d="M237 756l100 75h142l-133 -75h-109zM212 694q-40 11 -66 30l73 31q28 -23 79 -23t80 23l72 -31q-26 -20 -65.5 -30.5t-86.5 -10.5q-46 0 -86 11zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EAF" unicode="ắ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM166 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM193 645l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EB0" unicode="Ằ" horiz-adv-x="597" +d="M118 832h142l100 -75h-108zM212 691q-40 11 -66 30l73 31q28 -23 79 -23t80 23l72 -31q-26 -20 -65.5 -30.5t-86.5 -10.5q-46 0 -86 11zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EB1" unicode="ằ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM166 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM70 789h142l100 -144h-108z" /> + <glyph glyph-name="uni1EB2" unicode="Ẳ" horiz-adv-x="597" +d="M250 808.5q21 7.5 50 7.5q34 0 56 -9.5t22 -28.5q0 -12 -12 -26h-63q15 11 15 24t-19 13q-15 0 -22 -11l-56 8q8 15 29 22.5zM212 691q-40 11 -66 30l73 31q28 -23 79 -23t80 23l72 -31q-26 -20 -65.5 -30.5t-86.5 -10.5q-46 0 -86 11zM385 86h-173l-19 -86h-205l196 667 +h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EB3" unicode="ẳ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM166 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM203 758q21 15 50 15q34 0 56 -18.5t22 -54.5 +q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EB4" unicode="Ẵ" horiz-adv-x="597" +d="M247 781q-11 0 -17.5 -5.5t-6.5 -15.5h-82q0 32 28 49.5t80 17.5q21 0 34.5 -3.5t34.5 -11.5q20 -9 31 -9t17.5 5.5t6.5 15.5h82q0 -32 -28 -49.5t-80 -17.5q-21 0 -34.5 3.5t-34.5 11.5q-20 9 -31 9zM214 690.5q-40 10.5 -67 28.5l73 30q30 -22 80 -22q51 0 79 22 +l73 -30q-27 -18 -66.5 -28.5t-85.5 -10.5t-86 10.5zM385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221z" /> + <glyph glyph-name="uni1EB5" unicode="ẵ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM166 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM214 698q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5 +h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EB6" unicode="Ặ" horiz-adv-x="597" +d="M385 86h-173l-19 -86h-205l196 667h229l196 -667h-205zM249 251h99l-49 221zM213 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM240.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60 +q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EB7" unicode="ặ" horiz-adv-x="506" +d="M295 47q-17 -26 -53.5 -42.5t-73.5 -16.5q-38 0 -73 18.5t-57 54.5t-22 87q0 77 44.5 114.5t107.5 37.5q40 0 75.5 -14.5t51.5 -39.5v49q0 29 -21 47t-59 18q-29 0 -60 -12t-58 -34l-57 111q39 36 96.5 53t112.5 17q95 0 155 -43.5t60 -139.5v-312h-169v47zM295 163 +q-7 14 -23 21.5t-36 7.5q-23 0 -38 -12t-15 -35t15 -35t38 -12q20 0 36 7.5t23 21.5v36zM166 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM195.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60 +q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EB8" unicode="Ẹ" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM200.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EB9" unicode="ẹ" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM193.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EBA" unicode="Ẻ" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM201 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EBB" unicode="ẻ" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM195 635q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EBC" unicode="Ẽ" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM232 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z +" /> + <glyph glyph-name="uni1EBD" unicode="ẽ" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM209 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EBE" unicode="Ế" +d="M381 735l100 108h142l-133 -108h-109zM260 739l-52 -57h-95l74 108h147l77 -108h-95zM48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="uni1EBF" unicode="ế" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM249 632l-52 -76h-95l74 144h147l77 -144h-95zM365 626l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EC0" unicode="Ề" +d="M-97 843h142l100 -108h-108zM262 739l-52 -57h-95l74 108h147l77 -108h-95zM48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="uni1EC1" unicode="ề" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM-113 770h142l100 -144h-108zM249 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EC2" unicode="Ể" +d="M378.5 826.5q21.5 11.5 50.5 11.5q34 0 55.5 -14t21.5 -41q0 -19 -12 -38h-63q16 16 16 35q0 10 -6 14.5t-14 4.5q-7 0 -13 -4.5t-8 -11.5l-57 11q8 21 29.5 32.5zM259 739l-52 -57h-95l74 108h147l77 -108h-95zM48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165 +h-421v667z" /> + <glyph glyph-name="uni1EC3" unicode="ể" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM249 632l-52 -76h-95l74 144h147l77 -144h-95zM311 775q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EC4" unicode="Ễ" +d="M208 781q-10 0 -17 -5.5t-7 -15.5h-81q0 32 28 49.5t79 17.5q22 0 36 -3.5t34 -11.5q20 -9 31 -9q10 0 17 5.5t7 15.5h81q0 -32 -28 -49.5t-79 -17.5q-19 0 -33 3t-24 7t-13 5q-20 9 -31 9zM260 716l-53 -38h-94l73 72h147l77 -72h-94zM48 667h421v-165h-232v-82h225 +v-165h-225v-90h232v-165h-421v667z" /> + <glyph glyph-name="uni1EC5" unicode="ễ" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM248 599l-52 -76h-95l74 144h147l77 -144h-95zM212 725q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EC6" unicode="Ệ" +d="M48 667h421v-165h-232v-82h225v-165h-225v-90h232v-165h-421v667zM200.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM257 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EC7" unicode="ệ" horiz-adv-x="489" +d="M46 370q29 58 82.5 91.5t124.5 33.5q104 0 164 -70.5t60 -190.5v-46h-292q5 -29 29 -48.5t66 -19.5q25 0 51.5 10t43.5 26l72 -101q-33 -32 -84.5 -49.5t-102.5 -17.5q-72 0 -127 31t-85.5 89t-30.5 134q0 70 29 128zM202 344q-15 -19 -18 -45h133q-3 26 -18 45t-49 19 +q-33 0 -48 -19zM193.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM251 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EC8" unicode="Ỉ" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM93 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EC9" unicode="ỉ" horiz-adv-x="254" +d="M43 483h169v-483h-169v483zM78 635q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ECA" unicode="Ị" horiz-adv-x="285" +d="M48 667h189v-667h-189v667zM85.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1ECB" unicode="ị" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM43 483h169v-483h-169v483zM70.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1ECC" unicode="Ọ" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM265.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1ECD" unicode="ọ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM198.5 -62 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1ECE" unicode="Ỏ" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM271 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ECF" unicode="ỏ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM209 635q21 15 50 15 +q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ED0" unicode="Ố" horiz-adv-x="644" +d="M439 735l100 108h142l-134 -108h-108zM318 739l-53 -57h-94l73 108h147l77 -108h-94zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180z +M404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="uni1ED1" unicode="ố" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM254 632l-52 -76h-95 +l74 144h147l77 -144h-95zM370 626l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1ED2" unicode="Ồ" horiz-adv-x="644" +d="M-43 843h142l100 -108h-108zM316 739l-52 -57h-95l74 108h147l77 -108h-95zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462 +q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="uni1ED3" unicode="ồ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM-108 770h142 +l100 -144h-108zM254 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1ED4" unicode="Ổ" horiz-adv-x="644" +d="M437 826.5q21 11.5 50 11.5q34 0 56 -14t22 -41q0 -11 -3 -19t-9 -19h-63q15 15 15 35q0 10 -5.5 14.5t-13.5 4.5q-15 0 -22 -16l-56 11q8 21 29 32.5zM318 739l-53 -57h-94l73 108h147l77 -108h-94zM55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5 +t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="uni1ED5" unicode="ổ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM254 632l-52 -76h-95 +l74 144h147l77 -144h-95zM316 775q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ED6" unicode="Ỗ" horiz-adv-x="644" +d="M266 781q-10 0 -17 -5.5t-7 -15.5h-81q0 32 28 49.5t79 17.5q22 0 36 -3.5t34 -11.5q20 -9 31 -9q10 0 17 5.5t7 15.5h81q0 -32 -28 -49.5t-79 -17.5q-19 0 -33 3t-24 7t-13 5q-20 9 -31 9zM318 716l-53 -38h-94l73 72h147l77 -72h-94zM55.5 513q37.5 78 106 121.5 +t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5q0 80 -29.5 129z" /> + <glyph glyph-name="uni1ED7" unicode="ỗ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM255 599l-52 -76h-95 +l74 144h147l77 -144h-95zM220 725q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1ED8" unicode="Ộ" horiz-adv-x="644" +d="M55.5 513q37.5 78 106 121.5t160.5 43.5t160.5 -43.5t106 -121.5t37.5 -180q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180zM404.5 462q-29.5 49 -82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5t29.5 128.5 +q0 80 -29.5 129zM265.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM323 799l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1ED9" unicode="ộ" horiz-adv-x="514" +d="M127 22.5q-54 34.5 -82 92.5t-28 127t28 126.5t82 92t130 34.5t130.5 -34.5t82.5 -92t28 -126.5t-28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM198.5 -62 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM256 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EDA" unicode="Ớ" horiz-adv-x="644" +d="M633 592.5q-19 -34.5 -54 -61.5q47 -83 47 -198q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5q70 0 127.5 -26t97.5 -74q30 24 37 50q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5 +q31 0 52.5 -22.5t21.5 -60.5q0 -40 -19 -74.5zM404.5 204.5q29.5 49.5 29.5 128.5q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5zM261 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EDB" unicode="ớ" horiz-adv-x="514" +d="M496.5 463q-16.5 -33 -47.5 -59q49 -69 49 -162q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q90 0 153 -50q27 23 36 49q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47t46 19q30 0 51.5 -22.5t21.5 -59.5 +q0 -38 -16.5 -71zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM196 556l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EDC" unicode="Ờ" horiz-adv-x="644" +d="M633 592.5q-19 -34.5 -54 -61.5q47 -83 47 -198q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5q70 0 127.5 -26t97.5 -74q30 24 37 50q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5 +q31 0 52.5 -22.5t21.5 -60.5q0 -40 -19 -74.5zM404.5 204.5q29.5 49.5 29.5 128.5q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5zM141 867h142l100 -144h-108z" /> + <glyph glyph-name="uni1EDD" unicode="ờ" horiz-adv-x="514" +d="M496.5 463q-16.5 -33 -47.5 -59q49 -69 49 -162q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q90 0 153 -50q27 23 36 49q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47t46 19q30 0 51.5 -22.5t21.5 -59.5 +q0 -38 -16.5 -71zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM75 700h142l100 -144h-108z" /> + <glyph glyph-name="uni1EDE" unicode="Ở" horiz-adv-x="644" +d="M633 592.5q-19 -34.5 -54 -61.5q47 -83 47 -198q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5q70 0 127.5 -26t97.5 -74q30 24 37 50q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5 +q31 0 52.5 -22.5t21.5 -60.5q0 -40 -19 -74.5zM404.5 204.5q29.5 49.5 29.5 128.5q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5zM273 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5 +q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EDF" unicode="ở" horiz-adv-x="514" +d="M496.5 463q-16.5 -33 -47.5 -59q49 -69 49 -162q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q90 0 153 -50q27 23 36 49q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47t46 19q30 0 51.5 -22.5t21.5 -59.5 +q0 -38 -16.5 -71zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM207 635q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EE0" unicode="Ỡ" horiz-adv-x="644" +d="M633 592.5q-19 -34.5 -54 -61.5q47 -83 47 -198q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5q70 0 127.5 -26t97.5 -74q30 24 37 50q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5 +q31 0 52.5 -22.5t21.5 -60.5q0 -40 -19 -74.5zM404.5 204.5q29.5 49.5 29.5 128.5q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5zM287 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5 +q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EE1" unicode="ỡ" horiz-adv-x="514" +d="M496.5 463q-16.5 -33 -47.5 -59q49 -69 49 -162q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q90 0 153 -50q27 23 36 49q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47t46 19q30 0 51.5 -22.5t21.5 -59.5 +q0 -38 -16.5 -71zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM197 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EE2" unicode="Ợ" horiz-adv-x="644" +d="M633 592.5q-19 -34.5 -54 -61.5q47 -83 47 -198q0 -101 -37.5 -179.5t-106 -122t-160.5 -43.5t-160.5 43.5t-106 122t-37.5 179.5q0 102 37.5 180t106 121.5t160.5 43.5q70 0 127.5 -26t97.5 -74q30 24 37 50q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5 +q31 0 52.5 -22.5t21.5 -60.5q0 -40 -19 -74.5zM404.5 204.5q29.5 49.5 29.5 128.5q0 80 -29.5 129t-82.5 49t-82 -49t-29 -129t29 -129t82 -49t82.5 49.5zM265.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EE3" unicode="ợ" horiz-adv-x="514" +d="M496.5 463q-16.5 -33 -47.5 -59q49 -69 49 -162q0 -69 -28 -127t-82.5 -92.5t-130.5 -34.5t-130 34.5t-82 92.5t-28 127t28 126.5t82 92t130 34.5q90 0 153 -50q27 23 36 49q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47t46 19q30 0 51.5 -22.5t21.5 -59.5 +q0 -38 -16.5 -71zM307.5 165.5q17.5 28.5 17.5 76.5t-17.5 76t-50.5 28t-50 -28t-17 -76t17 -76.5t50 -28.5t50.5 28.5zM198.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EE4" unicode="Ụ" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM268.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z +" /> + <glyph glyph-name="uni1EE5" unicode="ụ" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM208.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EE6" unicode="Ủ" horiz-adv-x="650" +d="M48 667h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-422q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423zM275 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5 +q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EE7" unicode="ủ" horiz-adv-x="534" +d="M323 55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h169v-483h-169v55zM217 635q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EE8" unicode="Ứ" horiz-adv-x="650" +d="M677 640q-26 -42 -75 -69v-326q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-28q26 24 33 47q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5q31 0 52.5 -22 +t21.5 -60q0 -44 -26 -86zM265 723l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EE9" unicode="ứ" horiz-adv-x="534" +d="M540 484q-16 -34 -48 -62v-422h-169v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h149q13 16 17 30q-4 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19 46.5t46 19.5q30 0 51.5 -22.5t21.5 -60.5q0 -34 -16 -68zM206 556 +l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EEA" unicode="Ừ" horiz-adv-x="650" +d="M677 640q-26 -42 -75 -69v-326q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-28q26 24 33 47q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5q31 0 52.5 -22 +t21.5 -60q0 -44 -26 -86zM143 867h142l100 -144h-108z" /> + <glyph glyph-name="uni1EEB" unicode="ừ" horiz-adv-x="534" +d="M540 484q-16 -34 -48 -62v-422h-169v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h149q13 16 17 30q-4 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19 46.5t46 19.5q30 0 51.5 -22.5t21.5 -60.5q0 -34 -16 -68zM86 700h142 +l100 -144h-108z" /> + <glyph glyph-name="uni1EEC" unicode="Ử" horiz-adv-x="650" +d="M677 640q-26 -42 -75 -69v-326q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-28q26 24 33 47q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5q31 0 52.5 -22 +t21.5 -60q0 -44 -26 -86zM275 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EED" unicode="ử" horiz-adv-x="534" +d="M540 484q-16 -34 -48 -62v-422h-169v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h149q13 16 17 30q-4 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19 46.5t46 19.5q30 0 51.5 -22.5t21.5 -60.5q0 -34 -16 -68zM217 635 +q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EEE" unicode="Ữ" horiz-adv-x="650" +d="M677 640q-26 -42 -75 -69v-326q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-28q26 24 33 47q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5q31 0 52.5 -22 +t21.5 -60q0 -44 -26 -86zM289 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EEF" unicode="ữ" horiz-adv-x="534" +d="M540 484q-16 -34 -48 -62v-422h-169v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h149q13 16 17 30q-4 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19 46.5t46 19.5q30 0 51.5 -22.5t21.5 -60.5q0 -34 -16 -68zM223 597 +q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EF0" unicode="Ự" horiz-adv-x="650" +d="M677 640q-26 -42 -75 -69v-326q0 -120 -75 -188.5t-202 -68.5q-83 0 -146 30.5t-97 88.5t-34 137v423h191v-424q0 -42 22.5 -65.5t63.5 -23.5t63.5 23.5t22.5 65.5v424h191v-28q26 24 33 47q-3 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19.5 46.5t45.5 19.5q31 0 52.5 -22 +t21.5 -60q0 -44 -26 -86zM268.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EF1" unicode="ự" horiz-adv-x="534" +d="M540 484q-16 -34 -48 -62v-422h-169v55q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 96v363h169v-293q0 -53 49 -53q37 0 62 42v304h149q13 16 17 30q-4 -3 -16 -3q-24 0 -39.5 16t-15.5 43t19 46.5t46 19.5q30 0 51.5 -22.5t21.5 -60.5q0 -34 -16 -68zM208.5 -62 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267zM107 867h142l100 -144h-108z" /> + <glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM60 700h142l100 -144h-108z" /> + <glyph glyph-name="uni1EF4" unicode="Ỵ" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267zM228.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EF5" unicode="ỵ" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM181.5 -235q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EF6" unicode="Ỷ" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267zM233 805q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EF7" unicode="ỷ" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM188 649q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5 +q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EF8" unicode="Ỹ" horiz-adv-x="577" +d="M194 267l-207 400h207l95 -228l94 228h206l-205 -400v-267h-190v267zM250 764q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z +" /> + <glyph glyph-name="uni1EF9" unicode="ỹ" horiz-adv-x="485" +d="M99 -47q43 0 51 21l6 17l-167 492h179l74 -280l76 280h178l-185 -545q-26 -77 -72.5 -105t-124.5 -29q-15 0 -36.5 2.5t-31.5 5.5l24 148q11 -7 29 -7zM205 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5 +q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni2009" unicode=" " horiz-adv-x="125" + /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="527" +d="M30 313h467v-141h-467v141z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="737" +d="M30 313h677v-141h-677v141z" /> + <glyph glyph-name="uni2015" unicode="―" horiz-adv-x="527" +d="M30 313h467v-141h-467v141z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="277" +d="M221 622q-25 -12 -52 -40t-36 -55q15 3 25 3q35 0 59 -24.5t24 -63.5q0 -41 -29.5 -70.5t-69.5 -29.5q-46 0 -78 34t-32 90q0 63 31.5 117.5t88.5 94.5z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="277" +d="M56 397q25 12 52 40.5t36 55.5q-8 -4 -24 -4q-35 0 -59 25t-24 64q0 41 29 70t70 29q46 0 78 -33.5t32 -89.5q0 -63 -32 -117.5t-89 -95.5z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="276" +d="M56 -89q25 12 52 40.5t36 55.5q-10 -4 -25 -4q-34 0 -58 25t-24 64q0 41 29 70t69 29q46 0 78 -33.5t32 -89.5q0 -63 -31.5 -118t-88.5 -95z" /> + <glyph glyph-name="quotereversed" unicode="‛" horiz-adv-x="277" +d="M211.5 648q29.5 -29 29.5 -70q0 -39 -24 -64t-59 -25q-15 0 -25 4q9 -27 36 -55.5t52 -40.5l-69 -56q-57 41 -88.5 95.5t-31.5 117.5q0 56 32 89.5t78 33.5q40 0 69.5 -29z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="515" +d="M221 622q-25 -12 -52 -40t-36 -55q12 3 24 3q35 0 59 -24.5t24 -63.5q0 -41 -29 -70.5t-69 -29.5q-46 0 -78.5 34t-32.5 90q0 63 32 117.5t89 94.5zM459 622q-25 -12 -52.5 -40.5t-36.5 -54.5q15 3 25 3q35 0 59 -24.5t24 -63.5q0 -41 -29 -70.5t-70 -29.5q-46 0 -78 34 +t-32 90q0 63 31.5 117.5t88.5 94.5z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="515" +d="M56 397q25 12 52 40.5t36 55.5q-8 -4 -24 -4q-35 0 -59 25t-24 64q0 41 29 70t70 29q46 0 78 -33.5t32 -89.5q0 -63 -32 -117.5t-89 -95.5zM294 397q25 12 52 40.5t36 55.5q-8 -4 -24 -4q-35 0 -59 25t-24 64q0 41 29 70t69 29q46 0 78 -33.5t32 -89.5q0 -63 -31.5 -118 +t-88.5 -95z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="513" +d="M56 -89q25 12 52 40.5t36 55.5q-10 -4 -25 -4q-34 0 -58 25t-24 64q0 41 29 70t69 29q46 0 78 -33.5t32 -89.5q0 -63 -31.5 -118t-88.5 -95zM294 -89q25 12 52 40.5t36 55.5q-10 -4 -25 -4q-35 0 -59 25t-24 64q0 41 29.5 70t69.5 29q46 0 78 -33.5t32 -89.5 +q0 -63 -31.5 -117.5t-88.5 -95.5z" /> + <glyph glyph-name="dagger" unicode="†" horiz-adv-x="288" +d="M186 327h-84l5 192l-89 -4v77l89 -3l-5 88h84l-4 -88l89 3v-77l-89 4z" /> + <glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="288" +d="M182 519v-179l89 4v-77l-89 3l4 -90h-84l4 90l-88 -3v77l88 -4v179l-88 -4v77l88 -3l-4 88h84l-4 -88l89 3v-77z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="358" +d="M116.5 133q-29.5 17 -46.5 46t-17 63q0 35 17 64.5t46.5 46.5t63.5 17q53 0 90.5 -37.5t37.5 -90.5q0 -34 -17 -63t-46.5 -46t-64.5 -17q-34 0 -63.5 17z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="828" +d="M67 18q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30zM343 18q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30zM619 18q-30 30 -30 71q0 42 30 72t71 30q42 0 71.5 -30t29.5 -72q0 -41 -29.5 -71t-71.5 -30 +q-41 0 -71 30z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1027" +d="M91.5 364q-36.5 22 -56 60t-19.5 85t19.5 85.5t56 60.5t83.5 22t83.5 -22t56 -60.5t19.5 -85.5t-19.5 -85t-56 -60t-83.5 -22t-83.5 22zM131 0l355 667h79l-356 -667h-78zM140 564.5q-13 -18.5 -13 -55.5q0 -36 13 -54.5t35 -18.5t35.5 18.5t13.5 54.5q0 37 -13.5 55.5 +t-35.5 18.5t-35 -18.5zM436 10q-36 22 -55.5 60t-19.5 85q0 72 43.5 120t115.5 48q71 0 114.5 -48t43.5 -120q0 -47 -19.5 -85t-55.5 -60t-83 -22q-48 0 -84 22zM769 10q-36 22 -55.5 60t-19.5 85q0 72 43.5 120t114.5 48q47 0 83.5 -22t56 -60.5t19.5 -85.5t-19.5 -85 +t-56 -60t-83.5 -22t-83 22zM484.5 210.5q-13.5 -18.5 -13.5 -55.5q0 -36 13.5 -54.5t35.5 -18.5t35.5 18.5t13.5 54.5q0 37 -13.5 55.5t-35.5 18.5t-35.5 -18.5zM817 210.5q-13 -18.5 -13 -55.5q0 -36 13 -54.5t35 -18.5t35.5 18.5t13.5 54.5q0 37 -13.5 55.5t-35.5 18.5 +t-35 -18.5z" /> + <glyph glyph-name="uni2032" unicode="′" horiz-adv-x="263" +d="M56 504q19 106 25 118q10 25 32.5 40t49.5 15q35 0 60 -25.5t25 -61.5q0 -16 -6 -33q-5 -13 -64.5 -102t-81.5 -121l-65 26q6 38 25 144z" /> + <glyph glyph-name="uni2033" unicode="″" horiz-adv-x="478" +d="M56 504q19 106 25 118q10 25 32.5 40t49.5 15q35 0 60 -25.5t25 -61.5q0 -16 -6 -33q-5 -13 -64.5 -102t-81.5 -121l-65 26q6 38 25 144zM271 504q19 106 24 118q10 25 32.5 40t49.5 15q35 0 60.5 -25.5t25.5 -61.5q0 -18 -7 -33q-5 -13 -64.5 -102t-81.5 -121l-65 26 +q7 38 26 144z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="324" +d="M30 243l125 177h139l-125 -177l125 -180h-139z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="324" +d="M30 63l125 180l-125 177h139l125 -177l-125 -180h-139z" /> + <glyph glyph-name="uni203D" unicode="‽" horiz-adv-x="404" +d="M345.5 627.5q51.5 -49.5 51.5 -131.5q0 -58 -33 -103t-80 -70l-9 -81h-151l-26 226h117v-69q28 26 28 59q0 32 -20 47.5t-51 15.5q-50 0 -80 -35l-85 110q38 40 87 60.5t103 20.5q97 0 148.5 -49.5zM270.5 161q30.5 -30 30.5 -71t-30.5 -71.5t-71.5 -30.5t-71 30.5 +t-30 71.5t30 71t71 30t71.5 -30z" /> + <glyph glyph-name="uni203E" unicode="‾" horiz-adv-x="316" +d="M0 645h316v-92h-316v92z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="166" +d="M-135 0l356 667h79l-356 -667h-79z" /> + <glyph glyph-name="uni2070" unicode="⁰" horiz-adv-x="365" +d="M59 473.5q-44 59.5 -44 147.5t44 147t124 59t123.5 -59t43.5 -147t-43.5 -147.5t-123.5 -59.5t-124 59.5zM149.5 703.5q-9.5 -25.5 -9.5 -82.5t10 -83t33 -26q22 0 31.5 26t9.5 83t-9.5 82.5t-31.5 25.5q-24 0 -33.5 -25.5z" /> + <glyph glyph-name="uni2074" unicode="⁴" horiz-adv-x="365" +d="M314 421h-124v74h-175v88l137 238h162v-229h39v-97h-39v-74zM127 592h63v113z" /> + <glyph glyph-name="uni2075" unicode="⁵" horiz-adv-x="365" +d="M84 429q-41 15 -68 44l70 78q18 -19 41 -29t46 -10q24 0 37 12.5t13 30.5t-11.5 29.5t-33.5 11.5q-38 0 -63 -31l-87 26v230h293v-98h-169v-68q13 13 33 21.5t42 8.5q51 0 85.5 -33t34.5 -94q0 -64 -45.5 -104t-125.5 -40q-51 0 -92 15z" /> + <glyph glyph-name="uni2076" unicode="⁶" horiz-adv-x="365" +d="M60.5 471q-45.5 57 -45.5 149q0 99 54 153t144 54q33 0 64.5 -9t53.5 -25l-54 -86q-15 12 -29.5 17t-33.5 5q-31 0 -53 -19.5t-22 -54.5v-3q15 21 37 31.5t49 10.5q33 0 61.5 -16.5t46 -47t17.5 -71.5q0 -66 -44 -105.5t-111 -39.5q-89 0 -134.5 57zM139 579 +q4 -67 48 -67q17 0 28 12.5t11 28.5q0 23 -14 34.5t-30 11.5q-26 0 -43 -20z" /> + <glyph glyph-name="uni2077" unicode="⁷" horiz-adv-x="339" +d="M73 421l126 302h-184v98h309v-85l-123 -315h-128z" /> + <glyph glyph-name="uni2078" unicode="⁸" horiz-adv-x="365" +d="M61 441.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM152.5 725.5q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36 +q0 33 -40 33q-19 0 -29.5 -8.5zM152.5 570.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5z" /> + <glyph glyph-name="uni2079" unicode="⁹" horiz-adv-x="365" +d="M305 770.5q45 -56.5 45 -149.5q0 -99 -54.5 -153t-143.5 -54q-32 0 -63.5 9t-53.5 25l54 87q26 -23 62 -23q30 0 52.5 19t22.5 56v3q-31 -43 -86 -43q-33 0 -61.5 16.5t-46 47.5t-17.5 72q0 65 44 104.5t112 39.5q89 0 134 -56.5zM226 664q-1 29 -12 47t-34 18 +q-18 0 -29 -12t-11 -29q0 -23 13.5 -34t29.5 -11q27 0 43 21z" /> + <glyph glyph-name="uni207D" unicode="⁽" horiz-adv-x="206" +d="M50 476q-26 72 -26 145q0 72 26.5 144.5t69.5 120.5l72 -29q-29 -58 -41 -112.5t-12 -123.5q0 -70 12 -124.5t41 -110.5l-72 -30q-44 48 -70 120z" /> + <glyph glyph-name="uni207E" unicode="⁾" horiz-adv-x="207" +d="M14 386q30 58 42 112t12 123t-12.5 124t-41.5 112l72 29q43 -48 69.5 -120.5t26.5 -144.5q0 -73 -26 -145t-70 -120z" /> + <glyph glyph-name="uni207F" unicode="ⁿ" horiz-adv-x="380" +d="M226 513q0 35 -33 35q-13 0 -21.5 -6.5t-17.5 -17.5v-198h-119v314h119v-35q14 18 39 30.5t58 12.5q46 0 70 -24t24 -66v-232h-119v187z" /> + <glyph glyph-name="uni2080" unicode="₀" horiz-adv-x="365" +d="M59 -93.5q-44 59.5 -44 147.5t44 147t124 59t123.5 -59t43.5 -147t-43.5 -147.5t-123.5 -59.5t-124 59.5zM149.5 136.5q-9.5 -25.5 -9.5 -82.5t10 -83t33 -26q22 0 31.5 26t9.5 83t-9.5 82.5t-31.5 25.5q-24 0 -33.5 -25.5z" /> + <glyph glyph-name="uni2081" unicode="₁" horiz-adv-x="305" +d="M133 97l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="uni2082" unicode="₂" horiz-adv-x="365" +d="M34 -56q86 66 124 99t49.5 49t11.5 32q0 17 -12 27.5t-34 10.5q-25 0 -50 -13.5t-40 -32.5l-67 77q31 33 74 50t88 17q76 0 120.5 -34.5t44.5 -94.5q0 -39 -30.5 -78t-111.5 -101h145v-98h-312v90z" /> + <glyph glyph-name="uni2083" unicode="₃" horiz-adv-x="365" +d="M83.5 -136q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58 +t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17z" /> + <glyph glyph-name="uni2084" unicode="₄" horiz-adv-x="365" +d="M314 -146h-124v74h-175v88l137 238h162v-229h39v-97h-39v-74zM127 25h63v113z" /> + <glyph glyph-name="uni2085" unicode="₅" horiz-adv-x="365" +d="M84 -138q-41 15 -68 44l70 78q18 -19 41 -29t46 -10q24 0 37 12.5t13 30.5t-11.5 29.5t-33.5 11.5q-38 0 -63 -31l-87 26v230h293v-98h-169v-68q13 13 33 21.5t42 8.5q51 0 85.5 -33t34.5 -94q0 -64 -45.5 -104t-125.5 -40q-51 0 -92 15z" /> + <glyph glyph-name="uni2086" unicode="₆" horiz-adv-x="365" +d="M60.5 -96q-45.5 57 -45.5 149q0 99 54 153t144 54q33 0 64.5 -9t53.5 -25l-54 -86q-15 12 -29.5 17t-33.5 5q-31 0 -53 -19.5t-22 -54.5v-3q15 21 37 31.5t49 10.5q33 0 61.5 -16.5t46 -47t17.5 -71.5q0 -66 -44 -105.5t-111 -39.5q-89 0 -134.5 57zM139 12q4 -67 48 -67 +q17 0 28 12.5t11 28.5q0 23 -14 34.5t-30 11.5q-26 0 -43 -20z" /> + <glyph glyph-name="uni2087" unicode="₇" horiz-adv-x="339" +d="M73 -146l126 302h-184v98h309v-85l-123 -315h-128z" /> + <glyph glyph-name="uni2088" unicode="₈" horiz-adv-x="365" +d="M61 -125.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM152.5 158.5q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36 +q0 33 -40 33q-19 0 -29.5 -8.5zM152.5 3.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5z" /> + <glyph glyph-name="uni2089" unicode="₉" horiz-adv-x="365" +d="M305 203.5q45 -56.5 45 -149.5q0 -99 -54.5 -153t-143.5 -54q-32 0 -63.5 9t-53.5 25l54 87q26 -23 62 -23q30 0 52.5 19t22.5 56v3q-31 -43 -86 -43q-33 0 -61.5 16.5t-46 47.5t-17.5 72q0 65 44 104.5t112 39.5q89 0 134 -56.5zM226 97q-1 29 -12 47t-34 18 +q-18 0 -29 -12t-11 -29q0 -23 13.5 -34t29.5 -11q27 0 43 21z" /> + <glyph glyph-name="uni208D" unicode="₍" horiz-adv-x="206" +d="M50 -91q-26 72 -26 145q0 72 26.5 144.5t69.5 120.5l72 -29q-29 -58 -41 -112.5t-12 -123.5q0 -70 12 -124.5t41 -110.5l-72 -30q-44 48 -70 120z" /> + <glyph glyph-name="uni208E" unicode="₎" horiz-adv-x="207" +d="M14 -181q30 58 42 112t12 123t-12.5 124t-41.5 112l72 29q43 -48 69.5 -120.5t26.5 -144.5q0 -73 -26 -145t-70 -120z" /> + <glyph glyph-name="colonmonetary" unicode="₡" horiz-adv-x="587" +d="M389 182q25 27 34 68l156 -65q-27 -78 -83 -135t-153 -62l-23 -88h-89l26 96q-26 6 -40 11l-29 -107h-88l40 151q-56 45 -86.5 118t-30.5 164q0 98 34.5 174t98.5 120.5t150 49.5l24 91h89l-26 -97q21 -5 39 -12l30 109h88l-43 -161q44 -44 72 -119l-157 -66 +q-10 40 -34.5 64.5t-58.5 24.5q-54 0 -83.5 -49t-29.5 -129t29.5 -129t83.5 -49q35 0 60 27z" /> + <glyph glyph-name="uni20A3" unicode="₣" horiz-adv-x="504" +d="M246 502v-82h224v-165h-224v-76h90v-92h-90v-87h-190v87h-47v92h47v488h421v-165h-231z" /> + <glyph glyph-name="lira" unicode="₤" horiz-adv-x="525" +d="M516 35q-19 -20 -56.5 -33.5t-86.5 -13.5q-30 0 -52.5 6.5t-54.5 18.5q-36 17 -61 17q-47 0 -103 -37l-56 125q33 20 55 46.5t22 54.5h-95v80h74l-18 36l-2 3h-54v80h21q-6 21 -6 47q0 64 36 112t92 74t113 26q87 0 145.5 -34t81.5 -105l-151 -75q-15 62 -58 62 +q-23 0 -38 -17.5t-15 -45.5q0 -22 5 -44h114v-80h-86q4 -15 7 -39h79v-80h-91q-15 -33 -37 -48q21 7 41 7q26 0 56 -12q2 -1 16 -6t31 -5q49 0 73 29z" /> + <glyph glyph-name="uni20A6" unicode="₦" horiz-adv-x="658" +d="M602 358v-43h46v-92h-46v-223h-179l-177 308v-308h-190v223h-47v92h47v43h-47v92h47v217h193l164 -288v288h189v-217h46v-92h-46z" /> + <glyph glyph-name="peseta" unicode="₧" horiz-adv-x="625" +d="M619 375h-48q-14 -87 -72 -143t-153 -56h-100v-176h-190v375h-47v93h47v199h290q95 0 153 -56t72 -143h48v-93zM246 468h126q-8 16 -20.5 25t-28.5 9h-77v-34zM351.5 350q12.5 9 20.5 25h-126v-34h77q16 0 28.5 9z" /> + <glyph glyph-name="uni20A8" unicode="₨" horiz-adv-x="993" +d="M285 216h-48v-216h-189v667h294q67 0 118 -29.5t78.5 -80t27.5 -112.5q0 -76 -29.5 -123.5t-70.5 -70.5l103 -251h-209zM356.5 486.5q-17.5 15.5 -44.5 15.5h-75v-121h75q27 0 44.5 16t17.5 45t-17.5 44.5zM630 172q25 -22 66 -38.5t74 -16.5q49 0 49 26q0 11 -13.5 16 +t-47.5 13q-51 11 -86 25t-62 47.5t-27 91.5q0 43 23 79t67.5 58t107.5 22q53 0 101.5 -16.5t86.5 -44.5l-63 -111q-20 18 -54 32t-69 14q-18 0 -30 -6.5t-12 -16.5t11.5 -14.5t46.5 -12.5q52 -12 88.5 -26.5t64.5 -48.5t28 -93q0 -47 -25.5 -84t-72.5 -58t-109 -21 +q-63 0 -119.5 20t-89.5 50z" /> + <glyph glyph-name="uni20A9" unicode="₩" horiz-adv-x="838" +d="M782 450h40v-92h-62l-10 -43h72v-92h-94l-52 -223h-194l-63 362l-63 -362h-194l-52 223h-95v92h73l-10 43h-63v92h42l-51 217h202l63 -385l77 385h143l77 -385l62 385h203z" /> + <glyph glyph-name="uni20AA" unicode="₪" horiz-adv-x="746" +d="M531 174h-141v164q0 41 -19 61t-64 20h-124v-419h-140v550h264q111 0 167.5 -51.5t56.5 -154.5v-170zM216 375h140v-244h124q45 0 64 20t19 61v338h140v-343q0 -207 -223 -207h-264v375z" /> + <glyph glyph-name="dong" unicode="₫" horiz-adv-x="536" +d="M530 523h-44v-523h-168v53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v92h-127v92h127v52h168v-52h44v-92zM318 313q-10 15 -26.5 24t-32.5 9q-32 0 -51 -28t-19 -76t19 -76.5t51 -28.5 +q16 0 32.5 9.5t26.5 25.5v141zM120 -102h316v-92h-316v92z" /> + <glyph glyph-name="Euro" unicode="€" horiz-adv-x="605" +d="M407 182q25 27 34 68l156 -65q-28 -82 -87 -139.5t-163 -57.5q-111 0 -188 61.5t-104 168.5h-42v95h29q-1 7 -1 20q0 16 1 24h-29v94h43q28 106 104.5 166.5t186.5 60.5q179 0 250 -190l-157 -66q-10 40 -34.5 64.5t-58.5 24.5q-57 0 -87 -60h127v-94h-153v-24v-20h153 +v-95h-128q14 -30 36.5 -46.5t51.5 -16.5q35 0 60 27z" /> + <glyph glyph-name="uni20B9" unicode="₹" horiz-adv-x="445" +d="M434 568h-124q34 -32 47 -79h77v-100h-74q-9 -50 -36 -84.5t-59 -53.5l103 -251h-210l-74 216h-68v133h94q46 0 64 40h-158v100h157q-18 39 -63 39h-94v139h418v-99z" /> + <glyph glyph-name="uni20BA" unicode="₺" horiz-adv-x="521" +d="M517 264q-22 -121 -101.5 -192.5t-202.5 -71.5h-158v178l-46 -26v114l46 27v58l-46 -26v114l46 27v201h190v-92l123 71v-115l-123 -71v-58l123 71v-115l-123 -71v-122h7q38 0 69.5 38t41.5 102z" /> + <glyph glyph-name="uni20BD" unicode="₽" horiz-adv-x="579" +d="M237 233v-58h186v-105h-186v-70h-189v70h-41v105h41v58h-41v148h41v286h289q74 0 125.5 -29.5t77.5 -79.5t26 -110t-26 -109t-77.5 -77.5t-125.5 -28.5h-100zM237 381h77q27 0 43.5 16t16.5 45t-16.5 44.5t-43.5 15.5h-77v-121z" /> + <glyph glyph-name="uni2113" unicode="ℓ" horiz-adv-x="531" +d="M221 128q8 -11 23 -11q18 0 30 9l28 -111q-16 -13 -45.5 -20t-61.5 -7q-73 0 -112 35t-39 112v337q0 60 31 106.5t87.5 72.5t129.5 26q58 0 110.5 -20.5t84.5 -57.5t32 -85q0 -46 -32.5 -87t-99.5 -92l-174 -135v-42q0 -19 8 -30zM344.5 471q13.5 16 13.5 38 +q0 21 -19.5 35t-48.5 14q-37 0 -57 -22t-20 -64v-107l87 66q31 24 44.5 40z" /> + <glyph glyph-name="uni2116" unicode="№" horiz-adv-x="1007" +d="M237 308v-308h-189v667h192l164 -288v288h189v-667h-179zM679.5 597.5q19.5 37.5 57 60t88.5 22.5q52 0 89 -22.5t56.5 -60t19.5 -82.5q0 -44 -19.5 -82t-56.5 -60.5t-89 -22.5q-51 0 -88.5 22.5t-57 60.5t-19.5 82q0 45 19.5 82.5zM857.5 567q-10.5 17 -32.5 17t-32 -17 +t-10 -52q0 -36 10 -53t32 -17t32.5 17t10.5 53q0 35 -10.5 52z" /> + <glyph glyph-name="uni2117" unicode="℗" horiz-adv-x="778" +d="M216.5 34.5q-79.5 46.5 -126 126t-46.5 172.5t46.5 172.5t126 126t172.5 46.5t172.5 -46.5t126.5 -126t47 -172.5t-47 -172.5t-126.5 -126t-172.5 -46.5t-172.5 46.5zM237.5 596q-69.5 -41 -110.5 -111t-41 -152t41 -151.5t110.5 -111t151.5 -41.5t152 41.5t111 111 +t41 151.5t-41.5 152t-111 111t-151.5 41t-151.5 -41zM319 293v-163h-52v405h164q33 0 62.5 -15.5t47.5 -43t18 -63.5q0 -52 -38 -86t-90 -34h-112zM319 489v-150h112q29 0 51 21.5t22 52.5q0 33 -22 54.5t-51 21.5h-112z" /> + <glyph glyph-name="uni2120" unicode="℠" horiz-adv-x="425" +d="M15 469l16 23q10 -11 23.5 -18t28.5 -7q19 0 30 9.5t11 25.5q0 17 -11 26.5t-35 20.5q-28 12 -43 25.5t-15 39.5t19 42.5t48 16.5q41 0 63 -24l-15 -21q-18 20 -46 20q-16 0 -26.5 -9t-10.5 -24q0 -14 11 -23t32 -18q29 -13 44.5 -27.5t15.5 -42.5t-19 -46t-52 -18 +q-43 0 -69 29zM360 629l-65 -182h-8l-65 182v-182h-28v220h43l54 -158l54 158h43v-220h-28v182z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="414" +d="M97 447h-28v194h-52v26h132v-26h-52v-194zM351 629l-65 -182h-8l-65 182v-182h-28v220h43l54 -158l54 158h43v-220h-28v182z" /> + <glyph glyph-name="uni03A9.1" unicode="Ω" horiz-adv-x="643" +d="M18 379q0 91 37.5 158.5t106 104t159.5 36.5q92 0 161 -36.5t106 -104t37 -158.5q0 -123 -106 -214h92v-165h-253v165q37 18 56 68.5t19 100.5q0 77 -26 126.5t-86 49.5q-59 0 -85 -49.5t-26 -126.5q0 -51 19 -101t55 -68v-165h-252v165h91q-105 91 -105 214z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="842" +d="M174 319v-190q0 -14 9 -23q46 -48 108.5 -75.5t131.5 -27.5q74 0 138.5 30.5t111.5 84.5h57q-54 -63 -135 -99.5t-174 -36.5q-106 0 -195.5 47t-142 128t-52.5 176t52.5 176t142 128t195.5 47t195.5 -47t142 -128t52.5 -176v-9h-632q-5 0 -5 -5zM658 564 +q-46 47 -106.5 73t-128.5 26q-69 0 -131 -27t-108 -75q-10 -10 -10 -24v-188q0 -6 5 -6h485q4 0 4 6v191q0 14 -10 24z" /> + <glyph glyph-name="uni2153" unicode="⅓" horiz-adv-x="843" +d="M178 0l356 667h79l-356 -667h-79zM562.5 10q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66 +q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17zM133 510l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="uni2154" unicode="⅔" horiz-adv-x="894" +d="M230 0l356 667h79l-356 -667h-79zM613.5 10q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66 +q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17zM34 357q86 66 124 99t49.5 49t11.5 32q0 17 -12 27.5t-34 10.5q-25 0 -50 -13.5t-40 -32.5l-67 77q31 33 74 50t88 17q76 0 120.5 -34.5 +t44.5 -94.5q0 -39 -30.5 -78t-111.5 -101h145v-98h-312v90z" /> + <glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="843" +d="M178 0l356 667h79l-356 -667h-79zM540 20.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM631.5 304.5 +q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36q0 33 -40 33q-19 0 -29.5 -8.5zM631.5 149.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5zM133 510l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="894" +d="M230 0l356 667h79l-356 -667h-79zM591 20.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM682.5 304.5 +q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36q0 33 -40 33q-19 0 -29.5 -8.5zM682.5 149.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5zM83.5 277q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9 +t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17z +" /> + <glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="885" +d="M220 0l356 667h79l-356 -667h-79zM582 20.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM673.5 304.5 +q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36q0 33 -40 33q-19 0 -29.5 -8.5zM673.5 149.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5zM84 275q-41 15 -68 44l70 78q18 -19 41 -29t46 -10q24 0 37 12.5t13 30.5 +t-11.5 29.5t-33.5 11.5q-38 0 -63 -31l-87 26v230h293v-98h-169v-68q13 13 33 21.5t42 8.5q51 0 85.5 -33t34.5 -94q0 -64 -45.5 -104t-125.5 -40q-51 0 -92 15z" /> + <glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="825" +d="M160 0l356 667h79l-356 -667h-79zM522 20.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM613.5 304.5 +q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36q0 33 -40 33q-19 0 -29.5 -8.5zM613.5 149.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5zM73 267l126 302h-184v98h309v-85l-123 -315h-128z" /> + <glyph glyph-name="arrowleft" unicode="←" horiz-adv-x="582" +d="M281 81l-281 205l281 204l-12 -129h269v-150h-269z" /> + <glyph glyph-name="arrowup" unicode="↑" horiz-adv-x="582" +d="M86 274l205 281l204 -281l-129 12v-269h-150v269z" /> + <glyph glyph-name="arrowright" unicode="→" horiz-adv-x="582" +d="M315 211h-268v150h268l-12 129l281 -204l-281 -205z" /> + <glyph glyph-name="arrowdown" unicode="↓" horiz-adv-x="582" +d="M496 298l-205 -281l-204 281l129 -12v269h150v-269z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="514" +d="M40.5 331.5q23.5 52.5 65.5 83.5t95 31q88 0 128 -75q-36 152 -144 238l139 77q77 -77 125.5 -187.5t48.5 -245.5q0 -121 -63 -193t-178 -72q-76 0 -130 31.5t-82 84t-28 114.5q0 61 23.5 113.5zM308 276q-17 21 -51 21q-33 0 -50 -21t-17 -59q0 -37 17 -58.5t50 -21.5 +q34 0 51 21.5t17 58.5q0 38 -17 59z" /> + <glyph glyph-name="uni0394.1" unicode="∆" horiz-adv-x="600" +d="M186 667h228l198 -667h-624zM231 165h138l-69 307z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="737" +d="M457 502h-175v-592h-190v592h-74v165h701v-165h-73v-592h-189v592z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="498" +d="M467 75v-165h-435v169l142 217l-141 207v164h434v-165h-216l139 -206l-146 -221h223z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="449" +d="M29 387h391v-99h-391v99z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="166" +d="M-135 0l356 667h79l-356 -667h-79z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="277" +d="M67 173q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="553" +d="M152 282l-90 -23l-24 96l189 48l58 -236l136 500h114l-200 -667h-105z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="617" +d="M66.5 467.5q37.5 55.5 112.5 55.5q43 0 76.5 -25.5t52.5 -67.5q19 41 53.5 66.5t76.5 25.5q76 0 113 -55t37 -132q0 -76 -37 -130.5t-113 -54.5q-42 0 -76.5 25t-53.5 67q-19 -42 -52 -67t-77 -25q-75 0 -112.5 55t-37.5 131t37.5 131.5zM238 400.5q-18 23.5 -43 23.5 +q-27 0 -46 -24t-19 -64t19 -64t46 -24q24 0 42.5 24t28.5 64q-10 41 -28 64.5zM468.5 400q-18.5 24 -46.5 24q-24 0 -42.5 -24t-27.5 -64q9 -40 27.5 -64t42.5 -24q28 0 46.5 23.5t18.5 64.5q0 40 -18.5 64z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="327" +d="M17 8h43q19 0 32 14t13 36v552q0 46 22.5 82.5t59.5 56t80 19.5h43v-107h-43q-19 0 -32 -14t-13 -37v-552q0 -47 -22.5 -83t-59.5 -55.5t-80 -19.5h-43v108z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="449" +d="M127 453q26 0 45 4.5t43 14.5q28 11 51 16.5t56 5.5q25 0 51.5 -5t46.5 -13v-105q-45 24 -98 24q-26 0 -45 -4.5t-43 -14.5q-28 -11 -51 -16.5t-56 -5.5q-25 0 -51.5 5t-46.5 13v105q45 -24 98 -24zM127 274q26 0 45 5t43 14q28 11 51 16.5t56 5.5q25 0 51.5 -5t46.5 -13 +v-105q-46 23 -98 23q-26 0 -45 -4.5t-43 -14.5q-30 -11 -52 -16t-55 -5q-24 0 -50.5 4.5t-47.5 12.5v105q46 -23 98 -23z" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="449" +d="M109 192h-80v100h134l44 85h-178v99h231l52 98h80l-52 -98h80v-99h-134l-44 -85h178v-100h-231l-53 -99h-79z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="449" +d="M29 411l391 154v-118l-279 -98l279 -96v-118l-391 154v122zM29 104h391v-99h-391v99z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="449" +d="M29 253l278 96l-278 98v118l391 -154v-122l-391 -154v118zM29 104h391v-99h-391v99z" /> + <glyph glyph-name="uni22B2" unicode="⊲" horiz-adv-x="587" +d="M54 595l535 -309l-535 -309v618z" /> + <glyph glyph-name="uni22B3" unicode="⊳" horiz-adv-x="587" +d="M0 286l535 309v-618z" /> + <glyph glyph-name="dotmath" unicode="⋅" horiz-adv-x="277" +d="M67 173q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="uni2318" unicode="⌘" horiz-adv-x="667" +d="M435 75q-33 33 -33 79v60h-137v-60q0 -46 -33 -79t-79 -33t-78.5 33t-32.5 79t32.5 78.5t78.5 32.5h60v137h-59q-46 0 -79 33t-33 79t33 78.5t79 32.5t78.5 -32.5t32.5 -78.5v-60h137v60q0 46 33 78.5t79 32.5t78.5 -32.5t32.5 -78.5t-32.5 -79t-78.5 -33h-59v-137h59 +q46 0 78.5 -32.5t32.5 -78.5t-32.5 -79t-78.5 -33t-79 33zM195.5 556.5q-17.5 17.5 -41.5 17.5q-25 0 -42.5 -17.5t-17.5 -42.5t17.5 -42.5t42.5 -17.5h59v60q0 25 -17.5 42.5zM472 556.5q-17 -17.5 -17 -42.5v-60h59q24 0 42 17.5t18 42.5t-18 42.5t-42 17.5 +q-25 0 -42 -17.5zM402 402h-137v-137h137v137zM153 214q-24 0 -41.5 -18t-17.5 -42q0 -25 17 -42.5t42 -17.5t42.5 17.5t17.5 42.5v60h-60zM455 214v-60q0 -25 17 -42.5t42 -17.5t42.5 17.5t17.5 42.5q0 24 -17.5 42t-42.5 18h-59z" /> + <glyph glyph-name="filledbox" unicode="■" horiz-adv-x="661" +d="M47 572h571v-572h-571v572z" /> + <glyph glyph-name="triagup" unicode="▲" horiz-adv-x="616" +d="M307 565l310 -536l-619 1z" /> + <glyph glyph-name="triagdn" unicode="▼" horiz-adv-x="616" +d="M-2 510h619l-310 -535z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="375" +d="M19 334l158 333h21l158 -333l-158 -334h-21zM187 626l-132 -292l133 -293l132 293z" /> + <glyph glyph-name="uni25CF" unicode="●" horiz-adv-x="695" +d="M198 28q-68 40 -108 108t-40 149t40 149t108 108t149 40t149 -40t108 -108t40 -149t-40 -149t-108 -108t-149 -40t-149 40z" /> + <glyph glyph-name="uni2605" unicode="★" horiz-adv-x="759" +d="M614 -25l-235 170l-234 -170l89 275l-234 171h290l89 276l90 -276h290l-235 -171z" /> + <glyph glyph-name="uni2610" unicode="☐" horiz-adv-x="661" +d="M45 572h571v-572h-571v572zM155 473v-373h352v373h-352z" /> + <glyph glyph-name="uni2611" unicode="☑" horiz-adv-x="661" +d="M616 539v-539h-571v572h474l98 178l85 -52zM155 100h211l-195 237l77 72l110 -131l107 195h-310v-373zM507 338l-129 -238h129v238z" /> + <glyph glyph-name="diamond" unicode="♦" +d="M0 285l250 251l251 -251l-251 -250z" /> + <glyph glyph-name="uni2713" unicode="✓" horiz-adv-x="531" +d="M0 337l77 72l110 -131l259 472l85 -52l-329 -607z" /> + <glyph glyph-name="uni2E18" unicode="⸘" horiz-adv-x="353" +d="M124 322.5q-30 30.5 -30 71.5t30 71t71 30t71.5 -30t30.5 -71t-30.5 -71.5t-71.5 -30.5t-71 30.5zM388 -113q-38 -40 -87 -60.5t-103 -20.5q-97 0 -149 49.5t-52 131.5q0 58 33 103t80 70l9 82h152l26 -227h-117v69q-28 -25 -28 -58t19.5 -48.5t51.5 -15.5q24 0 45 9 +t35 26z" /> + <glyph glyph-name="uniF637" unicode="" horiz-adv-x="379" +d="M225 514q0 17 -8.5 24.5t-24.5 7.5q-13 0 -22 -6.5t-17 -17.5v-196h-118v434h118v-155q14 18 39 30.5t58 12.5q45 0 69.5 -23.5t24.5 -65.5v-233h-119v188z" /> + <glyph glyph-name="R_p" unicode="" horiz-adv-x="1086" +d="M285 216h-48v-216h-189v667h294q67 0 118 -29.5t78.5 -80t27.5 -112.5q0 -76 -29.5 -123.5t-70.5 -70.5l103 -251h-209zM356.5 486.5q-17.5 15.5 -44.5 15.5h-75v-121h75q27 0 44.5 16t17.5 45t-17.5 44.5zM600 -184v667h169v-52q21 33 52 48.5t65 15.5q84 0 133.5 -66 +t49.5 -187q0 -120 -50 -187t-133 -67q-35 0 -65.5 15.5t-51.5 49.5v-237h-169zM878 318q-19 28 -52 28q-16 0 -32 -8.5t-25 -24.5v-142q9 -15 25 -24.5t32 -9.5q33 0 52 28t19 77q0 48 -19 76z" /> + <glyph glyph-name="uniF6DF" unicode="" horiz-adv-x="282" +d="M199 -4q11 7 18 18l59 -68q-10 -13 -29 -24t-44 -16v-57h-78v57q-51 12 -82 51.5t-31 96.5t31 96.5t82 51.5v46h78v-46q25 -5 44 -16t29 -24l-59 -68q-6 10 -17 17t-25 7q-23 0 -36.5 -16.5t-13.5 -47.5q0 -32 13.5 -48.5t36.5 -16.5q13 0 24 7z" /> + <glyph glyph-name="uniF6E0" unicode="" horiz-adv-x="282" +d="M199 563q11 7 18 18l59 -68q-10 -13 -29 -24t-44 -16v-57h-78v57q-51 12 -82 51.5t-31 96.5t31 96.5t82 51.5v46h78v-46q25 -5 44 -16t29 -24l-59 -68q-6 10 -17 17t-25 7q-23 0 -36.5 -16.5t-13.5 -47.5q0 -32 13.5 -48.5t36.5 -16.5q13 0 24 7z" /> + <glyph glyph-name="uniF6E1" unicode="" horiz-adv-x="171" +d="M33 -195q14 5 32.5 21t21.5 30l-6 -1q-23 0 -42 17.5t-19 42.5q0 27 19 46.5t46 19.5q28 0 47 -21t19 -54q0 -85 -73 -137z" /> + <glyph glyph-name="uniF6E2" unicode="" horiz-adv-x="171" +d="M33 372q14 5 32.5 21t21.5 30l-6 -1q-23 0 -42 17.5t-19 42.5q0 27 19 46.5t46 19.5q28 0 47 -21t19 -54q0 -85 -73 -137z" /> + <glyph glyph-name="uniF6E3" unicode="" horiz-adv-x="341" +d="M303 -105.5q-31 -33.5 -88 -43.5v-57h-78v54q-82 7 -130 55l57 86q21 -20 47 -32.5t52 -12.5q20 0 33 6t13 16q0 12 -13 20t-40 17q-6 2 -48.5 14.5t-67.5 42.5t-25 75q0 41 32.5 77t89.5 45v58h78v-58q72 -9 109 -46l-58 -81q-17 15 -39.5 25t-43.5 10q-20 0 -31 -6.5 +t-11 -15.5q0 -12 14 -19.5t45 -16.5q40 -12 67 -24.5t47 -38.5t20 -68q0 -48 -31 -81.5z" /> + <glyph glyph-name="uniF6E4" unicode="" horiz-adv-x="341" +d="M303 461.5q-31 -33.5 -88 -43.5v-57h-78v54q-82 7 -130 55l57 86q21 -20 47 -32.5t52 -12.5q20 0 33 6t13 16q0 12 -13 20t-40 17q-6 2 -48.5 14.5t-67.5 42.5t-25 75q0 41 32.5 77t89.5 45v58h78v-58q72 -9 109 -46l-58 -81q-17 15 -39.5 25t-43.5 10q-20 0 -31 -6.5 +t-11 -15.5q0 -12 14 -19.5t45 -16.5q40 -12 67 -24.5t47 -38.5t20 -68q0 -48 -31 -81.5z" /> + <glyph glyph-name="uniF6E5" unicode="" horiz-adv-x="170" +d="M18 99h134v-92h-134v92z" /> + <glyph glyph-name="uniF6E6" unicode="" horiz-adv-x="170" +d="M18 666h134v-92h-134v92z" /> + <glyph glyph-name="uniF6E7" unicode="" horiz-adv-x="170" +d="M39.5 -130q-19.5 19 -19.5 45q0 27 19.5 46.5t45.5 19.5q27 0 46 -19.5t19 -46.5q0 -26 -19 -45t-46 -19q-26 0 -45.5 19z" /> + <glyph glyph-name="uniF6E8" unicode="" horiz-adv-x="170" +d="M39.5 437q-19.5 19 -19.5 45q0 27 19.5 46.5t45.5 19.5q27 0 46 -19.5t19 -46.5q0 -26 -19 -45t-46 -19q-26 0 -45.5 19z" /> + <glyph glyph-name="uniF6E9" unicode="" horiz-adv-x="357" +d="M203 356q-9 -15 -31.5 -26.5t-53.5 -11.5q-41 0 -71.5 26.5t-30.5 76.5q0 49 30.5 75t71.5 26q31 0 53.5 -10.5t31.5 -23.5v26q0 21 -13.5 33.5t-38.5 12.5q-19 0 -40 -9.5t-38 -25.5l-41 77q26 23 66.5 34.5t76.5 11.5q65 0 106.5 -29.5t41.5 -96.5v-196h-120v30z +M203 434q-4 9 -14 14t-22 5q-14 0 -23.5 -7.5t-9.5 -22.5q0 -30 33 -30q12 0 22 5t14 14v22z" /> + <glyph glyph-name="uniF6EA" unicode="" horiz-adv-x="375" +d="M35 760h120v-152q28 40 78 40q55 0 89.5 -44t34.5 -121q0 -78 -34.5 -121.5t-89.5 -43.5q-48 0 -79 41v-33h-119v434zM223 535.5q-12 18.5 -32 18.5q-10 0 -20.5 -4.5t-16.5 -12.5v-108q6 -8 16.5 -12.5t20.5 -4.5q20 0 32 19t12 52q0 34 -12 52.5z" /> + <glyph glyph-name="uniF6EB" unicode="" horiz-adv-x="376" +d="M222 359q-31 -41 -78 -41q-56 0 -91 43.5t-35 121.5q0 77 35 121t91 44q49 0 77 -40v152h120v-434h-119v33zM222 537q-6 8 -16 12.5t-20 4.5q-20 0 -32.5 -18.5t-12.5 -52.5q0 -33 12.5 -52t32.5 -19q10 0 20 4.5t16 12.5v108z" /> + <glyph glyph-name="uniF6EC" unicode="" horiz-adv-x="349" +d="M38 566.5q20 37.5 57 59.5t85 22q69 0 110.5 -47t41.5 -126v-33h-193q9 -36 59 -36q16 0 33 5.5t28 14.5l51 -66q-21 -21 -56 -31.5t-70 -10.5q-73 0 -119.5 45t-46.5 120q0 46 20 83.5zM149.5 553q-8.5 -11 -11.5 -29h81q-4 40 -41 40q-20 0 -28.5 -11z" /> + <glyph glyph-name="uniF6ED" unicode="" horiz-adv-x="189" +d="M47.5 775.5q19.5 19.5 47.5 19.5t47 -19.5t19 -47.5t-19 -47.5t-47 -19.5t-47.5 19.5t-19.5 47.5t19.5 47.5zM35 640h119v-314h-119v314z" /> + <glyph glyph-name="uniF6EF" unicode="" horiz-adv-x="558" +d="M404 520q0 13 -6.5 20.5t-20.5 7.5q-25 0 -38 -24v-198h-120v194q0 28 -27 28q-22 0 -38 -24v-198h-119v314h119v-35q10 15 37.5 29t57.5 14q67 0 85 -53q11 21 39 37t60 16q42 0 66 -21.5t24 -65.5v-235h-119v194z" /> + <glyph glyph-name="uniF6F0" unicode="" horiz-adv-x="366" +d="M37.5 565.5q19.5 37.5 57 60t88.5 22.5q52 0 89 -22.5t56.5 -60t19.5 -82.5q0 -44 -19.5 -82t-56.5 -60.5t-89 -22.5q-51 0 -88.5 22.5t-57 60.5t-19.5 82q0 45 19.5 82.5zM215.5 535q-10.5 17 -32.5 17t-32 -17t-10 -52q0 -36 10 -53t32 -17t32.5 17t10.5 53 +q0 35 -10.5 52z" /> + <glyph glyph-name="uniF6F1" unicode="" horiz-adv-x="249" +d="M35 640h119v-34q12 17 37.5 30.5t47.5 13.5v-109l-23 3q-18 0 -35.5 -5.5t-26.5 -15.5v-197h-119v314z" /> + <glyph glyph-name="uniF6F3" unicode="" horiz-adv-x="232" +d="M50 557h-42v83h42v86h119v-86h53v-83h-53v-121q0 -11 6 -18.5t15 -7.5q13 0 20 5l19 -78q-10 -8 -29.5 -13.5t-44.5 -5.5q-105 0 -105 100v139z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="667" +d="M435 75q-33 33 -33 79v60h-137v-60q0 -46 -33 -79t-79 -33t-78.5 33t-32.5 79t32.5 78.5t78.5 32.5h60v137h-59q-46 0 -79 33t-33 79t33 78.5t79 32.5t78.5 -32.5t32.5 -78.5v-60h137v60q0 46 33 78.5t79 32.5t78.5 -32.5t32.5 -78.5t-32.5 -79t-78.5 -33h-59v-137h59 +q46 0 78.5 -32.5t32.5 -78.5t-32.5 -79t-78.5 -33t-79 33zM195.5 556.5q-17.5 17.5 -41.5 17.5q-25 0 -42.5 -17.5t-17.5 -42.5t17.5 -42.5t42.5 -17.5h59v60q0 25 -17.5 42.5zM472 556.5q-17 -17.5 -17 -42.5v-60h59q24 0 42 17.5t18 42.5t-18 42.5t-42 17.5 +q-25 0 -42 -17.5zM402 402h-137v-137h137v137zM153 214q-24 0 -41.5 -18t-17.5 -42q0 -25 17 -42.5t42 -17.5t42.5 17.5t17.5 42.5v60h-60zM455 214v-60q0 -25 17 -42.5t42 -17.5t42.5 17.5t17.5 42.5q0 24 -17.5 42t-42.5 18h-59z" /> + <glyph glyph-name="zero.pzero" horiz-adv-x="562" +d="M528 460.5q16 -60.5 16 -127.5q0 -94 -30 -172.5t-89 -125.5t-144 -47q-75 0 -133 39l-16 -27h-114l61 99q-30 46 -45.5 106.5t-15.5 127.5q0 94 30 172.5t89 125t144 46.5q74 0 131 -38l17 28h114l-61 -99q30 -47 46 -107.5zM210 311l112 182q-16 17 -41 17 +q-39 0 -55 -40.5t-16 -136.5v-22zM336 196.5q16 41.5 16 136.5v24l-113 -184q16 -18 42 -18q39 0 55 41.5z" /> + <glyph glyph-name="zero.tnum" horiz-adv-x="570" +d="M52 505.5q30 78.5 89 125t144 46.5t144 -46.5t89 -125t30 -172.5t-30 -172.5t-89 -125.5t-144 -47t-144 47t-89 125.5t-30 172.5t30 172.5zM340 469.5q-16 40.5 -55 40.5t-55 -40.5t-16 -136.5q0 -95 16 -136.5t55 -41.5t55 41.5t16 136.5q0 96 -16 136.5z" /> + <glyph glyph-name="zero.tzero" horiz-adv-x="570" +d="M532 461.5q16 -60.5 16 -128.5q0 -94 -30 -172.5t-89 -125.5t-144 -47q-76 0 -132 39l-17 -27h-114l61 99q-30 46 -45.5 106.5t-15.5 127.5q0 94 30 172.5t89 125t144 46.5q73 0 131 -37l17 27h114l-61 -99q30 -46 46 -106.5zM214 312l112 181q-16 17 -41 17 +q-39 0 -55 -40.5t-16 -136.5v-21zM340 196.5q16 41.5 16 136.5v24l-113 -183q16 -19 42 -19q39 0 55 41.5z" /> + <glyph glyph-name="one.tnum" horiz-adv-x="570" +d="M263 426l-99 -99l-107 111l233 229h163v-667h-190v426z" /> + <glyph glyph-name="one.tnum_alt" horiz-adv-x="570" +d="M105 165h123v261l-99 -99l-107 111l233 229h163v-502h126v-165h-439v165z" /> + <glyph glyph-name="two.tnum" horiz-adv-x="570" +d="M52 152q144 119 201.5 170t75.5 77t18 54q0 24 -19 40.5t-50 16.5q-80 0 -143 -66l-108 121q47 55 113 83.5t141 28.5q77 0 135 -27.5t90 -78t32 -115.5q0 -46 -19 -88t-62.5 -90t-121.5 -113h208v-165h-491v152z" /> + <glyph glyph-name="three.tnum" horiz-adv-x="570" +d="M129 215q29 -29 67.5 -44.5t76.5 -15.5q41 0 61.5 15t20.5 36q0 25 -21 36t-67 11q-60 0 -71 -1v168q10 -1 67 -1q83 0 83 43q0 24 -21.5 36t-59.5 12q-36 0 -72 -13.5t-60 -40.5l-102 111q43 53 106 81.5t144 28.5q118 0 184 -48.5t66 -135.5q0 -53 -38 -96t-95 -53 +q59 -9 101 -52t42 -105q0 -59 -33 -104.5t-92 -70t-135 -24.5q-85 0 -152.5 28.5t-106.5 76.5z" /> + <glyph glyph-name="four.tnum" horiz-adv-x="570" +d="M297 114h-279v155l226 398h242v-388h62v-165h-62v-114h-189v114zM186 279h111v202z" /> + <glyph glyph-name="five.tnum" horiz-adv-x="570" +d="M134 213q28 -28 63.5 -43t72.5 -15q40 0 61 18.5t21 46.5q0 29 -19 46.5t-56 17.5q-60 0 -99 -48l-135 31v400h460v-165h-270v-108q19 23 51 37t69 14q53 0 96.5 -26.5t69 -75.5t25.5 -116q0 -72 -32 -126t-92.5 -83.5t-142.5 -29.5q-164 0 -252 100z" /> + <glyph glyph-name="six.tnum" horiz-adv-x="570" +d="M63.5 518q38.5 78 108.5 118.5t162 40.5q53 0 102 -16t84 -45l-86 -143q-21 19 -44.5 28t-53.5 9t-57.5 -15.5t-45 -45t-17.5 -70.5v-4q20 33 57 52t80 19q53 0 98 -26t72.5 -76t27.5 -118q0 -71 -32 -125t-88 -83.5t-125 -29.5q-94 0 -157 44.5t-93.5 122.5t-30.5 177 +q0 108 38.5 186zM338 269.5q-22 16.5 -50 16.5q-41 0 -73 -35q3 -43 22 -69.5t57 -26.5q29 0 47.5 19t18.5 44q0 35 -22 51.5z" /> + <glyph glyph-name="seven.tnum" horiz-adv-x="570" +d="M315 502h-271v165h484v-131l-201 -536h-204z" /> + <glyph glyph-name="eight.tnum" horiz-adv-x="570" +d="M57.5 277q34.5 46 88.5 67q-52 20 -82.5 59.5t-30.5 96.5q0 61 36 100.5t93 58t123 18.5t123.5 -18.5t93.5 -58t36 -100.5q0 -57 -31 -96.5t-83 -59.5q54 -21 89 -67t35 -100q0 -92 -73 -140.5t-190 -48.5t-189.5 48t-72.5 140q0 55 34.5 101zM332 503.5 +q-17 13.5 -47 13.5t-47 -13.5t-17 -37.5q0 -21 20 -35.5t44 -20.5q24 6 44 20.5t20 35.5q0 24 -17 37.5zM334.5 245.5q-23.5 17.5 -49.5 22.5q-25 -5 -48.5 -22.5t-23.5 -43.5t20 -40t52 -14t52.5 14.5t20.5 39.5q0 26 -23.5 43.5z" /> + <glyph glyph-name="nine.tnum" horiz-adv-x="570" +d="M138 193q22 -20 45 -28.5t53 -8.5q50 0 85 35.5t35 95.5v4q-20 -33 -56.5 -52t-79.5 -19q-53 0 -98 26t-72.5 76.5t-27.5 118.5q0 71 32 125t88 83t125 29q139 0 209.5 -95t70.5 -249q0 -108 -38.5 -185.5t-108.5 -118.5t-162 -41q-52 0 -101.5 16.5t-83.5 44.5z +M336 484.5q-18 26.5 -57 26.5q-30 0 -48 -19t-18 -44q0 -34 21.5 -50.5t49.5 -16.5q44 0 73 35q-3 42 -21 68.5z" /> + <glyph glyph-name="zero.tonum" horiz-adv-x="570" +d="M140.5 26q-59.5 38 -89 103.5t-29.5 145.5q0 81 29.5 146t89 103t144.5 38t144.5 -38t89 -103t29.5 -146q0 -80 -29.5 -145.5t-89 -103.5t-144.5 -38t-144.5 38zM232.5 363q-18.5 -32 -18.5 -88t18 -88t53 -32t53 32t18 88q0 57 -18 88.5t-53 31.5q-34 0 -52.5 -32z" /> + <glyph glyph-name="zero.tonumzero" horiz-adv-x="570" +d="M532 386q16 -52 16 -111q0 -80 -29.5 -145.5t-89 -103.5t-144.5 -38q-75 0 -134 32l-15 -20h-108l56 77q-30 38 -46 89t-16 109q0 81 29.5 146t89 103t144.5 38q75 0 132 -31l14 19h108l-55 -74q32 -38 48 -90zM215 255l97 134q-12 6 -27 6q-34 0 -52.5 -32t-18.5 -88 +q0 -14 1 -20zM338 187q18 32 18 88q0 17 -1 24l-100 -136q14 -8 30 -8q35 0 53 32z" /> + <glyph glyph-name="one.tonum" horiz-adv-x="570" +d="M268 309l-99 -99l-107 111l233 229h163v-550h-190v309z" /> + <glyph glyph-name="two.tonum" horiz-adv-x="570" +d="M52 152q99 36 161 72.5t89 68t27 55.5q0 21 -16.5 34t-44.5 13q-73 0 -133 -61l-108 116q47 55 112 83.5t139 28.5q112 0 177 -48t65 -132q0 -59 -47.5 -119t-120.5 -98h159v-165h-459v152z" /> + <glyph glyph-name="three.tonum" horiz-adv-x="570" +d="M129 100q29 -29 67.5 -44.5t76.5 -15.5q41 0 61.5 15t20.5 36q0 25 -21 36t-67 11q-60 0 -71 -1v168q10 -1 67 -1q83 0 83 43q0 24 -21.5 36t-59.5 12q-36 0 -72 -13.5t-60 -40.5l-102 111q43 53 106 81.5t144 28.5q118 0 184 -48.5t66 -135.5q0 -53 -38 -96t-95 -53 +q59 -9 101 -52t42 -105q0 -59 -33 -104.5t-92 -70t-135 -24.5q-85 0 -152.5 28.5t-106.5 76.5z" /> + <glyph glyph-name="four.tonum" horiz-adv-x="570" +d="M486 -117h-189v123h-279v155l226 389h242v-379h62v-165h-62v-123zM186 171h111v193z" /> + <glyph glyph-name="five.tonum" horiz-adv-x="570" +d="M134 96q28 -28 63.5 -43t72.5 -15q40 0 61 18.5t21 46.5q0 29 -19 46.5t-56 17.5q-60 0 -99 -48l-135 31v400h460v-165h-270v-108q19 23 51 37t69 14q53 0 96.5 -26.5t69 -75.5t25.5 -116q0 -72 -32 -126t-92.5 -83.5t-142.5 -29.5q-164 0 -252 100z" /> + <glyph glyph-name="six.tonum" horiz-adv-x="570" +d="M63.5 518q38.5 78 108.5 118.5t162 40.5q53 0 102 -16t84 -45l-86 -143q-21 19 -44.5 28t-53.5 9t-57.5 -15.5t-45 -45t-17.5 -70.5v-4q20 33 57 52t80 19q53 0 98 -26t72.5 -76t27.5 -118q0 -71 -32 -125t-88 -83.5t-125 -29.5q-94 0 -157 44.5t-93.5 122.5t-30.5 177 +q0 108 38.5 186zM338 269.5q-22 16.5 -50 16.5q-41 0 -73 -35q3 -43 22 -69.5t57 -26.5q29 0 47.5 19t18.5 44q0 35 -22 51.5z" /> + <glyph glyph-name="seven.tonum" horiz-adv-x="570" +d="M315 385h-271v165h484v-131l-201 -536h-204z" /> + <glyph glyph-name="eight.tonum" horiz-adv-x="570" +d="M57.5 277q34.5 46 88.5 67q-52 20 -82.5 59.5t-30.5 96.5q0 61 36 100.5t93 58t123 18.5t123.5 -18.5t93.5 -58t36 -100.5q0 -57 -31 -96.5t-83 -59.5q54 -21 89 -67t35 -100q0 -92 -73 -140.5t-190 -48.5t-189.5 48t-72.5 140q0 55 34.5 101zM332 503.5 +q-17 13.5 -47 13.5t-47 -13.5t-17 -37.5q0 -21 20 -35.5t44 -20.5q24 6 44 20.5t20 35.5q0 24 -17 37.5zM334.5 245.5q-23.5 17.5 -49.5 22.5q-25 -5 -48.5 -22.5t-23.5 -43.5t20 -40t52 -14t52.5 14.5t20.5 39.5q0 26 -23.5 43.5z" /> + <glyph glyph-name="nine.tonum" horiz-adv-x="570" +d="M138 77q22 -20 45 -28.5t53 -8.5q50 0 85 35.5t35 95.5v4q-20 -33 -56.5 -52t-79.5 -19q-53 0 -98 26t-72.5 76.5t-27.5 118.5q0 71 32 125t88 83t125 29q139 0 209.5 -95t70.5 -249q0 -108 -38.5 -185.5t-108.5 -118.5t-162 -41q-52 0 -101.5 16.5t-83.5 44.5z +M336 368.5q-18 26.5 -57 26.5q-30 0 -48 -19t-18 -44q0 -34 21.5 -50.5t49.5 -16.5q44 0 73 35q-3 42 -21 68.5z" /> + <glyph glyph-name="zero.onum" horiz-adv-x="562" +d="M136.5 26q-59.5 38 -89 103.5t-29.5 145.5q0 81 29.5 146t89 103t144.5 38t144.5 -38t89 -103t29.5 -146q0 -80 -29.5 -145.5t-89 -103.5t-144.5 -38t-144.5 38zM228.5 363q-18.5 -32 -18.5 -88t18 -88t53 -32t53 32t18 88q0 57 -18 88.5t-53 31.5q-34 0 -52.5 -32z" /> + <glyph glyph-name="zero.onumzero" horiz-adv-x="562" +d="M528 385q16 -51 16 -110q0 -80 -29.5 -145.5t-89 -103.5t-144.5 -38q-75 0 -134 32l-14 -20h-108l56 76q-31 39 -47 90t-16 109q0 81 29.5 146t89 103t144.5 38q76 0 133 -31l14 19h108l-55 -75q31 -39 47 -90zM210 253l99 135q-11 7 -28 7q-34 0 -52.5 -32t-18.5 -88 +v-22zM334 187q18 32 18 88q0 16 -1 23l-99 -136q14 -7 29 -7q35 0 53 32z" /> + <glyph glyph-name="one.onum" horiz-adv-x="444" +d="M207 309l-99 -99l-107 111l233 229h163v-550h-190v309z" /> + <glyph glyph-name="two.onum" horiz-adv-x="529" +d="M36 152q99 36 161 72.5t89 68t27 55.5q0 21 -16.5 34t-44.5 13q-73 0 -133 -61l-108 116q47 55 112 83.5t139 28.5q112 0 177 -48t65 -132q0 -59 -47.5 -119t-120.5 -98h159v-165h-459v152z" /> + <glyph glyph-name="three.onum" horiz-adv-x="548" +d="M113 98q29 -29 67.5 -44.5t76.5 -15.5q41 0 61.5 15t20.5 36q0 25 -21 36t-67 11q-60 0 -71 -1v168q10 -1 67 -1q83 0 83 43q0 24 -21.5 36t-59.5 12q-36 0 -72 -13.5t-60 -40.5l-102 111q43 53 106 81.5t144 28.5q118 0 184 -48.5t66 -135.5q0 -53 -38 -96t-95 -53 +q59 -9 101 -52t42 -105q0 -59 -33 -104.5t-92 -70t-135 -24.5q-85 0 -152.5 28.5t-106.5 76.5z" /> + <glyph glyph-name="four.onum" horiz-adv-x="566" +d="M486 -117h-189v123h-279v155l226 389h242v-379h62v-165h-62v-123zM186 171h111v193z" /> + <glyph glyph-name="five.onum" horiz-adv-x="562" +d="M134 96q28 -28 63.5 -43t72.5 -15q40 0 61 18.5t21 46.5q0 29 -19 46.5t-56 17.5q-60 0 -99 -48l-135 31v400h460v-165h-270v-108q19 23 51 37t69 14q53 0 96.5 -26.5t69 -75.5t25.5 -116q0 -72 -32 -126t-92.5 -83.5t-142.5 -29.5q-164 0 -252 100z" /> + <glyph glyph-name="six.onum" horiz-adv-x="558" +d="M56.5 518q38.5 78 108.5 118.5t162 40.5q53 0 102 -16t84 -45l-86 -143q-21 19 -44.5 28t-53.5 9t-57.5 -15.5t-45 -45t-17.5 -70.5v-4q20 33 57 52t80 19q53 0 98 -26t72.5 -76t27.5 -118q0 -71 -32 -125t-88 -83.5t-125 -29.5q-94 0 -157 44.5t-93.5 122.5t-30.5 177 +q0 108 38.5 186zM331 269.5q-22 16.5 -50 16.5q-41 0 -73 -35q3 -43 22 -69.5t57 -26.5q29 0 47.5 19t18.5 44q0 35 -22 51.5z" /> + <glyph glyph-name="seven.onum" horiz-adv-x="513" +d="M287 385h-271v165h484v-131l-201 -536h-204z" /> + <glyph glyph-name="eight.onum" horiz-adv-x="561" +d="M52.5 277q34.5 46 88.5 67q-52 20 -82.5 59.5t-30.5 96.5q0 61 36 100.5t93 58t123 18.5t123.5 -18.5t93.5 -58t36 -100.5q0 -57 -31 -96.5t-83 -59.5q54 -21 89 -67t35 -100q0 -92 -73 -140.5t-190 -48.5t-189.5 48t-72.5 140q0 55 34.5 101zM327 503.5 +q-17 13.5 -47 13.5t-47 -13.5t-17 -37.5q0 -21 20 -35.5t44 -20.5q24 6 44 20.5t20 35.5q0 24 -17 37.5zM329.5 245.5q-23.5 17.5 -49.5 22.5q-25 -5 -48.5 -22.5t-23.5 -43.5t20 -40t52 -14t52.5 14.5t20.5 39.5q0 26 -23.5 43.5z" /> + <glyph glyph-name="nine.onum" horiz-adv-x="558" +d="M131 76q22 -20 45 -28.5t53 -8.5q50 0 85 35.5t35 95.5v4q-20 -33 -56.5 -52t-79.5 -19q-53 0 -98 26t-72.5 76.5t-27.5 118.5q0 71 32 125t88 83t125 29q139 0 209.5 -95t70.5 -249q0 -108 -38.5 -185.5t-108.5 -118.5t-162 -41q-52 0 -101.5 16.5t-83.5 44.5z +M329 367.5q-18 26.5 -57 26.5q-30 0 -48 -19t-18 -44q0 -34 21.5 -50.5t49.5 -16.5q44 0 73 35q-3 42 -21 68.5z" /> + <glyph glyph-name="G.alt1" horiz-adv-x="618" +d="M56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q31 0 54 21t34 50h-104v165h297q0 -195 -74.5 -299t-219.5 -104q-85 0 -152 43t-104 121.5t-37 180.5q0 104 38 182z +" /> + <glyph glyph-name="a.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="f.alt1" horiz-adv-x="323" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337z" /> + <glyph glyph-name="l.alt1" horiz-adv-x="293" +d="M80 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="y.alt1" horiz-adv-x="534" +d="M107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63z" /> + <glyph glyph-name="A.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151z" /> + <glyph glyph-name="B.smcp" horiz-adv-x="529" +d="M43 550h290q56 0 94 -20.5t55.5 -52.5t17.5 -68q0 -47 -25.5 -80t-66.5 -45q45 -10 73 -46.5t28 -87.5q0 -64 -41.5 -107t-124.5 -43h-300v550zM315 397q-7 7 -19 7h-78v-52h78q12 0 19 7t7 19t-7 19zM324 198q-8 8 -22 8h-84v-60h84q14 0 22 8t8 22t-8 22z" /> + <glyph glyph-name="C.smcp" horiz-adv-x="504" +d="M50.5 424.5q31.5 65.5 90.5 101.5t139 36q87 0 139 -47.5t77 -118.5l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5t26.5 51.5l144 -55q-24 -71 -76.5 -120t-139.5 -49q-80 0 -139 36.5t-90.5 101.5t-31.5 149t31.5 149.5z +" /> + <glyph glyph-name="D.smcp" horiz-adv-x="552" +d="M43 550h223q127 0 197.5 -74.5t70.5 -200.5t-70 -200.5t-197 -74.5h-224v550zM335.5 368q-21.5 31 -68.5 31h-49v-248h48q44 0 67.5 33t23.5 91q0 62 -21.5 93z" /> + <glyph glyph-name="E.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550z" /> + <glyph glyph-name="F.smcp" horiz-adv-x="440" +d="M43 550h374v-148h-199v-50h193v-148h-193v-204h-175v550z" /> + <glyph glyph-name="G.smcp" horiz-adv-x="525" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 23.5 -100t63.5 -34q32 0 51 17v30h-67v138h232v-241q-44 -47 -97 -72t-121 -25q-79 0 -138.5 36t-91.5 101t-32 150q0 86 32 151z" /> + <glyph glyph-name="G.smcp.alt1" horiz-adv-x="532" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 22.5 -100t62.5 -34q21 0 38 14t24 33h-76v138h252q0 -160 -63 -249t-183 -89q-76 0 -133.5 36t-89 101t-31.5 150q0 86 32 151z" /> + <glyph glyph-name="H.smcp" horiz-adv-x="573" +d="M355 205h-137v-205h-175v550h175v-193h137v193h175v-550h-175v205z" /> + <glyph glyph-name="I.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550z" /> + <glyph glyph-name="J.smcp" horiz-adv-x="389" +d="M54 164q12 -11 27.5 -17t31.5 -6q27 0 42.5 14.5t15.5 41.5v353h175v-374q0 -95 -56.5 -141.5t-156.5 -46.5q-80 0 -130 38z" /> + <glyph glyph-name="K.smcp" horiz-adv-x="531" +d="M243 177l-25 -43v-134h-175v550h175v-192l111 192h200l-177 -256l187 -294h-203z" /> + <glyph glyph-name="L.smcp" horiz-adv-x="415" +d="M43 550h175v-399h177v-151h-352v550z" /> + <glyph glyph-name="M.smcp" horiz-adv-x="693" +d="M476 269l-93 -269h-72l-93 269v-269h-175v550h221l82 -242l84 242h220v-550h-174v269z" /> + <glyph glyph-name="N.smcp" horiz-adv-x="567" +d="M217 244v-244h-174v550h183l124 -226v226h174v-550h-172z" /> + <glyph glyph-name="O.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97z" /> + <glyph glyph-name="P.smcp" horiz-adv-x="512" +d="M43 550h263q62 0 106 -25.5t67 -69t23 -95.5q0 -82 -50.5 -136t-145.5 -54h-88v-170h-175v550zM314 388q-11 11 -30 11h-66v-78h66q18 0 29.5 11t11.5 28t-11 28z" /> + <glyph glyph-name="Q.smcp" horiz-adv-x="560" +d="M478 77l31 -50l-109 -65l-25 42q-42 -16 -95 -16q-80 0 -139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149q0 -121 -63 -198zM292 142l-27 45l97 58q2 20 2 30q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5 +t62 -37.5q8 0 12 1z" /> + <glyph glyph-name="R.smcp" horiz-adv-x="528" +d="M256 170h-38v-170h-175v550h264q60 0 104 -25.5t67.5 -68.5t23.5 -95q0 -64 -26 -104t-60 -58l90 -199h-191zM314 388q-11 11 -30 11h-66v-78h66q19 0 30 11t11 28t-11 28z" /> + <glyph glyph-name="S.smcp" horiz-adv-x="464" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5z" /> + <glyph glyph-name="T.smcp" horiz-adv-x="425" +d="M126 399h-111v151h395v-151h-109v-399h-175v399z" /> + <glyph glyph-name="U.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344z" /> + <glyph glyph-name="V.smcp" horiz-adv-x="524" +d="M-11 550h189l85 -338l85 338h188l-170 -550h-207z" /> + <glyph glyph-name="W.smcp" horiz-adv-x="716" +d="M358 262l-49 -262h-178l-136 550h187l49 -282l61 282h133l60 -283l50 283h186l-136 -550h-178z" /> + <glyph glyph-name="X.smcp" horiz-adv-x="525" +d="M263 156l-76 -156h-199l162 282l-151 268h197l67 -144l66 144h197l-150 -267l161 -283h-198z" /> + <glyph glyph-name="Y.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222z" /> + <glyph glyph-name="Z.smcp" horiz-adv-x="442" +d="M27 128l158 270h-158v152h382v-124l-159 -274h165v-152h-388v128z" /> + <glyph glyph-name="Gbreve.alt1" horiz-adv-x="618" +d="M238 718.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5 +t31 -133.5t82 -44.5q31 0 54 21t34 50h-104v165h297q0 -195 -74.5 -299t-219.5 -104q-85 0 -152 43t-104 121.5t-37 180.5q0 104 38 182z" /> + <glyph glyph-name="Gcommaaccent.alt1" horiz-adv-x="618" +d="M264 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5zM56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5 +q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q31 0 54 21t34 50h-104v165h297q0 -195 -74.5 -299t-219.5 -104q-85 0 -152 43t-104 121.5t-37 180.5q0 104 38 182z" /> + <glyph glyph-name="Gcircumflex.alt1" horiz-adv-x="618" +d="M322 799l-52 -76h-95l74 144h147l77 -144h-95zM56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5q31 0 54 21t34 50h-104v165h297q0 -195 -74.5 -299t-219.5 -104 +q-85 0 -152 43t-104 121.5t-37 180.5q0 104 38 182z" /> + <glyph glyph-name="Gdotaccent.alt1" horiz-adv-x="618" +d="M263.5 844q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM56 515q38 78 107.5 120.5t160.5 42.5q93 0 155.5 -51t89.5 -129l-155 -69q-11 35 -34 58.5t-56 23.5q-51 0 -82 -44.5t-31 -133.5t31 -133.5t82 -44.5 +q31 0 54 21t34 50h-104v165h297q0 -195 -74.5 -299t-219.5 -104q-85 0 -152 43t-104 121.5t-37 180.5q0 104 38 182z" /> + <glyph glyph-name="aacute.alt1" horiz-adv-x="529" +d="M199 556l100 144h142l-133 -144h-109zM318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5 +q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="abreve.alt1" horiz-adv-x="529" +d="M186 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483 +h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="acircumflex.alt1" horiz-adv-x="529" +d="M268 632l-52 -76h-95l74 144h147l77 -144h-95zM318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5 +t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="adieresis.alt1" horiz-adv-x="529" +d="M110 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM311 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM318 53q-23 -34 -53 -49.5t-64 -15.5 +q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="agrave.alt1" horiz-adv-x="529" +d="M78 700h142l100 -144h-108zM318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5 +q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="amacron.alt1" horiz-adv-x="529" +d="M112 645h316v-92h-316v92zM318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5 +q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="aogonek.alt1" horiz-adv-x="529" +d="M422 -20q-23 -16 -23 -38q0 -14 9.5 -21.5t22.5 -7.5t25 5l27 -84q-23 -11 -46 -15.5t-56 -4.5q-48 0 -84.5 21.5t-36.5 66.5q0 31 24.5 55t76.5 43h-43v53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5 +t52 -48.5v52h168v-483q-41 -4 -64 -20zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="aring.alt1" horiz-adv-x="529" +d="M197.5 700q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM293.5 650.5q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5zM318 53q-23 -34 -53 -49.5t-64 -15.5 +q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="atilde.alt1" horiz-adv-x="529" +d="M235 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12zM318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187 +q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="uni1EA1.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M208.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EA3.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM215 635 +q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EA5.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM273 632 +l-52 -76h-95l74 144h147l77 -144h-95zM389 626l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EAD.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M219.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM275 632l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EA7.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM277 632 +l-52 -76h-95l74 144h147l77 -144h-95zM-85 770h142l100 -144h-108z" /> + <glyph glyph-name="uni1EA9.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM273 632 +l-52 -76h-95l74 144h147l77 -144h-95zM335 775q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EAF.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M186 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM213 645l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EAB.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM273 599 +l-52 -76h-95l74 144h147l77 -144h-95zM238 725q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EB1.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M186 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM90 789h142l100 -144h-108z" /> + <glyph glyph-name="uni1EB3.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M186 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM223 758q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z +" /> + <glyph glyph-name="uni1EB5.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M186 532.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM234 698q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EB7.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z +M189 551.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM219.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="ae.alt1" horiz-adv-x="792" +d="M318 0v53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 64.5 -15.5t51.5 -48.5v52h169v-47q39 59 116 59q82 0 129.5 -70.5t47.5 -190.5v-46h-293q7 -28 31 -47t66 -19q24 0 49 9.5t42 25.5l73 -106 +q-23 -28 -59.5 -45.5t-74.5 -17.5q-84 0 -127 66v-54h-168zM504.5 344.5q-15.5 -19.5 -18.5 -45.5h133q-3 26 -18 45.5t-48 19.5t-48.5 -19.5zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="aeacute.alt1" horiz-adv-x="792" +d="M318 0v53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 64.5 -15.5t51.5 -48.5v52h169v-47q39 59 116 59q82 0 129.5 -70.5t47.5 -190.5v-46h-293q7 -28 31 -47t66 -19q24 0 49 9.5t42 25.5l73 -106 +q-23 -28 -59.5 -45.5t-74.5 -17.5q-84 0 -127 66v-54h-168zM504.5 344.5q-15.5 -19.5 -18.5 -45.5h133q-3 26 -18 45.5t-48 19.5t-48.5 -19.5zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140zM341 556l100 144 +h142l-133 -144h-109z" /> + <glyph glyph-name="fl.alt1" horiz-adv-x="616" +d="M70 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77v-146h-77v-337h-169v337zM403 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131q-14 -12 -42 -19.5 +t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="f_f_l.alt1" horiz-adv-x="939" +d="M70 337h-61v146h61v21q0 80 45 126.5t122 46.5q54 0 95 -18l-26 -122q-12 7 -28 7q-18 0 -28.5 -11t-10.5 -32v-18h77v-146h-77v-337h-169v337zM393 337h-61v146h61v21q0 80 44.5 126.5t118.5 46.5q60 0 99 -18l-26 -123q-14 8 -29 8q-17 0 -27.5 -11t-10.5 -29v-21h77 +v-146h-77v-337h-169v337zM726 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="i.dotaccent" horiz-adv-x="254" +d="M59.5 549.5q-27.5 27.5 -27.5 67.5t27.5 68t67.5 28t68 -28t28 -68t-28 -67.5t-68 -27.5t-67.5 27.5zM43 483h169v-483h-169v483z" /> + <glyph glyph-name="lacute.alt1" horiz-adv-x="293" +d="M67 723l100 144h142l-133 -144h-109zM80 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="lcommaaccent.alt1" horiz-adv-x="293" +d="M68 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5zM80 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131 +q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="lcaron.alt1" horiz-adv-x="395" +d="M268 467q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5zM80 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131 +q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5z" /> + <glyph glyph-name="ldot.alt1" horiz-adv-x="444" +d="M80 24.5q-37 36.5 -37 110.5v532h169v-489q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5l28 -131q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5zM278 173q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="lslash.alt1" horiz-adv-x="316" +d="M320 15q-14 -12 -42 -19.5t-65 -7.5q-76 0 -113 36.5t-37 110.5v90l-54 -31v119l54 31v323h169v-226l55 31v-118l-55 -32v-144q0 -18 8 -29.5t23 -11.5q9 0 17.5 2.5t11.5 6.5z" /> + <glyph glyph-name="yacute.alt1" horiz-adv-x="534" +d="M206 556l100 144h142l-133 -144h-109zM107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63z" /> + <glyph glyph-name="ycircumflex.alt1" horiz-adv-x="534" +d="M268 632l-52 -76h-95l74 144h147l77 -144h-95zM107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63z" /> + <glyph glyph-name="ydieresis.alt1" horiz-adv-x="534" +d="M106 557q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM307 556.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5zM107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42 +q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63z" /> + <glyph glyph-name="ygrave.alt1" horiz-adv-x="534" +d="M107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63zM85 700h142l100 -144h-108z" /> + <glyph glyph-name="uni1EF5.alt1" horiz-adv-x="534" +d="M107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63zM212.5 -235q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59 +t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EF7.alt1" horiz-adv-x="534" +d="M107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63zM217 635q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63 +q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EF9.alt1" horiz-adv-x="534" +d="M107 -7q22 -25 56 -37t67 -12q45 0 69 25t24 73v42q-20 -27 -58.5 -47t-84.5 -20q-69 0 -103 36t-34 95v335h169v-265q0 -52 49 -52q36 0 62 41v276h169v-431q0 -118 -65 -183t-188 -65q-122 0 -195 63zM232 597q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99 +t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="Aacute.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM201 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Abreve.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM178 601.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Acircumflex.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM261 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Adieresis.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM102 626q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM303 625.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5 +t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Agrave.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM81 750h142l100 -144h-108z" /> + <glyph glyph-name="Amacron.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM105 695h316v-92h-316v92z" /> + <glyph glyph-name="Aogonek.smcp" horiz-adv-x="524" +d="M449 -20q-23 -16 -23 -38q0 -14 9.5 -21.5t22.5 -7.5t25 5l27 -84q-23 -11 -46 -15.5t-56 -4.5q-48 0 -84.5 21.5t-36.5 66.5q0 31 24.5 55t76.5 43h-40l-15 68h-140l-16 -68h-188l170 550h207l170 -550h-23q-41 -4 -64 -20zM297 219l-34 151l-36 -151h70z" /> + <glyph glyph-name="Aring.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM190.5 750q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM286.5 700.5q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10 +t22.5 9.5t9.5 23.5t-9.5 23.5z" /> + <glyph glyph-name="Atilde.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM227 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23 +q-8 7 -16 12z" /> + <glyph glyph-name="uni1EA0.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM203.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EA2.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM213 688q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EA4.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM262 682l-52 -76h-95l74 144h147l77 -144h-95zM378 676l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EAC.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM203.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM261 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EA6.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM-99 820h142l100 -144h-108zM262 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1EA8.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM261 682l-52 -76h-95l74 144h147l77 -144h-95zM323 825q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EAE.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM177 585.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM204 697l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EAA.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM260 649l-52 -76h-95l74 144h147l77 -144h-95zM227 775q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EB0.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM177 585.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM82 841h142l100 -144h-108z" /> + <glyph glyph-name="uni1EB2.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM177 585.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM213 811q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63 +q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EB4.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM177 585.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM226 749q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82 +q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EB6.smcp" horiz-adv-x="524" +d="M536 0h-188l-15 68h-140l-16 -68h-188l170 550h207zM227 219h70l-34 151zM178 601.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM204.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59 +t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="AE.smcp" horiz-adv-x="725" +d="M323 68h-121l-26 -68h-189l263 550h447v-148h-199v-50h193v-148h-193v-56h199v-148h-374v68zM263 219h60v151z" /> + <glyph glyph-name="AEacute.smcp" horiz-adv-x="725" +d="M349 606l100 144h142l-133 -144h-109zM323 68h-121l-26 -68h-189l263 550h447v-148h-199v-50h193v-148h-193v-56h199v-148h-374v68zM263 219h60v151z" /> + <glyph glyph-name="uni1E02.smcp" horiz-adv-x="529" +d="M43 550h290q56 0 94 -20.5t55.5 -52.5t17.5 -68q0 -47 -25.5 -80t-66.5 -45q45 -10 73 -46.5t28 -87.5q0 -64 -41.5 -107t-124.5 -43h-300v550zM315 397q-7 7 -19 7h-78v-52h78q12 0 19 7t7 19t-7 19zM324 198q-8 8 -22 8h-84v-60h84q14 0 22 8t8 22t-8 22zM213.5 727 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Cacute.smcp" horiz-adv-x="504" +d="M50.5 424.5q31.5 65.5 90.5 101.5t139 36q87 0 139 -47.5t77 -118.5l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5t26.5 51.5l144 -55q-24 -71 -76.5 -120t-139.5 -49q-80 0 -139 36.5t-90.5 101.5t-31.5 149t31.5 149.5z +M219 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Ccaron.smcp" horiz-adv-x="504" +d="M50.5 424.5q31.5 65.5 90.5 101.5t139 36q87 0 139 -47.5t77 -118.5l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5t26.5 51.5l144 -55q-24 -71 -76.5 -120t-139.5 -49q-80 0 -139 36.5t-90.5 101.5t-31.5 149t31.5 149.5z +M132 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Ccedilla.smcp" horiz-adv-x="504" +d="M325.5 160.5q18.5 19.5 26.5 51.5l144 -55q-23 -66 -69 -113t-122 -55l-16 -37q15 9 31 9q27 0 46 -20.5t19 -51.5q0 -41 -31 -64.5t-80 -23.5q-32 0 -61 9.5t-46 23.5l29 61q17 -14 36.5 -21.5t36.5 -7.5t28 6.5t11 19.5q0 8 -5.5 13t-14.5 5q-14 0 -24 -12l-56 32 +l23 62q-99 16 -155.5 92.5t-56.5 190.5q0 84 31.5 149.5t90.5 101.5t139 36q87 0 139 -47.5t77 -118.5l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5z" /> + <glyph glyph-name="Ccircumflex.smcp" horiz-adv-x="504" +d="M50.5 424.5q31.5 65.5 90.5 101.5t139 36q87 0 139 -47.5t77 -118.5l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5t26.5 51.5l144 -55q-24 -71 -76.5 -120t-139.5 -49q-80 0 -139 36.5t-90.5 101.5t-31.5 149t31.5 149.5z +M279 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Cdotaccent.smcp" horiz-adv-x="504" +d="M50.5 424.5q31.5 65.5 90.5 101.5t139 36q87 0 139 -47.5t77 -118.5l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5t26.5 51.5l144 -55q-24 -71 -76.5 -120t-139.5 -49q-80 0 -139 36.5t-90.5 101.5t-31.5 149t31.5 149.5z +M220.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Dcaron.smcp" horiz-adv-x="552" +d="M43 550h223q127 0 197.5 -74.5t70.5 -200.5t-70 -200.5t-197 -74.5h-224v550zM335.5 368q-21.5 31 -68.5 31h-49v-248h48q44 0 67.5 33t23.5 91q0 62 -21.5 93zM128 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Dcroat.smcp" horiz-adv-x="559" +d="M470 476q70 -74 70 -201q0 -126 -69.5 -200.5t-196.5 -74.5h-225v216h-39v117h39v217h223q128 0 198 -74zM340.5 184q23.5 33 23.5 91q0 62 -22 93t-69 31h-49v-66h66v-117h-66v-65h49q44 0 67.5 33z" /> + <glyph glyph-name="uni1E0A.smcp" horiz-adv-x="552" +d="M43 550h223q127 0 197.5 -74.5t70.5 -200.5t-70 -200.5t-197 -74.5h-224v550zM335.5 368q-21.5 31 -68.5 31h-49v-248h48q44 0 67.5 33t23.5 91q0 62 -21.5 93zM225.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59 +q0 35 24.5 60z" /> + <glyph glyph-name="Eacute.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM170 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Ebreve.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM144 601.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Ecaron.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM81 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Ecircumflex.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM229 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Edieresis.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM70 607q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM271 606.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5 +t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Edotaccent.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM174.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Egrave.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM46 750h142l100 -144h-108z" /> + <glyph glyph-name="Emacron.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM73 695h316v-92h-316v92z" /> + <glyph glyph-name="Eogonek.smcp" horiz-adv-x="444" +d="M218 402v-50h193v-147h-193v-57h199v-148h-1q-41 -4 -64 -20t-23 -38q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84 21.5t-36 66.5q0 31 24 55t76 43h-248v550h374v-148h-199z" /> + <glyph glyph-name="uni1EB8.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM171.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EBA.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM182 688q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EBC.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM196 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z +" /> + <glyph glyph-name="uni1EBE.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM229 682l-52 -76h-95l74 144h147l77 -144h-95zM345 676l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EC0.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM228 682l-52 -76h-95l74 144h147l77 -144h-95zM-134 820h142l100 -144h-108z" /> + <glyph glyph-name="uni1EC2.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM230 682l-52 -76h-95l74 144h147l77 -144h-95zM292 825q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EC4.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM228 649l-52 -76h-95l74 144h147l77 -144h-95zM194 775q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EC6.smcp" horiz-adv-x="444" +d="M43 550h374v-148h-199v-50h193v-147h-193v-57h199v-148h-374v550zM171.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM230 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1E1E.smcp" horiz-adv-x="440" +d="M43 550h374v-148h-199v-50h193v-148h-193v-204h-175v550zM176.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="fi.smcp" horiz-adv-x="700" +d="M43 550h374v-148h-199v-50h193v-148h-193v-204h-175v550zM483 550h175v-550h-175v550z" /> + <glyph glyph-name="fl.smcp" horiz-adv-x="855" +d="M43 550h374v-148h-199v-50h193v-148h-193v-204h-175v550zM483 550h175v-399h177v-151h-352v550z" /> + <glyph glyph-name="Gbreve.smcp" horiz-adv-x="525" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 23.5 -100t63.5 -34q32 0 51 17v30h-67v138h232v-241q-44 -47 -97 -72t-121 -25q-79 0 -138.5 36t-91.5 101t-32 150q0 86 32 151zM198 601.5 +q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Gcircumflex.smcp" horiz-adv-x="525" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 23.5 -100t63.5 -34q32 0 51 17v30h-67v138h232v-241q-44 -47 -97 -72t-121 -25q-79 0 -138.5 36t-91.5 101t-32 150q0 86 32 151zM280 682 +l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Gcommaaccent.smcp" horiz-adv-x="525" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 23.5 -100t63.5 -34q32 0 51 17v30h-67v138h232v-241q-44 -47 -97 -72t-121 -25q-79 0 -138.5 36t-91.5 101t-32 150q0 86 32 151zM222 -259 +q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Gdotaccent.smcp" horiz-adv-x="525" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 23.5 -100t63.5 -34q32 0 51 17v30h-67v138h232v-241q-44 -47 -97 -72t-121 -25q-79 0 -138.5 36t-91.5 101t-32 150q0 86 32 151zM219.5 727 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Gbreve.smcp.alt1" horiz-adv-x="532" +d="M198 601.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5zM51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 22.5 -100 +t62.5 -34q21 0 38 14t24 33h-76v138h252q0 -160 -63 -249t-183 -89q-76 0 -133.5 36t-89 101t-31.5 150q0 86 32 151z" /> + <glyph glyph-name="Gcommaaccent.smcp.alt1" horiz-adv-x="532" +d="M222 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5zM51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5 +t-23 -100.5q0 -66 22.5 -100t62.5 -34q21 0 38 14t24 33h-76v138h252q0 -160 -63 -249t-183 -89q-76 0 -133.5 36t-89 101t-31.5 150q0 86 32 151z" /> + <glyph glyph-name="Gcircumflex.smcp.alt1" horiz-adv-x="532" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 22.5 -100t62.5 -34q21 0 38 14t24 33h-76v138h252q0 -160 -63 -249t-183 -89q-76 0 -133.5 36t-89 101t-31.5 150q0 86 32 151zM272 682 +l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Gdotaccent.smcp.alt1" horiz-adv-x="532" +d="M51 426q32 65 91 100.5t139 35.5q76 0 129.5 -42.5t77.5 -106.5l-142 -63q-18 59 -65 59q-39 0 -62 -33.5t-23 -100.5q0 -66 22.5 -100t62.5 -34q21 0 38 14t24 33h-76v138h252q0 -160 -63 -249t-183 -89q-76 0 -133.5 36t-89 101t-31.5 150q0 86 32 151zM220.5 727 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Hbar.smcp" horiz-adv-x="590" +d="M580 411h-41v-411h-175v205h-137v-205h-175v411h-43v92h43v47h175v-47h137v47h175v-47h41v-92zM364 411h-137v-54h137v54z" /> + <glyph glyph-name="Hcircumflex.smcp" horiz-adv-x="573" +d="M355 205h-137v-205h-175v550h175v-193h137v193h175v-550h-175v205zM284 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1E22.smcp" horiz-adv-x="573" +d="M355 205h-137v-205h-175v550h175v-193h137v193h175v-550h-175v205zM227.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Iacute.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM69 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Ibreve.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM45 601.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Igrave.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM-53 750h142l100 -144h-108z" /> + <glyph glyph-name="Icircumflex.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM125 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Idieresis.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM-32 607q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM169 606.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Idotaccent.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM71.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Imacron.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM-28 695h316v-92h-316v92z" /> + <glyph glyph-name="Iogonek.smcp" horiz-adv-x="260" +d="M218 550v-550h-1q-41 -4 -64 -20t-23 -38q0 -14 10 -21.5t22 -7.5q15 0 25 5l27 -84q-22 -11 -45.5 -15.5t-56.5 -4.5q-48 0 -84.5 21.5t-36.5 66.5q0 31 24.5 55t76.5 43h-49v550h175z" /> + <glyph glyph-name="Itilde.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM97 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EC8.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM83 688q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ECA.smcp" horiz-adv-x="260" +d="M43 550h175v-550h-175v550zM74.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="IJ.smcp" horiz-adv-x="649" +d="M43 550h175v-550h-175v550zM314 164q12 -11 27.5 -17t31.5 -6q27 0 42.5 14.5t15.5 41.5v353h175v-374q0 -95 -56.5 -141.5t-156.5 -46.5q-80 0 -130 38z" /> + <glyph glyph-name="Jcircumflex.smcp" horiz-adv-x="389" +d="M54 164q12 -11 27.5 -17t31.5 -6q27 0 42.5 14.5t15.5 41.5v353h175v-374q0 -95 -56.5 -141.5t-156.5 -46.5q-80 0 -130 38zM258 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Kcommaaccent.smcp" horiz-adv-x="531" +d="M243 177l-25 -43v-134h-175v550h175v-192l111 192h200l-177 -256l187 -294h-203zM205 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Lacute.smcp" horiz-adv-x="415" +d="M43 550h175v-399h177v-151h-352v550zM158 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Lcaron.smcp" horiz-adv-x="428" +d="M43 550h175v-399h177v-151h-352v550zM269 345q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Lcommaaccent.smcp" horiz-adv-x="415" +d="M43 550h175v-399h177v-151h-352v550zM157 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Ldot.smcp" horiz-adv-x="495" +d="M43 550h175v-399h177v-151h-352v550zM311 241q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="Lslash.smcp" horiz-adv-x="417" +d="M396 151v-151h-352v142l-35 -20v151l35 20v257h175v-156l66 38v-152l-66 -38v-91h177z" /> + <glyph glyph-name="Nacute.smcp" horiz-adv-x="567" +d="M217 244v-244h-174v550h183l124 -226v226h174v-550h-172zM223 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Ncaron.smcp" horiz-adv-x="567" +d="M217 244v-244h-174v550h183l124 -226v226h174v-550h-172zM134 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Ncommaaccent.smcp" horiz-adv-x="567" +d="M217 244v-244h-174v550h183l124 -226v226h174v-550h-172zM224 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Ntilde.smcp" horiz-adv-x="567" +d="M217 244v-244h-174v550h183l124 -226v226h174v-550h-172zM248 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="Eng.smcp" horiz-adv-x="567" +d="M468.5 -149.5q-56.5 -46.5 -157.5 -46.5q-79 0 -130 37l51 138q27 -22 59 -22q23 0 38.5 12t18.5 33l-131 242v-244h-174v550h183l124 -226v226h174v-558q1 -95 -55.5 -141.5z" /> + <glyph glyph-name="Oacute.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM219 606 +l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Obreve.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM196 601.5 +q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Ocircumflex.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM279 682 +l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Odieresis.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM121 607 +q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM322 606.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Ograve.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM98 750h142 +l100 -144h-108z" /> + <glyph glyph-name="Ohungarumlaut.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM152 606 +l66 144h123l-99 -144h-90zM300 606l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="Omacron.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM124 695h316 +v-92h-316v92z" /> + <glyph glyph-name="Otilde.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM246 647 +q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="Oslash.smcp" horiz-adv-x="560" +d="M525 384.5q16 -50.5 16 -109.5q0 -84 -31.5 -149t-90.5 -101.5t-139 -36.5q-76 0 -132 32l-15 -20h-108l56 77q-62 78 -62 198q0 84 31.5 149t90.5 101.5t139 36.5q74 0 132 -33l16 21h108l-57 -77q30 -38 46 -88.5zM198 237l119 161q-17 11 -37 11q-40 0 -62 -37 +t-22 -97q0 -26 2 -38zM342 178.5q22 37.5 22 96.5q0 19 -3 37l-117 -161q17 -10 36 -10q40 0 62 37.5z" /> + <glyph glyph-name="Oslashacute.smcp" horiz-adv-x="560" +d="M327 606h-108l100 144h142zM525 384.5q16 -50.5 16 -109.5q0 -84 -31.5 -149t-90.5 -101.5t-139 -36.5q-76 0 -132 32l-15 -20h-108l56 77q-62 78 -62 198q0 84 31.5 149t90.5 101.5t139 36.5q74 0 132 -33l16 21h108l-57 -77q30 -38 46 -88.5zM198 237l119 161 +q-17 11 -37 11q-40 0 -62 -37t-22 -97q0 -26 2 -38zM342 178.5q22 37.5 22 96.5q0 19 -3 37l-117 -161q17 -10 36 -10q40 0 62 37.5z" /> + <glyph glyph-name="uni1ECC.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM221.5 -62 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1ECE.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM231 693 +q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ED0.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM280 682 +l-52 -76h-95l74 144h147l77 -144h-95zM395 676l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1ED2.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM-82 820h142 +l100 -144h-108zM280 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="uni1ED4.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM280 682 +l-52 -76h-95l74 144h147l77 -144h-95zM342 825q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1ED6.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM280 649 +l-52 -76h-95l74 144h147l77 -144h-95zM247 775q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1ED8.smcp" horiz-adv-x="560" +d="M50.5 424q31.5 65 90.5 101.5t139 36.5t139 -36.5t90.5 -101.5t31.5 -149t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149zM342 372q-22 37 -62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5t22 96.5q0 60 -22 97zM222.5 -62 +q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60zM280 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Ohorn.smcp" horiz-adv-x="560" +d="M558 488.5q-18 -34.5 -50 -60.5q33 -69 33 -153t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5q62 0 112.5 -22.5t84.5 -64.5q25 23 32 46q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47.5t46 19.5 +q30 0 51.5 -22.5t21.5 -60.5t-18 -72.5zM342 178.5q22 37.5 22 96.5q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5z" /> + <glyph glyph-name="uni1EDA.smcp" horiz-adv-x="560" +d="M558 488.5q-18 -34.5 -50 -60.5q33 -69 33 -153t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5q62 0 112.5 -22.5t84.5 -64.5q25 23 32 46q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47.5t46 19.5 +q30 0 51.5 -22.5t21.5 -60.5t-18 -72.5zM342 178.5q22 37.5 22 96.5q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5zM219 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EDC.smcp" horiz-adv-x="560" +d="M558 488.5q-18 -34.5 -50 -60.5q33 -69 33 -153t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5q62 0 112.5 -22.5t84.5 -64.5q25 23 32 46q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47.5t46 19.5 +q30 0 51.5 -22.5t21.5 -60.5t-18 -72.5zM342 178.5q22 37.5 22 96.5q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5zM98 750h142l100 -144h-108z" /> + <glyph glyph-name="uni1EDE.smcp" horiz-adv-x="560" +d="M558 488.5q-18 -34.5 -50 -60.5q33 -69 33 -153t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5q62 0 112.5 -22.5t84.5 -64.5q25 23 32 46q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47.5t46 19.5 +q30 0 51.5 -22.5t21.5 -60.5t-18 -72.5zM342 178.5q22 37.5 22 96.5q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5zM231 693q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14 +q8 28 29 43z" /> + <glyph glyph-name="uni1EE0.smcp" horiz-adv-x="560" +d="M558 488.5q-18 -34.5 -50 -60.5q33 -69 33 -153t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5q62 0 112.5 -22.5t84.5 -64.5q25 23 32 46q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47.5t46 19.5 +q30 0 51.5 -22.5t21.5 -60.5t-18 -72.5zM342 178.5q22 37.5 22 96.5q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5zM245 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5 +t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EE2.smcp" horiz-adv-x="560" +d="M558 488.5q-18 -34.5 -50 -60.5q33 -69 33 -153t-31.5 -149t-90.5 -101.5t-139 -36.5t-139 36.5t-90.5 101.5t-31.5 149t31.5 149t90.5 101.5t139 36.5q62 0 112.5 -22.5t84.5 -64.5q25 23 32 46q-4 -3 -16 -3q-24 0 -39.5 16.5t-15.5 42.5q0 28 19 47.5t46 19.5 +q30 0 51.5 -22.5t21.5 -60.5t-18 -72.5zM342 178.5q22 37.5 22 96.5q0 60 -22 97t-62 37t-62 -37t-22 -97q0 -59 22 -96.5t62 -37.5t62 37.5zM221.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="OE.smcp" horiz-adv-x="754" +d="M353 33q-20 -22 -50 -33.5t-64 -11.5q-67 0 -117 36.5t-76.5 101.5t-26.5 149t26.5 149.5t76.5 101.5t117 36q33 0 63.5 -11.5t50.5 -33.5v33h373v-152h-198v-44h192v-151h-192v-51h198v-152h-373v33zM282 409q-41 0 -63.5 -37t-22.5 -97q0 -59 22.5 -96.5t63.5 -37.5 +q48 0 71 53v163q-22 52 -71 52z" /> + <glyph glyph-name="uni1E56.smcp" horiz-adv-x="512" +d="M43 550h263q62 0 106 -25.5t67 -69t23 -95.5q0 -82 -50.5 -136t-145.5 -54h-88v-170h-175v550zM314 388q-11 11 -30 11h-66v-78h66q18 0 29.5 11t11.5 28t-11 28zM210.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59 +q0 35 24.5 60z" /> + <glyph glyph-name="Racute.smcp" horiz-adv-x="528" +d="M256 170h-38v-170h-175v550h264q60 0 104 -25.5t67.5 -68.5t23.5 -95q0 -64 -26 -104t-60 -58l90 -199h-191zM314 388q-11 11 -30 11h-66v-78h66q19 0 30 11t11 28t-11 28zM212 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Rcaron.smcp" horiz-adv-x="528" +d="M256 170h-38v-170h-175v550h264q60 0 104 -25.5t67.5 -68.5t23.5 -95q0 -64 -26 -104t-60 -58l90 -199h-191zM314 388q-11 11 -30 11h-66v-78h66q19 0 30 11t11 28t-11 28zM110 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Rcommaaccent.smcp" horiz-adv-x="528" +d="M256 170h-38v-170h-175v550h264q60 0 104 -25.5t67.5 -68.5t23.5 -95q0 -64 -26 -104t-60 -58l90 -199h-191zM314 388q-11 11 -30 11h-66v-78h66q19 0 30 11t11 28t-11 28zM197 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5 +q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="Sacute.smcp" horiz-adv-x="464" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5zM174 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Scaron.smcp" horiz-adv-x="464" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5zM91 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Scircumflex.smcp" horiz-adv-x="464" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5zM238 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Scedilla.smcp" horiz-adv-x="464" +d="M401.5 46q-50.5 -48 -139.5 -56l-17 -38q15 9 32 9q27 0 46 -20.5t19 -51.5q0 -41 -31.5 -64.5t-79.5 -23.5q-32 0 -61 9.5t-46 23.5l29 61q17 -14 36.5 -21.5t36.5 -7.5t27.5 6.5t10.5 19.5q0 8 -5 13t-14 5q-15 0 -25 -12l-56 32l22 60q-107 9 -178 68l69 133 +q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54t28 -95.5 +q0 -76 -50.5 -124z" /> + <glyph glyph-name="Scommaaccent.smcp" horiz-adv-x="464" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5zM174 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni1E60.smcp" horiz-adv-x="464" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5zM181.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1E9E.smcp" horiz-adv-x="558" +d="M512.5 281q33.5 -43 33.5 -105q0 -56 -26 -98.5t-71 -65.5t-102 -23q-38 0 -68 8t-47 20l46 128q26 -15 62 -15q19 0 33.5 12.5t14.5 36.5q0 26 -18.5 37t-57.5 11h-41v107l55 72q-16 12 -38 12q-35 0 -52.5 -21t-17.5 -57v-340h-175v347q0 100 66 157.5t177 57.5 +q72 0 131 -27t90 -87l-86 -110q58 -14 91.5 -57z" /> + <glyph glyph-name="germandbls.smcp" horiz-adv-x="927" +d="M77 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54 +t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5zM541 191q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 47 25.5 87t75 64.5t117.5 24.5q118 0 200 -65l-69 -124q-25 21 -60.5 33t-66.5 12 +q-21 0 -32 -7.5t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54t28 -95.5q0 -84 -60.5 -133t-165.5 -49q-68 0 -123.5 18.5t-94.5 51.5z" /> + <glyph glyph-name="Tbar.smcp" horiz-adv-x="425" +d="M301 399v-128h63v-92h-63v-179h-175v179h-68v92h68v128h-111v151h395v-151h-109z" /> + <glyph glyph-name="Tcaron.smcp" horiz-adv-x="425" +d="M126 399h-111v151h395v-151h-109v-399h-175v399zM65 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="uni0162.smcp" horiz-adv-x="425" +d="M126 399h-111v151h395v-151h-109v-399h-175v399zM152 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni021A.smcp" horiz-adv-x="425" +d="M126 399h-111v151h395v-151h-109v-399h-175v399zM152 -259q19 10 40 32t27 43q-5 -3 -18 -3q-27 0 -45 18.5t-18 47.5q0 31 22 53.5t53 22.5q34 0 58.5 -25.5t24.5 -68.5q0 -48 -24.5 -89.5t-67.5 -72.5z" /> + <glyph glyph-name="uni1E6A.smcp" horiz-adv-x="425" +d="M126 399h-111v151h395v-151h-109v-399h-175v399zM157.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Uacute.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM226 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Ubreve.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM202 601.5q-40 20.5 -67 56.5l73 57q14 -19 34.5 -30.5t45.5 -11.5t45 11t34 31l73 -57q-26 -36 -66 -56.5t-86 -20.5t-86 20.5z" /> + <glyph glyph-name="Ucircumflex.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM286 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Udieresis.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM126 607q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM327 606.5q-25 24.5 -25 60.5 +q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Ugrave.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM105 750h142l100 -144h-108z" /> + <glyph glyph-name="Uhungarumlaut.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM159 606l66 144h123l-99 -144h-90zM307 606l66 144h123l-99 -144h-90z" /> + <glyph glyph-name="Umacron.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM129 695h316v-92h-316v92z" /> + <glyph glyph-name="Uogonek.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -62 -25.5 -109t-71.5 -74q-40 -24 -58 -43.5t-18 -38.5q0 -14 9.5 -21.5t22.5 -7.5t25 5l27 -84q-23 -11 -46 -15.5t-56 -4.5q-48 0 -84.5 21.5t-36.5 66.5q0 56 71 86h-3q-112 0 -178 58 +t-66 160v344z" /> + <glyph glyph-name="Uring.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM214.5 750q30.5 30 73.5 30q42 0 71.5 -30t29.5 -73t-29.5 -73.5t-71.5 -30.5q-43 0 -73.5 30.5t-30.5 73.5t30.5 73zM310.5 700.5 +q-9.5 9.5 -22.5 9.5t-23 -9.5t-10 -23.5q0 -13 10 -23t23 -10t22.5 9.5t9.5 23.5t-9.5 23.5z" /> + <glyph glyph-name="Utilde.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM252 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82 +q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EE4.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM226.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Uhorn.smcp" horiz-adv-x="573" +d="M600.5 528.5q-23.5 -40.5 -69.5 -68.5v-253q0 -103 -66 -161t-178 -58t-178 58t-66 160v344h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-18q19 21 26 39q-6 -2 -17 -2q-24 0 -39.5 16t-15.5 42q0 28 19.5 47.5t46.5 19.5q30 0 51.5 -22.5 +t21.5 -60.5q0 -42 -23.5 -82.5z" /> + <glyph glyph-name="uni1EE6.smcp" horiz-adv-x="573" +d="M43 550h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-343q0 -103 -66 -161t-178 -58t-178 58t-66 160v344zM237 688q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z +" /> + <glyph glyph-name="uni1EE8.smcp" horiz-adv-x="573" +d="M600.5 528.5q-23.5 -40.5 -69.5 -68.5v-253q0 -103 -66 -161t-178 -58t-178 58t-66 160v344h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-18q19 21 26 39q-6 -2 -17 -2q-24 0 -39.5 16t-15.5 42q0 28 19.5 47.5t46.5 19.5q30 0 51.5 -22.5 +t21.5 -60.5q0 -42 -23.5 -82.5zM226 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="uni1EEA.smcp" horiz-adv-x="573" +d="M600.5 528.5q-23.5 -40.5 -69.5 -68.5v-253q0 -103 -66 -161t-178 -58t-178 58t-66 160v344h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-18q19 21 26 39q-6 -2 -17 -2q-24 0 -39.5 16t-15.5 42q0 28 19.5 47.5t46.5 19.5q30 0 51.5 -22.5 +t21.5 -60.5q0 -42 -23.5 -82.5zM105 750h142l100 -144h-108z" /> + <glyph glyph-name="uni1EEC.smcp" horiz-adv-x="573" +d="M600.5 528.5q-23.5 -40.5 -69.5 -68.5v-253q0 -103 -66 -161t-178 -58t-178 58t-66 160v344h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-18q19 21 26 39q-6 -2 -17 -2q-24 0 -39.5 16t-15.5 42q0 28 19.5 47.5t46.5 19.5q30 0 51.5 -22.5 +t21.5 -60.5q0 -42 -23.5 -82.5zM238 688q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EEE.smcp" horiz-adv-x="573" +d="M600.5 528.5q-23.5 -40.5 -69.5 -68.5v-253q0 -103 -66 -161t-178 -58t-178 58t-66 160v344h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-18q19 21 26 39q-6 -2 -17 -2q-24 0 -39.5 16t-15.5 42q0 28 19.5 47.5t46.5 19.5q30 0 51.5 -22.5 +t21.5 -60.5q0 -42 -23.5 -82.5zM252 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z" /> + <glyph glyph-name="uni1EF0.smcp" horiz-adv-x="573" +d="M600.5 528.5q-23.5 -40.5 -69.5 -68.5v-253q0 -103 -66 -161t-178 -58t-178 58t-66 160v344h175v-338q0 -32 18.5 -51.5t50.5 -19.5t50 19.5t18 51.5v338h176v-18q19 21 26 39q-6 -2 -17 -2q-24 0 -39.5 16t-15.5 42q0 28 19.5 47.5t46.5 19.5q30 0 51.5 -22.5 +t21.5 -60.5q0 -42 -23.5 -82.5zM228.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Wacute.smcp" horiz-adv-x="716" +d="M358 262l-49 -262h-178l-136 550h187l49 -282l61 282h133l60 -283l50 283h186l-136 -550h-178zM297 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Wcircumflex.smcp" horiz-adv-x="716" +d="M357 682l-52 -76h-95l74 144h147l77 -144h-95zM358 262l-49 -262h-178l-136 550h187l49 -282l61 282h133l60 -283l50 283h186l-136 -550h-178z" /> + <glyph glyph-name="Wdieresis.smcp" horiz-adv-x="716" +d="M358 262l-49 -262h-178l-136 550h187l49 -282l61 282h133l60 -283l50 283h186l-136 -550h-178zM197 607q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM398 606.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5 +t25 -59.5q0 -36 -25 -60.5t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Wgrave.smcp" horiz-adv-x="716" +d="M358 262l-49 -262h-178l-136 550h187l49 -282l61 282h133l60 -283l50 283h186l-136 -550h-178zM176 750h142l100 -144h-108z" /> + <glyph glyph-name="Yacute.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM194 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Ycircumflex.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM253 682l-52 -76h-95l74 144h147l77 -144h-95z" /> + <glyph glyph-name="Ydieresis.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM94 607q-25 25 -25 60t25 59.5t60 24.5q36 0 60.5 -24.5t24.5 -59.5t-24.5 -60t-60.5 -25q-35 0 -60 25zM295 606.5q-25 24.5 -25 60.5q0 35 25 59.5t60 24.5t60 -24.5t25 -59.5q0 -36 -25 -60.5 +t-60 -24.5t-60 24.5z" /> + <glyph glyph-name="Ygrave.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM72 750h142l100 -144h-108z" /> + <glyph glyph-name="uni1EF4.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM194.5 -62q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="uni1EF6.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM201 688q21 15 50 15q34 0 56 -18.5t22 -54.5q0 -22 -12 -50h-63q15 20 15 46q0 13 -5.5 19.5t-13.5 6.5q-14 0 -22 -21l-56 14q8 28 29 43z" /> + <glyph glyph-name="uni1EF8.smcp" horiz-adv-x="507" +d="M167 222l-179 328h190l76 -172l76 172h189l-178 -328v-222h-174v222zM216 647q-8 5 -15 5q-11 0 -17.5 -10.5t-6.5 -31.5h-82q0 64 28 99t80 35q22 0 37 -8t32 -23q8 -7 16 -12t15 -5q11 0 17.5 10.5t6.5 31.5h82q0 -64 -28 -99t-80 -35q-22 0 -37 8t-32 23q-8 7 -16 12z +" /> + <glyph glyph-name="Zacute.smcp" horiz-adv-x="442" +d="M27 128l158 270h-158v152h382v-124l-159 -274h165v-152h-388v128zM160 606l100 144h142l-133 -144h-109z" /> + <glyph glyph-name="Zcaron.smcp" horiz-adv-x="442" +d="M27 128l158 270h-158v152h382v-124l-159 -274h165v-152h-388v128zM70 750h95l55 -76l53 76h95l-74 -144h-147z" /> + <glyph glyph-name="Zdotaccent.smcp" horiz-adv-x="442" +d="M27 128l158 270h-158v152h382v-124l-159 -274h165v-152h-388v128zM173.5 727q24.5 25 59.5 25t59.5 -25t24.5 -60q0 -34 -24.5 -59t-59.5 -25q-34 0 -59 25t-25 59q0 35 24.5 60z" /> + <glyph glyph-name="Eth.smcp" horiz-adv-x="559" +d="M470 476q70 -74 70 -201q0 -126 -69.5 -200.5t-196.5 -74.5h-225v216h-39v117h39v217h223q128 0 198 -74zM340.5 184q23.5 33 23.5 91q0 62 -22 93t-69 31h-49v-66h66v-117h-66v-65h49q44 0 67.5 33z" /> + <glyph glyph-name="Thorn.smcp" horiz-adv-x="512" +d="M43 550h175v-72h88q62 0 106 -25.5t67 -69t23 -96.5t-22 -96.5t-66 -69t-108 -25.5h-88v-96h-175v550zM313.5 315.5q-11.5 11.5 -29.5 11.5h-66v-80h66q18 0 29.5 11t11.5 28q0 18 -11.5 29.5z" /> + <glyph glyph-name="uni0430.alt1" horiz-adv-x="529" +d="M318 53q-23 -34 -53 -49.5t-64 -15.5q-83 0 -133.5 67t-50.5 187q0 78 23 135t64.5 87.5t96.5 30.5q34 0 65 -15.5t52 -48.5v52h168v-483h-168v53zM318 312q-10 15 -26.5 24t-32.5 9q-32 0 -51 -27.5t-19 -75.5t19 -76.5t51 -28.5q16 0 32.5 9.5t26.5 25.5v140z" /> + <glyph glyph-name="ampersand.smcp" horiz-adv-x="508" +d="M342 0l-21 25q-60 -35 -128 -35q-79 0 -129 43.5t-50 122.5q0 56 29 92.5t78 63.5q-30 63 -30 109q0 40 21.5 72.5t59 50.5t83.5 18q41 0 77 -16t57.5 -45.5t21.5 -67.5q0 -55 -31 -87.5t-87 -60.5l24 -34l25 -35q20 39 32 81l116 -52q-27 -69 -70 -129l97 -116h-175z +M242 372q40 23 40 54q0 14 -7 23t-16 9q-14 0 -21.5 -10t-7.5 -29q0 -21 12 -47zM252 111q-23 28 -38 51q-18 24 -33 48q-13 -19 -13 -42q0 -27 16 -46t36 -19q14 0 32 8z" /> + <glyph glyph-name="numbersign.onum" horiz-adv-x="476" +d="M384 323l-27 -93h59l-25 -86h-58l-41 -144h-107l42 144h-54l-40 -144h-107l41 144h-54l24 86h56l25 93h-56l23 86h58l40 141h107l-40 -141h52l41 141h107l-41 -141h54l-22 -86h-57zM199 230h52l26 93h-53z" /> + <glyph glyph-name="percent.onum" horiz-adv-x="564" +d="M51.5 324q-35.5 40 -35.5 99t35.5 99t92.5 40t92.5 -40t35.5 -99t-35.5 -99t-92.5 -40t-92.5 40zM85 0l319 550h75l-319 -550h-75zM120.5 464q-9.5 -15 -9.5 -41t9.5 -40.5t23.5 -14.5q15 0 24.5 14.5t9.5 40.5t-9.5 41t-24.5 15q-14 0 -23.5 -15zM328 31q-35 40 -35 99 +t35 99t92 40t92.5 -40t35.5 -99t-35.5 -99t-92.5 -40t-92 40zM395.5 170.5q-9.5 -14.5 -9.5 -40.5q0 -27 9.5 -41t24.5 -14t24.5 14.5t9.5 40.5t-9.5 40.5t-24.5 14.5t-24.5 -14.5z" /> + <glyph glyph-name="perthousand.onum" horiz-adv-x="836" +d="M51.5 324q-35.5 40 -35.5 99t35.5 99t92.5 40t92.5 -40t35.5 -99t-35.5 -99t-92.5 -40t-92.5 40zM91 0l317 550h76l-319 -550h-74zM120.5 464q-9.5 -15 -9.5 -41t9.5 -40.5t23.5 -14.5q15 0 24.5 14.5t9.5 40.5t-9.5 41t-24.5 15q-14 0 -23.5 -15zM328 31q-35 40 -35 99 +t35 99t92 40t92.5 -40t35.5 -99t-35.5 -99t-92.5 -40t-92 40zM600 31q-35 40 -35 99t35 99t92 40t92.5 -40t35.5 -99t-35.5 -99t-92.5 -40t-92 40zM395.5 170.5q-9.5 -14.5 -9.5 -40.5t9.5 -40.5t24.5 -14.5t24.5 14.5t9.5 40.5t-9.5 40.5t-24.5 14.5t-24.5 -14.5z +M668 170.5q-9 -14.5 -9 -40.5t9 -40.5t24 -14.5t24.5 14.5t9.5 40.5t-9.5 40.5t-24.5 14.5t-24 -14.5z" /> + <glyph glyph-name="parenleft.case" horiz-adv-x="326" +d="M81.5 94.5q-39.5 117.5 -39.5 238.5t39.5 238.5t109.5 203.5l115 -69q-42 -89 -62 -179.5t-20 -193.5q0 -102 20 -193t62 -178l-115 -71q-70 86 -109.5 203.5z" /> + <glyph glyph-name="parenright.case" horiz-adv-x="327" +d="M82 527.5q-20 90.5 -62 178.5l116 69q69 -86 108.5 -203.5t39.5 -238.5t-39.5 -238.5t-108.5 -203.5l-116 71q42 86 62 177t20 194q0 104 -20 194.5z" /> + <glyph glyph-name="bracketleft.case" horiz-adv-x="272" +d="M45 768h210v-107h-92v-654h92v-107h-210v868z" /> + <glyph glyph-name="bracketright.case" horiz-adv-x="272" +d="M18 7h92v654h-92v107h210v-868h-210v107z" /> + <glyph glyph-name="braceleft.case" horiz-adv-x="277" +d="M137 -80.5q-37 19.5 -59.5 55.5t-22.5 82v168q0 29 -13.5 47t-38.5 18v89q25 0 38.5 17.5t13.5 46.5v167q0 46 22.5 82.5t59.5 56t80 19.5h43v-107h-43q-19 0 -32 -14t-13 -37v-185q0 -72 -45 -91q45 -19 45 -90v-186q0 -22 13 -36.5t32 -14.5h43v-107h-43 +q-43 0 -80 19.5z" /> + <glyph glyph-name="braceright.case" horiz-adv-x="277" +d="M60 7q19 0 32 14.5t13 36.5v186q0 71 45 90q-45 19 -45 91v185q0 23 -13 37t-32 14h-43v107h43q43 0 80 -19.5t59.5 -56t22.5 -82.5v-167q0 -29 13.5 -46.5t38.5 -17.5v-89q-25 0 -38.5 -18t-13.5 -47v-168q0 -46 -22.5 -82t-59.5 -55.5t-80 -19.5h-43v107h43z" /> + <glyph glyph-name="exclamdown.case" horiz-adv-x="275" +d="M208 649q30 -30 30 -71t-30 -71.5t-71 -30.5t-71 30.5t-30 71.5t30 71t71 30t71 -30zM213 426l25 -426h-201l24 426h152z" /> + <glyph glyph-name="exclam.smcp" horiz-adv-x="247" +d="M56 237l-22 313h180l-21 -313h-137zM53 18q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="exclamdown.smcp" horiz-adv-x="247" +d="M195.5 532q29.5 -30 29.5 -71t-29.5 -71.5t-70.5 -30.5q-42 0 -72 30.5t-30 71.5t30 71t72 30q41 0 70.5 -30zM193 314l22 -314h-180l20 314h138z" /> + <glyph glyph-name="questiondown.case" horiz-adv-x="394" +d="M266 506.5q-30 -30.5 -71 -30.5t-71.5 30.5t-30.5 71.5t30.5 71t71.5 30t71 -30t30 -71t-30 -71.5zM274 287.5q-17 -27.5 -47 -56.5q-16 -16 -23.5 -26.5t-7.5 -22.5q0 -13 9 -20.5t27 -7.5q16 0 33.5 9t31.5 26l91 -118q-38 -40 -87 -60.5t-103 -20.5q-89 0 -140 41.5 +t-51 111.5q0 46 19.5 77t56.5 68q27 28 38.5 45t11.5 37q0 19 -11 37l144 40q25 -34 25 -93q0 -39 -17 -66.5z" /> + <glyph glyph-name="question.smcp" horiz-adv-x="348" +d="M245.5 300q-9.5 -12 -9.5 -25q0 -17 9 -28l-131 -35q-19 24 -19 64q0 30 13 48.5t37 38.5q13 13 18.5 20t5.5 16t-7 14.5t-21 5.5q-17 0 -33.5 -7.5t-27.5 -20.5l-78 99q32 35 78.5 53.5t94.5 18.5q76 0 121.5 -34t45.5 -86q0 -39 -18 -63.5t-50 -51.5q-19 -15 -28.5 -27 +zM104.5 18.5q-30.5 30.5 -30.5 71.5t30.5 71t71.5 30t71 -30t30 -71t-30 -71.5t-71 -30.5t-71.5 30.5z" /> + <glyph glyph-name="questiondown.smcp" horiz-adv-x="348" +d="M244 531.5q30 -30.5 30 -71.5t-30 -71t-71 -30t-71.5 30t-30.5 71t30.5 71.5t71.5 30.5t71 -30.5zM104 251q9 11 9 24q0 15 -9 28l131 35q18 -23 18 -64q0 -30 -13 -49t-36 -38q-13 -13 -18.5 -20t-5.5 -16q0 -20 27 -20q17 0 33.5 7.5t28.5 20.5l77 -99 +q-32 -35 -78 -53.5t-94 -18.5q-77 0 -122 34t-45 86q0 39 18 64t50 51q20 17 29 28z" /> + <glyph glyph-name="uni2E18.case" horiz-adv-x="394" +d="M124 506.5q-30 30.5 -30 71.5t30 71t71 30t71.5 -30t30.5 -71t-30.5 -71.5t-71.5 -30.5t-71 30.5zM388 71q-38 -40 -87 -60.5t-103 -20.5q-97 0 -149 49.5t-52 131.5q0 58 33 103t80 70l9 82h152l26 -227h-117v69q-28 -25 -28 -58t19.5 -48.5t51.5 -15.5q24 0 45 9t35 26 +z" /> + <glyph glyph-name="uni203D.smcp" horiz-adv-x="353" +d="M303 524.5q48 -37.5 48 -100.5q0 -50 -28.5 -84.5t-69.5 -51.5l-7 -51h-137l-22 150h99v-42q24 13 24 41q0 20 -16 31.5t-41 11.5q-22 0 -44 -7.5t-35 -20.5l-70 89q32 35 78 53.5t94 18.5q79 0 127 -37.5zM248.5 161q30.5 -30 30.5 -71t-30.5 -71.5t-71.5 -30.5 +t-71 30.5t-30 71.5t30 71t71 30t71.5 -30z" /> + <glyph glyph-name="uni2E18.smcp" horiz-adv-x="353" +d="M104.5 389q-30.5 30 -30.5 71t30.5 71.5t71.5 30.5t71 -30.5t30 -71.5t-30 -71t-71 -30t-71.5 30zM349 60q-32 -35 -78 -53.5t-94 -18.5q-79 0 -127 37.5t-48 100.5q0 49 28.5 84t69.5 52l7 51h137l22 -150h-99v42q-24 -14 -24 -41q0 -20 16 -31.5t41 -11.5q22 0 44 7.5 +t35 20.5z" /> + <glyph glyph-name="guillemotleft.case" horiz-adv-x="531" +d="M30 342l125 177h139l-125 -177l125 -180h-139zM237 342l125 177h139l-125 -177l125 -180h-139z" /> + <glyph glyph-name="guillemotright.case" horiz-adv-x="531" +d="M30 162l125 180l-125 177h139l125 -177l-125 -180h-139zM237 162l125 180l-125 177h139l125 -177l-125 -180h-139z" /> + <glyph glyph-name="guilsinglleft.case" horiz-adv-x="324" +d="M30 342l125 177h139l-125 -177l125 -180h-139z" /> + <glyph glyph-name="guilsinglright.case" horiz-adv-x="324" +d="M30 162l125 180l-125 177h139l125 -177l-125 -180h-139z" /> + <glyph glyph-name="hyphen.case" horiz-adv-x="274" +d="M30 412h214v-141h-214v141z" /> + <glyph glyph-name="endash.case" horiz-adv-x="527" +d="M30 412h467v-141h-467v141z" /> + <glyph glyph-name="emdash.case" horiz-adv-x="737" +d="M30 412h677v-141h-677v141z" /> + <glyph glyph-name="periodcentered.case" horiz-adv-x="277" +d="M67 271q-30 30 -30 71q0 42 30 72t71 30t71 -30t30 -72q0 -41 -30 -71t-71 -30t-71 30z" /> + <glyph glyph-name="bullet.case" horiz-adv-x="358" +d="M116.5 232q-29.5 17 -46.5 46t-17 63q0 35 17 64.5t46.5 46.5t63.5 17q53 0 90.5 -37.5t37.5 -90.5q0 -34 -17 -63t-46.5 -46t-64.5 -17q-34 0 -63.5 17z" /> + <glyph glyph-name="dollar.onum" horiz-adv-x="464" +d="M411 56q-41 -46 -113 -61v-69h-119v64q-105 12 -171 68l69 133q25 -26 65 -42t80 -16q24 0 38 8t14 21q0 12 -15.5 20t-48.5 19q-53 16 -90 33.5t-65 54.5t-28 97q0 59 40 106t112 63v73h119v-70q84 -12 147 -61l-69 -124q-25 21 -60.5 33t-66.5 12q-21 0 -32 -7.5 +t-11 -19.5t15 -19.5t49 -18.5q53 -16 89.5 -33.5t64.5 -54t28 -95.5q0 -68 -41 -114z" /> + <glyph glyph-name="cent.case" horiz-adv-x="437" +d="M347 262l80 -116q-16 -20 -46 -37t-70 -25v-93h-119v96q-80 21 -127.5 86.5t-47.5 159.5t47.5 159.5t127.5 85.5v78h119v-75q40 -8 70 -24.5t46 -36.5l-80 -116q-30 33 -70 33q-39 0 -63.5 -28t-24.5 -76t25 -76.5t63 -28.5q40 0 70 34z" /> + <glyph glyph-name="cent.onum" horiz-adv-x="504" +d="M325.5 160.5q18.5 19.5 26.5 51.5l144 -55q-20 -59 -59 -103.5t-101 -59.5v-70h-118v70q-94 20 -146.5 95.5t-52.5 185.5t52.5 185.5t146.5 95.5v71h118v-71q112 -26 160 -160l-144 -56q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5 +z" /> + <glyph glyph-name="sterling.onum" horiz-adv-x="430" +d="M421 30q-17 -18 -49 -28.5t-72 -10.5q-26 0 -44 4.5t-41 13.5q-16 7 -27 10t-24 3q-36 0 -82 -29l-49 101q28 15 45.5 35t17.5 41q0 24 -15 59h-61v86h26q-14 39 -14 70q0 52 28.5 92t74.5 62t94 22q72 0 120.5 -28t67.5 -83l-129 -58q-12 47 -44 47q-17 0 -27.5 -15 +t-10.5 -41q0 -24 12 -68h84v-86h-62l1 -14q0 -23 -9.5 -44t-20.5 -33q9 3 16 3q20 0 44 -8q22 -8 39 -8q38 0 60 25z" /> + <glyph glyph-name="yen.onum" horiz-adv-x="507" +d="M386 304h95v-83h-140v-34h140v-84h-140v-103h-174v103h-141v84h141v34h-141v83h96l-134 246h190l76 -172l76 172h189z" /> + <glyph glyph-name="Euro.onum" horiz-adv-x="526" +d="M347 160.5q19 19.5 27 51.5l143 -55q-24 -72 -76 -120.5t-139 -48.5q-100 0 -166.5 55.5t-87.5 149.5h-35v64h27v18v18h-27v63h35q20 95 86.5 150.5t167.5 55.5q87 0 138.5 -47.5t76.5 -118.5l-143 -56q-9 32 -27.5 50.5t-44.5 18.5q-49 0 -71 -53h95v-63h-108 +q-1 -6 -1 -18t1 -18h108v-64h-94q23 -52 70 -52q26 0 45 19.5z" /> + <glyph glyph-name="florin.onum" horiz-adv-x="421" +d="M82 193h-34v118h60l19 79q20 86 71.5 128.5t121.5 42.5q33 0 63 -9.5t48 -27.5l-57 -139q-8 11 -25 11q-12 0 -22 -11t-14 -28l-11 -46h55v-118h-81l-70 -312h-193z" /> + <glyph glyph-name="colonmonetary.onum" horiz-adv-x="504" +d="M325.5 160.5q18.5 19.5 26.5 51.5l144 -55q-24 -71 -76.5 -120t-139.5 -49h-5l-11 -41h-64l13 48q-24 7 -28 9l-16 -57h-64l24 85q-53 37 -81.5 100t-28.5 143q0 84 30.5 148t88 101t136.5 38l10 37h64l-12 -43l28 -9l15 52h64l-24 -85q50 -42 77 -118l-144 -56 +q-9 32 -27.5 50.5t-44.5 18.5q-40 0 -62 -37t-22 -97t22 -97t62 -37q27 0 45.5 19.5z" /> + <glyph glyph-name="zero.numr" horiz-adv-x="365" +d="M59 319.5q-44 59.5 -44 147.5t44 147t124 59t123.5 -59t43.5 -147t-43.5 -147.5t-123.5 -59.5t-124 59.5zM149.5 549.5q-9.5 -25.5 -9.5 -82.5t10 -83t33 -26q22 0 31.5 26t9.5 83t-9.5 82.5t-31.5 25.5q-24 0 -33.5 -25.5z" /> + <glyph glyph-name="one.numr" horiz-adv-x="305" +d="M133 510l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="two.numr" horiz-adv-x="365" +d="M34 357q86 66 124 99t49.5 49t11.5 32q0 17 -12 27.5t-34 10.5q-25 0 -50 -13.5t-40 -32.5l-67 77q31 33 74 50t88 17q76 0 120.5 -34.5t44.5 -94.5q0 -39 -30.5 -78t-111.5 -101h145v-98h-312v90z" /> + <glyph glyph-name="three.numr" horiz-adv-x="365" +d="M83.5 277q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58 +t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17z" /> + <glyph glyph-name="four.numr" horiz-adv-x="365" +d="M314 267h-124v74h-175v88l137 238h162v-229h39v-97h-39v-74zM127 438h63v113z" /> + <glyph glyph-name="five.numr" horiz-adv-x="365" +d="M84 275q-41 15 -68 44l70 78q18 -19 41 -29t46 -10q24 0 37 12.5t13 30.5t-11.5 29.5t-33.5 11.5q-38 0 -63 -31l-87 26v230h293v-98h-169v-68q13 13 33 21.5t42 8.5q51 0 85.5 -33t34.5 -94q0 -64 -45.5 -104t-125.5 -40q-51 0 -92 15z" /> + <glyph glyph-name="six.numr" horiz-adv-x="365" +d="M60.5 317q-45.5 57 -45.5 149q0 99 54 153t144 54q33 0 64.5 -9t53.5 -25l-54 -86q-15 12 -29.5 17t-33.5 5q-31 0 -53 -19.5t-22 -54.5v-3q15 21 37 31.5t49 10.5q33 0 61.5 -16.5t46 -47t17.5 -71.5q0 -66 -44 -105.5t-111 -39.5q-89 0 -134.5 57zM139 425 +q4 -67 48 -67q17 0 28 12.5t11 28.5q0 23 -14 34.5t-30 11.5q-26 0 -43 -20z" /> + <glyph glyph-name="seven.numr" horiz-adv-x="339" +d="M73 267l126 302h-184v98h309v-85l-123 -315h-128z" /> + <glyph glyph-name="eight.numr" horiz-adv-x="365" +d="M61 287.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM152.5 571.5q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36 +q0 33 -40 33q-19 0 -29.5 -8.5zM152.5 416.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5z" /> + <glyph glyph-name="nine.numr" horiz-adv-x="365" +d="M305 616.5q45 -56.5 45 -149.5q0 -99 -54.5 -153t-143.5 -54q-32 0 -63.5 9t-53.5 25l54 87q26 -23 62 -23q30 0 52.5 19t22.5 56v3q-31 -43 -86 -43q-33 0 -61.5 16.5t-46 47.5t-17.5 72q0 65 44 104.5t112 39.5q89 0 134 -56.5zM226 510q-1 29 -12 47t-34 18 +q-18 0 -29 -12t-11 -29q0 -23 13.5 -34t29.5 -11q27 0 43 21z" /> + <glyph glyph-name="zero.dnom" horiz-adv-x="365" +d="M59 52.5q-44 59.5 -44 147.5t44 147t124 59t123.5 -59t43.5 -147t-43.5 -147.5t-123.5 -59.5t-124 59.5zM149.5 282.5q-9.5 -25.5 -9.5 -82.5t10 -83t33 -26q22 0 31.5 26t9.5 83t-9.5 82.5t-31.5 25.5q-24 0 -33.5 -25.5z" /> + <glyph glyph-name="one.dnom" horiz-adv-x="305" +d="M133 243l-61 -61l-70 73l149 145h107v-400h-125v243z" /> + <glyph glyph-name="two.dnom" horiz-adv-x="365" +d="M34 90q86 66 124 99t49.5 49t11.5 32q0 17 -12 27.5t-34 10.5q-25 0 -50 -13.5t-40 -32.5l-67 77q31 33 74 50t88 17q76 0 120.5 -34.5t44.5 -94.5q0 -39 -30.5 -78t-111.5 -101h145v-98h-312v90z" /> + <glyph glyph-name="three.dnom" horiz-adv-x="365" +d="M83.5 10q-42.5 17 -66.5 46l66 79q18 -21 44 -32.5t49 -11.5q24 0 36.5 9t12.5 22q0 19 -16 25.5t-46 6.5q-33 0 -39 -1v97q7 -1 37 -1q31 0 44.5 7t13.5 23q0 29 -49 29q-24 0 -47 -9.5t-39 -28.5l-63 70q57 66 160 66q76 0 117.5 -29.5t41.5 -80.5q0 -32 -23.5 -58 +t-59.5 -32q36 -4 62.5 -30t26.5 -63q0 -54 -46 -87t-119 -33q-55 0 -97.5 17z" /> + <glyph glyph-name="four.dnom" horiz-adv-x="365" +d="M314 0h-124v74h-175v88l137 238h162v-229h39v-97h-39v-74zM127 171h63v113z" /> + <glyph glyph-name="five.dnom" horiz-adv-x="365" +d="M84 8q-41 15 -68 44l70 78q18 -19 41 -29t46 -10q24 0 37 12.5t13 30.5t-11.5 29.5t-33.5 11.5q-38 0 -63 -31l-87 26v230h293v-98h-169v-68q13 13 33 21.5t42 8.5q51 0 85.5 -33t34.5 -94q0 -64 -45.5 -104t-125.5 -40q-51 0 -92 15z" /> + <glyph glyph-name="six.dnom" horiz-adv-x="365" +d="M60.5 50q-45.5 57 -45.5 149q0 99 54 153t144 54q33 0 64.5 -9t53.5 -25l-54 -86q-15 12 -29.5 17t-33.5 5q-31 0 -53 -19.5t-22 -54.5v-3q15 21 37 31.5t49 10.5q33 0 61.5 -16.5t46 -47t17.5 -71.5q0 -66 -44 -105.5t-111 -39.5q-89 0 -134.5 57zM139 158q4 -67 48 -67 +q17 0 28 12.5t11 28.5q0 23 -14 34.5t-30 11.5q-26 0 -43 -20z" /> + <glyph glyph-name="seven.dnom" horiz-adv-x="339" +d="M73 0l126 302h-184v98h309v-85l-123 -315h-128z" /> + <glyph glyph-name="eight.dnom" horiz-adv-x="365" +d="M61 20.5q-47 27.5 -47 86.5q0 33 23 61t59 38q-34 9 -55 34t-21 59q0 54 48 80.5t114 26.5t114 -26.5t48 -80.5q0 -34 -21 -59t-55 -34q36 -10 59 -38t23 -61q0 -59 -47 -86.5t-121 -27.5t-121 27.5zM152.5 304.5q-10.5 -8.5 -10.5 -24.5q0 -24 40 -36q40 12 40 36 +q0 33 -40 33q-19 0 -29.5 -8.5zM152.5 149.5q-15.5 -10.5 -15.5 -29.5q0 -33 45 -33q46 0 46 33q0 19 -16 29.5t-30 13.5q-14 -3 -29.5 -13.5z" /> + <glyph glyph-name="nine.dnom" horiz-adv-x="365" +d="M305 349.5q45 -56.5 45 -149.5q0 -99 -54.5 -153t-143.5 -54q-32 0 -63.5 9t-53.5 25l54 87q26 -23 62 -23q30 0 52.5 19t22.5 56v3q-31 -43 -86 -43q-33 0 -61.5 16.5t-46 47.5t-17.5 72q0 65 44 104.5t112 39.5q89 0 134 -56.5zM226 243q-1 29 -12 47t-34 18 +q-18 0 -29 -12t-11 -29q0 -23 13.5 -34t29.5 -11q27 0 43 21z" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="22" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="J,Jcircumflex,uni0408" + k="-19" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="49" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="24" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + k="25" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="psi,U.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="V" + k="33" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="V.smcp" + k="19" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="29" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="19" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="53" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="39" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="asterisk" + k="64" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="bullet.case" + k="24" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="dagger" + k="69" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="daggerdbl" + k="24" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="20" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="33" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="question" + k="51" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="72" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="25" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="8" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="v,gamma,nu" + k="19" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="10" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="19" /> + <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Alphatonos,Alpha,uni0394,Lambda,uni0402,uni0409,uni040A,uni040B,uni0410,uni042A,uni042C,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="1" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="2" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="V" + k="3" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="5" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="25" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="bullet.case" + k="11" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="1" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="15" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="question" + k="6" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="2" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="v,gamma,nu" + k="2" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="2" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="2" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="5" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="10" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,germandbls.smcp" + k="5" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="ampersand.smcp" + k="1" /> + <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,zeta,uni0404,uni0421" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="5" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="J,Jcircumflex,uni0408" + k="20" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="15" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="V" + k="15" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="15" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="34" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="question" + k="17" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="15" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="22" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="24" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="20" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="J.smcp,Jcircumflex.smcp" + k="29" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="25" /> + <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni018F,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,Phi,theta,uni041E,uni0424,uni042D,uni042E,uni04E8,uni1E0A,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2" + g2="Z,Zacute,Zdotaccent,Zcaron,Zeta" + k="10" /> + <hkern g1="F,uni0492,uni1E1E" + g2="J,Jcircumflex,uni0408" + k="75" /> + <hkern g1="F,uni0492,uni1E1E" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="36" /> + <hkern g1="F,uni0492,uni1E1E" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="45" /> + <hkern g1="F,uni0492,uni1E1E" + g2="ampersand.smcp" + k="25" /> + <hkern g1="F,uni0492,uni1E1E" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="55" /> + <hkern g1="F,uni0492,uni1E1E" + g2="J.smcp,Jcircumflex.smcp" + k="65" /> + <hkern g1="F,uni0492,uni1E1E" + g2="ampersand" + k="21" /> + <hkern g1="F,uni0492,uni1E1E" + g2="X.smcp" + k="2" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="10" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="V" + k="15" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="10" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="28" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="question" + k="12" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="5" /> + <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,uni0122,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="10" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="35" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="40" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="49" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="psi,U.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + k="40" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="V.smcp" + k="40" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="35" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="45" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="bullet.case" + k="55" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="30" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="56" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="45" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="16" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="v,gamma,nu" + k="50" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="40" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="50" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="25" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,germandbls.smcp" + k="15" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="ampersand.smcp" + k="10" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="X.smcp" + k="30" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="5" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="40" /> + <hkern g1="K,uni0136,Kappa,uni040C,uni0416,uni041A,uni049A" + g2="x,uni0436,uni0445,uni04B3" + k="31" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="21" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="16" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="74" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="55" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + k="20" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="psi,U.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + k="6" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="V" + k="75" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="V.smcp" + k="50" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="65" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="35" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="108" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="85" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="asterisk" + k="130" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="bullet.case" + k="83" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="dagger" + k="102" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="daggerdbl" + k="66" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="61" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="question" + k="70" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="134" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="30" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="2" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="v,gamma,nu" + k="50" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="30" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="50" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="2" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="ampersand" + k="2" /> + <hkern g1="L,Lacute,uni013B,Lcaron,Lslash" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="1" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="J,Jcircumflex,uni0408" + k="113" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="14" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="20" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="53" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="63" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="ampersand.smcp" + k="48" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="85" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="J.smcp,Jcircumflex.smcp" + k="95" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="32" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="ampersand" + k="30" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="16" /> + <hkern g1="P,Rho,uni0420,uni1E56" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="21" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="15" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="10" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="5" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="V" + k="10" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="V.smcp" + k="1" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="19" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="10" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="bullet.case" + k="10" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="10" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="v,gamma,nu" + k="1" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="1" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="1" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="25" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="ampersand.smcp" + k="20" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="ampersand" + k="14" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="15" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="x,uni0436,uni0445,uni04B3" + k="1" /> + <hkern g1="R,Racute,uni0156,Rcaron" + g2="s,sacute,scircumflex,uni015F,scaron,uni0219,epsilontonos,epsilon,uni0437,uni044D,uni0455,uni1E61" + k="15" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="15" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="55" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="J,Jcircumflex,uni0408" + k="75" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="2" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="psi,U.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + k="3" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="V.smcp" + k="2" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="2" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="2" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="bullet.case" + k="50" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="15" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="45" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="37" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="v,gamma,nu" + k="3" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="3" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="3" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="65" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="49" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="79" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,germandbls.smcp" + k="35" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="ampersand.smcp" + k="70" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="84" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="J.smcp,Jcircumflex.smcp" + k="85" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="ampersand" + k="45" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="X.smcp" + k="2" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="55" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="55" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="x,uni0436,uni0445,uni04B3" + k="13" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="s,sacute,scircumflex,uni015F,scaron,uni0219,epsilontonos,epsilon,uni0437,uni044D,uni0455,uni1E61" + k="55" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="B.smcp,D.smcp,E.smcp,F.smcp,H.smcp,I.smcp,K.smcp,L.smcp,M.smcp,N.smcp,P.smcp,R.smcp,uni1E02.smcp,Dcaron.smcp,Dcroat.smcp,uni1E0A.smcp,Eacute.smcp,Ebreve.smcp,Ecaron.smcp,Ecircumflex.smcp,Edieresis.smcp,Edotaccent.smcp,Egrave.smcp,Emacron.smcp,Eogonek.smcp,uni1EB8.smcp,uni1EBA.smcp,uni1EBC.smcp,uni1EBE.smcp,uni1EC0.smcp,uni1EC2.smcp,uni1EC4.smcp,uni1EC6.smcp,uni1E1E.smcp,fi.smcp,fl.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,IJ.smcp,Kcommaaccent.smcp,Lacute.smcp,Lcaron.smcp,Lcommaaccent.smcp,Ldot.smcp,Lslash.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp,Eng.smcp,uni1E56.smcp,Racute.smcp,Rcaron.smcp,Rcommaaccent.smcp,Eth.smcp,Thorn.smcp" + k="8" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="dollar,three,five,eight,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni0417,uni042F,uni1E60,eight.onum" + k="10" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="colon,semicolon" + k="46" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="m,n,p,r,z,ntilde,dotlessi,kgreenlandic,nacute,uni0146,ncaron,eng,racute,uni0157,rcaron,zacute,zdotaccent,iota,kappa,uni0432,uni0433,uni0438,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044B,uni044C,uni044E,uni044F,uni0453,uni045A,uni045C,uni045F,uni0491,uni0493,uni049B" + k="37" /> + <hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Gamma,Tau,uni0403,uni0413,uni0422,uni0490,uni1E6A" + g2="Z.smcp,Zacute.smcp,Zcaron.smcp,Zdotaccent.smcp" + k="2" /> + <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis,IJ,Jcircumflex,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni0408,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + g2="J,Jcircumflex,uni0408" + k="37" /> + <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis,IJ,Jcircumflex,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni0408,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="25" /> + <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis,IJ,Jcircumflex,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni0408,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="24" /> + <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis,IJ,Jcircumflex,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni0408,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="22" /> + <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis,IJ,Jcircumflex,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni0408,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + g2="J.smcp,Jcircumflex.smcp" + k="37" /> + <hkern g1="V,uni040E,uni0423" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="39" /> + <hkern g1="V,uni040E,uni0423" + g2="J,Jcircumflex,uni0408" + k="78" /> + <hkern g1="V,uni040E,uni0423" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="10" /> + <hkern g1="V,uni040E,uni0423" + g2="psi,U.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="bullet.case" + k="33" /> + <hkern g1="V,uni040E,uni0423" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="20" /> + <hkern g1="V,uni040E,uni0423" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="24" /> + <hkern g1="V,uni040E,uni0423" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="48" /> + <hkern g1="V,uni040E,uni0423" + g2="v,gamma,nu" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="48" /> + <hkern g1="V,uni040E,uni0423" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="33" /> + <hkern g1="V,uni040E,uni0423" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="33" /> + <hkern g1="V,uni040E,uni0423" + g2="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,germandbls.smcp" + k="28" /> + <hkern g1="V,uni040E,uni0423" + g2="ampersand.smcp" + k="52" /> + <hkern g1="V,uni040E,uni0423" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="79" /> + <hkern g1="V,uni040E,uni0423" + g2="J.smcp,Jcircumflex.smcp" + k="78" /> + <hkern g1="V,uni040E,uni0423" + g2="ampersand" + k="42" /> + <hkern g1="V,uni040E,uni0423" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="53" /> + <hkern g1="V,uni040E,uni0423" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="52" /> + <hkern g1="V,uni040E,uni0423" + g2="x,uni0436,uni0445,uni04B3" + k="24" /> + <hkern g1="V,uni040E,uni0423" + g2="s,sacute,scircumflex,uni015F,scaron,uni0219,epsilontonos,epsilon,uni0437,uni044D,uni0455,uni1E61" + k="49" /> + <hkern g1="V,uni040E,uni0423" + g2="B.smcp,D.smcp,E.smcp,F.smcp,H.smcp,I.smcp,K.smcp,L.smcp,M.smcp,N.smcp,P.smcp,R.smcp,uni1E02.smcp,Dcaron.smcp,Dcroat.smcp,uni1E0A.smcp,Eacute.smcp,Ebreve.smcp,Ecaron.smcp,Ecircumflex.smcp,Edieresis.smcp,Edotaccent.smcp,Egrave.smcp,Emacron.smcp,Eogonek.smcp,uni1EB8.smcp,uni1EBA.smcp,uni1EBC.smcp,uni1EBE.smcp,uni1EC0.smcp,uni1EC2.smcp,uni1EC4.smcp,uni1EC6.smcp,uni1E1E.smcp,fi.smcp,fl.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,IJ.smcp,Kcommaaccent.smcp,Lacute.smcp,Lcaron.smcp,Lcommaaccent.smcp,Ldot.smcp,Lslash.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp,Eng.smcp,uni1E56.smcp,Racute.smcp,Rcaron.smcp,Rcommaaccent.smcp,Eth.smcp,Thorn.smcp" + k="15" /> + <hkern g1="V,uni040E,uni0423" + g2="m,n,p,r,z,ntilde,dotlessi,kgreenlandic,nacute,uni0146,ncaron,eng,racute,uni0157,rcaron,zacute,zdotaccent,iota,kappa,uni0432,uni0433,uni0438,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044B,uni044C,uni044E,uni044F,uni0453,uni045A,uni045C,uni045F,uni0491,uni0493,uni049B" + k="48" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="15" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="33" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="J,Jcircumflex,uni0408" + k="67" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="bullet.case" + k="19" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="19" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="14" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="19" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="25" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="v,gamma,nu" + k="10" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="10" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="35" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="29" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="42" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="55" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="J.smcp,Jcircumflex.smcp" + k="52" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="ampersand" + k="24" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="37" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="34" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="x,uni0436,uni0445,uni04B3" + k="24" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="s,sacute,scircumflex,uni015F,scaron,uni0219,epsilontonos,epsilon,uni0437,uni044D,uni0455,uni1E61" + k="38" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="B.smcp,D.smcp,E.smcp,F.smcp,H.smcp,I.smcp,K.smcp,L.smcp,M.smcp,N.smcp,P.smcp,R.smcp,uni1E02.smcp,Dcaron.smcp,Dcroat.smcp,uni1E0A.smcp,Eacute.smcp,Ebreve.smcp,Ecaron.smcp,Ecircumflex.smcp,Edieresis.smcp,Edotaccent.smcp,Egrave.smcp,Emacron.smcp,Eogonek.smcp,uni1EB8.smcp,uni1EBA.smcp,uni1EBC.smcp,uni1EBE.smcp,uni1EC0.smcp,uni1EC2.smcp,uni1EC4.smcp,uni1EC6.smcp,uni1E1E.smcp,fi.smcp,fl.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,IJ.smcp,Kcommaaccent.smcp,Lacute.smcp,Lcaron.smcp,Lcommaaccent.smcp,Ldot.smcp,Lslash.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp,Eng.smcp,uni1E56.smcp,Racute.smcp,Rcaron.smcp,Rcommaaccent.smcp,Eth.smcp,Thorn.smcp" + k="5" /> + <hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + g2="m,n,p,r,z,ntilde,dotlessi,kgreenlandic,nacute,uni0146,ncaron,eng,racute,uni0157,rcaron,zacute,zdotaccent,iota,kappa,uni0432,uni0433,uni0438,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044B,uni044C,uni044E,uni044F,uni0453,uni045A,uni045C,uni045F,uni0491,uni0493,uni049B" + k="25" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="25" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="38" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="bullet.case" + k="57" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="24" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="67" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="24" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="v,gamma,nu" + k="32" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="32" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="32" /> + <hkern g1="X,Chi,uni0425,uni04B2" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="39" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="34" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="77" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="J,Jcircumflex,uni0408" + k="97" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="bullet.case" + k="68" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="53" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="77" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="34" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="u,uni03BC.1,uacute,uhungarumlaut,uogonek,uhorn,uni03BC,upsilon,upsilontonos,uni1EE5,y.alt1,yacute.alt1,uni1EF5.alt1" + k="69" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="v,gamma,nu" + k="53" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="49" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="49" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="98" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="53" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="81" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,germandbls.smcp" + k="61" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="92" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="J.smcp,Jcircumflex.smcp" + k="112" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="ampersand" + k="53" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="a,aacute,ae,aogonek,aeacute,uni0430,uni1EA1" + k="84" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="107" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="x,uni0436,uni0445,uni04B3" + k="59" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="s,sacute,scircumflex,uni015F,scaron,uni0219,epsilontonos,epsilon,uni0437,uni044D,uni0455,uni1E61" + k="87" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="B.smcp,D.smcp,E.smcp,F.smcp,H.smcp,I.smcp,K.smcp,L.smcp,M.smcp,N.smcp,P.smcp,R.smcp,uni1E02.smcp,Dcaron.smcp,Dcroat.smcp,uni1E0A.smcp,Eacute.smcp,Ebreve.smcp,Ecaron.smcp,Ecircumflex.smcp,Edieresis.smcp,Edotaccent.smcp,Egrave.smcp,Emacron.smcp,Eogonek.smcp,uni1EB8.smcp,uni1EBA.smcp,uni1EBC.smcp,uni1EBE.smcp,uni1EC0.smcp,uni1EC2.smcp,uni1EC4.smcp,uni1EC6.smcp,uni1E1E.smcp,fi.smcp,fl.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,IJ.smcp,Kcommaaccent.smcp,Lacute.smcp,Lcaron.smcp,Lcommaaccent.smcp,Ldot.smcp,Lslash.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp,Eng.smcp,uni1E56.smcp,Racute.smcp,Rcaron.smcp,Rcommaaccent.smcp,Eth.smcp,Thorn.smcp" + k="34" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="dollar,three,five,eight,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni0417,uni042F,uni1E60,eight.onum" + k="15" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="colon,semicolon" + k="64" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + g2="m,n,p,r,z,ntilde,dotlessi,kgreenlandic,nacute,uni0146,ncaron,eng,racute,uni0157,rcaron,zacute,zdotaccent,iota,kappa,uni0432,uni0433,uni0438,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044B,uni044C,uni044E,uni044F,uni0453,uni045A,uni045C,uni045F,uni0491,uni0493,uni049B" + k="69" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="10" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" + g2="bullet.case" + k="36" /> + <hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" + g2="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + k="41" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="24" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="10" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="-14" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="79" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="35" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + k="24" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="psi,U.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + k="10" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="V" + k="33" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="V.smcp" + k="24" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="42" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="19" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="81" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="37" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="asterisk" + k="44" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="bullet" + k="14" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="dagger" + k="59" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="daggerdbl" + k="23" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="question" + k="40" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="question.smcp" + k="35" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="63" /> + <hkern g1="lambda,uni044A,uni044C,uni0459,uni045A,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp" + g2="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,germandbls.smcp" + k="5" /> + <hkern g1="uni0432,uni0437,B.smcp,uni1E02.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="6" /> + <hkern g1="uni0432,uni0437,B.smcp,uni1E02.smcp" + g2="V" + k="15" /> + <hkern g1="uni0432,uni0437,B.smcp,uni1E02.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="38" /> + <hkern g1="uni0432,uni0437,B.smcp,uni1E02.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="25" /> + <hkern g1="uni0432,uni0437,B.smcp,uni1E02.smcp" + g2="question" + k="41" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="36" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="1" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="V" + k="24" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="24" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="5" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="53" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="10" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="question" + k="30" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="19" /> + <hkern g1="C.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp" + g2="X.smcp" + k="10" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="24" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="55" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="20" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="V" + k="39" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="V.smcp" + k="20" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="33" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="19" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="77" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="30" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="question" + k="45" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="20" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="X.smcp" + k="30" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="10" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="10" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="38" /> + <hkern g1="D.smcp,O.smcp,Q.smcp,Dcaron.smcp,Dcroat.smcp,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,Eth.smcp,Thorn.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="2" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="58" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="25" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="25" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="24" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="25" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="J,Jcircumflex,uni0408" + k="45" /> + <hkern g1="F.smcp,uni1E1E.smcp" + g2="ampersand.smcp" + k="7" /> + <hkern g1="G.smcp,G.smcp.alt1,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="26" /> + <hkern g1="G.smcp,G.smcp.alt1,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="22" /> + <hkern g1="G.smcp,G.smcp.alt1,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="19" /> + <hkern g1="G.smcp,G.smcp.alt1,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1" + g2="question" + k="31" /> + <hkern g1="G.smcp,G.smcp.alt1,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="10" /> + <hkern g1="H.smcp,I.smcp,M.smcp,N.smcp,fi.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="3" /> + <hkern g1="H.smcp,I.smcp,M.smcp,N.smcp,fi.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp" + g2="V" + k="15" /> + <hkern g1="H.smcp,I.smcp,M.smcp,N.smcp,fi.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="5" /> + <hkern g1="H.smcp,I.smcp,M.smcp,N.smcp,fi.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="34" /> + <hkern g1="H.smcp,I.smcp,M.smcp,N.smcp,fi.smcp,Hbar.smcp,Hcircumflex.smcp,uni1E22.smcp,Iacute.smcp,Ibreve.smcp,Igrave.smcp,Icircumflex.smcp,Idieresis.smcp,Idotaccent.smcp,Imacron.smcp,Iogonek.smcp,Itilde.smcp,uni1EC8.smcp,uni1ECA.smcp,Nacute.smcp,Ncaron.smcp,Ncommaaccent.smcp,Ntilde.smcp" + g2="question" + k="5" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="19" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="44" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="6" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="15" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + k="20" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="V" + k="20" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="14" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="25" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="44" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="bullet" + k="40" /> + <hkern g1="K.smcp,Kcommaaccent.smcp" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="35" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="20" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="85" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="56" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="V" + k="78" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="V.smcp" + k="48" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="52" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="47" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="112" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="84" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="asterisk" + k="85" /> + <hkern g1="L.smcp,fl.smcp,Lacute.smcp,Lcommaaccent.smcp,Lslash.smcp" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="107" /> + <hkern g1="P.smcp,uni1E56.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="68" /> + <hkern g1="P.smcp,uni1E56.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="33" /> + <hkern g1="P.smcp,uni1E56.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="37" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="20" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="60" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="V" + k="10" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="24" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="35" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="54" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="ampersand.smcp" + k="35" /> + <hkern g1="tau,uni0442,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + g2="ampersand" + k="30" /> + <hkern g1="J.smcp,U.smcp,IJ.smcp,Jcircumflex.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="3" /> + <hkern g1="J.smcp,U.smcp,IJ.smcp,Jcircumflex.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + g2="V" + k="15" /> + <hkern g1="J.smcp,U.smcp,IJ.smcp,Jcircumflex.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="10" /> + <hkern g1="J.smcp,U.smcp,IJ.smcp,Jcircumflex.smcp,Uacute.smcp,Ubreve.smcp,Ucircumflex.smcp,Udieresis.smcp,Ugrave.smcp,Uhungarumlaut.smcp,Umacron.smcp,Uogonek.smcp,Uring.smcp,Utilde.smcp,uni1EE4.smcp,Uhorn.smcp,uni1EE6.smcp,uni1EE8.smcp,uni1EEA.smcp,uni1EEC.smcp,uni1EEE.smcp,uni1EF0.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="10" /> + <hkern g1="V.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="20" /> + <hkern g1="V.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="63" /> + <hkern g1="V.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="V.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="19" /> + <hkern g1="V.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="24" /> + <hkern g1="V.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="24" /> + <hkern g1="V.smcp" + g2="ampersand" + k="25" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="19" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="53" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="19" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="19" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="20" /> + <hkern g1="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + g2="ampersand" + k="20" /> + <hkern g1="X.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="30" /> + <hkern g1="X.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="X.smcp" + g2="ampersand" + k="20" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="30" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="J.smcp,Jcircumflex.smcp" + k="73" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="39" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="37" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="77" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="ampersand.smcp" + k="49" /> + <hkern g1="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + g2="ampersand" + k="40" /> + <hkern g1="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,uni1E9E.smcp,germandbls.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="10" /> + <hkern g1="S.smcp,Sacute.smcp,Scaron.smcp,Scircumflex.smcp,Scedilla.smcp,Scommaaccent.smcp,uni1E60.smcp,uni1E9E.smcp,germandbls.smcp" + g2="V" + k="9" /> + <hkern g1="Z.smcp,Zacute.smcp,Zcaron.smcp,Zdotaccent.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="2" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="6" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="J.smcp,Jcircumflex.smcp" + k="15" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="6" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="V" + k="15" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="8" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="25" /> + <hkern g1="three,eight,B,uni0411,uni0412,uni0417,uni1E02,eight.onum" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="7" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="J.smcp,Jcircumflex.smcp" + k="9" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="9" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="5" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="J,Jcircumflex,uni0408" + k="9" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="10" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="V.smcp" + k="9" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="5" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="10" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="5" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="v,gamma,nu" + k="9" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="5" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="x,uni0436,uni0445,uni04B3" + k="5" /> + <hkern g1="dollar,five,six,S,Sacute,Scircumflex,uni015E,Scaron,uni0218,uni0405,uni1E60,uni1E9E,six.onum" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="9" /> + <hkern g1="a,h,m,n,agrave,aogonek,hcircumflex,hbar,uni0146,napostrophe,eng,uni0430,uni0452,uni045B,uni1E23,uni1EA1,f_h" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="65" /> + <hkern g1="a,h,m,n,agrave,aogonek,hcircumflex,hbar,uni0146,napostrophe,eng,uni0430,uni0452,uni045B,uni1E23,uni1EA1,f_h" + g2="V" + k="58" /> + <hkern g1="a,h,m,n,agrave,aogonek,hcircumflex,hbar,uni0146,napostrophe,eng,uni0430,uni0452,uni045B,uni1E23,uni1EA1,f_h" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="42" /> + <hkern g1="a,h,m,n,agrave,aogonek,hcircumflex,hbar,uni0146,napostrophe,eng,uni0430,uni0452,uni045B,uni1E23,uni1EA1,f_h" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="84" /> + <hkern g1="a,h,m,n,agrave,aogonek,hcircumflex,hbar,uni0146,napostrophe,eng,uni0430,uni0452,uni045B,uni1E23,uni1EA1,f_h" + g2="question" + k="41" /> + <hkern g1="a,h,m,n,agrave,aogonek,hcircumflex,hbar,uni0146,napostrophe,eng,uni0430,uni0452,uni045B,uni1E23,uni1EA1,f_h" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="15" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="65" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="V" + k="48" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="35" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="93" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="question" + k="43" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="10" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="x,uni0436,uni0445,uni04B3" + k="25" /> + <hkern g1="b,o,p,ograve,oslash,thorn,uni0259,omicron,rho,sigma,upsilon,phi,omega,omicrontonos,upsilontonos,omegatonos,uni043E,uni0440,uni0444,uni044D,uni044E,uni04E9,uni1E03,uni1E57,uni1ECD,uni1ECF,R_p,f_b" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="1" /> + <hkern g1="c,cent,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,epsilontonos,epsilon,uni03C2,uni0441,uni0454,cent.onum" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="45" /> + <hkern g1="c,cent,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,epsilontonos,epsilon,uni03C2,uni0441,uni0454,cent.onum" + g2="V" + k="34" /> + <hkern g1="c,cent,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,epsilontonos,epsilon,uni03C2,uni0441,uni0454,cent.onum" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="25" /> + <hkern g1="c,cent,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,epsilontonos,epsilon,uni03C2,uni0441,uni0454,cent.onum" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="55" /> + <hkern g1="c,cent,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,epsilontonos,epsilon,uni03C2,uni0441,uni0454,cent.onum" + g2="question" + k="18" /> + <hkern g1="c,cent,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,epsilontonos,epsilon,uni03C2,uni0441,uni0454,cent.onum" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="10" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="60" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="V" + k="43" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="35" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="88" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="question" + k="36" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="10" /> + <hkern g1="e,ae,egrave,eogonek,oe,aeacute,uni0435,uni1EB9,ae.alt1,aeacute.alt1" + g2="asterisk" + k="10" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="-15" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="V" + k="-30" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="-20" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="-25" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="question" + k="-10" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="-33" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="40" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="asterisk" + k="-34" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="-10" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="ampersand" + k="6" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="ampersand.smcp" + k="10" /> + <hkern g1="f,longs,uni1E1F,f_f,f.alt1" + g2="parenright,bracketright,braceright,parenright.case,bracketright.case,braceright.case" + k="-25" /> + <hkern g1="g,j,q,gcircumflex,gbreve,gdotaccent,uni0123,ij,jcircumflex,uni0237,uni0458,f_f_j,f_j,y.alt1,yacute.alt1,ycircumflex.alt1,ydieresis.alt1,ygrave.alt1,uni1EF5.alt1,uni1EF7.alt1,uni1EF9.alt1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="37" /> + <hkern g1="g,j,q,gcircumflex,gbreve,gdotaccent,uni0123,ij,jcircumflex,uni0237,uni0458,f_f_j,f_j,y.alt1,yacute.alt1,ycircumflex.alt1,ydieresis.alt1,ygrave.alt1,uni1EF5.alt1,uni1EF7.alt1,uni1EF9.alt1" + g2="V" + k="48" /> + <hkern g1="g,j,q,gcircumflex,gbreve,gdotaccent,uni0123,ij,jcircumflex,uni0237,uni0458,f_f_j,f_j,y.alt1,yacute.alt1,ycircumflex.alt1,ydieresis.alt1,ygrave.alt1,uni1EF5.alt1,uni1EF7.alt1,uni1EF9.alt1" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="25" /> + <hkern g1="g,j,q,gcircumflex,gbreve,gdotaccent,uni0123,ij,jcircumflex,uni0237,uni0458,f_f_j,f_j,y.alt1,yacute.alt1,ycircumflex.alt1,ydieresis.alt1,ygrave.alt1,uni1EF5.alt1,uni1EF7.alt1,uni1EF9.alt1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="69" /> + <hkern g1="g,j,q,gcircumflex,gbreve,gdotaccent,uni0123,ij,jcircumflex,uni0237,uni0458,f_f_j,f_j,y.alt1,yacute.alt1,ycircumflex.alt1,ydieresis.alt1,ygrave.alt1,uni1EF5.alt1,uni1EF7.alt1,uni1EF9.alt1" + g2="question" + k="18" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="18" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="V" + k="24" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="24" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="59" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="bullet" + k="20" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="14" /> + <hkern g1="k,uni0137,kgreenlandic,kappa,uni0436,uni043A,uni045C,uni049B,f_k" + g2="hyphen,periodcentered,endash,emdash,uni2015" + k="15" /> + <hkern g1="r,racute,uni0157,rcaron,uni0433,uni0453,uni0491,uni0493" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="16" /> + <hkern g1="r,racute,uni0157,rcaron,uni0433,uni0453,uni0491,uni0493" + g2="V" + k="20" /> + <hkern g1="r,racute,uni0157,rcaron,uni0433,uni0453,uni0491,uni0493" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="19" /> + <hkern g1="r,racute,uni0157,rcaron,uni0433,uni0453,uni0491,uni0493" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="43" /> + <hkern g1="r,racute,uni0157,rcaron,uni0433,uni0453,uni0491,uni0493" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="80" /> + <hkern g1="r,racute,uni0157,rcaron,uni0433,uni0453,uni0491,uni0493" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="28" /> + <hkern g1="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="13" /> + <hkern g1="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + g2="V" + k="25" /> + <hkern g1="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="19" /> + <hkern g1="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="35" /> + <hkern g1="u,z,uni03BC.1,uogonek,zdotaccent,alphatonos,alpha,eta,iota,uni03BC,uni0434,uni0438,uni043B,uni043C,uni043D,uni043F,uni0446,uni0447,uni0448,uni0449,uni044B,uni044F,uni045F,uni1EE5,a.alt1,agrave.alt1,aogonek.alt1,uni1EA1.alt1,uni0430.alt1" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="37" /> + <hkern g1="u,z,uni03BC.1,uogonek,zdotaccent,alphatonos,alpha,eta,iota,uni03BC,uni0434,uni0438,uni043B,uni043C,uni043D,uni043F,uni0446,uni0447,uni0448,uni0449,uni044B,uni044F,uni045F,uni1EE5,a.alt1,agrave.alt1,aogonek.alt1,uni1EA1.alt1,uni0430.alt1" + g2="V" + k="48" /> + <hkern g1="u,z,uni03BC.1,uogonek,zdotaccent,alphatonos,alpha,eta,iota,uni03BC,uni0434,uni0438,uni043B,uni043C,uni043D,uni043F,uni0446,uni0447,uni0448,uni0449,uni044B,uni044F,uni045F,uni1EE5,a.alt1,agrave.alt1,aogonek.alt1,uni1EA1.alt1,uni0430.alt1" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="25" /> + <hkern g1="u,z,uni03BC.1,uogonek,zdotaccent,alphatonos,alpha,eta,iota,uni03BC,uni0434,uni0438,uni043B,uni043C,uni043D,uni043F,uni0446,uni0447,uni0448,uni0449,uni044B,uni044F,uni045F,uni1EE5,a.alt1,agrave.alt1,aogonek.alt1,uni1EA1.alt1,uni0430.alt1" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="69" /> + <hkern g1="u,z,uni03BC.1,uogonek,zdotaccent,alphatonos,alpha,eta,iota,uni03BC,uni0434,uni0438,uni043B,uni043C,uni043D,uni043F,uni0446,uni0447,uni0448,uni0449,uni044B,uni044F,uni045F,uni1EE5,a.alt1,agrave.alt1,aogonek.alt1,uni1EA1.alt1,uni0430.alt1" + g2="question" + k="26" /> + <hkern g1="v,gamma,nu,chi" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="3" /> + <hkern g1="v,gamma,nu,chi" + g2="V" + k="15" /> + <hkern g1="v,gamma,nu,chi" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="10" /> + <hkern g1="v,gamma,nu,chi" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="53" /> + <hkern g1="v,gamma,nu,chi" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="54" /> + <hkern g1="v,gamma,nu,chi" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="32" /> + <hkern g1="v,gamma,nu,chi" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="19" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="3" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="V" + k="15" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="49" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="35" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="32" /> + <hkern g1="w,wcircumflex,wgrave,wacute,wdieresis" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="10" /> + <hkern g1="x,uni0445,uni04B3" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="13" /> + <hkern g1="x,uni0445,uni04B3" + g2="V" + k="24" /> + <hkern g1="x,uni0445,uni04B3" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="24" /> + <hkern g1="x,uni0445,uni04B3" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="59" /> + <hkern g1="x,uni0445,uni04B3" + g2="question" + k="2" /> + <hkern g1="x,uni0445,uni04B3" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="25" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="3" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="V" + k="15" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="10" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="49" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="question" + k="7" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="50" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="32" /> + <hkern g1="y,yacute,ydieresis,ycircumflex,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="19" /> + <hkern g1="eth" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="1" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="15" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="V" + k="9" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="14" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="23" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="question" + k="8" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="10" /> + <hkern g1="s,sacute,scircumflex,uni015F,scaron,uni0219,uni0455,uni1E61,uni20A8" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="5" /> + <hkern g1="ampersand" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="45" /> + <hkern g1="ampersand" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="44" /> + <hkern g1="ampersand" + g2="V" + k="42" /> + <hkern g1="ampersand" + g2="V.smcp" + k="30" /> + <hkern g1="ampersand" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="19" /> + <hkern g1="ampersand" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="15" /> + <hkern g1="ampersand" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="62" /> + <hkern g1="ampersand" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="35" /> + <hkern g1="ampersand.smcp" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="60" /> + <hkern g1="ampersand.smcp" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="45" /> + <hkern g1="ampersand.smcp" + g2="V" + k="47" /> + <hkern g1="ampersand.smcp" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="44" /> + <hkern g1="asterisk" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="64" /> + <hkern g1="asterisk" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="44" /> + <hkern g1="asterisk" + g2="J,Jcircumflex,uni0408" + k="105" /> + <hkern g1="asterisk" + g2="J.smcp,Jcircumflex.smcp" + k="80" /> + <hkern g1="parenleft,bracketleft,braceleft,parenleft.case,bracketleft.case,braceleft.case" + g2="j,jcircumflex,uni0237,uni0458" + k="-30" /> + <hkern g1="bullet" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="14" /> + <hkern g1="bullet.case" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="24" /> + <hkern g1="bullet.case" + g2="J,Jcircumflex,uni0408" + k="76" /> + <hkern g1="bullet.case" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="50" /> + <hkern g1="bullet.case" + g2="V" + k="33" /> + <hkern g1="bullet.case" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="19" /> + <hkern g1="bullet.case" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="57" /> + <hkern g1="bullet.case" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="68" /> + <hkern g1="bullet.case" + g2="Z,Zacute,Zdotaccent,Zcaron,Zeta" + k="36" /> + <hkern g1="colon,semicolon" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="46" /> + <hkern g1="colon,semicolon" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="64" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="33" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="J,Jcircumflex,uni0408" + k="64" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="45" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="V" + k="24" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="14" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="67" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="77" /> + <hkern g1="plus,divide,minus,hyphen.case,endash.case,emdash.case,periodcentered.case" + g2="Z,Zacute,Zdotaccent,Zcaron,Zeta" + k="41" /> + <hkern g1="hyphen,periodcentered,endash,emdash,uni2015" + g2="V" + k="52" /> + <hkern g1="hyphen,periodcentered,endash,emdash,uni2015" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="34" /> + <hkern g1="hyphen,periodcentered,endash,emdash,uni2015" + g2="X,Chi,uni040E,uni0416,uni0423,uni0425,uni04B2" + k="39" /> + <hkern g1="hyphen,periodcentered,endash,emdash,uni2015" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="107" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="j,jcircumflex,uni0237,uni0458" + k="-20" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="84" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="V" + k="74" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="55" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="92" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="tau,uni0442,uni044A,T.smcp,Tbar.smcp,Tcaron.smcp,uni0162.smcp,uni021A.smcp,uni1E6A.smcp" + k="54" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,Uhorn,Psi,uni1EE4,uni1EE6,uni1EE8,uni1EEA,uni1EEC,uni1EEE,uni1EF0" + k="22" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="W.smcp,Wacute.smcp,Wcircumflex.smcp,Wdieresis.smcp,Wgrave.smcp" + k="20" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="Y.smcp,Yacute.smcp,Ycircumflex.smcp,Ydieresis.smcp,Ygrave.smcp,uni1EF4.smcp,uni1EF6.smcp,uni1EF8.smcp" + k="77" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="f,longs,uni1E1F,f_f_j,f_j,f_f,fi,fl,f_f_i,f_f_l,f.alt1,f_h,f_k,fl.alt1,f_f_l.alt1" + k="20" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="one" + k="120" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="quotedbl,quotesingle,registered,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright,trademark" + k="85" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="seven" + k="60" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="t,uni0163,tcaron,tbar,uni021B,uni1E6B" + k="20" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="v,gamma,nu" + k="54" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="w,wcircumflex,uni0447,wgrave,wacute,wdieresis" + k="35" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="y,yacute,ydieresis,ycircumflex,chi,uni0443,uni045E,ygrave,uni1EF5,uni1EF7,uni1EF9" + k="50" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="2" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="V.smcp" + k="24" /> + <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" + g2="c,d,e,g,o,q,cent,ccedilla,eacute,oacute,cacute,cdotaccent,dcaron,dcroat,edotaccent,eogonek,gdotaccent,oe,ohorn,oslashacute,uni0259,alphatonos,alpha,omicron,uni03C2,sigma,phi,omega,omicrontonos,omegatonos,uni0435,uni043E,uni0441,uni0444,uni0454,uni04E9,uni1E0B,uni1EB9,uni1EBB,uni1ECD,uni1EE3,a.alt1,aacute.alt1,aogonek.alt1,uni1EA1.alt1,ae.alt1,aeacute.alt1,uni0430.alt1" + k="1" /> + <hkern g1="questiondown" + g2="j,jcircumflex,uni0237,uni0458" + k="-70" /> + <hkern g1="questiondown.case" + g2="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0402,uni040B,uni0422,uni0427,uni042A,uni1E6A" + k="71" /> + <hkern g1="questiondown.case" + g2="V" + k="56" /> + <hkern g1="questiondown.case" + g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" + k="46" /> + <hkern g1="questiondown.case" + g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,Ygrave,uni1EF4,uni1EF6,uni1EF8" + k="70" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek,AEacute,Alphatonos,Alpha,uni0394,Lambda,uni0409,uni0410,uni0414,uni041B,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6,uni0394.1" + k="72" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="lambda,uni0434,uni043B,uni0459,A.smcp,Aacute.smcp,Abreve.smcp,Acircumflex.smcp,Adieresis.smcp,Agrave.smcp,Amacron.smcp,Aogonek.smcp,Aring.smcp,Atilde.smcp,uni1EA0.smcp,uni1EA2.smcp,uni1EA4.smcp,uni1EAC.smcp,uni1EA6.smcp,uni1EA8.smcp,uni1EAE.smcp,uni1EAA.smcp,uni1EB0.smcp,uni1EB2.smcp,uni1EB4.smcp,uni1EB6.smcp,AE.smcp,AEacute.smcp" + k="63" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="J,Jcircumflex,uni0408" + k="105" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="C.smcp,G.smcp,G.smcp.alt1,O.smcp,Q.smcp,Cacute.smcp,Ccaron.smcp,Ccedilla.smcp,Ccircumflex.smcp,Cdotaccent.smcp,Gbreve.smcp,Gcircumflex.smcp,Gcommaaccent.smcp,Gdotaccent.smcp,Gbreve.smcp.alt1,Gcommaaccent.smcp.alt1,Gcircumflex.smcp.alt1,Gdotaccent.smcp.alt1,Oacute.smcp,Obreve.smcp,Ocircumflex.smcp,Odieresis.smcp,Ograve.smcp,Ohungarumlaut.smcp,Omacron.smcp,Otilde.smcp,Oslash.smcp,Oslashacute.smcp,uni1ECC.smcp,uni1ECE.smcp,uni1ED0.smcp,uni1ED2.smcp,uni1ED4.smcp,uni1ED6.smcp,uni1ED8.smcp,Ohorn.smcp,uni1EDA.smcp,uni1EDC.smcp,uni1EDE.smcp,uni1EE0.smcp,uni1EE2.smcp,OE.smcp" + k="20" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,uni018F,Ohorn,Oslashacute,Theta,Omicron,Phi,theta,uni0404,uni041E,uni0421,uni0424,uni04E8,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,G.alt1,Gbreve.alt1,Gcommaaccent.alt1,Gcircumflex.alt1,Gdotaccent.alt1" + k="6" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="85" /> + <hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotedblleft,quotedblright" + g2="s,sacute,scircumflex,uni015F,scaron,uni0219,epsilontonos,epsilon,uni0437,uni044D,uni0455,uni1E61" + k="31" /> + <hkern g1="fraction" + g2="four.dnom" + k="44" /> + <hkern g1="fraction" + g2="one.dnom" + k="19" /> + <hkern g1="seven" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="84" /> + <hkern g1="seven.numr" + g2="fraction" + k="44" /> + <hkern g1="zero,nine,zero.pzero" + g2="comma,period,quotesinglbase,quotedblbase,ellipsis" + k="15" /> + <hkern g1="uni2215" + g2="four.dnom" + k="44" /> + <hkern g1="uni2215" + g2="one.dnom" + k="19" /> + </font> +</defs></svg> diff --git a/resources/fonts/proxima-nova-condesed-black.ttf b/resources/fonts/proxima-nova-condesed-black.ttf new file mode 100644 index 0000000000000000000000000000000000000000..881462af0500e34dff7b62d8d06779810be41bfa Binary files /dev/null and b/resources/fonts/proxima-nova-condesed-black.ttf differ diff --git a/resources/fonts/proxima-nova-condesed-black.woff b/resources/fonts/proxima-nova-condesed-black.woff new file mode 100644 index 0000000000000000000000000000000000000000..ffb665522431039f84fbc1e265a7194ce3dd8ec0 Binary files /dev/null and b/resources/fonts/proxima-nova-condesed-black.woff differ diff --git a/resources/fonts/proxima-nova-condesed-black.woff2 b/resources/fonts/proxima-nova-condesed-black.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..435f5e6045529829ee356f799654279388cea89d Binary files /dev/null and b/resources/fonts/proxima-nova-condesed-black.woff2 differ diff --git a/resources/fonts/proxima-nova-condesed.eot b/resources/fonts/proxima-nova-condesed.eot new file mode 100644 index 0000000000000000000000000000000000000000..48ba6c06addfd5860531c1a220b7f52851258680 Binary files /dev/null and b/resources/fonts/proxima-nova-condesed.eot differ diff --git a/resources/fonts/proxima-nova-condesed.ttf b/resources/fonts/proxima-nova-condesed.ttf new file mode 100644 index 0000000000000000000000000000000000000000..7356c3b88bc42cee9053352ff6a2bfc4bcd29344 Binary files /dev/null and b/resources/fonts/proxima-nova-condesed.ttf differ diff --git a/resources/fonts/proxima-nova-condesed.woff2 b/resources/fonts/proxima-nova-condesed.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..062e245e134f1633483ffb2ca01666677a494991 Binary files /dev/null and b/resources/fonts/proxima-nova-condesed.woff2 differ diff --git a/resources/fonts/proxima-nova-regular.eot b/resources/fonts/proxima-nova-regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..95e21eed7751eaaeaedc87a3f6d971ce8a96c677 Binary files /dev/null and b/resources/fonts/proxima-nova-regular.eot differ diff --git a/resources/fonts/proxima-nova-regular.ttf b/resources/fonts/proxima-nova-regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..27c8d8f7bf9e823f3d2b89ed8efaf401baf4b942 Binary files /dev/null and b/resources/fonts/proxima-nova-regular.ttf differ diff --git a/resources/fonts/proxima-nova-regular.woff2 b/resources/fonts/proxima-nova-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3aa04b7d5af909b590213451486df051d31526a1 Binary files /dev/null and b/resources/fonts/proxima-nova-regular.woff2 differ diff --git a/resources/fonts/zaptron.woff b/resources/fonts/zaptron.woff new file mode 100644 index 0000000000000000000000000000000000000000..53f7dbd2cfddd543260c11cb39a614cb333915a8 Binary files /dev/null and b/resources/fonts/zaptron.woff differ diff --git a/resources/fonts/zaptron.woff2 b/resources/fonts/zaptron.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..f13ac434eade60729130a62f7b1c1dfccfb25865 Binary files /dev/null and b/resources/fonts/zaptron.woff2 differ diff --git a/resources/images/backgrounds/bg-wood-dark.png b/resources/images/backgrounds/bg-wood-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c0dcbb1e79c24323e8bd39a5cea66f05b6e430a3 Binary files /dev/null and b/resources/images/backgrounds/bg-wood-dark.png differ diff --git a/resources/images/backgrounds/bg-wool-dark.png b/resources/images/backgrounds/bg-wool-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c0dcbb1e79c24323e8bd39a5cea66f05b6e430a3 Binary files /dev/null and b/resources/images/backgrounds/bg-wool-dark.png differ diff --git a/resources/images/backgrounds/bg-wool-white.png b/resources/images/backgrounds/bg-wool-white.png new file mode 100644 index 0000000000000000000000000000000000000000..18207b1cfa23f10a931a93f7597943145ad054d9 Binary files /dev/null and b/resources/images/backgrounds/bg-wool-white.png differ diff --git a/resources/images/backgrounds/bgbtn.png b/resources/images/backgrounds/bgbtn.png new file mode 100644 index 0000000000000000000000000000000000000000..c6aa43a4a415cd9e66c335d8154ecc6900becae1 Binary files /dev/null and b/resources/images/backgrounds/bgbtn.png differ diff --git a/resources/images/backgrounds/sildur-vibrant.png b/resources/images/backgrounds/sildur-vibrant.png new file mode 100644 index 0000000000000000000000000000000000000000..4059df30b281daa47b00fc7f0a00fab1c8e9d4cf Binary files /dev/null and b/resources/images/backgrounds/sildur-vibrant.png differ diff --git a/resources/images/backgrounds/trans-bottom-darkwool.png b/resources/images/backgrounds/trans-bottom-darkwool.png new file mode 100644 index 0000000000000000000000000000000000000000..65ee8e3ab9420867dffe90aa1461179a1b80f563 Binary files /dev/null and b/resources/images/backgrounds/trans-bottom-darkwool.png differ diff --git a/resources/images/backgrounds/trans-top-darkwool.png b/resources/images/backgrounds/trans-top-darkwool.png new file mode 100644 index 0000000000000000000000000000000000000000..cf76fd1614a82a166f4254fc1f4bbba74c67814c Binary files /dev/null and b/resources/images/backgrounds/trans-top-darkwool.png differ diff --git a/resources/images/backgrounds/trans-top-transparent-to-whitewool.png b/resources/images/backgrounds/trans-top-transparent-to-whitewool.png new file mode 100644 index 0000000000000000000000000000000000000000..7b63c240722ded7131e96ca74317650fd8dc4b6f Binary files /dev/null and b/resources/images/backgrounds/trans-top-transparent-to-whitewool.png differ diff --git a/resources/images/backgrounds/vitrineIntroVideoBg.jpg b/resources/images/backgrounds/vitrineIntroVideoBg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3c785dfdbf4d92281c9ec13340d23eec14963c Binary files /dev/null and b/resources/images/backgrounds/vitrineIntroVideoBg.jpg differ diff --git a/resources/images/icon-minecraft/icons-minecraft-0.49.png b/resources/images/icon-minecraft/icons-minecraft-0.49.png new file mode 100644 index 0000000000000000000000000000000000000000..d558969947f73d2ecf206ecb8c16289e5a4dce0c Binary files /dev/null and b/resources/images/icon-minecraft/icons-minecraft-0.49.png differ diff --git a/resources/images/logo/favicon-blanc.ico b/resources/images/logo/favicon-blanc.ico new file mode 100644 index 0000000000000000000000000000000000000000..73b910083b2523cee941a91d9a920b3316528412 Binary files /dev/null and b/resources/images/logo/favicon-blanc.ico differ diff --git a/resources/images/logo/favicon-blanc.svg b/resources/images/logo/favicon-blanc.svg new file mode 100644 index 0000000000000000000000000000000000000000..ecf1b928fe5e6407ce5e29b383d49a20996293ea --- /dev/null +++ b/resources/images/logo/favicon-blanc.svg @@ -0,0 +1 @@ +<svg id="SL" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 532.56 219.32"><path d="M273,163.65c-7.91,33.69-29.35,47.57-64,47.57H81.74c-29.35,0-62.32,7.93-72.22,39.3a63.83,63.83,0,0,1-2.31-16.18v-5c0-36.66,34.63-65.73,65.3-65.73Zm1,154.59c0,38-34.63,64.74-65.62,64.74H72.51c-27.7,0-58.7-19.82-64.31-47.57H188.25c19.13,0,18.14-17.83,18.14-17.83v-.66c0-5.29-.66-17.18-18.14-17.18H72.51c-16.49,0-35.62-7.27-46.83-20.81a31.3,31.3,0,0,1-4.29-15.52c0-26.76,31-37.66,53.76-37.66a14.8,14.8,0,0,0-.33,3.63v5c0,4.62.33,17.84,17.8,17.84H208.37C246,252.18,274,283.88,274,318.24Z" transform="translate(-7.21 -163.65)" fill="#fff"/><path d="M300.37,277.61v-114h67.27V320.88H350.16C321.14,320.88,304.66,306.35,300.37,277.61Zm239.4,57.8c-2,20.48-21.1,47.57-54.74,47.57H300.37V314.6c14.18,16.85,34.95,20.48,49.79,20.81Z" transform="translate(-7.21 -163.65)" fill="#fff"/></svg> \ No newline at end of file diff --git a/resources/images/logo/favicon-color.png b/resources/images/logo/favicon-color.png new file mode 100644 index 0000000000000000000000000000000000000000..dc428f3ccfa8054da5c43a1105b4681dd521151c Binary files /dev/null and b/resources/images/logo/favicon-color.png differ diff --git a/resources/images/logo/large-blanc.png b/resources/images/logo/large-blanc.png new file mode 100644 index 0000000000000000000000000000000000000000..228bab3cd9a3ff926c1ecba5f1072a075c6e5c32 Binary files /dev/null and b/resources/images/logo/large-blanc.png differ diff --git a/resources/images/logo/large-blanc.svg b/resources/images/logo/large-blanc.svg new file mode 100644 index 0000000000000000000000000000000000000000..12e431106e4da9fb43388c6c2963174f5ff287cc --- /dev/null +++ b/resources/images/logo/large-blanc.svg @@ -0,0 +1 @@ +<svg id="SL-Craft" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2042.52 219.65"><path d="M266,.65c-7.91,33.69-29.35,47.57-64,47.57H74.74c-29.35,0-62.32,7.93-72.22,39.3A63.83,63.83,0,0,1,.21,71.34v-5C.21,29.72,34.84.65,65.51.65Zm1,154.59c0,38-34.63,64.74-65.62,64.74H65.51c-27.7,0-58.7-19.82-64.31-47.57H181.25c19.13,0,18.14-17.83,18.14-17.83v-.66c0-5.29-.66-17.18-18.14-17.18H65.51c-16.49,0-35.62-7.27-46.83-20.81a31.3,31.3,0,0,1-4.29-15.52c0-26.76,31-37.66,53.76-37.66a14.8,14.8,0,0,0-.33,3.63v5c0,4.62.33,17.84,17.8,17.84H201.37C239,89.18,267,120.88,267,155.24Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M293.37,114.61V.65h67.27V157.88H343.16C314.15,157.88,297.66,143.35,293.37,114.61Zm239.4,57.8C530.8,192.89,511.67,220,478,220H293.37V151.6c14.18,16.85,34.95,20.48,49.79,20.81Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M628.73,94.13v37H549.26v-37Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M909,.65c-3.95,26.76-27,47.57-54.74,47.57H715.79c-16.16,0-38.91,4-53.75,22.46V56.81C662,25.76,687.1.65,717.77.65Zm0,172.09c-4.28,27.09-28,47.57-55.4,47.57H717.77A55.92,55.92,0,0,1,662,164.49V117.91c0-36.66,19.12-55.49,53.75-55.49h13.85v92.49c0,4.62.66,17.83,17.8,17.83Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M975.3,48.22c-33.3,0-53.75-29.4-55.39-47.57H1129c40.56,1,70.24,31.71,74.86,72.67-12.53-18.5-34.3-25.1-56.06-25.1ZM1153,165.48l51.78,54.17h-83.76l-48.15-50.87h-58V220H947.27V62.42h67.61v59.13h92.33c16.49,0,30-16.52,30-36.67A41.64,41.64,0,0,0,1131,62.42h18.8c29.67,0,49.46,15.53,49.46,45.91l-.33,9.91C1190.31,140.7,1173.82,158.21,1153,165.48Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M1367.39,63.74,1292.53,220h-67.6L1329.79.65h74.86l15.5,32C1398.06,24.77,1381.24,36.66,1367.39,63.74ZM1509.84,220h-67.93l-22.42-46.91h-88.7l22.75-47.56h43.2L1375.3,80.26l5-10.24c8.57-16.85,21.1-28.74,35.94-25.44,7.92,1.66,14.18,9.58,17.81,17.18C1434,61.76,1483.13,164.49,1509.84,220Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M1536.55.65h183.68c29.68,0,52.43,22.79,55.4,47.57h-193.9c-13.52,0-32.32,3.63-45.18,20.15Zm67.6,88.53H1710v47.56H1604.15V220h-67.6V116.59c1.32-35.67,16.16-54.17,45.18-54.17h22.42Z" transform="translate(-0.21 -0.65)" fill="#fff"/><path d="M2042.74,48.22H1836.31c-28.36,0-52.1-23.12-55.07-47.57H1985C2015,.65,2042.74,22.78,2042.74,48.22Zm-97.28,14.53v156.9h-67.27V62.75Z" transform="translate(-0.21 -0.65)" fill="#fff"/></svg> \ No newline at end of file diff --git a/resources/images/logo/large-color.png b/resources/images/logo/large-color.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0b4b68fe73dc456667881a10af4150d3967da3 Binary files /dev/null and b/resources/images/logo/large-color.png differ diff --git a/resources/images/logo/short-blanc.png b/resources/images/logo/short-blanc.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8521f2b6d66237e80a978eec00380945a907a1 Binary files /dev/null and b/resources/images/logo/short-blanc.png differ diff --git a/resources/images/logo/short-blanc.svg b/resources/images/logo/short-blanc.svg new file mode 100644 index 0000000000000000000000000000000000000000..1da9b7eaa929ad3d51e4ca987a8bb853fc842e51 --- /dev/null +++ b/resources/images/logo/short-blanc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="413" height="171" viewBox="0 0 411.82 169.32"><g fill="#ffffff"><path d="M205.53 0c-6.12 26-22.69 36.72-49.47 36.72H57.63c-22.7 0-48.2 6.12-55.85 30.34A49.23 49.23 0 010 54.57v-3.83C0 22.44 26.77 0 50.49 0zm.77 119.34c0 29.33-26.78 50-50.75 50H50.49c-21.42 0-45.39-15.3-49.73-36.72H140c14.79 0 14-13.77 14-13.77v-.51c0-4.08-.51-13.26-14-13.26H50.49c-12.75 0-27.54-5.61-36.21-16.07a24.1 24.1 0 01-3.32-12c0-20.66 24-29.07 41.57-29.07a11.2 11.2 0 00-.26 2.8v3.83c0 3.57.26 13.77 13.77 13.77h89.51c29.07 0 50.75 24.48 50.75 51zM226.69 87.97V0h52v121.38h-13.5c-22.44 0-35.19-11.22-38.5-33.41zm185.13 44.63c-1.53 15.81-16.32 36.72-42.33 36.72h-142.8v-52.78c11 13 27 15.81 38.5 16.06z"/></g></svg> \ No newline at end of file diff --git a/resources/images/logo/short-color.png b/resources/images/logo/short-color.png new file mode 100644 index 0000000000000000000000000000000000000000..6e80891351175b453c67cef279d61d99a071840b Binary files /dev/null and b/resources/images/logo/short-color.png differ diff --git a/resources/images/navbar/hamburger-icon.png b/resources/images/navbar/hamburger-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7752e7942b23f10917a0509302f4452d9c7b4421 Binary files /dev/null and b/resources/images/navbar/hamburger-icon.png differ diff --git a/resources/images/navbar/menu-buy--reversed.gif b/resources/images/navbar/menu-buy--reversed.gif new file mode 100644 index 0000000000000000000000000000000000000000..96b88fb45eb598494e215386206fe13ed12f6682 Binary files /dev/null and b/resources/images/navbar/menu-buy--reversed.gif differ diff --git a/resources/images/navbar/menu-buy.gif b/resources/images/navbar/menu-buy.gif new file mode 100644 index 0000000000000000000000000000000000000000..0efdea19322b2cae7be268fbdcde903d5d786e43 Binary files /dev/null and b/resources/images/navbar/menu-buy.gif differ diff --git a/resources/images/navbar/menu-buy.png b/resources/images/navbar/menu-buy.png new file mode 100644 index 0000000000000000000000000000000000000000..298bdfede49589866e76e73b66ad9b3ee6381723 Binary files /dev/null and b/resources/images/navbar/menu-buy.png differ diff --git a/resources/images/navbar/menu-comm--reversed.gif b/resources/images/navbar/menu-comm--reversed.gif new file mode 100644 index 0000000000000000000000000000000000000000..7417231135e8ad9a3d308f66689d86e3fffcbbf5 Binary files /dev/null and b/resources/images/navbar/menu-comm--reversed.gif differ diff --git a/resources/images/navbar/menu-comm.gif b/resources/images/navbar/menu-comm.gif new file mode 100644 index 0000000000000000000000000000000000000000..0459cd637c19c24d661745bc9f9af1e3012b9dda Binary files /dev/null and b/resources/images/navbar/menu-comm.gif differ diff --git a/resources/images/navbar/menu-comm.svg b/resources/images/navbar/menu-comm.svg new file mode 100644 index 0000000000000000000000000000000000000000..7988d6554a9420ca0d14faee6c40c9ffc385f781 --- /dev/null +++ b/resources/images/navbar/menu-comm.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="64px" height="38px" viewBox="0 0 64 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch --> + <title>RealmsButtonStatic</title> + <desc>Created with Sketch.</desc> + <defs></defs> + <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="RealmsButtonStatic" transform="translate(-3.000000, -7.000000)" fill-rule="nonzero"> + <polygon id="Shape" fill-opacity="0" fill="#000000" points="0 0 70 0 70 45 53 45 53 30 65 30 65 23 61 23 61 15 63 15 63 17 67 17 67 15 65 15 65 13 57 13 57 15 55 15 55 7 15 7 15 15 13 15 13 13 5 13 5 15 3 15 3 17 7 17 7 15 9 15 9 23 5 23 5 30 17 30 17 45 0 45"></polygon> + <polygon id="Shape" fill="#A05307" points="15 7 31 7 31 13 29 13 29 11 17 11 17 13 15 13"></polygon> + <polygon id="Shape" fill="#882F05" points="31 7 33 7 33 19 31 19"></polygon> + <polygon id="Shape" fill="#E4772A" points="33 7 39 7 39 17 37 17 37 21 39 21 39 23 33 23"></polygon> + <polygon id="Shape" fill="#F69F3A" points="39 7 55 7 55 15 53 15 53 13 51 13 51 11 47 11 47 13 45 13 45 15 39 15"></polygon> + <polygon id="Shape" fill="#FAC28C" points="17 11 29 11 29 13 31 13 31 23 27 23 27 19 25 19 25 17 21 17 21 15 17 15 17 17 21 17 21 19 19 19 19 23 15 23 15 13 17 13"></polygon> + <polygon id="Shape" fill="#FCD8B0" points="47 11 51 11 51 13 53 13 53 15 49 15 49 17 53 17 53 15 55 15 55 23 39 23 39 15 41 15 41 17 45 17 45 13 47 13"></polygon> + <polygon id="Shape" fill="#0980B0" points="5 13 7 13 7 15 5 15"></polygon> + <polygon id="Shape" fill="#41C7C5" points="7 13 13 13 13 15 7 15"></polygon> + <polygon id="Shape" fill="#41C7C5" points="57 13 63 13 63 15 57 15"></polygon> + <polygon id="Shape" fill="#0980B0" points="63 13 65 13 65 15 63 15"></polygon> + <polygon id="Shape" fill="#0980B0" points="3 15 5 15 5 17 3 17"></polygon> + <polygon id="Shape" fill="#41C7C5" points="5 15 7 15 7 17 5 17"></polygon> + <polygon id="Shape" fill="#882F05" points="9 15 11 15 11 23 9 23"></polygon> + <polygon id="Shape" fill="#0980B0" points="11 15 13 15 13 17 11 17"></polygon> + <polygon id="Shape" fill="#41C7C5" points="13 15 15 15 15 17 13 17"></polygon> + <polygon id="Shape" fill="#FFFFF6" points="17 15 19 15 19 17 17 17"></polygon> + <polygon id="Shape" fill="#A549C6" points="19 15 21 15 21 17 19 17"></polygon> + <polygon id="Shape" fill="#A549C6" points="25 15 27 15 27 17 25 17"></polygon> + <polygon id="Shape" fill="#FFFFF6" points="27 15 29 15 29 17 27 17"></polygon> + <polygon id="Shape" fill="#FFFFF6" points="41 15 43 15 43 17 41 17"></polygon> + <polygon id="Shape" fill="#679C2E" points="43 15 45 15 45 17 43 17"></polygon> + <polygon id="Shape" fill="#679C2E" points="49 15 51 15 51 17 49 17"></polygon> + <polygon id="Shape" fill="#FFFFF6" points="51 15 53 15 53 17 51 17"></polygon> + <polygon id="Shape" fill="#41C7C5" points="55 15 57 15 57 17 55 17"></polygon> + <polygon id="Shape" fill="#0980B0" points="57 15 59 15 59 17 57 17"></polygon> + <polygon id="Shape" fill="#882F05" points="59 15 61 15 61 23 59 23"></polygon> + <polygon id="Shape" fill="#41C7C5" points="63 15 65 15 65 17 63 17"></polygon> + <polygon id="Shape" fill="#0980B0" points="65 15 67 15 67 17 65 17"></polygon> + <polygon id="Shape" fill-opacity="0" fill="#000000" points="11 17 15 17 15 23 11 23"></polygon> + <polygon id="Shape" fill="#F6854A" points="21 17 25 17 25 19 21 19"></polygon> + <polygon id="Shape" fill="#F5B88D" points="37 17 39 17 39 21 37 21"></polygon> + <polygon id="Shape" fill-opacity="0" fill="#000000" points="55 17 59 17 59 23 55 23"></polygon> + <polygon id="Shape" fill="#A05307" points="19 19 21 19 21 21 25 21 25 19 27 19 27 23 19 23"></polygon> + <polygon id="Shape" fill="#FAC28C" points="21 19 25 19 25 21 21 21"></polygon> + <polygon id="Shape" fill="#E49453" points="31 19 33 19 33 23 31 23"></polygon> + <polygon id="Shape" fill="#F9A194" points="45 19 49 19 49 21 45 21"></polygon> + <polygon id="Shape" fill="#FAC28C" points="5 23 9 23 9 30 5 30"></polygon> + <polygon id="Shape" fill="#E49453" points="9 23 13 23 13 30 9 30"></polygon> + <polygon id="Shape" fill="#0980B0" points="13 23 17 23 17 30 13 30"></polygon> + <polygon id="Shape" fill="#41C7C5" points="17 23 31 23 31 33 19 33 19 35 17 35"></polygon> + <polygon id="Shape" fill="#55A233" points="31 23 35 23 35 31 31 31"></polygon> + <polygon id="Shape" fill="#7BC561" points="35 23 39 23 39 31 35 31"></polygon> + <polygon id="Shape" fill="#55A233" points="39 23 41 23 41 31 39 31"></polygon> + <polygon id="Shape" fill="#7BC561" points="41 23 43 23 43 25 45 25 45 27 47 27 47 25 49 25 49 27 51 27 51 29 53 29 53 31 41 31"></polygon> + <polygon id="Shape" fill="#F5B88D" points="43 23 49 23 49 25 47 25 47 27 45 27 45 25 43 25"></polygon> + <polygon id="Shape" fill="#F69F3A" points="49 23 53 23 53 29 51 29 51 27 49 27"></polygon> + <polygon id="Shape" fill="#55A233" points="53 23 57 23 57 30 53 30"></polygon> + <polygon id="Shape" fill="#F5B88D" points="57 23 61 23 61 30 57 30"></polygon> + <polygon id="Shape" fill="#FCD8B0" points="61 23 65 23 65 30 61 30"></polygon> + <polygon id="Shape" fill="#F5B88D" points="31 31 35 31 35 36 31 36"></polygon> + <polygon id="Shape" fill="#FCD8B0" points="35 31 39 31 39 36 35 36"></polygon> + <polygon id="Shape" fill="#013401" points="39 31 41 31 41 33 39 33"></polygon> + <polygon id="Shape" fill="#246804" points="41 31 53 31 53 33 41 33"></polygon> + <polygon id="Shape" fill="#0980B0" points="19 33 31 33 31 41 17 41 17 35 19 35"></polygon> + <polygon id="Shape" fill="#55A233" points="39 33 41 33 41 36 39 36"></polygon> + <polygon id="Shape" fill="#7BC561" points="41 33 53 33 53 36 41 36"></polygon> + <polygon id="Shape" fill="#2424AE" points="31 36 35 36 35 41 31 41"></polygon> + <polygon id="Shape" fill="#882F05" points="35 36 41 36 41 41 35 41"></polygon> + <polygon id="Shape" fill="#A05307" points="41 36 53 36 53 41 41 41"></polygon> + <polygon id="Shape" fill="#703605" points="17 41 31 41 31 45 17 45"></polygon> + <polygon id="Shape" fill="#501C03" points="31 41 35 41 35 45 31 45"></polygon> + <polygon id="Shape" fill="#8E7B71" points="35 41 41 41 41 45 35 45"></polygon> + <polygon id="Shape" fill="#C6B6AB" points="41 41 53 41 53 45 41 45"></polygon> + </g> + </g> +</svg> \ No newline at end of file diff --git a/resources/images/navbar/menu-store--reversed.gif b/resources/images/navbar/menu-store--reversed.gif new file mode 100644 index 0000000000000000000000000000000000000000..ca058a9bbe34c59e2dc5a3f0a758ad313037049d Binary files /dev/null and b/resources/images/navbar/menu-store--reversed.gif differ diff --git a/resources/images/navbar/menu-store.gif b/resources/images/navbar/menu-store.gif new file mode 100644 index 0000000000000000000000000000000000000000..aef29d6495e13ec9dcbdf53573dae6dfc5eddf64 Binary files /dev/null and b/resources/images/navbar/menu-store.gif differ diff --git a/resources/images/navbar/menu-store.svg b/resources/images/navbar/menu-store.svg new file mode 100644 index 0000000000000000000000000000000000000000..b4b762c1755b10362144976f55470ff292799e33 --- /dev/null +++ b/resources/images/navbar/menu-store.svg @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- generated at drububu.com --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" preserveAspectRatio="xMinYMin meet" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="50px" viewBox="0 0 60 50"> +<path d="M0 0h60v50h-15v-40h-42v40h-3v-50z" fill="rgba(0,0,0,0)"/> +<path d="M3 10h33v14h-9v-3h6v-8h-27v8h9v3h-12v-14z" fill="rgb(90,75,58)"/> +<path d="M36 10h3v14h-3v-14z" fill="rgb(60,50,38)"/> +<path d="M39 10h6v40h-6v-3h3v-20h-3v-6h3v-8h-3v-3z" fill="rgb(47,38,28)"/> +<path d="M6 13h27v3h-27v-3z" fill="rgb(159,100,28)"/> +<path d="M39 13h3v3h-3v-3z" fill="rgb(102,62,17)"/> +<path d="M6 16h3v5h-3v-5z" fill="rgb(180,112,31)"/> +<path d="M9 16h24v5h-6v-3h-12v3h-6v-5z" fill="rgb(208,131,36)"/> +<path d="M39 16h3v5h-3v-5z" fill="rgb(113,68,19)"/> +<path d="M15 18h6v6h-3v-3h-3v-3z" fill="rgb(223,222,219)"/> +<path d="M21 18h3v5h-3v-5z" fill="rgb(118,118,118)"/> +<path d="M24 18h3v3h-3v-3z" fill="rgb(168,106,30)"/> +<path d="M15 21h3v3h3v6h-6v-9z" fill="rgb(194,194,194)"/> +<path d="M24 21h3v3h-3v-3z" fill="rgb(70,58,45)"/> +<path d="M21 23h3v7h-3v-7z" fill="rgb(96,100,117)"/> +<path d="M3 24h12v3h-9v20h27v-20h-6v-3h9v26h-33v-26z" fill="rgb(70,58,45)"/> +<path d="M24 24h3v3h-3v-3z" fill="rgb(59,46,38)"/> +<path d="M36 24h3v26h-3v-26z" fill="rgb(48,40,31)"/> +<path d="M6 27h9v3h-9v-3z" fill="rgb(159,100,28)"/> +<path d="M24 27h9v3h-9v-3z" fill="rgb(159,100,28)"/> +<path d="M39 27h3v3h-3v-3z" fill="rgb(102,62,17)"/> +<path d="M6 30h3v17h-3v-17z" fill="rgb(180,112,31)"/> +<path d="M9 30h6v3h12v-3h6v17h-24v-17z" fill="rgb(208,131,36)"/> +<path d="M15 30h12v3h-12v-3z" fill="rgb(180,112,31)"/> +<path d="M39 30h3v15h-3v-15z" fill="rgb(113,68,19)"/> +<path d="M39 45h3v2h-3v-2z" fill="rgb(102,62,17)"/> +</svg> diff --git a/resources/images/navbar/menu-support--reversed.gif b/resources/images/navbar/menu-support--reversed.gif new file mode 100644 index 0000000000000000000000000000000000000000..b08c3a412ac059b86fd41301f5f2b0e5ac677a6c Binary files /dev/null and b/resources/images/navbar/menu-support--reversed.gif differ diff --git a/resources/images/navbar/menu-support.gif b/resources/images/navbar/menu-support.gif new file mode 100644 index 0000000000000000000000000000000000000000..7fd9afcc3cff57977ee64ac1a0edde7b14e1d026 Binary files /dev/null and b/resources/images/navbar/menu-support.gif differ diff --git a/resources/images/navbar/menu-support.svg b/resources/images/navbar/menu-support.svg new file mode 100644 index 0000000000000000000000000000000000000000..cb5794032c0e096359deffb36b98330f47d09832 --- /dev/null +++ b/resources/images/navbar/menu-support.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 48" width="59" height="48"> + <defs> + <image width="47" height="48" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAwBAMAAABziT7RAAAAAXNSR0IB2cksfwAAACpQTFRFDg4O8PT0iIOByMS+bGtvWks6ZF9ej46SIwoR3icnPDImVaIzJGgE/8QA1T7elgAAAA50Uk5TAP////////////////9XStsUAAABB0lEQVR4nGNggAJBKFBSUmJAATgljKHAxcVlEEmEQkFaWhqREuUdHeUgjGEUTgnjjpnGxjM7sLgKpwTQ4qjQUFIkjE1Do7D7nBQJRkHp3eXlpaFR5eVAfzhKbxRSUsAvwWxsvXsz1CgjJWVj6z1nDhCU2Gx7GRIfJi7OIMKBkARQxhgm4V5MWIK9vPY2QsLZvLwsLQG/BDPCJExX4ZAwL4eBEiIlTIChfQaIXYDJKhlZwiwtBS6RXowq4Q42CSiH4sESIB8mgeLBYqCDQcpA7kXxoDGyBNTymTPBgbj3MrESMxlmnjkDDnaCElDnAk06wwwNPgwJkHMREmj+wCoB8QlMAhocuCQAxGfgXuPUio8AAAAASUVORK5CYII="/> + </defs> + <style> + tspan { white-space:pre } + </style> + <use id="Layer 4" href="#img1" x="12" y="0" /> +</svg> \ No newline at end of file diff --git a/resources/images/textures/block/acacia_door_bottom.png b/resources/images/textures/block/acacia_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..07a4f2b20162c8f65c0a8ae13a8cd0e6ec7fb151 Binary files /dev/null and b/resources/images/textures/block/acacia_door_bottom.png differ diff --git a/resources/images/textures/block/acacia_door_top.png b/resources/images/textures/block/acacia_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..464cc8ecf02d246f4f5d68808d7b53a848e49c07 Binary files /dev/null and b/resources/images/textures/block/acacia_door_top.png differ diff --git a/resources/images/textures/block/acacia_leaves.png b/resources/images/textures/block/acacia_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..e1837e411b8a75bc6e4bf739fe79d196dd30a886 Binary files /dev/null and b/resources/images/textures/block/acacia_leaves.png differ diff --git a/resources/images/textures/block/acacia_log.png b/resources/images/textures/block/acacia_log.png new file mode 100644 index 0000000000000000000000000000000000000000..215f6d6976ed2a3610b1a2c3a85ac4954172b3b6 Binary files /dev/null and b/resources/images/textures/block/acacia_log.png differ diff --git a/resources/images/textures/block/acacia_log_top.png b/resources/images/textures/block/acacia_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9f0feffbcc82fb338406b05b36ed8bb2171546 Binary files /dev/null and b/resources/images/textures/block/acacia_log_top.png differ diff --git a/resources/images/textures/block/acacia_planks.png b/resources/images/textures/block/acacia_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..ea782f4c89f21b6008f5c162d6d662508050643a Binary files /dev/null and b/resources/images/textures/block/acacia_planks.png differ diff --git a/resources/images/textures/block/acacia_sapling.png b/resources/images/textures/block/acacia_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..48da9fe517a3587883a4750b5c5c7e3040c0cf5e Binary files /dev/null and b/resources/images/textures/block/acacia_sapling.png differ diff --git a/resources/images/textures/block/acacia_trapdoor.png b/resources/images/textures/block/acacia_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..a1684937ad2036bcd755effe00f7ec9dc8420af2 Binary files /dev/null and b/resources/images/textures/block/acacia_trapdoor.png differ diff --git a/resources/images/textures/block/activator_rail.png b/resources/images/textures/block/activator_rail.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2c546946545517620ff41ad15a5abd5750ec78 Binary files /dev/null and b/resources/images/textures/block/activator_rail.png differ diff --git a/resources/images/textures/block/activator_rail_on.png b/resources/images/textures/block/activator_rail_on.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc15bf9d04ffa575ad5db7bf2fde038e700d8de Binary files /dev/null and b/resources/images/textures/block/activator_rail_on.png differ diff --git a/resources/images/textures/block/allium.png b/resources/images/textures/block/allium.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb26b17a8ea52342676a222f81fc4c7332ab974 Binary files /dev/null and b/resources/images/textures/block/allium.png differ diff --git a/resources/images/textures/block/amethyst_block.png b/resources/images/textures/block/amethyst_block.png new file mode 100644 index 0000000000000000000000000000000000000000..9682dd116819cdb2b60d18d35865dbb1b2377b5c Binary files /dev/null and b/resources/images/textures/block/amethyst_block.png differ diff --git a/resources/images/textures/block/amethyst_cluster.png b/resources/images/textures/block/amethyst_cluster.png new file mode 100644 index 0000000000000000000000000000000000000000..001b3f0c4023c3181aa924eaf5918da229b3d7c6 Binary files /dev/null and b/resources/images/textures/block/amethyst_cluster.png differ diff --git a/resources/images/textures/block/ancient_debris_side.png b/resources/images/textures/block/ancient_debris_side.png new file mode 100644 index 0000000000000000000000000000000000000000..1e1fe8d43190294e4cc6c16a7c53ba297a486f13 Binary files /dev/null and b/resources/images/textures/block/ancient_debris_side.png differ diff --git a/resources/images/textures/block/ancient_debris_top.png b/resources/images/textures/block/ancient_debris_top.png new file mode 100644 index 0000000000000000000000000000000000000000..7057ec773c918682667ab41e25f526efd3e78fc6 Binary files /dev/null and b/resources/images/textures/block/ancient_debris_top.png differ diff --git a/resources/images/textures/block/andesite.png b/resources/images/textures/block/andesite.png new file mode 100644 index 0000000000000000000000000000000000000000..0b79765dc4a008aad626725734466633056c5430 Binary files /dev/null and b/resources/images/textures/block/andesite.png differ diff --git a/resources/images/textures/block/anvil.png b/resources/images/textures/block/anvil.png new file mode 100644 index 0000000000000000000000000000000000000000..8724d7f5de98518af1e175e0df7e8f15f092e2c4 Binary files /dev/null and b/resources/images/textures/block/anvil.png differ diff --git a/resources/images/textures/block/anvil_top.png b/resources/images/textures/block/anvil_top.png new file mode 100644 index 0000000000000000000000000000000000000000..cbae2ae28f8951c889aab689736414b0b82e5223 Binary files /dev/null and b/resources/images/textures/block/anvil_top.png differ diff --git a/resources/images/textures/block/attached_melon_stem.png b/resources/images/textures/block/attached_melon_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf382335640bc549b8d0a68f6a3fe5c1d9e5d58 Binary files /dev/null and b/resources/images/textures/block/attached_melon_stem.png differ diff --git a/resources/images/textures/block/attached_pumpkin_stem.png b/resources/images/textures/block/attached_pumpkin_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..60b7091860bed33a46f1586696cd35ac2a9612c7 Binary files /dev/null and b/resources/images/textures/block/attached_pumpkin_stem.png differ diff --git a/resources/images/textures/block/azalea_leaves.png b/resources/images/textures/block/azalea_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..6572cc708bb5c3b54a490db3d8037ebfa13aba1b Binary files /dev/null and b/resources/images/textures/block/azalea_leaves.png differ diff --git a/resources/images/textures/block/azalea_plant.png b/resources/images/textures/block/azalea_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..1a1f057168c2d6f8b99f0b4d67cf8bac0b71269c Binary files /dev/null and b/resources/images/textures/block/azalea_plant.png differ diff --git a/resources/images/textures/block/azalea_side.png b/resources/images/textures/block/azalea_side.png new file mode 100644 index 0000000000000000000000000000000000000000..64ff3b619626cee4641350e568aba2cb01111c5b Binary files /dev/null and b/resources/images/textures/block/azalea_side.png differ diff --git a/resources/images/textures/block/azalea_top.png b/resources/images/textures/block/azalea_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b96502d16260daa699252e3ed2f9cbb2e0ac761f Binary files /dev/null and b/resources/images/textures/block/azalea_top.png differ diff --git a/resources/images/textures/block/azure_bluet.png b/resources/images/textures/block/azure_bluet.png new file mode 100644 index 0000000000000000000000000000000000000000..74c08cb13052e125aa962862b1defc74373bcd58 Binary files /dev/null and b/resources/images/textures/block/azure_bluet.png differ diff --git a/resources/images/textures/block/bamboo_large_leaves.png b/resources/images/textures/block/bamboo_large_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..f979367c2785020bff3fe927de97a3f5f10426fc Binary files /dev/null and b/resources/images/textures/block/bamboo_large_leaves.png differ diff --git a/resources/images/textures/block/bamboo_singleleaf.png b/resources/images/textures/block/bamboo_singleleaf.png new file mode 100644 index 0000000000000000000000000000000000000000..786c46e8dc1e34eaad7931bea46d0d2fb69ecec6 Binary files /dev/null and b/resources/images/textures/block/bamboo_singleleaf.png differ diff --git a/resources/images/textures/block/bamboo_small_leaves.png b/resources/images/textures/block/bamboo_small_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..7a51ad54da8eff4c1841e8bc09e457e9c781d88a Binary files /dev/null and b/resources/images/textures/block/bamboo_small_leaves.png differ diff --git a/resources/images/textures/block/bamboo_stage0.png b/resources/images/textures/block/bamboo_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..32c95f0e36bee16f9431b9604237528eb840c600 Binary files /dev/null and b/resources/images/textures/block/bamboo_stage0.png differ diff --git a/resources/images/textures/block/bamboo_stalk.png b/resources/images/textures/block/bamboo_stalk.png new file mode 100644 index 0000000000000000000000000000000000000000..f184d66c5fe1bb271a26bf077cf7f6b6947d0ca2 Binary files /dev/null and b/resources/images/textures/block/bamboo_stalk.png differ diff --git a/resources/images/textures/block/barrel_bottom.png b/resources/images/textures/block/barrel_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..26a16896a8b8d69930f6f14b94a74c1ab68b9067 Binary files /dev/null and b/resources/images/textures/block/barrel_bottom.png differ diff --git a/resources/images/textures/block/barrel_side.png b/resources/images/textures/block/barrel_side.png new file mode 100644 index 0000000000000000000000000000000000000000..00fdcdd3ecc43678f1a417f3b9fe9c3914b3e8d6 Binary files /dev/null and b/resources/images/textures/block/barrel_side.png differ diff --git a/resources/images/textures/block/barrel_top.png b/resources/images/textures/block/barrel_top.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7da088d9dbd7bd2c34900f4058945a9d3f50ef Binary files /dev/null and b/resources/images/textures/block/barrel_top.png differ diff --git a/resources/images/textures/block/barrel_top_open.png b/resources/images/textures/block/barrel_top_open.png new file mode 100644 index 0000000000000000000000000000000000000000..baa7db483aca5afba04518b9fee29a2a8697f45f Binary files /dev/null and b/resources/images/textures/block/barrel_top_open.png differ diff --git a/resources/images/textures/block/basalt_side.png b/resources/images/textures/block/basalt_side.png new file mode 100644 index 0000000000000000000000000000000000000000..5cdd81dacc891d30ff6e2ac63a3e8919cd6d6224 Binary files /dev/null and b/resources/images/textures/block/basalt_side.png differ diff --git a/resources/images/textures/block/basalt_top.png b/resources/images/textures/block/basalt_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7fc6168489a79ae0fc1eed8d69079108bacdf9 Binary files /dev/null and b/resources/images/textures/block/basalt_top.png differ diff --git a/resources/images/textures/block/beacon.png b/resources/images/textures/block/beacon.png new file mode 100644 index 0000000000000000000000000000000000000000..e2d14f7f1f9c9f9c9aa5f9de57a8a33c7850ca1f Binary files /dev/null and b/resources/images/textures/block/beacon.png differ diff --git a/resources/images/textures/block/bedrock.png b/resources/images/textures/block/bedrock.png new file mode 100644 index 0000000000000000000000000000000000000000..fc49a4891063e64d6cf3b1d9902fee31a630f23a Binary files /dev/null and b/resources/images/textures/block/bedrock.png differ diff --git a/resources/images/textures/block/bee_nest_bottom.png b/resources/images/textures/block/bee_nest_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..4de4a0cf2412404822666a24712c2d753fc78e25 Binary files /dev/null and b/resources/images/textures/block/bee_nest_bottom.png differ diff --git a/resources/images/textures/block/bee_nest_front.png b/resources/images/textures/block/bee_nest_front.png new file mode 100644 index 0000000000000000000000000000000000000000..23b3d30fefff916a09ab49c116c23b01a5396488 Binary files /dev/null and b/resources/images/textures/block/bee_nest_front.png differ diff --git a/resources/images/textures/block/bee_nest_front_honey.png b/resources/images/textures/block/bee_nest_front_honey.png new file mode 100644 index 0000000000000000000000000000000000000000..e7bb0d577c30d1e577a5d94960e01fea310bdc1d Binary files /dev/null and b/resources/images/textures/block/bee_nest_front_honey.png differ diff --git a/resources/images/textures/block/bee_nest_side.png b/resources/images/textures/block/bee_nest_side.png new file mode 100644 index 0000000000000000000000000000000000000000..44a1179d1659ffbaf64702f2563ab8121a0a1953 Binary files /dev/null and b/resources/images/textures/block/bee_nest_side.png differ diff --git a/resources/images/textures/block/bee_nest_top.png b/resources/images/textures/block/bee_nest_top.png new file mode 100644 index 0000000000000000000000000000000000000000..4de4a0cf2412404822666a24712c2d753fc78e25 Binary files /dev/null and b/resources/images/textures/block/bee_nest_top.png differ diff --git a/resources/images/textures/block/beehive_end.png b/resources/images/textures/block/beehive_end.png new file mode 100644 index 0000000000000000000000000000000000000000..65c24dd7be424af554112530a27803e2713f07ba Binary files /dev/null and b/resources/images/textures/block/beehive_end.png differ diff --git a/resources/images/textures/block/beehive_front.png b/resources/images/textures/block/beehive_front.png new file mode 100644 index 0000000000000000000000000000000000000000..c22ccaa6ff3998230c53e63137d9da93244592b0 Binary files /dev/null and b/resources/images/textures/block/beehive_front.png differ diff --git a/resources/images/textures/block/beehive_front_honey.png b/resources/images/textures/block/beehive_front_honey.png new file mode 100644 index 0000000000000000000000000000000000000000..f0aea53dad5f0a894b9fbe2cf0a0e0f591d0d4df Binary files /dev/null and b/resources/images/textures/block/beehive_front_honey.png differ diff --git a/resources/images/textures/block/beehive_side.png b/resources/images/textures/block/beehive_side.png new file mode 100644 index 0000000000000000000000000000000000000000..58f09f0a731bfd9d74efd9ecf45370b721075221 Binary files /dev/null and b/resources/images/textures/block/beehive_side.png differ diff --git a/resources/images/textures/block/beehive_top.png b/resources/images/textures/block/beehive_top.png new file mode 100644 index 0000000000000000000000000000000000000000..43fed9878c916d06ddc3d20757ac8e10d5bb2f5e Binary files /dev/null and b/resources/images/textures/block/beehive_top.png differ diff --git a/resources/images/textures/block/beetroots_stage0.png b/resources/images/textures/block/beetroots_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..bc38eb7b4f4f1dc0cf015a5b663bf7954f6ede5b Binary files /dev/null and b/resources/images/textures/block/beetroots_stage0.png differ diff --git a/resources/images/textures/block/beetroots_stage1.png b/resources/images/textures/block/beetroots_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..244232b93a73edfab5c4258b8a469aeb8a3e18cd Binary files /dev/null and b/resources/images/textures/block/beetroots_stage1.png differ diff --git a/resources/images/textures/block/beetroots_stage2.png b/resources/images/textures/block/beetroots_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..d1eab5db18cc3bb4f3cfd0ed54c24d9496e2aad3 Binary files /dev/null and b/resources/images/textures/block/beetroots_stage2.png differ diff --git a/resources/images/textures/block/beetroots_stage3.png b/resources/images/textures/block/beetroots_stage3.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b1f2b2d34a42f8bd1002ff0521ebef5d987a7e Binary files /dev/null and b/resources/images/textures/block/beetroots_stage3.png differ diff --git a/resources/images/textures/block/bell_bottom.png b/resources/images/textures/block/bell_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5d972b75985d8b0c98e3817496c2e88eb92278 Binary files /dev/null and b/resources/images/textures/block/bell_bottom.png differ diff --git a/resources/images/textures/block/bell_side.png b/resources/images/textures/block/bell_side.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ee1d5b8d0a70d3180ab65ea3afe2a1c04f017c Binary files /dev/null and b/resources/images/textures/block/bell_side.png differ diff --git a/resources/images/textures/block/bell_top.png b/resources/images/textures/block/bell_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c91f9077563f4385280aa44b549f1c7e558cdcf9 Binary files /dev/null and b/resources/images/textures/block/bell_top.png differ diff --git a/resources/images/textures/block/big_dripleaf_side.png b/resources/images/textures/block/big_dripleaf_side.png new file mode 100644 index 0000000000000000000000000000000000000000..531240e2801a916e652123355ec46983b81c323d Binary files /dev/null and b/resources/images/textures/block/big_dripleaf_side.png differ diff --git a/resources/images/textures/block/big_dripleaf_stem.png b/resources/images/textures/block/big_dripleaf_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..8181edabf20ac731a0b560ae2ccf5ca9f5db3517 Binary files /dev/null and b/resources/images/textures/block/big_dripleaf_stem.png differ diff --git a/resources/images/textures/block/big_dripleaf_tip.png b/resources/images/textures/block/big_dripleaf_tip.png new file mode 100644 index 0000000000000000000000000000000000000000..dc721d89e48a55a0bb04a61be06ebd4d16f3505e Binary files /dev/null and b/resources/images/textures/block/big_dripleaf_tip.png differ diff --git a/resources/images/textures/block/big_dripleaf_top.png b/resources/images/textures/block/big_dripleaf_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ffdab71b55e4dc3d9fc56841c53e52fc2442ddd9 Binary files /dev/null and b/resources/images/textures/block/big_dripleaf_top.png differ diff --git a/resources/images/textures/block/birch_door_bottom.png b/resources/images/textures/block/birch_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..65e255d6074e47a58dfecadb34f43db50998673a Binary files /dev/null and b/resources/images/textures/block/birch_door_bottom.png differ diff --git a/resources/images/textures/block/birch_door_top.png b/resources/images/textures/block/birch_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce7b955dbb583b10367ffc69f32238df1bcbd29 Binary files /dev/null and b/resources/images/textures/block/birch_door_top.png differ diff --git a/resources/images/textures/block/birch_leaves.png b/resources/images/textures/block/birch_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..872b2ae76aab9ff1c53d5e0b3b0da5ced59a446b Binary files /dev/null and b/resources/images/textures/block/birch_leaves.png differ diff --git a/resources/images/textures/block/birch_log.png b/resources/images/textures/block/birch_log.png new file mode 100644 index 0000000000000000000000000000000000000000..0ddfb007187795c856b6cd2ebc59a802f7163749 Binary files /dev/null and b/resources/images/textures/block/birch_log.png differ diff --git a/resources/images/textures/block/birch_log_top.png b/resources/images/textures/block/birch_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc7be29e4786dd58af1493601710516cc45c562 Binary files /dev/null and b/resources/images/textures/block/birch_log_top.png differ diff --git a/resources/images/textures/block/birch_planks.png b/resources/images/textures/block/birch_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..d4de4abeb4f0fd031e838bfc6350eee36371dee9 Binary files /dev/null and b/resources/images/textures/block/birch_planks.png differ diff --git a/resources/images/textures/block/birch_sapling.png b/resources/images/textures/block/birch_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2ecdedaab9224067871764b95cd54a1c9f0f1c Binary files /dev/null and b/resources/images/textures/block/birch_sapling.png differ diff --git a/resources/images/textures/block/birch_trapdoor.png b/resources/images/textures/block/birch_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..db43ea0135f7f0dfe5faea3709b1fbd2c2ddd0bf Binary files /dev/null and b/resources/images/textures/block/birch_trapdoor.png differ diff --git a/resources/images/textures/block/black_candle.png b/resources/images/textures/block/black_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..82221fb5ee38b5de15627b3a9b07ddb7e9e83fdf Binary files /dev/null and b/resources/images/textures/block/black_candle.png differ diff --git a/resources/images/textures/block/black_candle_lit.png b/resources/images/textures/block/black_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa9c5e177dec9c5e7bbe1b6c4ff77d38cf5ebdd Binary files /dev/null and b/resources/images/textures/block/black_candle_lit.png differ diff --git a/resources/images/textures/block/black_concrete.png b/resources/images/textures/block/black_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..270c5e7ba7022d275fd2d1940a756e3145900c7b Binary files /dev/null and b/resources/images/textures/block/black_concrete.png differ diff --git a/resources/images/textures/block/black_concrete_powder.png b/resources/images/textures/block/black_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..340a360d3797c78486dc7510d748f7df9bad9ab2 Binary files /dev/null and b/resources/images/textures/block/black_concrete_powder.png differ diff --git a/resources/images/textures/block/black_glazed_terracotta.png b/resources/images/textures/block/black_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..695640009b8cbc1f219cd1cb6c17185ff777889e Binary files /dev/null and b/resources/images/textures/block/black_glazed_terracotta.png differ diff --git a/resources/images/textures/block/black_shulker_box.png b/resources/images/textures/block/black_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb23a1408a94b2314b626a81aa5d9cf0e4193f6 Binary files /dev/null and b/resources/images/textures/block/black_shulker_box.png differ diff --git a/resources/images/textures/block/black_stained_glass.png b/resources/images/textures/block/black_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..6f26b4c29582daccf5d91468fc52eed0d589f1a2 Binary files /dev/null and b/resources/images/textures/block/black_stained_glass.png differ diff --git a/resources/images/textures/block/black_stained_glass_pane_top.png b/resources/images/textures/block/black_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..006bcefe972094a17a76b0b14c7bf9bfca0463cb Binary files /dev/null and b/resources/images/textures/block/black_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/black_terracotta.png b/resources/images/textures/block/black_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1da5f6e70f343b88ac73352b89fe11549b2258 Binary files /dev/null and b/resources/images/textures/block/black_terracotta.png differ diff --git a/resources/images/textures/block/black_wool.png b/resources/images/textures/block/black_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..a191293edd14682e99ba61f2368fd73d7366a5f6 Binary files /dev/null and b/resources/images/textures/block/black_wool.png differ diff --git a/resources/images/textures/block/blackstone.png b/resources/images/textures/block/blackstone.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0cc961bdeedbfcc0640fda180933392923b1c3 Binary files /dev/null and b/resources/images/textures/block/blackstone.png differ diff --git a/resources/images/textures/block/blackstone_top.png b/resources/images/textures/block/blackstone_top.png new file mode 100644 index 0000000000000000000000000000000000000000..564724474d85816e4ecaf8fe0abf10fd2a06ec66 Binary files /dev/null and b/resources/images/textures/block/blackstone_top.png differ diff --git a/resources/images/textures/block/blast_furnace_front.png b/resources/images/textures/block/blast_furnace_front.png new file mode 100644 index 0000000000000000000000000000000000000000..968cad7e681686e0fbb07562631e3ee457afa071 Binary files /dev/null and b/resources/images/textures/block/blast_furnace_front.png differ diff --git a/resources/images/textures/block/blast_furnace_front_on.png b/resources/images/textures/block/blast_furnace_front_on.png new file mode 100644 index 0000000000000000000000000000000000000000..38bcd9dbcabcd76f392d796118bb72a829fa36be Binary files /dev/null and b/resources/images/textures/block/blast_furnace_front_on.png differ diff --git a/resources/images/textures/block/blast_furnace_front_on.png.mcmeta b/resources/images/textures/block/blast_furnace_front_on.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/blast_furnace_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/blast_furnace_side.png b/resources/images/textures/block/blast_furnace_side.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbaa65e820e1bcdf09e837213f71dbe4223d18f Binary files /dev/null and b/resources/images/textures/block/blast_furnace_side.png differ diff --git a/resources/images/textures/block/blast_furnace_top.png b/resources/images/textures/block/blast_furnace_top.png new file mode 100644 index 0000000000000000000000000000000000000000..43b8964bc6ed3d089758eb0ec26f55f5abcffaef Binary files /dev/null and b/resources/images/textures/block/blast_furnace_top.png differ diff --git a/resources/images/textures/block/blue_candle.png b/resources/images/textures/block/blue_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..edf3b0c4785d47303c5613a829aa6a539e876d89 Binary files /dev/null and b/resources/images/textures/block/blue_candle.png differ diff --git a/resources/images/textures/block/blue_candle_lit.png b/resources/images/textures/block/blue_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..62c7eb9deb20e7d318e7f43f4440bcc33f46887c Binary files /dev/null and b/resources/images/textures/block/blue_candle_lit.png differ diff --git a/resources/images/textures/block/blue_concrete.png b/resources/images/textures/block/blue_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..e745b5d257b9e17a29ccd3147781b7453112a570 Binary files /dev/null and b/resources/images/textures/block/blue_concrete.png differ diff --git a/resources/images/textures/block/blue_concrete_powder.png b/resources/images/textures/block/blue_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..368f92e56c6ea4384b44932c1571b13dd53499af Binary files /dev/null and b/resources/images/textures/block/blue_concrete_powder.png differ diff --git a/resources/images/textures/block/blue_glazed_terracotta.png b/resources/images/textures/block/blue_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..59f7950695d9dcd6027e38dde625a7fdfb2bc674 Binary files /dev/null and b/resources/images/textures/block/blue_glazed_terracotta.png differ diff --git a/resources/images/textures/block/blue_ice.png b/resources/images/textures/block/blue_ice.png new file mode 100644 index 0000000000000000000000000000000000000000..2731116f20c79e7d3858a1f184334f8cad8cca3f Binary files /dev/null and b/resources/images/textures/block/blue_ice.png differ diff --git a/resources/images/textures/block/blue_orchid.png b/resources/images/textures/block/blue_orchid.png new file mode 100644 index 0000000000000000000000000000000000000000..0624b5d1849999b439a0484522be723967a48a7c Binary files /dev/null and b/resources/images/textures/block/blue_orchid.png differ diff --git a/resources/images/textures/block/blue_shulker_box.png b/resources/images/textures/block/blue_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..f4fe88fa977185a62d4d44ebb8a2aaff29f7a7f7 Binary files /dev/null and b/resources/images/textures/block/blue_shulker_box.png differ diff --git a/resources/images/textures/block/blue_stained_glass.png b/resources/images/textures/block/blue_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..a785a802efc55dc50c5e3f207778db0f705f7d1b Binary files /dev/null and b/resources/images/textures/block/blue_stained_glass.png differ diff --git a/resources/images/textures/block/blue_stained_glass_pane_top.png b/resources/images/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..442b5858698a465e12ae4d0111323d2337953d1e Binary files /dev/null and b/resources/images/textures/block/blue_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/blue_terracotta.png b/resources/images/textures/block/blue_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..e6931e43d5f28a8b1a68e0beeb5e873197ac5957 Binary files /dev/null and b/resources/images/textures/block/blue_terracotta.png differ diff --git a/resources/images/textures/block/blue_wool.png b/resources/images/textures/block/blue_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..2c9422072ebdd6ce92ed60d0e15abce335e38670 Binary files /dev/null and b/resources/images/textures/block/blue_wool.png differ diff --git a/resources/images/textures/block/bone_block_side.png b/resources/images/textures/block/bone_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3ff2d6ee1294173168527aa915c30eeb326778 Binary files /dev/null and b/resources/images/textures/block/bone_block_side.png differ diff --git a/resources/images/textures/block/bone_block_top.png b/resources/images/textures/block/bone_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e03574955926cbbd6727f13944890dc2be218b Binary files /dev/null and b/resources/images/textures/block/bone_block_top.png differ diff --git a/resources/images/textures/block/bookshelf.png b/resources/images/textures/block/bookshelf.png new file mode 100644 index 0000000000000000000000000000000000000000..5dfdd660171e9c95082eed8279563e997d693e3b Binary files /dev/null and b/resources/images/textures/block/bookshelf.png differ diff --git a/resources/images/textures/block/brain_coral.png b/resources/images/textures/block/brain_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..e2032b2d6865c8e027463b42ffb243ec1d903ac1 Binary files /dev/null and b/resources/images/textures/block/brain_coral.png differ diff --git a/resources/images/textures/block/brain_coral_block.png b/resources/images/textures/block/brain_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..cf376dc6ed2dd16a85413315d956e4de9e27a13f Binary files /dev/null and b/resources/images/textures/block/brain_coral_block.png differ diff --git a/resources/images/textures/block/brain_coral_fan.png b/resources/images/textures/block/brain_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..73007acded9243bc400d84b775bffd90cd7ed309 Binary files /dev/null and b/resources/images/textures/block/brain_coral_fan.png differ diff --git a/resources/images/textures/block/brewing_stand.png b/resources/images/textures/block/brewing_stand.png new file mode 100644 index 0000000000000000000000000000000000000000..b258aa349cc8b243438728b2f15c4d85fd2ff699 Binary files /dev/null and b/resources/images/textures/block/brewing_stand.png differ diff --git a/resources/images/textures/block/brewing_stand_base.png b/resources/images/textures/block/brewing_stand_base.png new file mode 100644 index 0000000000000000000000000000000000000000..83033cdd308c44b686e7b0c50952dd7cdf4dd441 Binary files /dev/null and b/resources/images/textures/block/brewing_stand_base.png differ diff --git a/resources/images/textures/block/bricks.png b/resources/images/textures/block/bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2595eeac1c2ef2950aaca2658cb63e965baf23 Binary files /dev/null and b/resources/images/textures/block/bricks.png differ diff --git a/resources/images/textures/block/brown_candle.png b/resources/images/textures/block/brown_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe983111222c1b25d7d86f2c043bab49a69e274 Binary files /dev/null and b/resources/images/textures/block/brown_candle.png differ diff --git a/resources/images/textures/block/brown_candle_lit.png b/resources/images/textures/block/brown_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..f467ba3ae473a3ce81c50fdcb8dab2915cfe8526 Binary files /dev/null and b/resources/images/textures/block/brown_candle_lit.png differ diff --git a/resources/images/textures/block/brown_concrete.png b/resources/images/textures/block/brown_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..3510e9b0670f69aca697634e2f150cc77f7041a6 Binary files /dev/null and b/resources/images/textures/block/brown_concrete.png differ diff --git a/resources/images/textures/block/brown_concrete_powder.png b/resources/images/textures/block/brown_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..3180d5a38276d534b2df708c8beb99fb9295c187 Binary files /dev/null and b/resources/images/textures/block/brown_concrete_powder.png differ diff --git a/resources/images/textures/block/brown_glazed_terracotta.png b/resources/images/textures/block/brown_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..67ede21a02a677b733188a985ffb6e90974adb75 Binary files /dev/null and b/resources/images/textures/block/brown_glazed_terracotta.png differ diff --git a/resources/images/textures/block/brown_mushroom.png b/resources/images/textures/block/brown_mushroom.png new file mode 100644 index 0000000000000000000000000000000000000000..0f7e3cc3dee081289348aa350084d213247a0033 Binary files /dev/null and b/resources/images/textures/block/brown_mushroom.png differ diff --git a/resources/images/textures/block/brown_mushroom_block.png b/resources/images/textures/block/brown_mushroom_block.png new file mode 100644 index 0000000000000000000000000000000000000000..798c140f77d360cd4634f30d0e2771d4189a23ea Binary files /dev/null and b/resources/images/textures/block/brown_mushroom_block.png differ diff --git a/resources/images/textures/block/brown_shulker_box.png b/resources/images/textures/block/brown_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ae3d0ef70efd878492138e3419bebb6bd8fa15 Binary files /dev/null and b/resources/images/textures/block/brown_shulker_box.png differ diff --git a/resources/images/textures/block/brown_stained_glass.png b/resources/images/textures/block/brown_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb7ece9da8992931b53c4d89fc1b655474b6c3e Binary files /dev/null and b/resources/images/textures/block/brown_stained_glass.png differ diff --git a/resources/images/textures/block/brown_stained_glass_pane_top.png b/resources/images/textures/block/brown_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..330a78a53617a7459a2ef4db95dcc9dbfff4d052 Binary files /dev/null and b/resources/images/textures/block/brown_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/brown_terracotta.png b/resources/images/textures/block/brown_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..752ec352a5dcbcc3f77223a241440abe93aba13f Binary files /dev/null and b/resources/images/textures/block/brown_terracotta.png differ diff --git a/resources/images/textures/block/brown_wool.png b/resources/images/textures/block/brown_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a6bd0fbd1abd3259bd329f6234fbaa965c19f1 Binary files /dev/null and b/resources/images/textures/block/brown_wool.png differ diff --git a/resources/images/textures/block/bubble_coral.png b/resources/images/textures/block/bubble_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d40fb8f71c9461bbecc79f4549ef6b21816918 Binary files /dev/null and b/resources/images/textures/block/bubble_coral.png differ diff --git a/resources/images/textures/block/bubble_coral_block.png b/resources/images/textures/block/bubble_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..8aab99cfcfd0a78ad4b30d9c19a979d8e70202b2 Binary files /dev/null and b/resources/images/textures/block/bubble_coral_block.png differ diff --git a/resources/images/textures/block/bubble_coral_fan.png b/resources/images/textures/block/bubble_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..fe36785870d48749e7bc1c3dc659b6869f5d86e8 Binary files /dev/null and b/resources/images/textures/block/bubble_coral_fan.png differ diff --git a/resources/images/textures/block/budding_amethyst.png b/resources/images/textures/block/budding_amethyst.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a10611cd64d9c92c058f1a487128d715429d23 Binary files /dev/null and b/resources/images/textures/block/budding_amethyst.png differ diff --git a/resources/images/textures/block/button/oak.png b/resources/images/textures/block/button/oak.png new file mode 100644 index 0000000000000000000000000000000000000000..657d0f0e8ec7bf59aadb543714d328795cc65eac Binary files /dev/null and b/resources/images/textures/block/button/oak.png differ diff --git a/resources/images/textures/block/cactus_bottom.png b/resources/images/textures/block/cactus_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..378f3fc3dc17cc75763f1d73bd6e8a4a29e5f1f2 Binary files /dev/null and b/resources/images/textures/block/cactus_bottom.png differ diff --git a/resources/images/textures/block/cactus_side.png b/resources/images/textures/block/cactus_side.png new file mode 100644 index 0000000000000000000000000000000000000000..394ce6a69050e6c75b17b519dd32cbcab582c5dc Binary files /dev/null and b/resources/images/textures/block/cactus_side.png differ diff --git a/resources/images/textures/block/cactus_side_pot.png b/resources/images/textures/block/cactus_side_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..70685ad4e5e8ad25d48a9f11b051c8fbde076c1b Binary files /dev/null and b/resources/images/textures/block/cactus_side_pot.png differ diff --git a/resources/images/textures/block/cactus_top.png b/resources/images/textures/block/cactus_top.png new file mode 100644 index 0000000000000000000000000000000000000000..7b972075f71e1c5429f1b6e7b82707ed025b46b5 Binary files /dev/null and b/resources/images/textures/block/cactus_top.png differ diff --git a/resources/images/textures/block/cake_bottom.png b/resources/images/textures/block/cake_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..eea8422fe215e795dc250066ee9878224d98f85d Binary files /dev/null and b/resources/images/textures/block/cake_bottom.png differ diff --git a/resources/images/textures/block/cake_inner.png b/resources/images/textures/block/cake_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..9a286e2499f5b2729d9f0a09ab520ca23ce8cce2 Binary files /dev/null and b/resources/images/textures/block/cake_inner.png differ diff --git a/resources/images/textures/block/cake_side.png b/resources/images/textures/block/cake_side.png new file mode 100644 index 0000000000000000000000000000000000000000..ca93e13d8bf321e7f3de85dace217ed7b509afff Binary files /dev/null and b/resources/images/textures/block/cake_side.png differ diff --git a/resources/images/textures/block/cake_top.png b/resources/images/textures/block/cake_top.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3c457a5734c4e2fe8da9d26e572ee320e50365 Binary files /dev/null and b/resources/images/textures/block/cake_top.png differ diff --git a/resources/images/textures/block/calcite.png b/resources/images/textures/block/calcite.png new file mode 100644 index 0000000000000000000000000000000000000000..e351e0f3ccd0975ae3076b670dfe36ba6b489c7a Binary files /dev/null and b/resources/images/textures/block/calcite.png differ diff --git a/resources/images/textures/block/campfire_fire.png b/resources/images/textures/block/campfire_fire.png new file mode 100644 index 0000000000000000000000000000000000000000..58b6d981437bd2d8241f2dccddc812781398fe7b Binary files /dev/null and b/resources/images/textures/block/campfire_fire.png differ diff --git a/resources/images/textures/block/campfire_fire.png.mcmeta b/resources/images/textures/block/campfire_fire.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..493664ef535a96b4f803d631b28a0747b19a040e --- /dev/null +++ b/resources/images/textures/block/campfire_fire.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + } +} + diff --git a/resources/images/textures/block/campfire_log.png b/resources/images/textures/block/campfire_log.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec3c9de6401e8c755551048596d0dccba15773f Binary files /dev/null and b/resources/images/textures/block/campfire_log.png differ diff --git a/resources/images/textures/block/campfire_log_lit.png b/resources/images/textures/block/campfire_log_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..5f060f99b0d698939309239f717730f0958b13c0 Binary files /dev/null and b/resources/images/textures/block/campfire_log_lit.png differ diff --git a/resources/images/textures/block/campfire_log_lit.png.mcmeta b/resources/images/textures/block/campfire_log_lit.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..265854e40227a1e6a6d66845fc92b04c6446e95f --- /dev/null +++ b/resources/images/textures/block/campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/resources/images/textures/block/candle.png b/resources/images/textures/block/candle.png new file mode 100644 index 0000000000000000000000000000000000000000..15d79b1fb4d0897ce0ec73d7e0d3a700fd1d612a Binary files /dev/null and b/resources/images/textures/block/candle.png differ diff --git a/resources/images/textures/block/candle_lit.png b/resources/images/textures/block/candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0f7727426ecfa5ffc5cf01b4c89c8009bb6edd Binary files /dev/null and b/resources/images/textures/block/candle_lit.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_black.png b/resources/images/textures/block/carpet/carpet_colored_black.png new file mode 100644 index 0000000000000000000000000000000000000000..f65697a69af02ce39e6ed58d8346b9cd1ac96625 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_black.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_blue.png b/resources/images/textures/block/carpet/carpet_colored_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..8a43d68a51346357b315dd947af44aac6e95fae0 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_blue.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_brown.png b/resources/images/textures/block/carpet/carpet_colored_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..96f55bac5dc88d1828cb0ff66665ed3c7779cb23 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_brown.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_cyan.png b/resources/images/textures/block/carpet/carpet_colored_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..f3219eb5de0d404e5aab7efb5d91ffb1c7b49fcb Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_cyan.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_gray.png b/resources/images/textures/block/carpet/carpet_colored_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..6683424de04d7a0e4a6f0a0135404bbbca176000 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_gray.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_green.png b/resources/images/textures/block/carpet/carpet_colored_green.png new file mode 100644 index 0000000000000000000000000000000000000000..b2322fedfd54ba7634254ffd0157c5670683da05 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_green.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_light_blue.png b/resources/images/textures/block/carpet/carpet_colored_light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..65766e4e36ce3ed34474b8a716fc95df318232cc Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_light_blue.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_light_gray.png b/resources/images/textures/block/carpet/carpet_colored_light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..31b5865f5edfaf45e22f68c07a044d1a6f25c49d Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_light_gray.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_lime.png b/resources/images/textures/block/carpet/carpet_colored_lime.png new file mode 100644 index 0000000000000000000000000000000000000000..afee6293800bb18a4280ce4b64755bb306d66f76 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_lime.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_magenta.png b/resources/images/textures/block/carpet/carpet_colored_magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..c77437f7e2aa543f956c18aa50139f79874fdd5e Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_magenta.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_orange.png b/resources/images/textures/block/carpet/carpet_colored_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..25b3c063be683267c717438d65a50cd3c185de1b Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_orange.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_pink.png b/resources/images/textures/block/carpet/carpet_colored_pink.png new file mode 100644 index 0000000000000000000000000000000000000000..1a094383bc72620312d7e9cdfa7ac67d93069965 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_pink.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_purple.png b/resources/images/textures/block/carpet/carpet_colored_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..1c702dd95da70a72d01d8a8b5f7558749961b405 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_purple.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_red.png b/resources/images/textures/block/carpet/carpet_colored_red.png new file mode 100644 index 0000000000000000000000000000000000000000..08904dbe5827fe8759eee9c666154a963387e79b Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_red.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_white.png b/resources/images/textures/block/carpet/carpet_colored_white.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6b94e2936217283e12461439476689937192b0 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_white.png differ diff --git a/resources/images/textures/block/carpet/carpet_colored_yellow.png b/resources/images/textures/block/carpet/carpet_colored_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..7de45efbecb272056d5012916d7300f8cfd93b03 Binary files /dev/null and b/resources/images/textures/block/carpet/carpet_colored_yellow.png differ diff --git a/resources/images/textures/block/carrots_stage0.png b/resources/images/textures/block/carrots_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..7577bb319642b986b3187994283a40b8a13660b2 Binary files /dev/null and b/resources/images/textures/block/carrots_stage0.png differ diff --git a/resources/images/textures/block/carrots_stage1.png b/resources/images/textures/block/carrots_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..60421eae15b0f8a386cac3c4792a41e89512f1da Binary files /dev/null and b/resources/images/textures/block/carrots_stage1.png differ diff --git a/resources/images/textures/block/carrots_stage2.png b/resources/images/textures/block/carrots_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..9486ecd8a9c801bb97227f38ef3e9ffe8fbea9ff Binary files /dev/null and b/resources/images/textures/block/carrots_stage2.png differ diff --git a/resources/images/textures/block/carrots_stage3.png b/resources/images/textures/block/carrots_stage3.png new file mode 100644 index 0000000000000000000000000000000000000000..22ce83d8a931f2278f19f8e5f808569f0038cd54 Binary files /dev/null and b/resources/images/textures/block/carrots_stage3.png differ diff --git a/resources/images/textures/block/cartography_table_side1.png b/resources/images/textures/block/cartography_table_side1.png new file mode 100644 index 0000000000000000000000000000000000000000..257d9424fc14d72d1a31347f3eb3d78a24a2817f Binary files /dev/null and b/resources/images/textures/block/cartography_table_side1.png differ diff --git a/resources/images/textures/block/cartography_table_side2.png b/resources/images/textures/block/cartography_table_side2.png new file mode 100644 index 0000000000000000000000000000000000000000..c42ed5d8fe6d0aadfab1b8e44530bf6d3a169805 Binary files /dev/null and b/resources/images/textures/block/cartography_table_side2.png differ diff --git a/resources/images/textures/block/cartography_table_side3.png b/resources/images/textures/block/cartography_table_side3.png new file mode 100644 index 0000000000000000000000000000000000000000..46e7f7695905bab94794e571906328e05bcea8d1 Binary files /dev/null and b/resources/images/textures/block/cartography_table_side3.png differ diff --git a/resources/images/textures/block/cartography_table_top.png b/resources/images/textures/block/cartography_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..98e56ab5d8035cadba02366538337197fa93503a Binary files /dev/null and b/resources/images/textures/block/cartography_table_top.png differ diff --git a/resources/images/textures/block/carved_pumpkin.png b/resources/images/textures/block/carved_pumpkin.png new file mode 100644 index 0000000000000000000000000000000000000000..507cdde4a6bfac43b646e7d53a1db12850997f10 Binary files /dev/null and b/resources/images/textures/block/carved_pumpkin.png differ diff --git a/resources/images/textures/block/cauldron_bottom.png b/resources/images/textures/block/cauldron_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f73e8af2e82a42be79050fa491912c940cae724e Binary files /dev/null and b/resources/images/textures/block/cauldron_bottom.png differ diff --git a/resources/images/textures/block/cauldron_inner.png b/resources/images/textures/block/cauldron_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..3d947b7c4caeae535db2918d01a64d69680a5dc2 Binary files /dev/null and b/resources/images/textures/block/cauldron_inner.png differ diff --git a/resources/images/textures/block/cauldron_side.png b/resources/images/textures/block/cauldron_side.png new file mode 100644 index 0000000000000000000000000000000000000000..ed684fcbc0ae3128a17fc92599d5f515906ffadb Binary files /dev/null and b/resources/images/textures/block/cauldron_side.png differ diff --git a/resources/images/textures/block/cauldron_top.png b/resources/images/textures/block/cauldron_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8be3d0cf6268646586ad9ff60018eedf8fad8300 Binary files /dev/null and b/resources/images/textures/block/cauldron_top.png differ diff --git a/resources/images/textures/block/cave_vines.png b/resources/images/textures/block/cave_vines.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f4149d59700229153bee4c4ba15d01741ac3f4 Binary files /dev/null and b/resources/images/textures/block/cave_vines.png differ diff --git a/resources/images/textures/block/cave_vines_lit.png b/resources/images/textures/block/cave_vines_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..0af6af7df433f6e2076c94dc5c911acb5ef4ad24 Binary files /dev/null and b/resources/images/textures/block/cave_vines_lit.png differ diff --git a/resources/images/textures/block/cave_vines_plant.png b/resources/images/textures/block/cave_vines_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..d91b95bb8a6b665f4e29e70c3eb6a888c54d2987 Binary files /dev/null and b/resources/images/textures/block/cave_vines_plant.png differ diff --git a/resources/images/textures/block/cave_vines_plant_lit.png b/resources/images/textures/block/cave_vines_plant_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..ec7788255e22f48f5f324b5e09b18ebae964e953 Binary files /dev/null and b/resources/images/textures/block/cave_vines_plant_lit.png differ diff --git a/resources/images/textures/block/chain.png b/resources/images/textures/block/chain.png new file mode 100644 index 0000000000000000000000000000000000000000..39778070c7442ea73a8ab43527f0c991886f060e Binary files /dev/null and b/resources/images/textures/block/chain.png differ diff --git a/resources/images/textures/block/chain_command_block_back.png b/resources/images/textures/block/chain_command_block_back.png new file mode 100644 index 0000000000000000000000000000000000000000..a12bd54649912b4b857bb20425285a42b731931c Binary files /dev/null and b/resources/images/textures/block/chain_command_block_back.png differ diff --git a/resources/images/textures/block/chain_command_block_back.png.mcmeta b/resources/images/textures/block/chain_command_block_back.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/chain_command_block_conditional.png b/resources/images/textures/block/chain_command_block_conditional.png new file mode 100644 index 0000000000000000000000000000000000000000..10364d00d908b7262d6de0f1a0993b2c9bf4486d Binary files /dev/null and b/resources/images/textures/block/chain_command_block_conditional.png differ diff --git a/resources/images/textures/block/chain_command_block_conditional.png.mcmeta b/resources/images/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/chain_command_block_front.png b/resources/images/textures/block/chain_command_block_front.png new file mode 100644 index 0000000000000000000000000000000000000000..87af34e03eb36b126957833cdac2f7fd97d6b158 Binary files /dev/null and b/resources/images/textures/block/chain_command_block_front.png differ diff --git a/resources/images/textures/block/chain_command_block_front.png.mcmeta b/resources/images/textures/block/chain_command_block_front.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/chain_command_block_side.png b/resources/images/textures/block/chain_command_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..9218988ba57c1677bc29ebeb2865e1974af62e6d Binary files /dev/null and b/resources/images/textures/block/chain_command_block_side.png differ diff --git a/resources/images/textures/block/chain_command_block_side.png.mcmeta b/resources/images/textures/block/chain_command_block_side.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/chipped_anvil_top.png b/resources/images/textures/block/chipped_anvil_top.png new file mode 100644 index 0000000000000000000000000000000000000000..94dc7eabe4469e97d51777d05360b564bca9b286 Binary files /dev/null and b/resources/images/textures/block/chipped_anvil_top.png differ diff --git a/resources/images/textures/block/chiseled_deepslate.png b/resources/images/textures/block/chiseled_deepslate.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3066f6634b7ec7408dc2bbe3290b447154d5ab Binary files /dev/null and b/resources/images/textures/block/chiseled_deepslate.png differ diff --git a/resources/images/textures/block/chiseled_nether_bricks.png b/resources/images/textures/block/chiseled_nether_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..950fdb52cf5c5ec18671cc002e2312d2685b3eda Binary files /dev/null and b/resources/images/textures/block/chiseled_nether_bricks.png differ diff --git a/resources/images/textures/block/chiseled_polished_blackstone.png b/resources/images/textures/block/chiseled_polished_blackstone.png new file mode 100644 index 0000000000000000000000000000000000000000..a759e60ad3c5bfdfbf96e48c5be882c549d3bd12 Binary files /dev/null and b/resources/images/textures/block/chiseled_polished_blackstone.png differ diff --git a/resources/images/textures/block/chiseled_quartz_block.png b/resources/images/textures/block/chiseled_quartz_block.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe2b0c50ce4ad05d3a69cb72ffbca5d8a864044 Binary files /dev/null and b/resources/images/textures/block/chiseled_quartz_block.png differ diff --git a/resources/images/textures/block/chiseled_quartz_block_top.png b/resources/images/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb496e495aec6e1f3e186e61e508d10d81af4a6 Binary files /dev/null and b/resources/images/textures/block/chiseled_quartz_block_top.png differ diff --git a/resources/images/textures/block/chiseled_red_sandstone.png b/resources/images/textures/block/chiseled_red_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..36185d6f49721c46d9c744a3d42fc439c39abbf2 Binary files /dev/null and b/resources/images/textures/block/chiseled_red_sandstone.png differ diff --git a/resources/images/textures/block/chiseled_sandstone.png b/resources/images/textures/block/chiseled_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..454379c654c37adbe4b8709becaaa613c80d57bb Binary files /dev/null and b/resources/images/textures/block/chiseled_sandstone.png differ diff --git a/resources/images/textures/block/chiseled_stone_bricks.png b/resources/images/textures/block/chiseled_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..3822865327d8b7eb2c92e177448398adb601b799 Binary files /dev/null and b/resources/images/textures/block/chiseled_stone_bricks.png differ diff --git a/resources/images/textures/block/chorus_flower.png b/resources/images/textures/block/chorus_flower.png new file mode 100644 index 0000000000000000000000000000000000000000..4ff39e698a47fba27299800fcdc15f60fb045939 Binary files /dev/null and b/resources/images/textures/block/chorus_flower.png differ diff --git a/resources/images/textures/block/chorus_flower_dead.png b/resources/images/textures/block/chorus_flower_dead.png new file mode 100644 index 0000000000000000000000000000000000000000..1de6120066164cd9b65cf82404f62cbc5038703e Binary files /dev/null and b/resources/images/textures/block/chorus_flower_dead.png differ diff --git a/resources/images/textures/block/chorus_plant.png b/resources/images/textures/block/chorus_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..0168df729099bbdad8110cb2e88e5b3d8856ed5c Binary files /dev/null and b/resources/images/textures/block/chorus_plant.png differ diff --git a/resources/images/textures/block/clay.png b/resources/images/textures/block/clay.png new file mode 100644 index 0000000000000000000000000000000000000000..bc82200918cccbe17bab1d7b6a0da21935b8b19b Binary files /dev/null and b/resources/images/textures/block/clay.png differ diff --git a/resources/images/textures/block/coal_block.png b/resources/images/textures/block/coal_block.png new file mode 100644 index 0000000000000000000000000000000000000000..bec48beb25ddd0b890a3d41fe455ee93e850a5fb Binary files /dev/null and b/resources/images/textures/block/coal_block.png differ diff --git a/resources/images/textures/block/coal_ore.png b/resources/images/textures/block/coal_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..ea93cf632622967cfa3436de425ac95785703a3b Binary files /dev/null and b/resources/images/textures/block/coal_ore.png differ diff --git a/resources/images/textures/block/coarse_dirt.png b/resources/images/textures/block/coarse_dirt.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea603a7f4bd2aab0a8b67ef98e21a7a667e8553 Binary files /dev/null and b/resources/images/textures/block/coarse_dirt.png differ diff --git a/resources/images/textures/block/cobbled_deepslate.png b/resources/images/textures/block/cobbled_deepslate.png new file mode 100644 index 0000000000000000000000000000000000000000..51948408e164cb7feb0db26513627ed21a064afa Binary files /dev/null and b/resources/images/textures/block/cobbled_deepslate.png differ diff --git a/resources/images/textures/block/cobblestone.png b/resources/images/textures/block/cobblestone.png new file mode 100644 index 0000000000000000000000000000000000000000..6f83927a1a732f50b24736ae246f0f4d57752509 Binary files /dev/null and b/resources/images/textures/block/cobblestone.png differ diff --git a/resources/images/textures/block/cobweb.png b/resources/images/textures/block/cobweb.png new file mode 100644 index 0000000000000000000000000000000000000000..bab9500932f9c49567e1a29d570b917862c4b2a6 Binary files /dev/null and b/resources/images/textures/block/cobweb.png differ diff --git a/resources/images/textures/block/cocoa_stage0.png b/resources/images/textures/block/cocoa_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..9350aec36aa75080a59988041251cb89b83ea958 Binary files /dev/null and b/resources/images/textures/block/cocoa_stage0.png differ diff --git a/resources/images/textures/block/cocoa_stage1.png b/resources/images/textures/block/cocoa_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..4582f2dbfc542763d6802cd9ceea0f563e3020b6 Binary files /dev/null and b/resources/images/textures/block/cocoa_stage1.png differ diff --git a/resources/images/textures/block/cocoa_stage2.png b/resources/images/textures/block/cocoa_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..a063350239af860436f12063175a989e341dad9c Binary files /dev/null and b/resources/images/textures/block/cocoa_stage2.png differ diff --git a/resources/images/textures/block/command_block.png b/resources/images/textures/block/command_block.png new file mode 100644 index 0000000000000000000000000000000000000000..ee39126f781aa3ccbefbd3a54e1779e1c6328ca8 Binary files /dev/null and b/resources/images/textures/block/command_block.png differ diff --git a/resources/images/textures/block/command_block_back.png b/resources/images/textures/block/command_block_back.png new file mode 100644 index 0000000000000000000000000000000000000000..821e81fa2e28021638414d79538399052962e973 Binary files /dev/null and b/resources/images/textures/block/command_block_back.png differ diff --git a/resources/images/textures/block/command_block_back.png.mcmeta b/resources/images/textures/block/command_block_back.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/command_block_conditional.png b/resources/images/textures/block/command_block_conditional.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c23852bfa26b77b53c201e89c7ce87e292b7ba Binary files /dev/null and b/resources/images/textures/block/command_block_conditional.png differ diff --git a/resources/images/textures/block/command_block_conditional.png.mcmeta b/resources/images/textures/block/command_block_conditional.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/command_block_front.png b/resources/images/textures/block/command_block_front.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9eb295cde8cf115900e1488386df1484f9b65b Binary files /dev/null and b/resources/images/textures/block/command_block_front.png differ diff --git a/resources/images/textures/block/command_block_front.png.mcmeta b/resources/images/textures/block/command_block_front.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/command_block_side.png b/resources/images/textures/block/command_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..cdf4db92b8bef9d686fe4fc45acfef597b4c1d95 Binary files /dev/null and b/resources/images/textures/block/command_block_side.png differ diff --git a/resources/images/textures/block/command_block_side.png.mcmeta b/resources/images/textures/block/command_block_side.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/comparator.png b/resources/images/textures/block/comparator.png new file mode 100644 index 0000000000000000000000000000000000000000..88b1dc49a1f500d035731889c9c0e5397f875b42 Binary files /dev/null and b/resources/images/textures/block/comparator.png differ diff --git a/resources/images/textures/block/comparator_on.png b/resources/images/textures/block/comparator_on.png new file mode 100644 index 0000000000000000000000000000000000000000..57bba42d186ab8fcef81fdcaff54596bcee213a0 Binary files /dev/null and b/resources/images/textures/block/comparator_on.png differ diff --git a/resources/images/textures/block/composter_bottom.png b/resources/images/textures/block/composter_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec74717dfbe4cc599688a45b4a9bfcec0698c7 Binary files /dev/null and b/resources/images/textures/block/composter_bottom.png differ diff --git a/resources/images/textures/block/composter_compost.png b/resources/images/textures/block/composter_compost.png new file mode 100644 index 0000000000000000000000000000000000000000..8723324bf2f2ea613f26d5de1455c91d436a07a5 Binary files /dev/null and b/resources/images/textures/block/composter_compost.png differ diff --git a/resources/images/textures/block/composter_ready.png b/resources/images/textures/block/composter_ready.png new file mode 100644 index 0000000000000000000000000000000000000000..aa6f3c53212fe1ba69cadb75b147aeb78625609b Binary files /dev/null and b/resources/images/textures/block/composter_ready.png differ diff --git a/resources/images/textures/block/composter_side.png b/resources/images/textures/block/composter_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a3f85567597fc27e5632b38c0e1dc1ce2dc8a159 Binary files /dev/null and b/resources/images/textures/block/composter_side.png differ diff --git a/resources/images/textures/block/composter_top.png b/resources/images/textures/block/composter_top.png new file mode 100644 index 0000000000000000000000000000000000000000..62c9e339eab00bc63795dac92eb5ac5035588e56 Binary files /dev/null and b/resources/images/textures/block/composter_top.png differ diff --git a/resources/images/textures/block/conduit.png b/resources/images/textures/block/conduit.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd0eaadc0645077a4985cfbf3250315e309ba4d Binary files /dev/null and b/resources/images/textures/block/conduit.png differ diff --git a/resources/images/textures/block/copper_block.png b/resources/images/textures/block/copper_block.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9331d19d590f319f1fbf60642971040eb852f9 Binary files /dev/null and b/resources/images/textures/block/copper_block.png differ diff --git a/resources/images/textures/block/copper_ore.png b/resources/images/textures/block/copper_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..5e2dc617f7138d760333be1ed9f14839064a7ce7 Binary files /dev/null and b/resources/images/textures/block/copper_ore.png differ diff --git a/resources/images/textures/block/cornflower.png b/resources/images/textures/block/cornflower.png new file mode 100644 index 0000000000000000000000000000000000000000..4fdb4eaae24c777a00c869098f8bd12102158eaa Binary files /dev/null and b/resources/images/textures/block/cornflower.png differ diff --git a/resources/images/textures/block/cracked_deepslate_bricks.png b/resources/images/textures/block/cracked_deepslate_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..91d8368fd2a6caa92027efa7f207499a7ad95835 Binary files /dev/null and b/resources/images/textures/block/cracked_deepslate_bricks.png differ diff --git a/resources/images/textures/block/cracked_deepslate_tiles.png b/resources/images/textures/block/cracked_deepslate_tiles.png new file mode 100644 index 0000000000000000000000000000000000000000..b68aaf9a8e714e80dc0c4c2e44e416b085789a92 Binary files /dev/null and b/resources/images/textures/block/cracked_deepslate_tiles.png differ diff --git a/resources/images/textures/block/cracked_nether_bricks.png b/resources/images/textures/block/cracked_nether_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..e48ae81d3a9dc0ccd52f6ed26848db5c3e57c9e9 Binary files /dev/null and b/resources/images/textures/block/cracked_nether_bricks.png differ diff --git a/resources/images/textures/block/cracked_polished_blackstone_bricks.png b/resources/images/textures/block/cracked_polished_blackstone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..9f00f36c3d9cf9fb03b17da1455977f8dfff3640 Binary files /dev/null and b/resources/images/textures/block/cracked_polished_blackstone_bricks.png differ diff --git a/resources/images/textures/block/cracked_stone_bricks.png b/resources/images/textures/block/cracked_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f9b87a4d3bda9d0776b9c0e573d8b933c18267 Binary files /dev/null and b/resources/images/textures/block/cracked_stone_bricks.png differ diff --git a/resources/images/textures/block/crafting_table_bottom.png b/resources/images/textures/block/crafting_table_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..21ea6b5091926a711761da541d82693760f37925 Binary files /dev/null and b/resources/images/textures/block/crafting_table_bottom.png differ diff --git a/resources/images/textures/block/crafting_table_front.png b/resources/images/textures/block/crafting_table_front.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee9a6da8f7592c24a2562f585d2ab587bc87d8c Binary files /dev/null and b/resources/images/textures/block/crafting_table_front.png differ diff --git a/resources/images/textures/block/crafting_table_side.png b/resources/images/textures/block/crafting_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a0610d8500af366592fd96a959087e9339a0f074 Binary files /dev/null and b/resources/images/textures/block/crafting_table_side.png differ diff --git a/resources/images/textures/block/crafting_table_top.png b/resources/images/textures/block/crafting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..4107c9487f8b0ffb9d295ee722fc75667a8a3b6e Binary files /dev/null and b/resources/images/textures/block/crafting_table_top.png differ diff --git a/resources/images/textures/block/crimson_door_bottom.png b/resources/images/textures/block/crimson_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..fde6912c13bf26bf413d39e547cf272f6f773bd6 Binary files /dev/null and b/resources/images/textures/block/crimson_door_bottom.png differ diff --git a/resources/images/textures/block/crimson_door_top.png b/resources/images/textures/block/crimson_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..59a01f623287247ee05b760eb00fc4763bf02ba1 Binary files /dev/null and b/resources/images/textures/block/crimson_door_top.png differ diff --git a/resources/images/textures/block/crimson_fungus.png b/resources/images/textures/block/crimson_fungus.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1463913731b4af442f6bfc436c0c8a8aa44390 Binary files /dev/null and b/resources/images/textures/block/crimson_fungus.png differ diff --git a/resources/images/textures/block/crimson_nylium.png b/resources/images/textures/block/crimson_nylium.png new file mode 100644 index 0000000000000000000000000000000000000000..03af04155e7e3f30dd6d192d21401b13930141c1 Binary files /dev/null and b/resources/images/textures/block/crimson_nylium.png differ diff --git a/resources/images/textures/block/crimson_nylium_side.png b/resources/images/textures/block/crimson_nylium_side.png new file mode 100644 index 0000000000000000000000000000000000000000..f43f83d6c2f3f77cda128f49f246c62d5da53eb7 Binary files /dev/null and b/resources/images/textures/block/crimson_nylium_side.png differ diff --git a/resources/images/textures/block/crimson_planks.png b/resources/images/textures/block/crimson_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..bb90deb90d337f9cadddd6130e499fa9fd7d876c Binary files /dev/null and b/resources/images/textures/block/crimson_planks.png differ diff --git a/resources/images/textures/block/crimson_roots.png b/resources/images/textures/block/crimson_roots.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae1d295b9861d9951995ae1ea9e0da51b1125d5 Binary files /dev/null and b/resources/images/textures/block/crimson_roots.png differ diff --git a/resources/images/textures/block/crimson_roots_pot.png b/resources/images/textures/block/crimson_roots_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc4a9b18c3ad17e4a0b222ea3a6a267f9d7daf2 Binary files /dev/null and b/resources/images/textures/block/crimson_roots_pot.png differ diff --git a/resources/images/textures/block/crimson_stem.png b/resources/images/textures/block/crimson_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa827c5bfccd46d22bc04cc664fc6b84a3cd96d Binary files /dev/null and b/resources/images/textures/block/crimson_stem.png differ diff --git a/resources/images/textures/block/crimson_stem.png.mcmeta b/resources/images/textures/block/crimson_stem.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/crimson_stem.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/crimson_stem_top.png b/resources/images/textures/block/crimson_stem_top.png new file mode 100644 index 0000000000000000000000000000000000000000..a176f932e1f1ee59d32a7dcf54892ed58779eb5a Binary files /dev/null and b/resources/images/textures/block/crimson_stem_top.png differ diff --git a/resources/images/textures/block/crimson_trapdoor.png b/resources/images/textures/block/crimson_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8e3b7511b3f957d166e54630f915d05aaf2bc6 Binary files /dev/null and b/resources/images/textures/block/crimson_trapdoor.png differ diff --git a/resources/images/textures/block/crying_obsidian.png b/resources/images/textures/block/crying_obsidian.png new file mode 100644 index 0000000000000000000000000000000000000000..181224ff5f3d5e6ba62bed422102ed8fa54dd0af Binary files /dev/null and b/resources/images/textures/block/crying_obsidian.png differ diff --git a/resources/images/textures/block/cut_copper.png b/resources/images/textures/block/cut_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..70195e8952d60c7a7bb65a829839ab6c5e864cc5 Binary files /dev/null and b/resources/images/textures/block/cut_copper.png differ diff --git a/resources/images/textures/block/cut_red_sandstone.png b/resources/images/textures/block/cut_red_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..ffef2974c40068f9b294bc1f6a74e96be0767c6d Binary files /dev/null and b/resources/images/textures/block/cut_red_sandstone.png differ diff --git a/resources/images/textures/block/cut_sandstone.png b/resources/images/textures/block/cut_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..71648137d3c2eb2a67541c730b33201fb3773b7b Binary files /dev/null and b/resources/images/textures/block/cut_sandstone.png differ diff --git a/resources/images/textures/block/cyan_candle.png b/resources/images/textures/block/cyan_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..833ee368d5ad2d0a24f79e7cb47db3d339a9909d Binary files /dev/null and b/resources/images/textures/block/cyan_candle.png differ diff --git a/resources/images/textures/block/cyan_candle_lit.png b/resources/images/textures/block/cyan_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..051855e4f5e152ce329763ae95f5c6bf86eeace5 Binary files /dev/null and b/resources/images/textures/block/cyan_candle_lit.png differ diff --git a/resources/images/textures/block/cyan_concrete.png b/resources/images/textures/block/cyan_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..af61506a9a7bec2087e65f83f0b00a8f615ba640 Binary files /dev/null and b/resources/images/textures/block/cyan_concrete.png differ diff --git a/resources/images/textures/block/cyan_concrete_powder.png b/resources/images/textures/block/cyan_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..d97f6a7c1dd5490c57b25fae11665a2e9ecd0b7d Binary files /dev/null and b/resources/images/textures/block/cyan_concrete_powder.png differ diff --git a/resources/images/textures/block/cyan_glazed_terracotta.png b/resources/images/textures/block/cyan_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..b376114df83ee96d31c853a8e934d8dbc11f9944 Binary files /dev/null and b/resources/images/textures/block/cyan_glazed_terracotta.png differ diff --git a/resources/images/textures/block/cyan_shulker_box.png b/resources/images/textures/block/cyan_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5c569e9215ba67c4df02821799251272c1fb Binary files /dev/null and b/resources/images/textures/block/cyan_shulker_box.png differ diff --git a/resources/images/textures/block/cyan_stained_glass.png b/resources/images/textures/block/cyan_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..b4924529404176571aaf0dd01522666f3f15ef60 Binary files /dev/null and b/resources/images/textures/block/cyan_stained_glass.png differ diff --git a/resources/images/textures/block/cyan_stained_glass_pane_top.png b/resources/images/textures/block/cyan_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..110a06334b1c7ee4387bb04eb6d7731e71f26253 Binary files /dev/null and b/resources/images/textures/block/cyan_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/cyan_terracotta.png b/resources/images/textures/block/cyan_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..4fba5f6021b398e2aac2661efa6b0b2625cb8df4 Binary files /dev/null and b/resources/images/textures/block/cyan_terracotta.png differ diff --git a/resources/images/textures/block/cyan_wool.png b/resources/images/textures/block/cyan_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..4bcbf66c7901b0ae66c4d65966865bcddc56b688 Binary files /dev/null and b/resources/images/textures/block/cyan_wool.png differ diff --git a/resources/images/textures/block/damaged_anvil_top.png b/resources/images/textures/block/damaged_anvil_top.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7d28a7f17d53259be4118bd1f12062910a14f0 Binary files /dev/null and b/resources/images/textures/block/damaged_anvil_top.png differ diff --git a/resources/images/textures/block/dandelion.png b/resources/images/textures/block/dandelion.png new file mode 100644 index 0000000000000000000000000000000000000000..36ab0a0b16269badd2ca396452835efa6df120ca Binary files /dev/null and b/resources/images/textures/block/dandelion.png differ diff --git a/resources/images/textures/block/dark_oak_door_bottom.png b/resources/images/textures/block/dark_oak_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..1bf8064541e6f24585ad3ba862f8cb655ec0119f Binary files /dev/null and b/resources/images/textures/block/dark_oak_door_bottom.png differ diff --git a/resources/images/textures/block/dark_oak_door_top.png b/resources/images/textures/block/dark_oak_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b186a58a9ab02e32291001ac1994edec5ee61d06 Binary files /dev/null and b/resources/images/textures/block/dark_oak_door_top.png differ diff --git a/resources/images/textures/block/dark_oak_leaves.png b/resources/images/textures/block/dark_oak_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae25949a02b241d4175e1b0b47218336566bb31 Binary files /dev/null and b/resources/images/textures/block/dark_oak_leaves.png differ diff --git a/resources/images/textures/block/dark_oak_log.png b/resources/images/textures/block/dark_oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..28aa6871d4aca6f285f3df47af7c36855dd35716 Binary files /dev/null and b/resources/images/textures/block/dark_oak_log.png differ diff --git a/resources/images/textures/block/dark_oak_log_top.png b/resources/images/textures/block/dark_oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..1555aaf2cdca6f9496623d8c9e100ed60f481860 Binary files /dev/null and b/resources/images/textures/block/dark_oak_log_top.png differ diff --git a/resources/images/textures/block/dark_oak_planks.png b/resources/images/textures/block/dark_oak_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..0725bc68016cf3d63c51f76c0df5221f589e4214 Binary files /dev/null and b/resources/images/textures/block/dark_oak_planks.png differ diff --git a/resources/images/textures/block/dark_oak_sapling.png b/resources/images/textures/block/dark_oak_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e8725346e851e544341e536ef8df88b0ca2200 Binary files /dev/null and b/resources/images/textures/block/dark_oak_sapling.png differ diff --git a/resources/images/textures/block/dark_oak_trapdoor.png b/resources/images/textures/block/dark_oak_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..055569c31dd601d61912258ac53b25bf2c13af1e Binary files /dev/null and b/resources/images/textures/block/dark_oak_trapdoor.png differ diff --git a/resources/images/textures/block/dark_prismarine.png b/resources/images/textures/block/dark_prismarine.png new file mode 100644 index 0000000000000000000000000000000000000000..86a5c6ec0747f115253cf4e75683daba5c3cbbbf Binary files /dev/null and b/resources/images/textures/block/dark_prismarine.png differ diff --git a/resources/images/textures/block/daylight_detector_inverted_top.png b/resources/images/textures/block/daylight_detector_inverted_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ebaf3714f11f39a9d124adf362f5955c8acd9462 Binary files /dev/null and b/resources/images/textures/block/daylight_detector_inverted_top.png differ diff --git a/resources/images/textures/block/daylight_detector_side.png b/resources/images/textures/block/daylight_detector_side.png new file mode 100644 index 0000000000000000000000000000000000000000..bddfb07261f5994ecfdcb7344840c3bb26d17d85 Binary files /dev/null and b/resources/images/textures/block/daylight_detector_side.png differ diff --git a/resources/images/textures/block/daylight_detector_top.png b/resources/images/textures/block/daylight_detector_top.png new file mode 100644 index 0000000000000000000000000000000000000000..96955230361f61bf10c17c2146c314bf5760a156 Binary files /dev/null and b/resources/images/textures/block/daylight_detector_top.png differ diff --git a/resources/images/textures/block/dead_brain_coral.png b/resources/images/textures/block/dead_brain_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb629fa02ea4e84ddbcd1f5d1cdb0aa13b62b59 Binary files /dev/null and b/resources/images/textures/block/dead_brain_coral.png differ diff --git a/resources/images/textures/block/dead_brain_coral_block.png b/resources/images/textures/block/dead_brain_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2268870c3615d491398829ca8d89d96c11c6d1 Binary files /dev/null and b/resources/images/textures/block/dead_brain_coral_block.png differ diff --git a/resources/images/textures/block/dead_brain_coral_fan.png b/resources/images/textures/block/dead_brain_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..c5031ab97c843b9f7ee9111d76748e997185a4bb Binary files /dev/null and b/resources/images/textures/block/dead_brain_coral_fan.png differ diff --git a/resources/images/textures/block/dead_bubble_coral.png b/resources/images/textures/block/dead_bubble_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1327670f1e52de7e664549141f664c79401095 Binary files /dev/null and b/resources/images/textures/block/dead_bubble_coral.png differ diff --git a/resources/images/textures/block/dead_bubble_coral_block.png b/resources/images/textures/block/dead_bubble_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a6b584eb2ef32c92156ceac1adc07eef224517 Binary files /dev/null and b/resources/images/textures/block/dead_bubble_coral_block.png differ diff --git a/resources/images/textures/block/dead_bubble_coral_fan.png b/resources/images/textures/block/dead_bubble_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..a95cf8ce807eec8128b629932d1d34ad7ba7cffd Binary files /dev/null and b/resources/images/textures/block/dead_bubble_coral_fan.png differ diff --git a/resources/images/textures/block/dead_bush.png b/resources/images/textures/block/dead_bush.png new file mode 100644 index 0000000000000000000000000000000000000000..f4eda9647b48c5bd4acb51620d6f8893f345f8ba Binary files /dev/null and b/resources/images/textures/block/dead_bush.png differ diff --git a/resources/images/textures/block/dead_fire_coral.png b/resources/images/textures/block/dead_fire_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..3b60c5c7ec557d46791eb9a4f9eb50609d560e2d Binary files /dev/null and b/resources/images/textures/block/dead_fire_coral.png differ diff --git a/resources/images/textures/block/dead_fire_coral_block.png b/resources/images/textures/block/dead_fire_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd34dd9770ee03763dce2e858bc89b284983822 Binary files /dev/null and b/resources/images/textures/block/dead_fire_coral_block.png differ diff --git a/resources/images/textures/block/dead_fire_coral_fan.png b/resources/images/textures/block/dead_fire_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..488ec8ffc7842dd977ede8f3b349e6f61324d781 Binary files /dev/null and b/resources/images/textures/block/dead_fire_coral_fan.png differ diff --git a/resources/images/textures/block/dead_horn_coral.png b/resources/images/textures/block/dead_horn_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..4bdd16ed5bc1bf9ece7cbf89abba0c5bdff3ea88 Binary files /dev/null and b/resources/images/textures/block/dead_horn_coral.png differ diff --git a/resources/images/textures/block/dead_horn_coral_block.png b/resources/images/textures/block/dead_horn_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..54bd3e9d10c2752095e0fca8bab600a262cf5f54 Binary files /dev/null and b/resources/images/textures/block/dead_horn_coral_block.png differ diff --git a/resources/images/textures/block/dead_horn_coral_fan.png b/resources/images/textures/block/dead_horn_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..5258247f550d11675b2eb64139515da23f8d6f87 Binary files /dev/null and b/resources/images/textures/block/dead_horn_coral_fan.png differ diff --git a/resources/images/textures/block/dead_tube_coral.png b/resources/images/textures/block/dead_tube_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..957f4f6cdd3b175c2c1ebd02a7e56e745f291b0c Binary files /dev/null and b/resources/images/textures/block/dead_tube_coral.png differ diff --git a/resources/images/textures/block/dead_tube_coral_block.png b/resources/images/textures/block/dead_tube_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..9c508fca59a771130ad9511a3bcbeba52ab9a85b Binary files /dev/null and b/resources/images/textures/block/dead_tube_coral_block.png differ diff --git a/resources/images/textures/block/dead_tube_coral_fan.png b/resources/images/textures/block/dead_tube_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7e7692c7f7689ec58dbb273b22a8e8ddf572bc Binary files /dev/null and b/resources/images/textures/block/dead_tube_coral_fan.png differ diff --git a/resources/images/textures/block/debug.png b/resources/images/textures/block/debug.png new file mode 100644 index 0000000000000000000000000000000000000000..03b289e7b554074a26916b01c8da6a23d2dcdf13 Binary files /dev/null and b/resources/images/textures/block/debug.png differ diff --git a/resources/images/textures/block/debug2.png b/resources/images/textures/block/debug2.png new file mode 100644 index 0000000000000000000000000000000000000000..e955d274eedd0eb731dd679f35918aa90609f209 Binary files /dev/null and b/resources/images/textures/block/debug2.png differ diff --git a/resources/images/textures/block/deepslate.png b/resources/images/textures/block/deepslate.png new file mode 100644 index 0000000000000000000000000000000000000000..663e3d32eb1cf41d482285818c5ff12607459742 Binary files /dev/null and b/resources/images/textures/block/deepslate.png differ diff --git a/resources/images/textures/block/deepslate_bricks.png b/resources/images/textures/block/deepslate_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..818e5741d5165d5d6bcde2543a1c4d808456c1d6 Binary files /dev/null and b/resources/images/textures/block/deepslate_bricks.png differ diff --git a/resources/images/textures/block/deepslate_coal_ore.png b/resources/images/textures/block/deepslate_coal_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e3ffeaba4e7a4fdd7d36254f7542b827245f15 Binary files /dev/null and b/resources/images/textures/block/deepslate_coal_ore.png differ diff --git a/resources/images/textures/block/deepslate_copper_ore.png b/resources/images/textures/block/deepslate_copper_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..f52e6c7d28cf4a55e348f546d4520d5477d3e5c2 Binary files /dev/null and b/resources/images/textures/block/deepslate_copper_ore.png differ diff --git a/resources/images/textures/block/deepslate_diamond_ore.png b/resources/images/textures/block/deepslate_diamond_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..e0032941406604982d3474848161f484adfa5a9f Binary files /dev/null and b/resources/images/textures/block/deepslate_diamond_ore.png differ diff --git a/resources/images/textures/block/deepslate_emerald_ore.png b/resources/images/textures/block/deepslate_emerald_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..b813a3ca1bf0218c227f5a72479d8b723269a617 Binary files /dev/null and b/resources/images/textures/block/deepslate_emerald_ore.png differ diff --git a/resources/images/textures/block/deepslate_gold_ore.png b/resources/images/textures/block/deepslate_gold_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f06b2fe7e8a621fd5385195552ea9d5af13e5b Binary files /dev/null and b/resources/images/textures/block/deepslate_gold_ore.png differ diff --git a/resources/images/textures/block/deepslate_iron_ore.png b/resources/images/textures/block/deepslate_iron_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..65eb01124685d964ef73cafeb322afa689799d2e Binary files /dev/null and b/resources/images/textures/block/deepslate_iron_ore.png differ diff --git a/resources/images/textures/block/deepslate_lapis_ore.png b/resources/images/textures/block/deepslate_lapis_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..fdacb46a63e68d04008ceb0d082b751f55f2e0da Binary files /dev/null and b/resources/images/textures/block/deepslate_lapis_ore.png differ diff --git a/resources/images/textures/block/deepslate_redstone_ore.png b/resources/images/textures/block/deepslate_redstone_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..6833ab9ceed3633db0573312cb72e935cdd8dd6c Binary files /dev/null and b/resources/images/textures/block/deepslate_redstone_ore.png differ diff --git a/resources/images/textures/block/deepslate_tiles.png b/resources/images/textures/block/deepslate_tiles.png new file mode 100644 index 0000000000000000000000000000000000000000..6dd41891214ca3b426ea96aeff1d76319926a960 Binary files /dev/null and b/resources/images/textures/block/deepslate_tiles.png differ diff --git a/resources/images/textures/block/deepslate_top.png b/resources/images/textures/block/deepslate_top.png new file mode 100644 index 0000000000000000000000000000000000000000..90b79aa827a40c685129992d8e217adb5d1c45b9 Binary files /dev/null and b/resources/images/textures/block/deepslate_top.png differ diff --git a/resources/images/textures/block/destroy_stage_0.png b/resources/images/textures/block/destroy_stage_0.png new file mode 100644 index 0000000000000000000000000000000000000000..40303696e1381b2f20b931596a10f25764fe572d Binary files /dev/null and b/resources/images/textures/block/destroy_stage_0.png differ diff --git a/resources/images/textures/block/destroy_stage_1.png b/resources/images/textures/block/destroy_stage_1.png new file mode 100644 index 0000000000000000000000000000000000000000..70728960679f9340db64f97aafcf0625c14a1aef Binary files /dev/null and b/resources/images/textures/block/destroy_stage_1.png differ diff --git a/resources/images/textures/block/destroy_stage_2.png b/resources/images/textures/block/destroy_stage_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b88150d65dfbfb8cb310fd2ac70de5ece0c9f446 Binary files /dev/null and b/resources/images/textures/block/destroy_stage_2.png differ diff --git a/resources/images/textures/block/destroy_stage_3.png b/resources/images/textures/block/destroy_stage_3.png new file mode 100644 index 0000000000000000000000000000000000000000..c1a2e0d55601f1efcd096bc0248fbb6a4fbfd490 Binary files /dev/null and b/resources/images/textures/block/destroy_stage_3.png differ diff --git a/resources/images/textures/block/destroy_stage_4.png b/resources/images/textures/block/destroy_stage_4.png new file mode 100644 index 0000000000000000000000000000000000000000..3f23b659a397b5b21e131bb0cbd935d74a43ff6b Binary files /dev/null and b/resources/images/textures/block/destroy_stage_4.png differ diff --git a/resources/images/textures/block/destroy_stage_5.png b/resources/images/textures/block/destroy_stage_5.png new file mode 100644 index 0000000000000000000000000000000000000000..957b170a3ed85a2a72a36abebdc3d2d2bdafc19c Binary files /dev/null and b/resources/images/textures/block/destroy_stage_5.png differ diff --git a/resources/images/textures/block/destroy_stage_6.png b/resources/images/textures/block/destroy_stage_6.png new file mode 100644 index 0000000000000000000000000000000000000000..db63065cc432113d5238d1275863e7ed474cea1a Binary files /dev/null and b/resources/images/textures/block/destroy_stage_6.png differ diff --git a/resources/images/textures/block/destroy_stage_7.png b/resources/images/textures/block/destroy_stage_7.png new file mode 100644 index 0000000000000000000000000000000000000000..65a7150df52d72ab0f21114f4592dad76607ec19 Binary files /dev/null and b/resources/images/textures/block/destroy_stage_7.png differ diff --git a/resources/images/textures/block/destroy_stage_8.png b/resources/images/textures/block/destroy_stage_8.png new file mode 100644 index 0000000000000000000000000000000000000000..a4680f49664ad698df842b435496c073b198194d Binary files /dev/null and b/resources/images/textures/block/destroy_stage_8.png differ diff --git a/resources/images/textures/block/destroy_stage_9.png b/resources/images/textures/block/destroy_stage_9.png new file mode 100644 index 0000000000000000000000000000000000000000..e9681acfe874209f61e671b275874c64722d2dd5 Binary files /dev/null and b/resources/images/textures/block/destroy_stage_9.png differ diff --git a/resources/images/textures/block/detector_rail.png b/resources/images/textures/block/detector_rail.png new file mode 100644 index 0000000000000000000000000000000000000000..cb84241b9ef4212aeb3acc183c3dd7b197c8780c Binary files /dev/null and b/resources/images/textures/block/detector_rail.png differ diff --git a/resources/images/textures/block/detector_rail_on.png b/resources/images/textures/block/detector_rail_on.png new file mode 100644 index 0000000000000000000000000000000000000000..180c72ae3ad9ab56c6bc1353dd536ff54c465459 Binary files /dev/null and b/resources/images/textures/block/detector_rail_on.png differ diff --git a/resources/images/textures/block/diamond_block.png b/resources/images/textures/block/diamond_block.png new file mode 100644 index 0000000000000000000000000000000000000000..752067c08b231de58453ae77a39ba42348b2fcb2 Binary files /dev/null and b/resources/images/textures/block/diamond_block.png differ diff --git a/resources/images/textures/block/diamond_ore.png b/resources/images/textures/block/diamond_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..68c7343d345bda0c241d5577d2a5951034384404 Binary files /dev/null and b/resources/images/textures/block/diamond_ore.png differ diff --git a/resources/images/textures/block/diorite.png b/resources/images/textures/block/diorite.png new file mode 100644 index 0000000000000000000000000000000000000000..16452f8e0d24e8b7b3e9215f791260528f0d09ed Binary files /dev/null and b/resources/images/textures/block/diorite.png differ diff --git a/resources/images/textures/block/dirt.png b/resources/images/textures/block/dirt.png new file mode 100644 index 0000000000000000000000000000000000000000..d71647c4865e26a5d85d4dffbd6582db40a24f18 Binary files /dev/null and b/resources/images/textures/block/dirt.png differ diff --git a/resources/images/textures/block/dirt_path_side.png b/resources/images/textures/block/dirt_path_side.png new file mode 100644 index 0000000000000000000000000000000000000000..129dc3f9b0ed896a8de42f093dbd6aea3162a4fb Binary files /dev/null and b/resources/images/textures/block/dirt_path_side.png differ diff --git a/resources/images/textures/block/dirt_path_top.png b/resources/images/textures/block/dirt_path_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0df4aaadf93ae5f375ff068a99c8185074e9fddd Binary files /dev/null and b/resources/images/textures/block/dirt_path_top.png differ diff --git a/resources/images/textures/block/dispenser_front.png b/resources/images/textures/block/dispenser_front.png new file mode 100644 index 0000000000000000000000000000000000000000..ea1bd0699e6de4836e7f59842631fab4c9efbf1d Binary files /dev/null and b/resources/images/textures/block/dispenser_front.png differ diff --git a/resources/images/textures/block/dispenser_front_vertical.png b/resources/images/textures/block/dispenser_front_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..664596353e1d9101c2a64181469de65ed9691678 Binary files /dev/null and b/resources/images/textures/block/dispenser_front_vertical.png differ diff --git a/resources/images/textures/block/door/acacia/lower.png b/resources/images/textures/block/door/acacia/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..95f9a3457b56844a91a3f1c173da7e1e4759a365 Binary files /dev/null and b/resources/images/textures/block/door/acacia/lower.png differ diff --git a/resources/images/textures/block/door/acacia/trim.png b/resources/images/textures/block/door/acacia/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba00ab0972ad34ca77fd6a39fce975d65836cc9 Binary files /dev/null and b/resources/images/textures/block/door/acacia/trim.png differ diff --git a/resources/images/textures/block/door/acacia/upper.png b/resources/images/textures/block/door/acacia/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..906af9801281dec0c04f931bf0a72c02d6b77967 Binary files /dev/null and b/resources/images/textures/block/door/acacia/upper.png differ diff --git a/resources/images/textures/block/door/birch/lower.png b/resources/images/textures/block/door/birch/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..52c43e334d1c698377dee10eb12d7cfff7b4b522 Binary files /dev/null and b/resources/images/textures/block/door/birch/lower.png differ diff --git a/resources/images/textures/block/door/birch/trim.png b/resources/images/textures/block/door/birch/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..e58ebaf91efeb2c55a3dbd0f3b0e1e5c7aa246b2 Binary files /dev/null and b/resources/images/textures/block/door/birch/trim.png differ diff --git a/resources/images/textures/block/door/birch/upper.png b/resources/images/textures/block/door/birch/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..6ecf339a0fd7d6c24ed2a860b60ae7d42bb1a49a Binary files /dev/null and b/resources/images/textures/block/door/birch/upper.png differ diff --git a/resources/images/textures/block/door/crimson/lower.png b/resources/images/textures/block/door/crimson/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..5cec8a43d1d028b27838111fbe050cbd46ebb12c Binary files /dev/null and b/resources/images/textures/block/door/crimson/lower.png differ diff --git a/resources/images/textures/block/door/crimson/trim.png b/resources/images/textures/block/door/crimson/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d76ab71ef25ca250740afc121c3d0460c0d8fc Binary files /dev/null and b/resources/images/textures/block/door/crimson/trim.png differ diff --git a/resources/images/textures/block/door/crimson/upper.png b/resources/images/textures/block/door/crimson/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..2a3e5856028777aaf999e3dd692cd51865c38648 Binary files /dev/null and b/resources/images/textures/block/door/crimson/upper.png differ diff --git a/resources/images/textures/block/door/dark_oak/lower.png b/resources/images/textures/block/door/dark_oak/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd2240a0e64ef918ce2c955fcdb684fe992e370 Binary files /dev/null and b/resources/images/textures/block/door/dark_oak/lower.png differ diff --git a/resources/images/textures/block/door/dark_oak/trim.png b/resources/images/textures/block/door/dark_oak/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..25693c0eddecbb0bc785d49ce61eec71d63caaba Binary files /dev/null and b/resources/images/textures/block/door/dark_oak/trim.png differ diff --git a/resources/images/textures/block/door/dark_oak/upper.png b/resources/images/textures/block/door/dark_oak/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..6af9a8d87314baf7f21c215cda8accd4947a67b7 Binary files /dev/null and b/resources/images/textures/block/door/dark_oak/upper.png differ diff --git a/resources/images/textures/block/door/iron/lower.png b/resources/images/textures/block/door/iron/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..f757cb448c799c59cc24a17335c734ce8c25261b Binary files /dev/null and b/resources/images/textures/block/door/iron/lower.png differ diff --git a/resources/images/textures/block/door/iron/trim.png b/resources/images/textures/block/door/iron/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0b4348d51dd19bddf9d07bb54ac921257c55fd Binary files /dev/null and b/resources/images/textures/block/door/iron/trim.png differ diff --git a/resources/images/textures/block/door/iron/upper.png b/resources/images/textures/block/door/iron/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..753a374b5f81860868ae00c7e3a59eca0cee4cc2 Binary files /dev/null and b/resources/images/textures/block/door/iron/upper.png differ diff --git a/resources/images/textures/block/door/jungle/lower.png b/resources/images/textures/block/door/jungle/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9fb888a28f0e0d0e0f8aa4c0fbcd9a2f110cff Binary files /dev/null and b/resources/images/textures/block/door/jungle/lower.png differ diff --git a/resources/images/textures/block/door/jungle/trim.png b/resources/images/textures/block/door/jungle/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..6835134bee1070a47772f6544e4bdb7170644ade Binary files /dev/null and b/resources/images/textures/block/door/jungle/trim.png differ diff --git a/resources/images/textures/block/door/jungle/upper.png b/resources/images/textures/block/door/jungle/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..b2223dfd39c311a54a8e01f155af2e8fe9fa4b3b Binary files /dev/null and b/resources/images/textures/block/door/jungle/upper.png differ diff --git a/resources/images/textures/block/door/spruce/lower.png b/resources/images/textures/block/door/spruce/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..bee505d5e3cf53fc176e61679358f2d8af915168 Binary files /dev/null and b/resources/images/textures/block/door/spruce/lower.png differ diff --git a/resources/images/textures/block/door/spruce/trim.png b/resources/images/textures/block/door/spruce/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd9cd3ed4dc9e79116d34a64a78e9501811d7aa Binary files /dev/null and b/resources/images/textures/block/door/spruce/trim.png differ diff --git a/resources/images/textures/block/door/spruce/upper.png b/resources/images/textures/block/door/spruce/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..bb62b628ccc7bd0a943c08978ed530d8c09c88aa Binary files /dev/null and b/resources/images/textures/block/door/spruce/upper.png differ diff --git a/resources/images/textures/block/door/warped/lower.png b/resources/images/textures/block/door/warped/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..8040a1b008aa37ff2dbeb1e2be1364cddd0b40f8 Binary files /dev/null and b/resources/images/textures/block/door/warped/lower.png differ diff --git a/resources/images/textures/block/door/warped/trim.png b/resources/images/textures/block/door/warped/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..105aa1a5c6567cfc50a6f2984cddc79b988af82e Binary files /dev/null and b/resources/images/textures/block/door/warped/trim.png differ diff --git a/resources/images/textures/block/door/warped/upper.png b/resources/images/textures/block/door/warped/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..5a821b9c94b1214d443b7b7c7439146a45f0ae2c Binary files /dev/null and b/resources/images/textures/block/door/warped/upper.png differ diff --git a/resources/images/textures/block/door/wood/lower.png b/resources/images/textures/block/door/wood/lower.png new file mode 100644 index 0000000000000000000000000000000000000000..9733c8c120559e95391f4af7fc66feea7ae2a6d5 Binary files /dev/null and b/resources/images/textures/block/door/wood/lower.png differ diff --git a/resources/images/textures/block/door/wood/lower_front.png b/resources/images/textures/block/door/wood/lower_front.png new file mode 100644 index 0000000000000000000000000000000000000000..b30b7631dbe7efc74e4d455aca5b0d697736197f Binary files /dev/null and b/resources/images/textures/block/door/wood/lower_front.png differ diff --git a/resources/images/textures/block/door/wood/parts.png b/resources/images/textures/block/door/wood/parts.png new file mode 100644 index 0000000000000000000000000000000000000000..7687110362ff1225b6f464787989ba4b351c0a48 Binary files /dev/null and b/resources/images/textures/block/door/wood/parts.png differ diff --git a/resources/images/textures/block/door/wood/upper.png b/resources/images/textures/block/door/wood/upper.png new file mode 100644 index 0000000000000000000000000000000000000000..98feb048bb4ce06d7ebd8271d05f473495bbcb68 Binary files /dev/null and b/resources/images/textures/block/door/wood/upper.png differ diff --git a/resources/images/textures/block/door/wood/upper_front.png b/resources/images/textures/block/door/wood/upper_front.png new file mode 100644 index 0000000000000000000000000000000000000000..80651eebd2da4d50fe9661596de952cb5948f2fc Binary files /dev/null and b/resources/images/textures/block/door/wood/upper_front.png differ diff --git a/resources/images/textures/block/dragon_egg.png b/resources/images/textures/block/dragon_egg.png new file mode 100644 index 0000000000000000000000000000000000000000..3632cfff22c7e6d3534b3adc03701aff079185c5 Binary files /dev/null and b/resources/images/textures/block/dragon_egg.png differ diff --git a/resources/images/textures/block/dried_kelp_bottom.png b/resources/images/textures/block/dried_kelp_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..b596f59c303091d4d495934b01969624bf0e8797 Binary files /dev/null and b/resources/images/textures/block/dried_kelp_bottom.png differ diff --git a/resources/images/textures/block/dried_kelp_side.png b/resources/images/textures/block/dried_kelp_side.png new file mode 100644 index 0000000000000000000000000000000000000000..623aa078c1cd99166278348f8753d1bb35145018 Binary files /dev/null and b/resources/images/textures/block/dried_kelp_side.png differ diff --git a/resources/images/textures/block/dried_kelp_top.png b/resources/images/textures/block/dried_kelp_top.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d7d39451b8c4ae42cca682a5c2ff20fa32ed8d Binary files /dev/null and b/resources/images/textures/block/dried_kelp_top.png differ diff --git a/resources/images/textures/block/dripstone_block.png b/resources/images/textures/block/dripstone_block.png new file mode 100644 index 0000000000000000000000000000000000000000..c0eccc16866fe5037a256323b27c6b77ffd7f16f Binary files /dev/null and b/resources/images/textures/block/dripstone_block.png differ diff --git a/resources/images/textures/block/dropper_front.png b/resources/images/textures/block/dropper_front.png new file mode 100644 index 0000000000000000000000000000000000000000..b2901e90b019c9a732b66b3ab7f0a90ef927f4d6 Binary files /dev/null and b/resources/images/textures/block/dropper_front.png differ diff --git a/resources/images/textures/block/dropper_front_vertical.png b/resources/images/textures/block/dropper_front_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..74ad1dab04acab0540020df9cafb7e4c32ae35b2 Binary files /dev/null and b/resources/images/textures/block/dropper_front_vertical.png differ diff --git a/resources/images/textures/block/emerald_block.png b/resources/images/textures/block/emerald_block.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1f1f8e9dbd46d0baa8dc29bb932dea0e763238 Binary files /dev/null and b/resources/images/textures/block/emerald_block.png differ diff --git a/resources/images/textures/block/emerald_ore.png b/resources/images/textures/block/emerald_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..274692e566a8e996c7b0451cf5a70d9dd7f351fe Binary files /dev/null and b/resources/images/textures/block/emerald_ore.png differ diff --git a/resources/images/textures/block/enchanting_table_bottom.png b/resources/images/textures/block/enchanting_table_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8cd11bc8dc582e4d114aa1f6288ca32d6febe4 Binary files /dev/null and b/resources/images/textures/block/enchanting_table_bottom.png differ diff --git a/resources/images/textures/block/enchanting_table_side.png b/resources/images/textures/block/enchanting_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..7fef1fe2385bee4fa760a8d7ee3ee27b026caf41 Binary files /dev/null and b/resources/images/textures/block/enchanting_table_side.png differ diff --git a/resources/images/textures/block/enchanting_table_top.png b/resources/images/textures/block/enchanting_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c11699b6c65aa8be40d8e1e73be8c865309042 Binary files /dev/null and b/resources/images/textures/block/enchanting_table_top.png differ diff --git a/resources/images/textures/block/end_portal_frame_eye.png b/resources/images/textures/block/end_portal_frame_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..baa198e6fb7348e971ee472ba8f51099df5d4208 Binary files /dev/null and b/resources/images/textures/block/end_portal_frame_eye.png differ diff --git a/resources/images/textures/block/end_portal_frame_side.png b/resources/images/textures/block/end_portal_frame_side.png new file mode 100644 index 0000000000000000000000000000000000000000..b17e25b7d1fffdb2c91d67b3dc6523078fec9dc2 Binary files /dev/null and b/resources/images/textures/block/end_portal_frame_side.png differ diff --git a/resources/images/textures/block/end_portal_frame_top.png b/resources/images/textures/block/end_portal_frame_top.png new file mode 100644 index 0000000000000000000000000000000000000000..55dbf2fd0a94241ebacaceb9c19dff086896b616 Binary files /dev/null and b/resources/images/textures/block/end_portal_frame_top.png differ diff --git a/resources/images/textures/block/end_rod.png b/resources/images/textures/block/end_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..49b5fb317797a5315be6ca7b854831f015019a00 Binary files /dev/null and b/resources/images/textures/block/end_rod.png differ diff --git a/resources/images/textures/block/end_stone.png b/resources/images/textures/block/end_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..6664d60b78a8a0ceb0c4a3c10335106bb9d58a44 Binary files /dev/null and b/resources/images/textures/block/end_stone.png differ diff --git a/resources/images/textures/block/end_stone_bricks.png b/resources/images/textures/block/end_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..3917f9ab0285e9290078cbe5d3df2ccf1cf5a9d3 Binary files /dev/null and b/resources/images/textures/block/end_stone_bricks.png differ diff --git a/resources/images/textures/block/exposed_copper.png b/resources/images/textures/block/exposed_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..e1348e62e2be2e94863978de5e398ccdbe709446 Binary files /dev/null and b/resources/images/textures/block/exposed_copper.png differ diff --git a/resources/images/textures/block/exposed_cut_copper.png b/resources/images/textures/block/exposed_cut_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..f27920742b253315b279fd927b7e27be92136030 Binary files /dev/null and b/resources/images/textures/block/exposed_cut_copper.png differ diff --git a/resources/images/textures/block/farmland.png b/resources/images/textures/block/farmland.png new file mode 100644 index 0000000000000000000000000000000000000000..b0db9c3dd717b264b64b71890cf70a9c0f8e4e5f Binary files /dev/null and b/resources/images/textures/block/farmland.png differ diff --git a/resources/images/textures/block/farmland_moist.png b/resources/images/textures/block/farmland_moist.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf2d1224921d183091c80ea7013f0cbb86751bf Binary files /dev/null and b/resources/images/textures/block/farmland_moist.png differ diff --git a/resources/images/textures/block/farmland_moist_side.png b/resources/images/textures/block/farmland_moist_side.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab476fb4d79158fdb2d824d2d1afb3fc57d4a45 Binary files /dev/null and b/resources/images/textures/block/farmland_moist_side.png differ diff --git a/resources/images/textures/block/fence/fence_acacia_gate.png b/resources/images/textures/block/fence/fence_acacia_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc1f12a3a403f8dca5cf295fcc077a569825e25 Binary files /dev/null and b/resources/images/textures/block/fence/fence_acacia_gate.png differ diff --git a/resources/images/textures/block/fence/fence_acacia_side.png b/resources/images/textures/block/fence/fence_acacia_side.png new file mode 100644 index 0000000000000000000000000000000000000000..bb17dfee8f8e6a42a5d1919048631c30b0b203b6 Binary files /dev/null and b/resources/images/textures/block/fence/fence_acacia_side.png differ diff --git a/resources/images/textures/block/fence/fence_acacia_top.png b/resources/images/textures/block/fence/fence_acacia_top.png new file mode 100644 index 0000000000000000000000000000000000000000..003696e3e58c193db0ffa01de540e2c6d98e4a4b Binary files /dev/null and b/resources/images/textures/block/fence/fence_acacia_top.png differ diff --git a/resources/images/textures/block/fence/fence_birch_gate.png b/resources/images/textures/block/fence/fence_birch_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..bd364c3874e6d27eb01383aa7e2b31409d21a20e Binary files /dev/null and b/resources/images/textures/block/fence/fence_birch_gate.png differ diff --git a/resources/images/textures/block/fence/fence_birch_side.png b/resources/images/textures/block/fence/fence_birch_side.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce82d834981bfd7f24dc85dc70fa31450297818 Binary files /dev/null and b/resources/images/textures/block/fence/fence_birch_side.png differ diff --git a/resources/images/textures/block/fence/fence_birch_top.png b/resources/images/textures/block/fence/fence_birch_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d926bf872e0323d3aa4bae6e3478d7bbb78b8741 Binary files /dev/null and b/resources/images/textures/block/fence/fence_birch_top.png differ diff --git a/resources/images/textures/block/fence/fence_crimson_gate.png b/resources/images/textures/block/fence/fence_crimson_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..57e482bede65504d0b29de485bf55b73e8212133 Binary files /dev/null and b/resources/images/textures/block/fence/fence_crimson_gate.png differ diff --git a/resources/images/textures/block/fence/fence_crimson_side.png b/resources/images/textures/block/fence/fence_crimson_side.png new file mode 100644 index 0000000000000000000000000000000000000000..636ebd130a3b2b21ba9eb556872c42f903e5cc0c Binary files /dev/null and b/resources/images/textures/block/fence/fence_crimson_side.png differ diff --git a/resources/images/textures/block/fence/fence_crimson_top.png b/resources/images/textures/block/fence/fence_crimson_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba8d73953b2390fd538fa7451d4133917b445c6 Binary files /dev/null and b/resources/images/textures/block/fence/fence_crimson_top.png differ diff --git a/resources/images/textures/block/fence/fence_dark_oak_gate.png b/resources/images/textures/block/fence/fence_dark_oak_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..38259e1eb74ac1f19a3518e5b723bcaf583b2562 Binary files /dev/null and b/resources/images/textures/block/fence/fence_dark_oak_gate.png differ diff --git a/resources/images/textures/block/fence/fence_dark_oak_side.png b/resources/images/textures/block/fence/fence_dark_oak_side.png new file mode 100644 index 0000000000000000000000000000000000000000..d5efa22a19f8ee8a1fa67d5f6652da2c2f3d50db Binary files /dev/null and b/resources/images/textures/block/fence/fence_dark_oak_side.png differ diff --git a/resources/images/textures/block/fence/fence_dark_oak_top.png b/resources/images/textures/block/fence/fence_dark_oak_top.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd1cb58ca1b206b858bdeae545b12725b98f69b Binary files /dev/null and b/resources/images/textures/block/fence/fence_dark_oak_top.png differ diff --git a/resources/images/textures/block/fence/fence_jungle_gate.png b/resources/images/textures/block/fence/fence_jungle_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..adaf0f7a98a270a6c0871d3f29d273ab17f0fea8 Binary files /dev/null and b/resources/images/textures/block/fence/fence_jungle_gate.png differ diff --git a/resources/images/textures/block/fence/fence_jungle_side.png b/resources/images/textures/block/fence/fence_jungle_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a4d5dbf480ddd20322305b5c6a3ba4366068be23 Binary files /dev/null and b/resources/images/textures/block/fence/fence_jungle_side.png differ diff --git a/resources/images/textures/block/fence/fence_jungle_top.png b/resources/images/textures/block/fence/fence_jungle_top.png new file mode 100644 index 0000000000000000000000000000000000000000..016b7cab10e46dfbd6c95eb006e5c7ce696ef46a Binary files /dev/null and b/resources/images/textures/block/fence/fence_jungle_top.png differ diff --git a/resources/images/textures/block/fence/fence_oak_gate.png b/resources/images/textures/block/fence/fence_oak_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..b169b8dcd2a2629e963d18a4be6004f8ccbf6ecd Binary files /dev/null and b/resources/images/textures/block/fence/fence_oak_gate.png differ diff --git a/resources/images/textures/block/fence/fence_oak_side.png b/resources/images/textures/block/fence/fence_oak_side.png new file mode 100644 index 0000000000000000000000000000000000000000..878c464a9f9a59d9229a6cf742c6bb42943541c7 Binary files /dev/null and b/resources/images/textures/block/fence/fence_oak_side.png differ diff --git a/resources/images/textures/block/fence/fence_oak_top.png b/resources/images/textures/block/fence/fence_oak_top.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf3bf57c1ed08a298c1b92d537ff6b155c8df59 Binary files /dev/null and b/resources/images/textures/block/fence/fence_oak_top.png differ diff --git a/resources/images/textures/block/fence/fence_spruce_gate.png b/resources/images/textures/block/fence/fence_spruce_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f25a3625352e68ecf0d5b65b471d0454a3afac Binary files /dev/null and b/resources/images/textures/block/fence/fence_spruce_gate.png differ diff --git a/resources/images/textures/block/fence/fence_spruce_side.png b/resources/images/textures/block/fence/fence_spruce_side.png new file mode 100644 index 0000000000000000000000000000000000000000..6f7d4ddeba4d971dd7d8d707619aae1ce1967daa Binary files /dev/null and b/resources/images/textures/block/fence/fence_spruce_side.png differ diff --git a/resources/images/textures/block/fence/fence_spruce_top.png b/resources/images/textures/block/fence/fence_spruce_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4f7acbfab1013ab4be0975ff003f84f7a775e0 Binary files /dev/null and b/resources/images/textures/block/fence/fence_spruce_top.png differ diff --git a/resources/images/textures/block/fence/fence_warped_gate.png b/resources/images/textures/block/fence/fence_warped_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..c53d3187fc582f8aa0e5fed9fd94527dedebf365 Binary files /dev/null and b/resources/images/textures/block/fence/fence_warped_gate.png differ diff --git a/resources/images/textures/block/fence/fence_warped_side.png b/resources/images/textures/block/fence/fence_warped_side.png new file mode 100644 index 0000000000000000000000000000000000000000..704f3287ae454699d60c92ee4735220c91c242cf Binary files /dev/null and b/resources/images/textures/block/fence/fence_warped_side.png differ diff --git a/resources/images/textures/block/fence/fence_warped_top.png b/resources/images/textures/block/fence/fence_warped_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d62a3d2a473ac49f16a1c62aba67496434bd3fa5 Binary files /dev/null and b/resources/images/textures/block/fence/fence_warped_top.png differ diff --git a/resources/images/textures/block/fern.png b/resources/images/textures/block/fern.png new file mode 100644 index 0000000000000000000000000000000000000000..622cd040bec1206f9ed94f39c825df7a68be9379 Binary files /dev/null and b/resources/images/textures/block/fern.png differ diff --git a/resources/images/textures/block/fire_0.png b/resources/images/textures/block/fire_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d398a031590d88c9447c7d2f45946f57a242b389 Binary files /dev/null and b/resources/images/textures/block/fire_0.png differ diff --git a/resources/images/textures/block/fire_0.png.mcmeta b/resources/images/textures/block/fire_0.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..bba85248d184eb34cc3fc362fcdffe1073de4ac3 --- /dev/null +++ b/resources/images/textures/block/fire_0.png.mcmeta @@ -0,0 +1,36 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + } +} diff --git a/resources/images/textures/block/fire_1.png b/resources/images/textures/block/fire_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d398a031590d88c9447c7d2f45946f57a242b389 Binary files /dev/null and b/resources/images/textures/block/fire_1.png differ diff --git a/resources/images/textures/block/fire_1.png.mcmeta b/resources/images/textures/block/fire_1.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..bba85248d184eb34cc3fc362fcdffe1073de4ac3 --- /dev/null +++ b/resources/images/textures/block/fire_1.png.mcmeta @@ -0,0 +1,36 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + } +} diff --git a/resources/images/textures/block/fire_coral.png b/resources/images/textures/block/fire_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..be1a7ae75edfb0be0a845b3c949a0ca39a1befd3 Binary files /dev/null and b/resources/images/textures/block/fire_coral.png differ diff --git a/resources/images/textures/block/fire_coral_block.png b/resources/images/textures/block/fire_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..11b9343105926fdbcefdb24501f2e6bd7e5effde Binary files /dev/null and b/resources/images/textures/block/fire_coral_block.png differ diff --git a/resources/images/textures/block/fire_coral_fan.png b/resources/images/textures/block/fire_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..32aba610c594050e12585e8da13595fb542db520 Binary files /dev/null and b/resources/images/textures/block/fire_coral_fan.png differ diff --git a/resources/images/textures/block/fletching_table_front.png b/resources/images/textures/block/fletching_table_front.png new file mode 100644 index 0000000000000000000000000000000000000000..c9eb02f5aa9ecbb1f5f6b6c83ad753f5237695a6 Binary files /dev/null and b/resources/images/textures/block/fletching_table_front.png differ diff --git a/resources/images/textures/block/fletching_table_side.png b/resources/images/textures/block/fletching_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..37a232bc910aed51f4ad10794639f7fa80f0f9ba Binary files /dev/null and b/resources/images/textures/block/fletching_table_side.png differ diff --git a/resources/images/textures/block/fletching_table_top.png b/resources/images/textures/block/fletching_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6480cf3052339c7c68e520c8dd892be6f4aaa934 Binary files /dev/null and b/resources/images/textures/block/fletching_table_top.png differ diff --git a/resources/images/textures/block/flower_dandelion_pot.png b/resources/images/textures/block/flower_dandelion_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..00ec2cde0675734a478653fe3af58a033a092534 Binary files /dev/null and b/resources/images/textures/block/flower_dandelion_pot.png differ diff --git a/resources/images/textures/block/flower_pot.png b/resources/images/textures/block/flower_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..d38d78b70121a055caaaa06f191fb63dcf2cd04a Binary files /dev/null and b/resources/images/textures/block/flower_pot.png differ diff --git a/resources/images/textures/block/flower_rose_pot.png b/resources/images/textures/block/flower_rose_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..4415f5ac13375de2bbeca78ce4522af17271d2bd Binary files /dev/null and b/resources/images/textures/block/flower_rose_pot.png differ diff --git a/resources/images/textures/block/flowering_azalea_leaves.png b/resources/images/textures/block/flowering_azalea_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..8dbc47b80f5b459864209989313286ac74f0ef11 Binary files /dev/null and b/resources/images/textures/block/flowering_azalea_leaves.png differ diff --git a/resources/images/textures/block/flowering_azalea_side.png b/resources/images/textures/block/flowering_azalea_side.png new file mode 100644 index 0000000000000000000000000000000000000000..bce84d0c3eeefa64b14ebe1aa733588f7383cc29 Binary files /dev/null and b/resources/images/textures/block/flowering_azalea_side.png differ diff --git a/resources/images/textures/block/flowering_azalea_top.png b/resources/images/textures/block/flowering_azalea_top.png new file mode 100644 index 0000000000000000000000000000000000000000..73a7a0a223ead4e0761168e3e9c5eeb8747a6b0f Binary files /dev/null and b/resources/images/textures/block/flowering_azalea_top.png differ diff --git a/resources/images/textures/block/frosted_ice_0.png b/resources/images/textures/block/frosted_ice_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e665870719874d77175135397d22e2de96cdc21d Binary files /dev/null and b/resources/images/textures/block/frosted_ice_0.png differ diff --git a/resources/images/textures/block/frosted_ice_1.png b/resources/images/textures/block/frosted_ice_1.png new file mode 100644 index 0000000000000000000000000000000000000000..81ce83b21971fe0291cfcb1bdc56d29e59bd1322 Binary files /dev/null and b/resources/images/textures/block/frosted_ice_1.png differ diff --git a/resources/images/textures/block/frosted_ice_2.png b/resources/images/textures/block/frosted_ice_2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2d139879dbb795b1ce0d9109cebf9405fe3788 Binary files /dev/null and b/resources/images/textures/block/frosted_ice_2.png differ diff --git a/resources/images/textures/block/frosted_ice_3.png b/resources/images/textures/block/frosted_ice_3.png new file mode 100644 index 0000000000000000000000000000000000000000..fe663fed15bedfa411d5c2f179a020f6b9ceccd0 Binary files /dev/null and b/resources/images/textures/block/frosted_ice_3.png differ diff --git a/resources/images/textures/block/furnace_bottom.png b/resources/images/textures/block/furnace_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8a9d9dff48bb93095a86decee5076482e4b567 Binary files /dev/null and b/resources/images/textures/block/furnace_bottom.png differ diff --git a/resources/images/textures/block/furnace_front.png b/resources/images/textures/block/furnace_front.png new file mode 100644 index 0000000000000000000000000000000000000000..5433d9d0657c212aaf43d0e86c60969cea2f3cf7 Binary files /dev/null and b/resources/images/textures/block/furnace_front.png differ diff --git a/resources/images/textures/block/furnace_front_on.png b/resources/images/textures/block/furnace_front_on.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6216d693c707715f93e713ecd61e38be4089f4 Binary files /dev/null and b/resources/images/textures/block/furnace_front_on.png differ diff --git a/resources/images/textures/block/furnace_side.png b/resources/images/textures/block/furnace_side.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e7d19376eb0bcdd69a0fc021170b353f639d15 Binary files /dev/null and b/resources/images/textures/block/furnace_side.png differ diff --git a/resources/images/textures/block/furnace_top.png b/resources/images/textures/block/furnace_top.png new file mode 100644 index 0000000000000000000000000000000000000000..51b53a9ba8f61d4963bdff86bc0d1fd760ead22f Binary files /dev/null and b/resources/images/textures/block/furnace_top.png differ diff --git a/resources/images/textures/block/gilded_blackstone.png b/resources/images/textures/block/gilded_blackstone.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a9a356d039c8b99e5fab98d4b7768e4a6be930 Binary files /dev/null and b/resources/images/textures/block/gilded_blackstone.png differ diff --git a/resources/images/textures/block/glass.png b/resources/images/textures/block/glass.png new file mode 100644 index 0000000000000000000000000000000000000000..805a3c114fe389bc65cebf3d630b481de4e5a74f Binary files /dev/null and b/resources/images/textures/block/glass.png differ diff --git a/resources/images/textures/block/glass_pane_top.png b/resources/images/textures/block/glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..86e10ae824bc8cb6a2b64156915128cb21d62d26 Binary files /dev/null and b/resources/images/textures/block/glass_pane_top.png differ diff --git a/resources/images/textures/block/glow_item_frame.png b/resources/images/textures/block/glow_item_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..5cea9f955efd50237b2fef27e3d86078ae749485 Binary files /dev/null and b/resources/images/textures/block/glow_item_frame.png differ diff --git a/resources/images/textures/block/glow_lichen.png b/resources/images/textures/block/glow_lichen.png new file mode 100644 index 0000000000000000000000000000000000000000..b29bd5f53254703001ae09c40faa6ef9b05fde99 Binary files /dev/null and b/resources/images/textures/block/glow_lichen.png differ diff --git a/resources/images/textures/block/glowstone.png b/resources/images/textures/block/glowstone.png new file mode 100644 index 0000000000000000000000000000000000000000..0e81e71da007ea4e2810bfaead8a986c36c4acbf Binary files /dev/null and b/resources/images/textures/block/glowstone.png differ diff --git a/resources/images/textures/block/glowstone.png.mcmeta b/resources/images/textures/block/glowstone.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..3cad303cb3305c9fcaab6fdf470a1a96a25b7ffc --- /dev/null +++ b/resources/images/textures/block/glowstone.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 40, + "interpolate": true + } +} diff --git a/resources/images/textures/block/gold_block.png b/resources/images/textures/block/gold_block.png new file mode 100644 index 0000000000000000000000000000000000000000..c537d648b6546d68766b430672ccc6dc62294c18 Binary files /dev/null and b/resources/images/textures/block/gold_block.png differ diff --git a/resources/images/textures/block/gold_ore.png b/resources/images/textures/block/gold_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..dd2278fccb06ec0e02bff6b4e45265c67fa6bfc4 Binary files /dev/null and b/resources/images/textures/block/gold_ore.png differ diff --git a/resources/images/textures/block/granite.png b/resources/images/textures/block/granite.png new file mode 100644 index 0000000000000000000000000000000000000000..4f10d31d986bb3afae3f7aa6aafd0facab7c80ce Binary files /dev/null and b/resources/images/textures/block/granite.png differ diff --git a/resources/images/textures/block/grass.png b/resources/images/textures/block/grass.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcbae9e595077a5d710c4f7ecf23e69d6db494a Binary files /dev/null and b/resources/images/textures/block/grass.png differ diff --git a/resources/images/textures/block/grass_block_side.png b/resources/images/textures/block/grass_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740a86233f09b05cb3e2bf72d79a0bd7db48de Binary files /dev/null and b/resources/images/textures/block/grass_block_side.png differ diff --git a/resources/images/textures/block/grass_block_side_overlay.png b/resources/images/textures/block/grass_block_side_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5687b25b31e88efe760c83b427462c1c15f6ed Binary files /dev/null and b/resources/images/textures/block/grass_block_side_overlay.png differ diff --git a/resources/images/textures/block/grass_block_snow.png b/resources/images/textures/block/grass_block_snow.png new file mode 100644 index 0000000000000000000000000000000000000000..382d480f25dbaa473e9c11e87aa8556c0ae8f09f Binary files /dev/null and b/resources/images/textures/block/grass_block_snow.png differ diff --git a/resources/images/textures/block/grass_block_top.png b/resources/images/textures/block/grass_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d54fbb83b30c98a9b31688d98ca5bd9a9548f1b2 Binary files /dev/null and b/resources/images/textures/block/grass_block_top.png differ diff --git a/resources/images/textures/block/gravel.png b/resources/images/textures/block/gravel.png new file mode 100644 index 0000000000000000000000000000000000000000..fa6d56b084c824fc23b6cccdaf8bf08601dc8afb Binary files /dev/null and b/resources/images/textures/block/gravel.png differ diff --git a/resources/images/textures/block/gray_candle.png b/resources/images/textures/block/gray_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..1b81ad0a11dedbe142cab5eef09e469cde2317c0 Binary files /dev/null and b/resources/images/textures/block/gray_candle.png differ diff --git a/resources/images/textures/block/gray_candle_lit.png b/resources/images/textures/block/gray_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..dce821280fabd1d772fd96c38af45c14e9e2d3de Binary files /dev/null and b/resources/images/textures/block/gray_candle_lit.png differ diff --git a/resources/images/textures/block/gray_concrete.png b/resources/images/textures/block/gray_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..0fbda81730909e8de9090cc10d6a23ce90189fd2 Binary files /dev/null and b/resources/images/textures/block/gray_concrete.png differ diff --git a/resources/images/textures/block/gray_concrete_powder.png b/resources/images/textures/block/gray_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ac1ecdfa2a82cdd9b4796cc3e4506f2288ec30 Binary files /dev/null and b/resources/images/textures/block/gray_concrete_powder.png differ diff --git a/resources/images/textures/block/gray_glazed_terracotta.png b/resources/images/textures/block/gray_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..b64a1c25312b157468292cf6b22b67d679d23fe1 Binary files /dev/null and b/resources/images/textures/block/gray_glazed_terracotta.png differ diff --git a/resources/images/textures/block/gray_shulker_box.png b/resources/images/textures/block/gray_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..e5911a9b5f0de0df62c0d9295087bc203d439a47 Binary files /dev/null and b/resources/images/textures/block/gray_shulker_box.png differ diff --git a/resources/images/textures/block/gray_stained_glass.png b/resources/images/textures/block/gray_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..2fffe16cae5c8d011c906eba859fd5826cc1a90a Binary files /dev/null and b/resources/images/textures/block/gray_stained_glass.png differ diff --git a/resources/images/textures/block/gray_stained_glass_pane_top.png b/resources/images/textures/block/gray_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9d5d5ca41ea8d4168ccfcd62e33e644a7677401d Binary files /dev/null and b/resources/images/textures/block/gray_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/gray_terracotta.png b/resources/images/textures/block/gray_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..54089fe0c18cd12659da41d7d7cfe2f0c62a9056 Binary files /dev/null and b/resources/images/textures/block/gray_terracotta.png differ diff --git a/resources/images/textures/block/gray_wool.png b/resources/images/textures/block/gray_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..04c94fb6688ce3865305464ec940bee1875f4ff3 Binary files /dev/null and b/resources/images/textures/block/gray_wool.png differ diff --git a/resources/images/textures/block/green_candle.png b/resources/images/textures/block/green_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..665bd7dea7e1554fb7137a5dc106ac973dc78f0b Binary files /dev/null and b/resources/images/textures/block/green_candle.png differ diff --git a/resources/images/textures/block/green_candle_lit.png b/resources/images/textures/block/green_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..fba105e49ed605b82c4905005008f84744f5840e Binary files /dev/null and b/resources/images/textures/block/green_candle_lit.png differ diff --git a/resources/images/textures/block/green_concrete.png b/resources/images/textures/block/green_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..54f7b304f04a3ead11e932c7268b3f176151cb3a Binary files /dev/null and b/resources/images/textures/block/green_concrete.png differ diff --git a/resources/images/textures/block/green_concrete_powder.png b/resources/images/textures/block/green_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..2ead0807aa8527d0cf102411516c7d748530ef23 Binary files /dev/null and b/resources/images/textures/block/green_concrete_powder.png differ diff --git a/resources/images/textures/block/green_glazed_terracotta.png b/resources/images/textures/block/green_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..ccdfbe53a520528a92ac3e01a5f92afd1a870f3f Binary files /dev/null and b/resources/images/textures/block/green_glazed_terracotta.png differ diff --git a/resources/images/textures/block/green_shulker_box.png b/resources/images/textures/block/green_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..7525d89f91a5028a5417e6912dc72fa0f7088728 Binary files /dev/null and b/resources/images/textures/block/green_shulker_box.png differ diff --git a/resources/images/textures/block/green_stained_glass.png b/resources/images/textures/block/green_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..4e59b7e3ba011d2c6003f36e98f77135c730fa3e Binary files /dev/null and b/resources/images/textures/block/green_stained_glass.png differ diff --git a/resources/images/textures/block/green_stained_glass_pane_top.png b/resources/images/textures/block/green_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef3bc91af6f212fa7b5f56526e2d57ad9e7e813 Binary files /dev/null and b/resources/images/textures/block/green_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/green_terracotta.png b/resources/images/textures/block/green_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..31261597e7d66907fb9d60abb96bef0240f08aad Binary files /dev/null and b/resources/images/textures/block/green_terracotta.png differ diff --git a/resources/images/textures/block/green_wool.png b/resources/images/textures/block/green_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..fcbe8fe41fbbc318afc5b3f2c677070f2e645909 Binary files /dev/null and b/resources/images/textures/block/green_wool.png differ diff --git a/resources/images/textures/block/grimstone.png b/resources/images/textures/block/grimstone.png new file mode 100644 index 0000000000000000000000000000000000000000..124479281131a2a673e36721eb9107b6b3382bc0 Binary files /dev/null and b/resources/images/textures/block/grimstone.png differ diff --git a/resources/images/textures/block/grindstone_pivot.png b/resources/images/textures/block/grindstone_pivot.png new file mode 100644 index 0000000000000000000000000000000000000000..253af56861c5c844d7ad91835bc992e8ae0f2bd2 Binary files /dev/null and b/resources/images/textures/block/grindstone_pivot.png differ diff --git a/resources/images/textures/block/grindstone_round.png b/resources/images/textures/block/grindstone_round.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1084aef9d67e063c0200b3cf17a5f246c8cb0a Binary files /dev/null and b/resources/images/textures/block/grindstone_round.png differ diff --git a/resources/images/textures/block/grindstone_side.png b/resources/images/textures/block/grindstone_side.png new file mode 100644 index 0000000000000000000000000000000000000000..56971f3dabde3d9ea63a7c6c3b165ce786441295 Binary files /dev/null and b/resources/images/textures/block/grindstone_side.png differ diff --git a/resources/images/textures/block/hanging_roots.png b/resources/images/textures/block/hanging_roots.png new file mode 100644 index 0000000000000000000000000000000000000000..9b59accb0d1c0159b057bb3eeeb8185bf385265c Binary files /dev/null and b/resources/images/textures/block/hanging_roots.png differ diff --git a/resources/images/textures/block/hay_block_side.png b/resources/images/textures/block/hay_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..32759722b306ae0273b89db9340cab1fafd95ac8 Binary files /dev/null and b/resources/images/textures/block/hay_block_side.png differ diff --git a/resources/images/textures/block/hay_block_top.png b/resources/images/textures/block/hay_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..95d3a9ea97ec6f69fb25e8829262eb19b90984ec Binary files /dev/null and b/resources/images/textures/block/hay_block_top.png differ diff --git a/resources/images/textures/block/honey_block_bottom.png b/resources/images/textures/block/honey_block_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..0932a6fa70c4ae910a5694ea8f00730caeaf9d07 Binary files /dev/null and b/resources/images/textures/block/honey_block_bottom.png differ diff --git a/resources/images/textures/block/honey_block_side.png b/resources/images/textures/block/honey_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..0932a6fa70c4ae910a5694ea8f00730caeaf9d07 Binary files /dev/null and b/resources/images/textures/block/honey_block_side.png differ diff --git a/resources/images/textures/block/honey_block_top.png b/resources/images/textures/block/honey_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0932a6fa70c4ae910a5694ea8f00730caeaf9d07 Binary files /dev/null and b/resources/images/textures/block/honey_block_top.png differ diff --git a/resources/images/textures/block/honeycomb_block.png b/resources/images/textures/block/honeycomb_block.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c2d629f681f93d522bbf4987c262379cf3c8a3 Binary files /dev/null and b/resources/images/textures/block/honeycomb_block.png differ diff --git a/resources/images/textures/block/hopper_inside.png b/resources/images/textures/block/hopper_inside.png new file mode 100644 index 0000000000000000000000000000000000000000..9bf058edec13c230f96fabeca10e8fa6df3e1d19 Binary files /dev/null and b/resources/images/textures/block/hopper_inside.png differ diff --git a/resources/images/textures/block/hopper_outside.png b/resources/images/textures/block/hopper_outside.png new file mode 100644 index 0000000000000000000000000000000000000000..e3833b6faa16ad1cfc2882f3d639620a81e7559f Binary files /dev/null and b/resources/images/textures/block/hopper_outside.png differ diff --git a/resources/images/textures/block/hopper_top.png b/resources/images/textures/block/hopper_top.png new file mode 100644 index 0000000000000000000000000000000000000000..301af8aea68675b5e173d6b4517802aeebb74774 Binary files /dev/null and b/resources/images/textures/block/hopper_top.png differ diff --git a/resources/images/textures/block/horn_coral.png b/resources/images/textures/block/horn_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..02bdb28d11325ff6e6711733ad445e95ce22afcc Binary files /dev/null and b/resources/images/textures/block/horn_coral.png differ diff --git a/resources/images/textures/block/horn_coral_block.png b/resources/images/textures/block/horn_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..136130d9e18d0e6685151d7609e9ceb0c33f74ec Binary files /dev/null and b/resources/images/textures/block/horn_coral_block.png differ diff --git a/resources/images/textures/block/horn_coral_fan.png b/resources/images/textures/block/horn_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..dada5711ccdffc1cd86eaa3469d8ef66af7dd3bf Binary files /dev/null and b/resources/images/textures/block/horn_coral_fan.png differ diff --git a/resources/images/textures/block/ice.png b/resources/images/textures/block/ice.png new file mode 100644 index 0000000000000000000000000000000000000000..af376e0bfc41effcd985fa0e4bbc91f65b651088 Binary files /dev/null and b/resources/images/textures/block/ice.png differ diff --git a/resources/images/textures/block/iron_bars.png b/resources/images/textures/block/iron_bars.png new file mode 100644 index 0000000000000000000000000000000000000000..d0bf26e803b176d8bfca3c3dcbbce40455a758dc Binary files /dev/null and b/resources/images/textures/block/iron_bars.png differ diff --git a/resources/images/textures/block/iron_block.png b/resources/images/textures/block/iron_block.png new file mode 100644 index 0000000000000000000000000000000000000000..4bb911442a9d005e479f068c3b1d9762aab1d2a4 Binary files /dev/null and b/resources/images/textures/block/iron_block.png differ diff --git a/resources/images/textures/block/iron_door_bottom.png b/resources/images/textures/block/iron_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..43496c4ce6b2ecffac4e54d63a54b3440bbcfdc1 Binary files /dev/null and b/resources/images/textures/block/iron_door_bottom.png differ diff --git a/resources/images/textures/block/iron_door_top.png b/resources/images/textures/block/iron_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6141be333f7411beec6f342e346348a70176ce55 Binary files /dev/null and b/resources/images/textures/block/iron_door_top.png differ diff --git a/resources/images/textures/block/iron_ore.png b/resources/images/textures/block/iron_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..d7341b310437610f9d140d11f1f2046fdbcd27bd Binary files /dev/null and b/resources/images/textures/block/iron_ore.png differ diff --git a/resources/images/textures/block/iron_trapdoor.png b/resources/images/textures/block/iron_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..509ace8ee4f320c01876798c3eea78c1d23a5282 Binary files /dev/null and b/resources/images/textures/block/iron_trapdoor.png differ diff --git a/resources/images/textures/block/item_frame.png b/resources/images/textures/block/item_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..8adae1e7d06984c94a74dbcd06e2bca43923c746 Binary files /dev/null and b/resources/images/textures/block/item_frame.png differ diff --git a/resources/images/textures/block/jack_o_lantern.png b/resources/images/textures/block/jack_o_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..68cd8db9320ed631146c6a944e0e4281786505cb Binary files /dev/null and b/resources/images/textures/block/jack_o_lantern.png differ diff --git a/resources/images/textures/block/jigsaw_bottom.png b/resources/images/textures/block/jigsaw_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..c82928f917e1fb1d18729faa8989da47bb9f880e Binary files /dev/null and b/resources/images/textures/block/jigsaw_bottom.png differ diff --git a/resources/images/textures/block/jigsaw_lock.png b/resources/images/textures/block/jigsaw_lock.png new file mode 100644 index 0000000000000000000000000000000000000000..d93796779aa41f0e0eee60dc80c98f3e28d6e2ae Binary files /dev/null and b/resources/images/textures/block/jigsaw_lock.png differ diff --git a/resources/images/textures/block/jigsaw_side.png b/resources/images/textures/block/jigsaw_side.png new file mode 100644 index 0000000000000000000000000000000000000000..377c5199b936a3481a12c001f69deb802abe3172 Binary files /dev/null and b/resources/images/textures/block/jigsaw_side.png differ diff --git a/resources/images/textures/block/jigsaw_top.png b/resources/images/textures/block/jigsaw_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a15044b0ee5052ec675f1c4f5462404b255af3 Binary files /dev/null and b/resources/images/textures/block/jigsaw_top.png differ diff --git a/resources/images/textures/block/jukebox_side.png b/resources/images/textures/block/jukebox_side.png new file mode 100644 index 0000000000000000000000000000000000000000..c03fb0d0913919aaef7bf3583d71dfa409c8e269 Binary files /dev/null and b/resources/images/textures/block/jukebox_side.png differ diff --git a/resources/images/textures/block/jukebox_top.png b/resources/images/textures/block/jukebox_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b36b7ac6a1738b0ea343afb472dd8aaeb2d357e0 Binary files /dev/null and b/resources/images/textures/block/jukebox_top.png differ diff --git a/resources/images/textures/block/jungle_door_bottom.png b/resources/images/textures/block/jungle_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..0821dfe99fa78fe227f986da232ebe54af42cb38 Binary files /dev/null and b/resources/images/textures/block/jungle_door_bottom.png differ diff --git a/resources/images/textures/block/jungle_door_top.png b/resources/images/textures/block/jungle_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6590b281b04d8bb479ac67d0331aac4c96b7c078 Binary files /dev/null and b/resources/images/textures/block/jungle_door_top.png differ diff --git a/resources/images/textures/block/jungle_leaves.png b/resources/images/textures/block/jungle_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..2afd492061344860cb284e065dbd2d3548a5e080 Binary files /dev/null and b/resources/images/textures/block/jungle_leaves.png differ diff --git a/resources/images/textures/block/jungle_log.png b/resources/images/textures/block/jungle_log.png new file mode 100644 index 0000000000000000000000000000000000000000..4db49a4b766cc7dde96f56b63846a58497d6d92e Binary files /dev/null and b/resources/images/textures/block/jungle_log.png differ diff --git a/resources/images/textures/block/jungle_log_top.png b/resources/images/textures/block/jungle_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d0bf968ba5b444859635804970c1f628bb432440 Binary files /dev/null and b/resources/images/textures/block/jungle_log_top.png differ diff --git a/resources/images/textures/block/jungle_planks.png b/resources/images/textures/block/jungle_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..c0309eba78419edc2ff2c32c4dc42e0ca96fbc73 Binary files /dev/null and b/resources/images/textures/block/jungle_planks.png differ diff --git a/resources/images/textures/block/jungle_sapling.png b/resources/images/textures/block/jungle_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..159779a181f6ea9b6d07d4b22e1c382cfb755a27 Binary files /dev/null and b/resources/images/textures/block/jungle_sapling.png differ diff --git a/resources/images/textures/block/jungle_trapdoor.png b/resources/images/textures/block/jungle_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e8d77c128f1fd398a255914095d733419db9ed Binary files /dev/null and b/resources/images/textures/block/jungle_trapdoor.png differ diff --git a/resources/images/textures/block/kelp.png b/resources/images/textures/block/kelp.png new file mode 100644 index 0000000000000000000000000000000000000000..df18115e3552b37745cba5253467e4bf7f086534 Binary files /dev/null and b/resources/images/textures/block/kelp.png differ diff --git a/resources/images/textures/block/kelp.png.mcmeta b/resources/images/textures/block/kelp.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..0645f48c6224d94c9c299da2550a5b34016719fb --- /dev/null +++ b/resources/images/textures/block/kelp.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/images/textures/block/kelp_plant.png b/resources/images/textures/block/kelp_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..0471349160f14e26d376a7282916aa7260ac914e Binary files /dev/null and b/resources/images/textures/block/kelp_plant.png differ diff --git a/resources/images/textures/block/kelp_plant.png.mcmeta b/resources/images/textures/block/kelp_plant.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..0645f48c6224d94c9c299da2550a5b34016719fb --- /dev/null +++ b/resources/images/textures/block/kelp_plant.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/images/textures/block/ladder.png b/resources/images/textures/block/ladder.png new file mode 100644 index 0000000000000000000000000000000000000000..ac51837eb3f4f98785e175ad829708d376d64069 Binary files /dev/null and b/resources/images/textures/block/ladder.png differ diff --git a/resources/images/textures/block/ladder/parts.png b/resources/images/textures/block/ladder/parts.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab6be005966a7e7bb195d4d438c9f7067452cb9 Binary files /dev/null and b/resources/images/textures/block/ladder/parts.png differ diff --git a/resources/images/textures/block/lantern.png b/resources/images/textures/block/lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..915e503b9468a28ad428188d4f1aa86c3f045482 Binary files /dev/null and b/resources/images/textures/block/lantern.png differ diff --git a/resources/images/textures/block/lantern.png.mcmeta b/resources/images/textures/block/lantern.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..5169aabdc2296ee36b0f565b8d74070bd234ebad --- /dev/null +++ b/resources/images/textures/block/lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/resources/images/textures/block/lapis_block.png b/resources/images/textures/block/lapis_block.png new file mode 100644 index 0000000000000000000000000000000000000000..f325f07b43e47ecd2c26f155f1d4e80f7f470318 Binary files /dev/null and b/resources/images/textures/block/lapis_block.png differ diff --git a/resources/images/textures/block/lapis_ore.png b/resources/images/textures/block/lapis_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..b8d5b17ab812f7ef998648f23b074ad649729434 Binary files /dev/null and b/resources/images/textures/block/lapis_ore.png differ diff --git a/resources/images/textures/block/large_amethyst_bud.png b/resources/images/textures/block/large_amethyst_bud.png new file mode 100644 index 0000000000000000000000000000000000000000..7cce4862414c0aefdda84b8244f1bddac53d64f9 Binary files /dev/null and b/resources/images/textures/block/large_amethyst_bud.png differ diff --git a/resources/images/textures/block/large_fern_bottom.png b/resources/images/textures/block/large_fern_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8a0fd0286e2d67bd05a3ae5648eb90f3210b9442 Binary files /dev/null and b/resources/images/textures/block/large_fern_bottom.png differ diff --git a/resources/images/textures/block/large_fern_top.png b/resources/images/textures/block/large_fern_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b83875d4d819cb205b4227c2dcd7c586e1c7e035 Binary files /dev/null and b/resources/images/textures/block/large_fern_top.png differ diff --git a/resources/images/textures/block/lava_flow.png b/resources/images/textures/block/lava_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..27d00a696f5046947c8050702c71c84cf4c4fe86 Binary files /dev/null and b/resources/images/textures/block/lava_flow.png differ diff --git a/resources/images/textures/block/lava_flow.png.mcmeta b/resources/images/textures/block/lava_flow.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..cf01c296ca7dc117ea0fc5cefedb11dbb3712f1e --- /dev/null +++ b/resources/images/textures/block/lava_flow.png.mcmeta @@ -0,0 +1,70 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63 + ] + } +} diff --git a/resources/images/textures/block/lava_still.png b/resources/images/textures/block/lava_still.png new file mode 100644 index 0000000000000000000000000000000000000000..45bd146c3a4f21aaa026bb1fcf4ebae2e8e88df5 Binary files /dev/null and b/resources/images/textures/block/lava_still.png differ diff --git a/resources/images/textures/block/lava_still.png.mcmeta b/resources/images/textures/block/lava_still.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..cf01c296ca7dc117ea0fc5cefedb11dbb3712f1e --- /dev/null +++ b/resources/images/textures/block/lava_still.png.mcmeta @@ -0,0 +1,70 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63 + ] + } +} diff --git a/resources/images/textures/block/lectern_base.png b/resources/images/textures/block/lectern_base.png new file mode 100644 index 0000000000000000000000000000000000000000..0e44932ef0aaefbb7f52909ae06abae5a51dec6d Binary files /dev/null and b/resources/images/textures/block/lectern_base.png differ diff --git a/resources/images/textures/block/lectern_bottom.png b/resources/images/textures/block/lectern_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..b0119589632796c5f21f539971bb0987ed80449e Binary files /dev/null and b/resources/images/textures/block/lectern_bottom.png differ diff --git a/resources/images/textures/block/lectern_bottom1.png b/resources/images/textures/block/lectern_bottom1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f8ce0780dac3157961d926097388d2f16047e4 Binary files /dev/null and b/resources/images/textures/block/lectern_bottom1.png differ diff --git a/resources/images/textures/block/lectern_front.png b/resources/images/textures/block/lectern_front.png new file mode 100644 index 0000000000000000000000000000000000000000..2a584db431e2d7c84a8fc25a189ba5143ee77ae2 Binary files /dev/null and b/resources/images/textures/block/lectern_front.png differ diff --git a/resources/images/textures/block/lectern_sides.png b/resources/images/textures/block/lectern_sides.png new file mode 100644 index 0000000000000000000000000000000000000000..0f56e382dae2bc5ced10714cff2d1de020bf777c Binary files /dev/null and b/resources/images/textures/block/lectern_sides.png differ diff --git a/resources/images/textures/block/lectern_top.png b/resources/images/textures/block/lectern_top.png new file mode 100644 index 0000000000000000000000000000000000000000..22c4dc4b5ac24908e71faff5cc19660182b9d77e Binary files /dev/null and b/resources/images/textures/block/lectern_top.png differ diff --git a/resources/images/textures/block/lever.png b/resources/images/textures/block/lever.png new file mode 100644 index 0000000000000000000000000000000000000000..732470df5bba3d296ed0c434f5cf90ec22d7d58e Binary files /dev/null and b/resources/images/textures/block/lever.png differ diff --git a/resources/images/textures/block/lever_base.png b/resources/images/textures/block/lever_base.png new file mode 100644 index 0000000000000000000000000000000000000000..220a2862e8082f6f1994df540656d24062a69d2d Binary files /dev/null and b/resources/images/textures/block/lever_base.png differ diff --git a/resources/images/textures/block/light_blue_candle.png b/resources/images/textures/block/light_blue_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..905bd85e2548fbb05eb3e1889dd078cfdbcda600 Binary files /dev/null and b/resources/images/textures/block/light_blue_candle.png differ diff --git a/resources/images/textures/block/light_blue_candle_lit.png b/resources/images/textures/block/light_blue_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..518fea28eb47bdabe4df9674b2bab7c316455b60 Binary files /dev/null and b/resources/images/textures/block/light_blue_candle_lit.png differ diff --git a/resources/images/textures/block/light_blue_concrete.png b/resources/images/textures/block/light_blue_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe1650f8018bad73899946de63d1def350d4eff Binary files /dev/null and b/resources/images/textures/block/light_blue_concrete.png differ diff --git a/resources/images/textures/block/light_blue_concrete_powder.png b/resources/images/textures/block/light_blue_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e1f1f7ccbf58baa005eaa40aa10b1149741d65 Binary files /dev/null and b/resources/images/textures/block/light_blue_concrete_powder.png differ diff --git a/resources/images/textures/block/light_blue_glazed_terracotta.png b/resources/images/textures/block/light_blue_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..9de633dc711d4c6c7d1b78aa722513d8b49819ef Binary files /dev/null and b/resources/images/textures/block/light_blue_glazed_terracotta.png differ diff --git a/resources/images/textures/block/light_blue_shulker_box.png b/resources/images/textures/block/light_blue_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..11383c99536be32337fe7ea08380cf311a6a9e9a Binary files /dev/null and b/resources/images/textures/block/light_blue_shulker_box.png differ diff --git a/resources/images/textures/block/light_blue_stained_glass.png b/resources/images/textures/block/light_blue_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..a92c682bda1efa2ec8938aa4594b8c2469e0ca6e Binary files /dev/null and b/resources/images/textures/block/light_blue_stained_glass.png differ diff --git a/resources/images/textures/block/light_blue_stained_glass_pane_top.png b/resources/images/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6117610e96b2d06542eebe957b96c679f1af0b84 Binary files /dev/null and b/resources/images/textures/block/light_blue_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/light_blue_terracotta.png b/resources/images/textures/block/light_blue_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..b792ce1f9453e0d00573482719d6021e070b50eb Binary files /dev/null and b/resources/images/textures/block/light_blue_terracotta.png differ diff --git a/resources/images/textures/block/light_blue_wool.png b/resources/images/textures/block/light_blue_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..373aad3e1e068e8ca55e9db0bd0b15a910ca7d16 Binary files /dev/null and b/resources/images/textures/block/light_blue_wool.png differ diff --git a/resources/images/textures/block/light_gray_candle.png b/resources/images/textures/block/light_gray_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..18da3334f9c6820469cdcccc52a06ba451c00005 Binary files /dev/null and b/resources/images/textures/block/light_gray_candle.png differ diff --git a/resources/images/textures/block/light_gray_candle_lit.png b/resources/images/textures/block/light_gray_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..257ac9926b292ea09a20c3a8da41b3b2206b3cc6 Binary files /dev/null and b/resources/images/textures/block/light_gray_candle_lit.png differ diff --git a/resources/images/textures/block/light_gray_concrete.png b/resources/images/textures/block/light_gray_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a9755fbd2ac5363f6936c2bcdc030020ec8c4c Binary files /dev/null and b/resources/images/textures/block/light_gray_concrete.png differ diff --git a/resources/images/textures/block/light_gray_concrete_powder.png b/resources/images/textures/block/light_gray_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..b9204582b9d759fdf4330bfc5412c538ae1cd199 Binary files /dev/null and b/resources/images/textures/block/light_gray_concrete_powder.png differ diff --git a/resources/images/textures/block/light_gray_glazed_terracotta.png b/resources/images/textures/block/light_gray_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..88298d9bc1746aace797657c98fdf022ec28743d Binary files /dev/null and b/resources/images/textures/block/light_gray_glazed_terracotta.png differ diff --git a/resources/images/textures/block/light_gray_shulker_box.png b/resources/images/textures/block/light_gray_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..8170d8ad749b2f6238c9602c7ffe6ddf1fb00b7c Binary files /dev/null and b/resources/images/textures/block/light_gray_shulker_box.png differ diff --git a/resources/images/textures/block/light_gray_stained_glass.png b/resources/images/textures/block/light_gray_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6895cd9427fb6269d7db07549c9b4b2335babc Binary files /dev/null and b/resources/images/textures/block/light_gray_stained_glass.png differ diff --git a/resources/images/textures/block/light_gray_stained_glass_pane_top.png b/resources/images/textures/block/light_gray_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..96a779e2f61e5f941c557bc8e7f1089889decce1 Binary files /dev/null and b/resources/images/textures/block/light_gray_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/light_gray_terracotta.png b/resources/images/textures/block/light_gray_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..389bda4b6aa5963e595a12abede4008abb9ec426 Binary files /dev/null and b/resources/images/textures/block/light_gray_terracotta.png differ diff --git a/resources/images/textures/block/light_gray_wool.png b/resources/images/textures/block/light_gray_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..0cfdd05b58a8f7a32b4273d48a29b8178b5b8c6c Binary files /dev/null and b/resources/images/textures/block/light_gray_wool.png differ diff --git a/resources/images/textures/block/light_pressure_plate.png b/resources/images/textures/block/light_pressure_plate.png new file mode 100644 index 0000000000000000000000000000000000000000..590fcd41b49746096e1880536553b2bb2dadf070 Binary files /dev/null and b/resources/images/textures/block/light_pressure_plate.png differ diff --git a/resources/images/textures/block/lightning_rod.png b/resources/images/textures/block/lightning_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..c69a3a42fea35f55534dd6cd0b67bcaf894b6845 Binary files /dev/null and b/resources/images/textures/block/lightning_rod.png differ diff --git a/resources/images/textures/block/lilac_bottom.png b/resources/images/textures/block/lilac_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..9a311b734da1dc3412f65865c582d405a6752540 Binary files /dev/null and b/resources/images/textures/block/lilac_bottom.png differ diff --git a/resources/images/textures/block/lilac_top.png b/resources/images/textures/block/lilac_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1a8589055ab76416d08b9447825807f5c53855 Binary files /dev/null and b/resources/images/textures/block/lilac_top.png differ diff --git a/resources/images/textures/block/lily_of_the_valley.png b/resources/images/textures/block/lily_of_the_valley.png new file mode 100644 index 0000000000000000000000000000000000000000..5aac56a12d62975b1a7a2fa26468ce6feabcc9a1 Binary files /dev/null and b/resources/images/textures/block/lily_of_the_valley.png differ diff --git a/resources/images/textures/block/lily_pad.png b/resources/images/textures/block/lily_pad.png new file mode 100644 index 0000000000000000000000000000000000000000..ae44f90cdee546fefd1d79b96c46cab84e01f24d Binary files /dev/null and b/resources/images/textures/block/lily_pad.png differ diff --git a/resources/images/textures/block/lily_pad/1.png b/resources/images/textures/block/lily_pad/1.png new file mode 100644 index 0000000000000000000000000000000000000000..02c52f31a72891b66183885218815a8cd8a961c9 Binary files /dev/null and b/resources/images/textures/block/lily_pad/1.png differ diff --git a/resources/images/textures/block/lily_pad/2.png b/resources/images/textures/block/lily_pad/2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d3a42a4a3e27dd088e68630a6a75dc31bcb38e9 Binary files /dev/null and b/resources/images/textures/block/lily_pad/2.png differ diff --git a/resources/images/textures/block/lily_pad/3.png b/resources/images/textures/block/lily_pad/3.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4b8b0a7a86f9fde5d6366d39398064b59f616b Binary files /dev/null and b/resources/images/textures/block/lily_pad/3.png differ diff --git a/resources/images/textures/block/lily_pad/4.png b/resources/images/textures/block/lily_pad/4.png new file mode 100644 index 0000000000000000000000000000000000000000..289dd862e41ea74248a21724f0dcc44fd07a90fb Binary files /dev/null and b/resources/images/textures/block/lily_pad/4.png differ diff --git a/resources/images/textures/block/lily_pad/5.png b/resources/images/textures/block/lily_pad/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0b796081d4d59ed52504d8817947aed9344fb4bc Binary files /dev/null and b/resources/images/textures/block/lily_pad/5.png differ diff --git a/resources/images/textures/block/lime_candle.png b/resources/images/textures/block/lime_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..1135f93ac617d73235fbef7c398faee8df23a63b Binary files /dev/null and b/resources/images/textures/block/lime_candle.png differ diff --git a/resources/images/textures/block/lime_candle_lit.png b/resources/images/textures/block/lime_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..404e7bcc5110cd4848ce1a9d84299173e37c7fec Binary files /dev/null and b/resources/images/textures/block/lime_candle_lit.png differ diff --git a/resources/images/textures/block/lime_concrete.png b/resources/images/textures/block/lime_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..d3cb575abc006e0d01a21ce7ffd4c88cd274a2f5 Binary files /dev/null and b/resources/images/textures/block/lime_concrete.png differ diff --git a/resources/images/textures/block/lime_concrete_powder.png b/resources/images/textures/block/lime_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..57e1ad0f7607cd93ab691e577e69ce68cea5efaa Binary files /dev/null and b/resources/images/textures/block/lime_concrete_powder.png differ diff --git a/resources/images/textures/block/lime_glazed_terracotta.png b/resources/images/textures/block/lime_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..768f6e772122ae21ca1981f6a9f040e1eb0701a2 Binary files /dev/null and b/resources/images/textures/block/lime_glazed_terracotta.png differ diff --git a/resources/images/textures/block/lime_shulker_box.png b/resources/images/textures/block/lime_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..ff21a9db778bfd452a096d470a76f20abbce28f4 Binary files /dev/null and b/resources/images/textures/block/lime_shulker_box.png differ diff --git a/resources/images/textures/block/lime_stained_glass.png b/resources/images/textures/block/lime_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f2d592fb987b0f5fc9660720792cbf272b67ad Binary files /dev/null and b/resources/images/textures/block/lime_stained_glass.png differ diff --git a/resources/images/textures/block/lime_stained_glass_pane_top.png b/resources/images/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0d3013fe4a21f1afea936f41b0c2012c924bdf31 Binary files /dev/null and b/resources/images/textures/block/lime_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/lime_terracotta.png b/resources/images/textures/block/lime_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..7f712a656b07d07773956b0ba33f9971721b9ebc Binary files /dev/null and b/resources/images/textures/block/lime_terracotta.png differ diff --git a/resources/images/textures/block/lime_wool.png b/resources/images/textures/block/lime_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..24b0c2f061cbcc9afabc1bb9960ba4334fadf8b8 Binary files /dev/null and b/resources/images/textures/block/lime_wool.png differ diff --git a/resources/images/textures/block/lodestone_side.png b/resources/images/textures/block/lodestone_side.png new file mode 100644 index 0000000000000000000000000000000000000000..975031366e29db57a1044511c4014e899fa54dba Binary files /dev/null and b/resources/images/textures/block/lodestone_side.png differ diff --git a/resources/images/textures/block/lodestone_top.png b/resources/images/textures/block/lodestone_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f804dca35b47038f90f4e9a79295ec76c63fb4 Binary files /dev/null and b/resources/images/textures/block/lodestone_top.png differ diff --git a/resources/images/textures/block/loom_bottom.png b/resources/images/textures/block/loom_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..fd7f1fd8854e97e1a443dda42c699fa2ba83ca91 Binary files /dev/null and b/resources/images/textures/block/loom_bottom.png differ diff --git a/resources/images/textures/block/loom_front.png b/resources/images/textures/block/loom_front.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4732b1503a9dacf1dfefbdb6b7e8872e557bb5 Binary files /dev/null and b/resources/images/textures/block/loom_front.png differ diff --git a/resources/images/textures/block/loom_side.png b/resources/images/textures/block/loom_side.png new file mode 100644 index 0000000000000000000000000000000000000000..5b35ebef51a4316ee1ffc948f48318b753c60ee1 Binary files /dev/null and b/resources/images/textures/block/loom_side.png differ diff --git a/resources/images/textures/block/loom_top.png b/resources/images/textures/block/loom_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba74c051a5b0514f3f176515cbef8cf6d01ccc3 Binary files /dev/null and b/resources/images/textures/block/loom_top.png differ diff --git a/resources/images/textures/block/magenta_candle.png b/resources/images/textures/block/magenta_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..695f7e26f35cc6a47515585c80dfbf01905906e4 Binary files /dev/null and b/resources/images/textures/block/magenta_candle.png differ diff --git a/resources/images/textures/block/magenta_candle_lit.png b/resources/images/textures/block/magenta_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..64b274dd81bebfef0e5468f7e20dec49b1fb73cf Binary files /dev/null and b/resources/images/textures/block/magenta_candle_lit.png differ diff --git a/resources/images/textures/block/magenta_concrete.png b/resources/images/textures/block/magenta_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..68fb2dda21af935117f04b03bc8f1e5e4ef02cf8 Binary files /dev/null and b/resources/images/textures/block/magenta_concrete.png differ diff --git a/resources/images/textures/block/magenta_concrete_powder.png b/resources/images/textures/block/magenta_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..82e5fd2cfc84ed4ca4a9c46188be26778fcf8da3 Binary files /dev/null and b/resources/images/textures/block/magenta_concrete_powder.png differ diff --git a/resources/images/textures/block/magenta_glazed_terracotta.png b/resources/images/textures/block/magenta_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..5d5b7cebdf4209dc9c756eedb4a14ed3a5ae275a Binary files /dev/null and b/resources/images/textures/block/magenta_glazed_terracotta.png differ diff --git a/resources/images/textures/block/magenta_shulker_box.png b/resources/images/textures/block/magenta_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..5466c22ad0cf3ff2258608b1ade947e18071b999 Binary files /dev/null and b/resources/images/textures/block/magenta_shulker_box.png differ diff --git a/resources/images/textures/block/magenta_stained_glass.png b/resources/images/textures/block/magenta_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f010e4a0997aa61b07b95e0fd11f3a1c1e321d Binary files /dev/null and b/resources/images/textures/block/magenta_stained_glass.png differ diff --git a/resources/images/textures/block/magenta_stained_glass_pane_top.png b/resources/images/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2525a2f4e3e2950b611fefefeda4148b8ea4a90d Binary files /dev/null and b/resources/images/textures/block/magenta_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/magenta_terracotta.png b/resources/images/textures/block/magenta_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..9c80691ea118cab965c39f73568c842c3a4a108b Binary files /dev/null and b/resources/images/textures/block/magenta_terracotta.png differ diff --git a/resources/images/textures/block/magenta_wool.png b/resources/images/textures/block/magenta_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..249ac659d4244c846bf8dcfa29b1b4fa0d990272 Binary files /dev/null and b/resources/images/textures/block/magenta_wool.png differ diff --git a/resources/images/textures/block/magma.png b/resources/images/textures/block/magma.png new file mode 100644 index 0000000000000000000000000000000000000000..b80dc188a1315386c83bb3047dbef2164a303263 Binary files /dev/null and b/resources/images/textures/block/magma.png differ diff --git a/resources/images/textures/block/magma.png.mcmeta b/resources/images/textures/block/magma.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..e967a47170b26d613d409e8d65fc9f563581967a --- /dev/null +++ b/resources/images/textures/block/magma.png.mcmeta @@ -0,0 +1,135 @@ +{ + "animation": { + "interpolate": true, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 123, + 124, + 124, + 125, + 126, + 127 + ] + } +} diff --git a/resources/images/textures/block/medium_amethyst_bud.png b/resources/images/textures/block/medium_amethyst_bud.png new file mode 100644 index 0000000000000000000000000000000000000000..df046d9cb3184bd65f2277d3f184f0f3b8f5efd3 Binary files /dev/null and b/resources/images/textures/block/medium_amethyst_bud.png differ diff --git a/resources/images/textures/block/melon_side.png b/resources/images/textures/block/melon_side.png new file mode 100644 index 0000000000000000000000000000000000000000..92c4a3de2febd5d51ee33e2158f3f3ed4b342ac9 Binary files /dev/null and b/resources/images/textures/block/melon_side.png differ diff --git a/resources/images/textures/block/melon_stem.png b/resources/images/textures/block/melon_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..b47b8e57ee0ef8e60c204c1c60a6f7be92e24994 Binary files /dev/null and b/resources/images/textures/block/melon_stem.png differ diff --git a/resources/images/textures/block/melon_top.png b/resources/images/textures/block/melon_top.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc4abffe8220ee76323e10bd5e26b13ea5ca7f6 Binary files /dev/null and b/resources/images/textures/block/melon_top.png differ diff --git a/resources/images/textures/block/moss_block.png b/resources/images/textures/block/moss_block.png new file mode 100644 index 0000000000000000000000000000000000000000..67f5842729e6bb93e360606f48d96463c73e864c Binary files /dev/null and b/resources/images/textures/block/moss_block.png differ diff --git a/resources/images/textures/block/mossy_cobblestone.png b/resources/images/textures/block/mossy_cobblestone.png new file mode 100644 index 0000000000000000000000000000000000000000..f54d8b79362dcabfb59329bdc39171852ad3c28f Binary files /dev/null and b/resources/images/textures/block/mossy_cobblestone.png differ diff --git a/resources/images/textures/block/mossy_stone_bricks.png b/resources/images/textures/block/mossy_stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..e4284fdf1509c55545a55a7eabf2c9f48c28e330 Binary files /dev/null and b/resources/images/textures/block/mossy_stone_bricks.png differ diff --git a/resources/images/textures/block/mushroom_block_inside.png b/resources/images/textures/block/mushroom_block_inside.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab390ffad14776723495bfdda91eff90e8d6b4f Binary files /dev/null and b/resources/images/textures/block/mushroom_block_inside.png differ diff --git a/resources/images/textures/block/mushroom_stem.png b/resources/images/textures/block/mushroom_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf2e8e91e8def2256e2fb2d2110e9fd2aa91bb3 Binary files /dev/null and b/resources/images/textures/block/mushroom_stem.png differ diff --git a/resources/images/textures/block/mycelium_side.png b/resources/images/textures/block/mycelium_side.png new file mode 100644 index 0000000000000000000000000000000000000000..afb753c601480b6a4861fc7ef8b7b0299541539a Binary files /dev/null and b/resources/images/textures/block/mycelium_side.png differ diff --git a/resources/images/textures/block/mycelium_top.png b/resources/images/textures/block/mycelium_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c185136b4acd7d4652d2b948dc6cedfff5ba1114 Binary files /dev/null and b/resources/images/textures/block/mycelium_top.png differ diff --git a/resources/images/textures/block/nether_brick/1.png b/resources/images/textures/block/nether_brick/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea696fea9d50b5fe3bc8eac6f69c95159dd6034 Binary files /dev/null and b/resources/images/textures/block/nether_brick/1.png differ diff --git a/resources/images/textures/block/nether_brick/2.png b/resources/images/textures/block/nether_brick/2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e53c2c2b3e057d9702494425e6e0b8aebc1b7a5 Binary files /dev/null and b/resources/images/textures/block/nether_brick/2.png differ diff --git a/resources/images/textures/block/nether_brick_red/1.png b/resources/images/textures/block/nether_brick_red/1.png new file mode 100644 index 0000000000000000000000000000000000000000..703c2351d48b517fa565d80d128c9b4fb37a5064 Binary files /dev/null and b/resources/images/textures/block/nether_brick_red/1.png differ diff --git a/resources/images/textures/block/nether_brick_red/2.png b/resources/images/textures/block/nether_brick_red/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2269b76420540c8a7ca3e31c71177b51e3cdc5b0 Binary files /dev/null and b/resources/images/textures/block/nether_brick_red/2.png differ diff --git a/resources/images/textures/block/nether_bricks.png b/resources/images/textures/block/nether_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea696fea9d50b5fe3bc8eac6f69c95159dd6034 Binary files /dev/null and b/resources/images/textures/block/nether_bricks.png differ diff --git a/resources/images/textures/block/nether_gold_ore.png b/resources/images/textures/block/nether_gold_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..ecaaada1ae48c5df1a1dc1e0b53cee4d156bdf23 Binary files /dev/null and b/resources/images/textures/block/nether_gold_ore.png differ diff --git a/resources/images/textures/block/nether_portal.png b/resources/images/textures/block/nether_portal.png new file mode 100644 index 0000000000000000000000000000000000000000..6175a3e986a48309a0bac3be0c2a81eb60588d3d Binary files /dev/null and b/resources/images/textures/block/nether_portal.png differ diff --git a/resources/images/textures/block/nether_portal.png.mcmeta b/resources/images/textures/block/nether_portal.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..0e754db468f958a0fd77197ffa6b553bdacb1388 --- /dev/null +++ b/resources/images/textures/block/nether_portal.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 ] + } +} diff --git a/resources/images/textures/block/nether_quartz_ore.png b/resources/images/textures/block/nether_quartz_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..dda54fa4042961d6351bee8139466ee1183d83b3 Binary files /dev/null and b/resources/images/textures/block/nether_quartz_ore.png differ diff --git a/resources/images/textures/block/nether_sprouts.png b/resources/images/textures/block/nether_sprouts.png new file mode 100644 index 0000000000000000000000000000000000000000..2b750c41d83feda01a3bbaf55e11b84e1e8ea8cb Binary files /dev/null and b/resources/images/textures/block/nether_sprouts.png differ diff --git a/resources/images/textures/block/nether_wart_block.png b/resources/images/textures/block/nether_wart_block.png new file mode 100644 index 0000000000000000000000000000000000000000..ded82ee6993740284b5fc5c810c7be6245b1b9e3 Binary files /dev/null and b/resources/images/textures/block/nether_wart_block.png differ diff --git a/resources/images/textures/block/nether_wart_stage0.png b/resources/images/textures/block/nether_wart_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..e41dfa44d69291568cfc87e619210be1be8fe50f Binary files /dev/null and b/resources/images/textures/block/nether_wart_stage0.png differ diff --git a/resources/images/textures/block/nether_wart_stage1.png b/resources/images/textures/block/nether_wart_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..dac28cdc45c438084dfbfe246d41e676af399faa Binary files /dev/null and b/resources/images/textures/block/nether_wart_stage1.png differ diff --git a/resources/images/textures/block/nether_wart_stage2.png b/resources/images/textures/block/nether_wart_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..85e60bf3a5579aa836e6f1f6f21d20e0c737c76a Binary files /dev/null and b/resources/images/textures/block/nether_wart_stage2.png differ diff --git a/resources/images/textures/block/netherite_block.png b/resources/images/textures/block/netherite_block.png new file mode 100644 index 0000000000000000000000000000000000000000..4739ec91e3b2aa34466f5613973ea9aff2af8dca Binary files /dev/null and b/resources/images/textures/block/netherite_block.png differ diff --git a/resources/images/textures/block/netherrack.png b/resources/images/textures/block/netherrack.png new file mode 100644 index 0000000000000000000000000000000000000000..975944dd291daf507193305f7b33fddd18674146 Binary files /dev/null and b/resources/images/textures/block/netherrack.png differ diff --git a/resources/images/textures/block/note_block.png b/resources/images/textures/block/note_block.png new file mode 100644 index 0000000000000000000000000000000000000000..a52a7a79b71b669509f7515c211a7c24a48170c3 Binary files /dev/null and b/resources/images/textures/block/note_block.png differ diff --git a/resources/images/textures/block/oak_door_bottom.png b/resources/images/textures/block/oak_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..eb2df0dc693374fa844bdc1b654c9eed36f4de6f Binary files /dev/null and b/resources/images/textures/block/oak_door_bottom.png differ diff --git a/resources/images/textures/block/oak_door_top.png b/resources/images/textures/block/oak_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..87b0c967c27d6ae9c405e8cba3ada5c762b9e426 Binary files /dev/null and b/resources/images/textures/block/oak_door_top.png differ diff --git a/resources/images/textures/block/oak_leaves.png b/resources/images/textures/block/oak_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..05151c4e6473ad4afaf87661d883c0f599535906 Binary files /dev/null and b/resources/images/textures/block/oak_leaves.png differ diff --git a/resources/images/textures/block/oak_log.png b/resources/images/textures/block/oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..20fec7c93809088a05ced2ac2fdd831397b6e82c Binary files /dev/null and b/resources/images/textures/block/oak_log.png differ diff --git a/resources/images/textures/block/oak_log_top.png b/resources/images/textures/block/oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d69f07d0a8df5a49db14918dd1e52c295c88ae48 Binary files /dev/null and b/resources/images/textures/block/oak_log_top.png differ diff --git a/resources/images/textures/block/oak_planks.png b/resources/images/textures/block/oak_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0ba27325e6ede861edf9e486d8e5b3fbbd5352 Binary files /dev/null and b/resources/images/textures/block/oak_planks.png differ diff --git a/resources/images/textures/block/oak_sapling.png b/resources/images/textures/block/oak_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..52fd8c6fbcf04883fafe90c182c45a5097d7ad36 Binary files /dev/null and b/resources/images/textures/block/oak_sapling.png differ diff --git a/resources/images/textures/block/oak_trapdoor.png b/resources/images/textures/block/oak_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9768e4340c65ee6017172432d0e665215f0234 Binary files /dev/null and b/resources/images/textures/block/oak_trapdoor.png differ diff --git a/resources/images/textures/block/observer_back.png b/resources/images/textures/block/observer_back.png new file mode 100644 index 0000000000000000000000000000000000000000..3f903422d662f87dcd74bf0071e8e503a8ba778c Binary files /dev/null and b/resources/images/textures/block/observer_back.png differ diff --git a/resources/images/textures/block/observer_back_on.png b/resources/images/textures/block/observer_back_on.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd4ac3d49a76d538fa582b00a8757122ab941cc Binary files /dev/null and b/resources/images/textures/block/observer_back_on.png differ diff --git a/resources/images/textures/block/observer_front.png b/resources/images/textures/block/observer_front.png new file mode 100644 index 0000000000000000000000000000000000000000..18c7b158a886b0e2a92480af3b9d44d6f50f0b88 Binary files /dev/null and b/resources/images/textures/block/observer_front.png differ diff --git a/resources/images/textures/block/observer_side.png b/resources/images/textures/block/observer_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab70f65f650ab8fb48039738e5c4a1b9139d2c6 Binary files /dev/null and b/resources/images/textures/block/observer_side.png differ diff --git a/resources/images/textures/block/observer_top.png b/resources/images/textures/block/observer_top.png new file mode 100644 index 0000000000000000000000000000000000000000..12fd74ce6f8edd30c9897bd8ff2e52a155a36209 Binary files /dev/null and b/resources/images/textures/block/observer_top.png differ diff --git a/resources/images/textures/block/obsidian.png b/resources/images/textures/block/obsidian.png new file mode 100644 index 0000000000000000000000000000000000000000..74113d716f4b77481005af72346c7616bd6925f9 Binary files /dev/null and b/resources/images/textures/block/obsidian.png differ diff --git a/resources/images/textures/block/orange_candle.png b/resources/images/textures/block/orange_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..989048e13065a95b85b8d084d2ff14192e60fa79 Binary files /dev/null and b/resources/images/textures/block/orange_candle.png differ diff --git a/resources/images/textures/block/orange_candle_lit.png b/resources/images/textures/block/orange_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b314f801e8c3c0bfd31a3acb3ae270140a93ed Binary files /dev/null and b/resources/images/textures/block/orange_candle_lit.png differ diff --git a/resources/images/textures/block/orange_concrete.png b/resources/images/textures/block/orange_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..881de878321f38f5cc95a20bdd1acbafb3543e42 Binary files /dev/null and b/resources/images/textures/block/orange_concrete.png differ diff --git a/resources/images/textures/block/orange_concrete_powder.png b/resources/images/textures/block/orange_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..e38f975d7c3a313e999875235ac1fd36d3b8f21b Binary files /dev/null and b/resources/images/textures/block/orange_concrete_powder.png differ diff --git a/resources/images/textures/block/orange_glazed_terracotta.png b/resources/images/textures/block/orange_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..39f938481925d54628cab1512a58b7407a66f9e7 Binary files /dev/null and b/resources/images/textures/block/orange_glazed_terracotta.png differ diff --git a/resources/images/textures/block/orange_shulker_box.png b/resources/images/textures/block/orange_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..3681fa289dbc483b8e0cc16671ab75c3704da677 Binary files /dev/null and b/resources/images/textures/block/orange_shulker_box.png differ diff --git a/resources/images/textures/block/orange_stained_glass.png b/resources/images/textures/block/orange_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..c35ec5e50be9be053c5a8e91606e5890b6307108 Binary files /dev/null and b/resources/images/textures/block/orange_stained_glass.png differ diff --git a/resources/images/textures/block/orange_stained_glass_pane_top.png b/resources/images/textures/block/orange_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..042d2ccfd6e3e786001bd991194e8e279e2080f6 Binary files /dev/null and b/resources/images/textures/block/orange_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/orange_terracotta.png b/resources/images/textures/block/orange_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..19aabd29bcffe6f30a336b27577b233247f96370 Binary files /dev/null and b/resources/images/textures/block/orange_terracotta.png differ diff --git a/resources/images/textures/block/orange_tulip.png b/resources/images/textures/block/orange_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..eee5010ae47fa75c491fc4113ca976942e44679f Binary files /dev/null and b/resources/images/textures/block/orange_tulip.png differ diff --git a/resources/images/textures/block/orange_wool.png b/resources/images/textures/block/orange_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..7b96cd890d6ce99ea9fbcd6ae87fcaaee9e9864b Binary files /dev/null and b/resources/images/textures/block/orange_wool.png differ diff --git a/resources/images/textures/block/oxeye_daisy.png b/resources/images/textures/block/oxeye_daisy.png new file mode 100644 index 0000000000000000000000000000000000000000..84492353289447709cb938d07ebc17d2f9dda558 Binary files /dev/null and b/resources/images/textures/block/oxeye_daisy.png differ diff --git a/resources/images/textures/block/oxidized_copper.png b/resources/images/textures/block/oxidized_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..a68cc7f6306a627c7c23727912860c9918708da1 Binary files /dev/null and b/resources/images/textures/block/oxidized_copper.png differ diff --git a/resources/images/textures/block/oxidized_cut_copper.png b/resources/images/textures/block/oxidized_cut_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..d61a7a278610d5df127c50528d40f9dec00ec3e3 Binary files /dev/null and b/resources/images/textures/block/oxidized_cut_copper.png differ diff --git a/resources/images/textures/block/packed_ice.png b/resources/images/textures/block/packed_ice.png new file mode 100644 index 0000000000000000000000000000000000000000..d6be139520c6e05fd7d54ea8a7be575f2ddb7dfd Binary files /dev/null and b/resources/images/textures/block/packed_ice.png differ diff --git a/resources/images/textures/block/peony_bottom.png b/resources/images/textures/block/peony_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..41c1ca6e4357890b5c475eb079811d7cab700f94 Binary files /dev/null and b/resources/images/textures/block/peony_bottom.png differ diff --git a/resources/images/textures/block/peony_top.png b/resources/images/textures/block/peony_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf1c4f91d287f9b367b125b2a1fbfd6542ffac9 Binary files /dev/null and b/resources/images/textures/block/peony_top.png differ diff --git a/resources/images/textures/block/pink_candle.png b/resources/images/textures/block/pink_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..d879c17b5a535f9f02e26e48207b5ccf4143b27a Binary files /dev/null and b/resources/images/textures/block/pink_candle.png differ diff --git a/resources/images/textures/block/pink_candle_lit.png b/resources/images/textures/block/pink_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..975d43e57c0d55100995c8b67e46e22c73906a06 Binary files /dev/null and b/resources/images/textures/block/pink_candle_lit.png differ diff --git a/resources/images/textures/block/pink_concrete.png b/resources/images/textures/block/pink_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..68791f9696be6beac514c239622089704ef4bad9 Binary files /dev/null and b/resources/images/textures/block/pink_concrete.png differ diff --git a/resources/images/textures/block/pink_concrete_powder.png b/resources/images/textures/block/pink_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..008178127f7bba03d07681b3242ebcdf066f41c3 Binary files /dev/null and b/resources/images/textures/block/pink_concrete_powder.png differ diff --git a/resources/images/textures/block/pink_glazed_terracotta.png b/resources/images/textures/block/pink_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..8f28b6038a4c537f1bf3ccd35042d7ec37deb073 Binary files /dev/null and b/resources/images/textures/block/pink_glazed_terracotta.png differ diff --git a/resources/images/textures/block/pink_shulker_box.png b/resources/images/textures/block/pink_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..980edcf73add073ba8aa2c5007d6447246e9570e Binary files /dev/null and b/resources/images/textures/block/pink_shulker_box.png differ diff --git a/resources/images/textures/block/pink_stained_glass.png b/resources/images/textures/block/pink_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e1a604ce58137de025bcc0ac180f25be3725bc Binary files /dev/null and b/resources/images/textures/block/pink_stained_glass.png differ diff --git a/resources/images/textures/block/pink_stained_glass_pane_top.png b/resources/images/textures/block/pink_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..23d85a207cf8be0654c77442d6c952ae129044d9 Binary files /dev/null and b/resources/images/textures/block/pink_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/pink_terracotta.png b/resources/images/textures/block/pink_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..51f47d8493627c3c54dc8f3fe6d95f5a7e4ed165 Binary files /dev/null and b/resources/images/textures/block/pink_terracotta.png differ diff --git a/resources/images/textures/block/pink_tulip.png b/resources/images/textures/block/pink_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb2919adc02b8fdbbbad9402c20c6b3ce9e24ed Binary files /dev/null and b/resources/images/textures/block/pink_tulip.png differ diff --git a/resources/images/textures/block/pink_wool.png b/resources/images/textures/block/pink_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..beb8e09f5e7b7e955b111299e03362fd1ed09d30 Binary files /dev/null and b/resources/images/textures/block/pink_wool.png differ diff --git a/resources/images/textures/block/piston_bottom.png b/resources/images/textures/block/piston_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9bb9c4363c7b9009c03cbcb1da67fe4af70444 Binary files /dev/null and b/resources/images/textures/block/piston_bottom.png differ diff --git a/resources/images/textures/block/piston_inner.png b/resources/images/textures/block/piston_inner.png new file mode 100644 index 0000000000000000000000000000000000000000..5495a238f5cd05029409e6139fcaf1079cdfe3dc Binary files /dev/null and b/resources/images/textures/block/piston_inner.png differ diff --git a/resources/images/textures/block/piston_side.png b/resources/images/textures/block/piston_side.png new file mode 100644 index 0000000000000000000000000000000000000000..0b8e92a20a0cc05c1dfb2c570d49e28ba13cba46 Binary files /dev/null and b/resources/images/textures/block/piston_side.png differ diff --git a/resources/images/textures/block/piston_top.png b/resources/images/textures/block/piston_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d59fb391bd90cdde01eadd7f8b5e58c32f388e12 Binary files /dev/null and b/resources/images/textures/block/piston_top.png differ diff --git a/resources/images/textures/block/piston_top_sticky.png b/resources/images/textures/block/piston_top_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..fb403c16f5df86cf02a30a857adb2e8d86d41be2 Binary files /dev/null and b/resources/images/textures/block/piston_top_sticky.png differ diff --git a/resources/images/textures/block/podzol_side.png b/resources/images/textures/block/podzol_side.png new file mode 100644 index 0000000000000000000000000000000000000000..031f3fd0f9d21b1efa495cb376af3ae67710b8ab Binary files /dev/null and b/resources/images/textures/block/podzol_side.png differ diff --git a/resources/images/textures/block/podzol_top.png b/resources/images/textures/block/podzol_top.png new file mode 100644 index 0000000000000000000000000000000000000000..f40eebc6ac5e9432164470dc71ff879adad9e96e Binary files /dev/null and b/resources/images/textures/block/podzol_top.png differ diff --git a/resources/images/textures/block/pointed_dripstone_down_base.png b/resources/images/textures/block/pointed_dripstone_down_base.png new file mode 100644 index 0000000000000000000000000000000000000000..2f3fd9a969db7ce7886e142836d736be3ad0f042 Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_down_base.png differ diff --git a/resources/images/textures/block/pointed_dripstone_down_frustum.png b/resources/images/textures/block/pointed_dripstone_down_frustum.png new file mode 100644 index 0000000000000000000000000000000000000000..c0046e57c2dc93a36e72058e783f70564077d52d Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_down_frustum.png differ diff --git a/resources/images/textures/block/pointed_dripstone_down_middle.png b/resources/images/textures/block/pointed_dripstone_down_middle.png new file mode 100644 index 0000000000000000000000000000000000000000..c0046e57c2dc93a36e72058e783f70564077d52d Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_down_middle.png differ diff --git a/resources/images/textures/block/pointed_dripstone_down_tip.png b/resources/images/textures/block/pointed_dripstone_down_tip.png new file mode 100644 index 0000000000000000000000000000000000000000..4717b948f3928b495a9d0c40a669a047a26a6fc8 Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_down_tip.png differ diff --git a/resources/images/textures/block/pointed_dripstone_down_tip_merge.png b/resources/images/textures/block/pointed_dripstone_down_tip_merge.png new file mode 100644 index 0000000000000000000000000000000000000000..9317c0d3df95bceafce11949fcbd5864bf13a04b Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_down_tip_merge.png differ diff --git a/resources/images/textures/block/pointed_dripstone_up_base.png b/resources/images/textures/block/pointed_dripstone_up_base.png new file mode 100644 index 0000000000000000000000000000000000000000..19549840d0239dedb651243e940cf605235447f2 Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_up_base.png differ diff --git a/resources/images/textures/block/pointed_dripstone_up_frustum.png b/resources/images/textures/block/pointed_dripstone_up_frustum.png new file mode 100644 index 0000000000000000000000000000000000000000..4d16107303b89c5fa2011a408ce43e0baa54d88b Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_up_frustum.png differ diff --git a/resources/images/textures/block/pointed_dripstone_up_middle.png b/resources/images/textures/block/pointed_dripstone_up_middle.png new file mode 100644 index 0000000000000000000000000000000000000000..4d16107303b89c5fa2011a408ce43e0baa54d88b Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_up_middle.png differ diff --git a/resources/images/textures/block/pointed_dripstone_up_tip.png b/resources/images/textures/block/pointed_dripstone_up_tip.png new file mode 100644 index 0000000000000000000000000000000000000000..dd1651b800aa457c1d4935f26075f50966f0f716 Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_up_tip.png differ diff --git a/resources/images/textures/block/pointed_dripstone_up_tip_merge.png b/resources/images/textures/block/pointed_dripstone_up_tip_merge.png new file mode 100644 index 0000000000000000000000000000000000000000..66b85d5c5e32951bd52b3e634d6f62cd94d03e68 Binary files /dev/null and b/resources/images/textures/block/pointed_dripstone_up_tip_merge.png differ diff --git a/resources/images/textures/block/polished_andesite.png b/resources/images/textures/block/polished_andesite.png new file mode 100644 index 0000000000000000000000000000000000000000..8781116e948d84572d258fd1d31c977ab9b76c68 Binary files /dev/null and b/resources/images/textures/block/polished_andesite.png differ diff --git a/resources/images/textures/block/polished_basalt_side.png b/resources/images/textures/block/polished_basalt_side.png new file mode 100644 index 0000000000000000000000000000000000000000..098ecbd5f23d98195d2a901cc9c85c1eb6fd8add Binary files /dev/null and b/resources/images/textures/block/polished_basalt_side.png differ diff --git a/resources/images/textures/block/polished_basalt_top.png b/resources/images/textures/block/polished_basalt_top.png new file mode 100644 index 0000000000000000000000000000000000000000..a011bac96f0511a8a48abb8316d11170c68abcce Binary files /dev/null and b/resources/images/textures/block/polished_basalt_top.png differ diff --git a/resources/images/textures/block/polished_blackstone.png b/resources/images/textures/block/polished_blackstone.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef9ae0a3cec6aa32d3366305c03e5326fd617cc Binary files /dev/null and b/resources/images/textures/block/polished_blackstone.png differ diff --git a/resources/images/textures/block/polished_blackstone_bricks.png b/resources/images/textures/block/polished_blackstone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..df1467f898c516ab8179b508bb3c6c85e11185b6 Binary files /dev/null and b/resources/images/textures/block/polished_blackstone_bricks.png differ diff --git a/resources/images/textures/block/polished_deepslate.png b/resources/images/textures/block/polished_deepslate.png new file mode 100644 index 0000000000000000000000000000000000000000..e8a817dd67c627ec9d3f9d511b1b8abf7999f27f Binary files /dev/null and b/resources/images/textures/block/polished_deepslate.png differ diff --git a/resources/images/textures/block/polished_diorite.png b/resources/images/textures/block/polished_diorite.png new file mode 100644 index 0000000000000000000000000000000000000000..478f14a52e4d065fd5d595e280d25a6df19c5926 Binary files /dev/null and b/resources/images/textures/block/polished_diorite.png differ diff --git a/resources/images/textures/block/polished_granite.png b/resources/images/textures/block/polished_granite.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6a6c88cb587cd6b339c95694f3c77efea53745 Binary files /dev/null and b/resources/images/textures/block/polished_granite.png differ diff --git a/resources/images/textures/block/poppy.png b/resources/images/textures/block/poppy.png new file mode 100644 index 0000000000000000000000000000000000000000..54997853ccf6801e81485e863360582fa6dd9f40 Binary files /dev/null and b/resources/images/textures/block/poppy.png differ diff --git a/resources/images/textures/block/potatoes_stage0.png b/resources/images/textures/block/potatoes_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..b60c4009dc17caf1ac38221c4c8516862c841ef6 Binary files /dev/null and b/resources/images/textures/block/potatoes_stage0.png differ diff --git a/resources/images/textures/block/potatoes_stage1.png b/resources/images/textures/block/potatoes_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..e274d40aeda7e2dd87201ded00db3ce51987a42a Binary files /dev/null and b/resources/images/textures/block/potatoes_stage1.png differ diff --git a/resources/images/textures/block/potatoes_stage2.png b/resources/images/textures/block/potatoes_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f3fb62e0d3d710aaf5b2831fe808c7ca2544edc Binary files /dev/null and b/resources/images/textures/block/potatoes_stage2.png differ diff --git a/resources/images/textures/block/potatoes_stage3.png b/resources/images/textures/block/potatoes_stage3.png new file mode 100644 index 0000000000000000000000000000000000000000..5f34809ed4e1dbc9904bf8eec81b7643644a3011 Binary files /dev/null and b/resources/images/textures/block/potatoes_stage3.png differ diff --git a/resources/images/textures/block/potted_azalea_bush_plant.png b/resources/images/textures/block/potted_azalea_bush_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..5a270364cbdab97465b78519fa8b2cce3e367582 Binary files /dev/null and b/resources/images/textures/block/potted_azalea_bush_plant.png differ diff --git a/resources/images/textures/block/potted_azalea_bush_side.png b/resources/images/textures/block/potted_azalea_bush_side.png new file mode 100644 index 0000000000000000000000000000000000000000..21dc74c09024f73f4e94a0f5dc612919d2011f62 Binary files /dev/null and b/resources/images/textures/block/potted_azalea_bush_side.png differ diff --git a/resources/images/textures/block/potted_flowering_azalea_bush_plant.png b/resources/images/textures/block/potted_flowering_azalea_bush_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..5c6971dcb3970661fe5adff38345d65d3b42b665 Binary files /dev/null and b/resources/images/textures/block/potted_flowering_azalea_bush_plant.png differ diff --git a/resources/images/textures/block/potted_flowering_azalea_bush_side.png b/resources/images/textures/block/potted_flowering_azalea_bush_side.png new file mode 100644 index 0000000000000000000000000000000000000000..2d917554415d14bb5611454edc627d51d33a4f5f Binary files /dev/null and b/resources/images/textures/block/potted_flowering_azalea_bush_side.png differ diff --git a/resources/images/textures/block/powder_snow.png b/resources/images/textures/block/powder_snow.png new file mode 100644 index 0000000000000000000000000000000000000000..829e31a4f7b321ea4f7230a30a4004257d978369 Binary files /dev/null and b/resources/images/textures/block/powder_snow.png differ diff --git a/resources/images/textures/block/powered_rail.png b/resources/images/textures/block/powered_rail.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd6ff47d114d549a49e005a28d35a96c1db2cfa Binary files /dev/null and b/resources/images/textures/block/powered_rail.png differ diff --git a/resources/images/textures/block/powered_rail_on.png b/resources/images/textures/block/powered_rail_on.png new file mode 100644 index 0000000000000000000000000000000000000000..2156ee860ccc58c36ffe2d46655b7418542d3426 Binary files /dev/null and b/resources/images/textures/block/powered_rail_on.png differ diff --git a/resources/images/textures/block/pressure_plate_iron.png b/resources/images/textures/block/pressure_plate_iron.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3f9536f15be24acae0c44770be7e25c3f93e39 Binary files /dev/null and b/resources/images/textures/block/pressure_plate_iron.png differ diff --git a/resources/images/textures/block/pressure_plate_oak.png b/resources/images/textures/block/pressure_plate_oak.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ae1ff479155dc4cf6bd597452623c5a9017ab4 Binary files /dev/null and b/resources/images/textures/block/pressure_plate_oak.png differ diff --git a/resources/images/textures/block/prismarine.png b/resources/images/textures/block/prismarine.png new file mode 100644 index 0000000000000000000000000000000000000000..8108b1309b2e952655b937849de4d6961c5c9990 Binary files /dev/null and b/resources/images/textures/block/prismarine.png differ diff --git a/resources/images/textures/block/prismarine.png.mcmeta b/resources/images/textures/block/prismarine.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..410b327ffd98ceb8b4dc2328769c13ccd52425de --- /dev/null +++ b/resources/images/textures/block/prismarine.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/resources/images/textures/block/prismarine_bricks.png b/resources/images/textures/block/prismarine_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..5550625d88fe9e6535eccf85ed8d4ffdb6bfff76 Binary files /dev/null and b/resources/images/textures/block/prismarine_bricks.png differ diff --git a/resources/images/textures/block/pumpkin_face_on.png b/resources/images/textures/block/pumpkin_face_on.png new file mode 100644 index 0000000000000000000000000000000000000000..3096a710011471d83e540c8b4985806156d1656a Binary files /dev/null and b/resources/images/textures/block/pumpkin_face_on.png differ diff --git a/resources/images/textures/block/pumpkin_face_on.png.mcmeta b/resources/images/textures/block/pumpkin_face_on.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4093a16ac1d867042998686704c5d8686834d283 --- /dev/null +++ b/resources/images/textures/block/pumpkin_face_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 1, + "interpolate": true + } +} diff --git a/resources/images/textures/block/pumpkin_side.png b/resources/images/textures/block/pumpkin_side.png new file mode 100644 index 0000000000000000000000000000000000000000..7f458870561c176d0b8caeeb252fed78f6e78f43 Binary files /dev/null and b/resources/images/textures/block/pumpkin_side.png differ diff --git a/resources/images/textures/block/pumpkin_stem.png b/resources/images/textures/block/pumpkin_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..3dd3d2233b463788660e05067ee818dc55f35348 Binary files /dev/null and b/resources/images/textures/block/pumpkin_stem.png differ diff --git a/resources/images/textures/block/pumpkin_top.png b/resources/images/textures/block/pumpkin_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e7bd973530305e2e28572a3cb1ca5a41bc73618c Binary files /dev/null and b/resources/images/textures/block/pumpkin_top.png differ diff --git a/resources/images/textures/block/purple_candle.png b/resources/images/textures/block/purple_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..bd888a44c8f76b116361b8897404058b1772aced Binary files /dev/null and b/resources/images/textures/block/purple_candle.png differ diff --git a/resources/images/textures/block/purple_candle_lit.png b/resources/images/textures/block/purple_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..7cf0d1b96c20d8a9e2e54409e6eb200d8111c777 Binary files /dev/null and b/resources/images/textures/block/purple_candle_lit.png differ diff --git a/resources/images/textures/block/purple_concrete.png b/resources/images/textures/block/purple_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..348628e514bd58d2aa74698940964b8571e221df Binary files /dev/null and b/resources/images/textures/block/purple_concrete.png differ diff --git a/resources/images/textures/block/purple_concrete_powder.png b/resources/images/textures/block/purple_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..f80970a6a9c1c47722db620055b837f17f134fa2 Binary files /dev/null and b/resources/images/textures/block/purple_concrete_powder.png differ diff --git a/resources/images/textures/block/purple_glazed_terracotta.png b/resources/images/textures/block/purple_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..345e5fe8a20aa1a44ec406112fd001747ca5da10 Binary files /dev/null and b/resources/images/textures/block/purple_glazed_terracotta.png differ diff --git a/resources/images/textures/block/purple_shulker_box.png b/resources/images/textures/block/purple_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dffd8b2248288a4fd6508f073b4b5c1004a3a8 Binary files /dev/null and b/resources/images/textures/block/purple_shulker_box.png differ diff --git a/resources/images/textures/block/purple_stained_glass.png b/resources/images/textures/block/purple_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..3dcec78032a338f0c31d14ce7f115c4ccbce05eb Binary files /dev/null and b/resources/images/textures/block/purple_stained_glass.png differ diff --git a/resources/images/textures/block/purple_stained_glass_pane_top.png b/resources/images/textures/block/purple_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e13c4f0b3df8e5daa88fc4f868259d15353bdef2 Binary files /dev/null and b/resources/images/textures/block/purple_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/purple_terracotta.png b/resources/images/textures/block/purple_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..de2cef573bdd08a00ba5d45204e430c4d504a749 Binary files /dev/null and b/resources/images/textures/block/purple_terracotta.png differ diff --git a/resources/images/textures/block/purple_wool.png b/resources/images/textures/block/purple_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e90dd22b469237610fd2f3bc02670ac1117b0e Binary files /dev/null and b/resources/images/textures/block/purple_wool.png differ diff --git a/resources/images/textures/block/purpur_block.png b/resources/images/textures/block/purpur_block.png new file mode 100644 index 0000000000000000000000000000000000000000..b62311d89f4375d9d7ef18de432b6f26b02f8815 Binary files /dev/null and b/resources/images/textures/block/purpur_block.png differ diff --git a/resources/images/textures/block/purpur_pillar.png b/resources/images/textures/block/purpur_pillar.png new file mode 100644 index 0000000000000000000000000000000000000000..53d1df2f50a66cd6025d79399837c0811c026075 Binary files /dev/null and b/resources/images/textures/block/purpur_pillar.png differ diff --git a/resources/images/textures/block/purpur_pillar_top.png b/resources/images/textures/block/purpur_pillar_top.png new file mode 100644 index 0000000000000000000000000000000000000000..eab962907085c8714841e9ad14bf3758e13709c8 Binary files /dev/null and b/resources/images/textures/block/purpur_pillar_top.png differ diff --git a/resources/images/textures/block/quartz_block_bottom.png b/resources/images/textures/block/quartz_block_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..28f1581572d50d9b667a483c80c0e161c174da89 Binary files /dev/null and b/resources/images/textures/block/quartz_block_bottom.png differ diff --git a/resources/images/textures/block/quartz_block_side.png b/resources/images/textures/block/quartz_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..28f1581572d50d9b667a483c80c0e161c174da89 Binary files /dev/null and b/resources/images/textures/block/quartz_block_side.png differ diff --git a/resources/images/textures/block/quartz_block_top.png b/resources/images/textures/block/quartz_block_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a51ee25f2f9f2ab07e4e4cb56f967d0bfc3503 Binary files /dev/null and b/resources/images/textures/block/quartz_block_top.png differ diff --git a/resources/images/textures/block/quartz_bricks.png b/resources/images/textures/block/quartz_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..6dcbd2f978d1ec6a6d77d10f3536b444db360ce2 Binary files /dev/null and b/resources/images/textures/block/quartz_bricks.png differ diff --git a/resources/images/textures/block/quartz_pillar.png b/resources/images/textures/block/quartz_pillar.png new file mode 100644 index 0000000000000000000000000000000000000000..79892ca6305c4e5fab3621ec740b47f3972d082f Binary files /dev/null and b/resources/images/textures/block/quartz_pillar.png differ diff --git a/resources/images/textures/block/quartz_pillar_top.png b/resources/images/textures/block/quartz_pillar_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ad7ade6981bcc5a1c3edbe13f26bd1ebc0972856 Binary files /dev/null and b/resources/images/textures/block/quartz_pillar_top.png differ diff --git a/resources/images/textures/block/rail.png b/resources/images/textures/block/rail.png new file mode 100644 index 0000000000000000000000000000000000000000..ce66ec52ea5cf49952e3a5c060c175fd2d753eb4 Binary files /dev/null and b/resources/images/textures/block/rail.png differ diff --git a/resources/images/textures/block/rail/rail_parts.png b/resources/images/textures/block/rail/rail_parts.png new file mode 100644 index 0000000000000000000000000000000000000000..41d7c00060170a959ef8174c7ef0152f1ca6554f Binary files /dev/null and b/resources/images/textures/block/rail/rail_parts.png differ diff --git a/resources/images/textures/block/rail_corner.png b/resources/images/textures/block/rail_corner.png new file mode 100644 index 0000000000000000000000000000000000000000..64a2062e01172ceb68fcba4a53b856574caa3f54 Binary files /dev/null and b/resources/images/textures/block/rail_corner.png differ diff --git a/resources/images/textures/block/raw_copper_block.png b/resources/images/textures/block/raw_copper_block.png new file mode 100644 index 0000000000000000000000000000000000000000..300c8bd0e6ecaae3a395281bb6110fd5e3ca7837 Binary files /dev/null and b/resources/images/textures/block/raw_copper_block.png differ diff --git a/resources/images/textures/block/raw_gold_block.png b/resources/images/textures/block/raw_gold_block.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b61dbd0691db047fdfb661bfe96eb5401d06c2 Binary files /dev/null and b/resources/images/textures/block/raw_gold_block.png differ diff --git a/resources/images/textures/block/raw_iron_block.png b/resources/images/textures/block/raw_iron_block.png new file mode 100644 index 0000000000000000000000000000000000000000..fc7b418bc644f8b10897b8d732c4b9a3ad8cd802 Binary files /dev/null and b/resources/images/textures/block/raw_iron_block.png differ diff --git a/resources/images/textures/block/red_candle.png b/resources/images/textures/block/red_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..436c107c867f63d25694f6bcd569953ae1fe7637 Binary files /dev/null and b/resources/images/textures/block/red_candle.png differ diff --git a/resources/images/textures/block/red_candle_lit.png b/resources/images/textures/block/red_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5277e91a6135bfc9c1e5a00999773734381d0c Binary files /dev/null and b/resources/images/textures/block/red_candle_lit.png differ diff --git a/resources/images/textures/block/red_concrete.png b/resources/images/textures/block/red_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..abbd98472add510493f63cbc871948fefdc97dd7 Binary files /dev/null and b/resources/images/textures/block/red_concrete.png differ diff --git a/resources/images/textures/block/red_concrete_powder.png b/resources/images/textures/block/red_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..db647e29b542e61c1892b42b5db326f3821bd3df Binary files /dev/null and b/resources/images/textures/block/red_concrete_powder.png differ diff --git a/resources/images/textures/block/red_glazed_terracotta.png b/resources/images/textures/block/red_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..54eb94829bd8d28cc214fbc3267d32824c294deb Binary files /dev/null and b/resources/images/textures/block/red_glazed_terracotta.png differ diff --git a/resources/images/textures/block/red_mushroom.png b/resources/images/textures/block/red_mushroom.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3ef3fd6ccd31b72bf1a5460d23dd6a132993c0 Binary files /dev/null and b/resources/images/textures/block/red_mushroom.png differ diff --git a/resources/images/textures/block/red_mushroom_block.png b/resources/images/textures/block/red_mushroom_block.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5735eb8bb58b0baa0ed1e3f0510352bd0f38bd Binary files /dev/null and b/resources/images/textures/block/red_mushroom_block.png differ diff --git a/resources/images/textures/block/red_nether_bricks.png b/resources/images/textures/block/red_nether_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..703c2351d48b517fa565d80d128c9b4fb37a5064 Binary files /dev/null and b/resources/images/textures/block/red_nether_bricks.png differ diff --git a/resources/images/textures/block/red_sand.png b/resources/images/textures/block/red_sand.png new file mode 100644 index 0000000000000000000000000000000000000000..e09b9471de57298b756442b5166dadcb3fe884e2 Binary files /dev/null and b/resources/images/textures/block/red_sand.png differ diff --git a/resources/images/textures/block/red_sandstone.png b/resources/images/textures/block/red_sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9e3a84be325b304b50f2ab9c8e6956745e80f4 Binary files /dev/null and b/resources/images/textures/block/red_sandstone.png differ diff --git a/resources/images/textures/block/red_sandstone_bottom.png b/resources/images/textures/block/red_sandstone_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..fe78ee46f1c312f18e1bc9f8302c055d73d19277 Binary files /dev/null and b/resources/images/textures/block/red_sandstone_bottom.png differ diff --git a/resources/images/textures/block/red_sandstone_top.png b/resources/images/textures/block/red_sandstone_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc3f137ac31d4462a86d860a24a5bb592cd8695 Binary files /dev/null and b/resources/images/textures/block/red_sandstone_top.png differ diff --git a/resources/images/textures/block/red_shulker_box.png b/resources/images/textures/block/red_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8b14e2f033b8f1738d72aed0ff1e42c41c08c2 Binary files /dev/null and b/resources/images/textures/block/red_shulker_box.png differ diff --git a/resources/images/textures/block/red_stained_glass.png b/resources/images/textures/block/red_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..64fe4e2fe120d4c75fc62685d72136ab06054532 Binary files /dev/null and b/resources/images/textures/block/red_stained_glass.png differ diff --git a/resources/images/textures/block/red_stained_glass_pane_top.png b/resources/images/textures/block/red_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..fb30ce85fb2e512be7f41a5d8764d0754c2c88e2 Binary files /dev/null and b/resources/images/textures/block/red_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/red_terracotta.png b/resources/images/textures/block/red_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..fff2dc010ab9b714a57de2379b85cc8bd88f7b09 Binary files /dev/null and b/resources/images/textures/block/red_terracotta.png differ diff --git a/resources/images/textures/block/red_tulip.png b/resources/images/textures/block/red_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa9fc96e925eb175884934418372951b0d94796 Binary files /dev/null and b/resources/images/textures/block/red_tulip.png differ diff --git a/resources/images/textures/block/red_wool.png b/resources/images/textures/block/red_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..d73d5a4129dafd2e49edbbfbd5d2e8c372d429de Binary files /dev/null and b/resources/images/textures/block/red_wool.png differ diff --git a/resources/images/textures/block/redstone_block.png b/resources/images/textures/block/redstone_block.png new file mode 100644 index 0000000000000000000000000000000000000000..9abc994969e62affac06e1e119ccc74ecf9c154e Binary files /dev/null and b/resources/images/textures/block/redstone_block.png differ diff --git a/resources/images/textures/block/redstone_dust_dot.png b/resources/images/textures/block/redstone_dust_dot.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc131b45620d9a16798c1854b5f26e4848f199d Binary files /dev/null and b/resources/images/textures/block/redstone_dust_dot.png differ diff --git a/resources/images/textures/block/redstone_dust_line0.png b/resources/images/textures/block/redstone_dust_line0.png new file mode 100644 index 0000000000000000000000000000000000000000..4113747de2e58e45d9b5fc964e497f7f08d786f3 Binary files /dev/null and b/resources/images/textures/block/redstone_dust_line0.png differ diff --git a/resources/images/textures/block/redstone_dust_line1.png b/resources/images/textures/block/redstone_dust_line1.png new file mode 100644 index 0000000000000000000000000000000000000000..0c94f1bc198fed09bb2b56a7e22e8f1c955a49e2 Binary files /dev/null and b/resources/images/textures/block/redstone_dust_line1.png differ diff --git a/resources/images/textures/block/redstone_dust_overlay.png b/resources/images/textures/block/redstone_dust_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..f6327c68b03beaaaf1eaad6c4f710dddd2fdf881 Binary files /dev/null and b/resources/images/textures/block/redstone_dust_overlay.png differ diff --git a/resources/images/textures/block/redstone_lamp.png b/resources/images/textures/block/redstone_lamp.png new file mode 100644 index 0000000000000000000000000000000000000000..4e9f28540e5ed4085899c5652c70bdc7f879f37d Binary files /dev/null and b/resources/images/textures/block/redstone_lamp.png differ diff --git a/resources/images/textures/block/redstone_lamp_on.png b/resources/images/textures/block/redstone_lamp_on.png new file mode 100644 index 0000000000000000000000000000000000000000..567e4f40c8b790f2e393895537612df92c262453 Binary files /dev/null and b/resources/images/textures/block/redstone_lamp_on.png differ diff --git a/resources/images/textures/block/redstone_lamp_on.png.mcmeta b/resources/images/textures/block/redstone_lamp_on.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..476f6b23cea3f2cbfdfd01e781da5f7c3771325d --- /dev/null +++ b/resources/images/textures/block/redstone_lamp_on.png.mcmeta @@ -0,0 +1,10 @@ +{ + "animation": { + "frametime": 40, + "interpolate": true, + "frames": [ + 0, + 1 + ] + } +} diff --git a/resources/images/textures/block/redstone_ore.png b/resources/images/textures/block/redstone_ore.png new file mode 100644 index 0000000000000000000000000000000000000000..79c51d235c5be894e417ec3767796d9ccac9a66c Binary files /dev/null and b/resources/images/textures/block/redstone_ore.png differ diff --git a/resources/images/textures/block/redstone_torch.png b/resources/images/textures/block/redstone_torch.png new file mode 100644 index 0000000000000000000000000000000000000000..1026317bc22c357b68ab3689ff7fd474f4df5c9b Binary files /dev/null and b/resources/images/textures/block/redstone_torch.png differ diff --git a/resources/images/textures/block/redstone_torch_off.png b/resources/images/textures/block/redstone_torch_off.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad8d5ff43641f1a5b3d28b2a5d191bbb0633238 Binary files /dev/null and b/resources/images/textures/block/redstone_torch_off.png differ diff --git a/resources/images/textures/block/repeater.png b/resources/images/textures/block/repeater.png new file mode 100644 index 0000000000000000000000000000000000000000..fab0417f4d6b2d9293ecb2d3334c4cbc9ddb0929 Binary files /dev/null and b/resources/images/textures/block/repeater.png differ diff --git a/resources/images/textures/block/repeater_on.png b/resources/images/textures/block/repeater_on.png new file mode 100644 index 0000000000000000000000000000000000000000..7af7e31a641f22f9869c8a529524c273e8c03da9 Binary files /dev/null and b/resources/images/textures/block/repeater_on.png differ diff --git a/resources/images/textures/block/repeating_command_block_back.png b/resources/images/textures/block/repeating_command_block_back.png new file mode 100644 index 0000000000000000000000000000000000000000..0b9e22a677ae0d55920662a4c646559543b619ef Binary files /dev/null and b/resources/images/textures/block/repeating_command_block_back.png differ diff --git a/resources/images/textures/block/repeating_command_block_back.png.mcmeta b/resources/images/textures/block/repeating_command_block_back.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/repeating_command_block_conditional.png b/resources/images/textures/block/repeating_command_block_conditional.png new file mode 100644 index 0000000000000000000000000000000000000000..149436dfba4677bb17b75f049815fc656dec8784 Binary files /dev/null and b/resources/images/textures/block/repeating_command_block_conditional.png differ diff --git a/resources/images/textures/block/repeating_command_block_conditional.png.mcmeta b/resources/images/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/repeating_command_block_front.png b/resources/images/textures/block/repeating_command_block_front.png new file mode 100644 index 0000000000000000000000000000000000000000..ba705e1ec61c9cdb1fb9990629c2b8e4099c9047 Binary files /dev/null and b/resources/images/textures/block/repeating_command_block_front.png differ diff --git a/resources/images/textures/block/repeating_command_block_front.png.mcmeta b/resources/images/textures/block/repeating_command_block_front.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/repeating_command_block_side.png b/resources/images/textures/block/repeating_command_block_side.png new file mode 100644 index 0000000000000000000000000000000000000000..2a65a039f4dafaab906a613f9b781170849b3d59 Binary files /dev/null and b/resources/images/textures/block/repeating_command_block_side.png differ diff --git a/resources/images/textures/block/repeating_command_block_side.png.mcmeta b/resources/images/textures/block/repeating_command_block_side.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/respawn_anchor_bottom.png b/resources/images/textures/block/respawn_anchor_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..3f37ec27ad61775ef07aab87d765b7ae21d42720 Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_bottom.png differ diff --git a/resources/images/textures/block/respawn_anchor_side0.png b/resources/images/textures/block/respawn_anchor_side0.png new file mode 100644 index 0000000000000000000000000000000000000000..d1fa72a72c3c14630d7453982abb6943cc544afb Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_side0.png differ diff --git a/resources/images/textures/block/respawn_anchor_side1.png b/resources/images/textures/block/respawn_anchor_side1.png new file mode 100644 index 0000000000000000000000000000000000000000..350ebd96bc92242cf7d405b435b4f92054462d8b Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_side1.png differ diff --git a/resources/images/textures/block/respawn_anchor_side2.png b/resources/images/textures/block/respawn_anchor_side2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9258be02f84c0fcde21c9cf0d0d2f45177fe97a Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_side2.png differ diff --git a/resources/images/textures/block/respawn_anchor_side3.png b/resources/images/textures/block/respawn_anchor_side3.png new file mode 100644 index 0000000000000000000000000000000000000000..8e19586af3ae350a9476cd75a8c5cdfebf1be0cc Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_side3.png differ diff --git a/resources/images/textures/block/respawn_anchor_side4.png b/resources/images/textures/block/respawn_anchor_side4.png new file mode 100644 index 0000000000000000000000000000000000000000..a3516db4d38c4cfc54e993a7dadc77fc5d5cef0b Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_side4.png differ diff --git a/resources/images/textures/block/respawn_anchor_top.png b/resources/images/textures/block/respawn_anchor_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6781035cd89771dad1266c19c86e6b0cf7a89a90 Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_top.png differ diff --git a/resources/images/textures/block/respawn_anchor_top.png.mcmeta b/resources/images/textures/block/respawn_anchor_top.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4f0718ac967ab3f0285a8d13a57f8fa96bfba55a --- /dev/null +++ b/resources/images/textures/block/respawn_anchor_top.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/resources/images/textures/block/respawn_anchor_top_off.png b/resources/images/textures/block/respawn_anchor_top_off.png new file mode 100644 index 0000000000000000000000000000000000000000..e5a1258e83b16af39dd1a1a6e65379476aa3e0fa Binary files /dev/null and b/resources/images/textures/block/respawn_anchor_top_off.png differ diff --git a/resources/images/textures/block/root_vines_head.png b/resources/images/textures/block/root_vines_head.png new file mode 100644 index 0000000000000000000000000000000000000000..4266f308cc8913d644953b76298625d46b8dd8e2 Binary files /dev/null and b/resources/images/textures/block/root_vines_head.png differ diff --git a/resources/images/textures/block/rooted_dirt.png b/resources/images/textures/block/rooted_dirt.png new file mode 100644 index 0000000000000000000000000000000000000000..cd884aa62546efea71664b650982289e5a1fe811 Binary files /dev/null and b/resources/images/textures/block/rooted_dirt.png differ diff --git a/resources/images/textures/block/rose_bush_bottom.png b/resources/images/textures/block/rose_bush_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..55ea9f09ae9b61b8014412198907e7ec5bfee760 Binary files /dev/null and b/resources/images/textures/block/rose_bush_bottom.png differ diff --git a/resources/images/textures/block/rose_bush_top.png b/resources/images/textures/block/rose_bush_top.png new file mode 100644 index 0000000000000000000000000000000000000000..449657371b9d8b99bc18c536a8c8296a12218bec Binary files /dev/null and b/resources/images/textures/block/rose_bush_top.png differ diff --git a/resources/images/textures/block/sand.png b/resources/images/textures/block/sand.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd11359ae9de66c4dc15e7500b8ff6c5323d2b8 Binary files /dev/null and b/resources/images/textures/block/sand.png differ diff --git a/resources/images/textures/block/sandstone.png b/resources/images/textures/block/sandstone.png new file mode 100644 index 0000000000000000000000000000000000000000..c65bad9b42fa05c05cc3b1a2e3d941abfe9c74de Binary files /dev/null and b/resources/images/textures/block/sandstone.png differ diff --git a/resources/images/textures/block/sandstone_bottom.png b/resources/images/textures/block/sandstone_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..0f0120ff570a34270aefb2b46d061f9d43d80e52 Binary files /dev/null and b/resources/images/textures/block/sandstone_bottom.png differ diff --git a/resources/images/textures/block/sandstone_top.png b/resources/images/textures/block/sandstone_top.png new file mode 100644 index 0000000000000000000000000000000000000000..41dbecd5891745bd088ea2c6d6c8bf4ad4595354 Binary files /dev/null and b/resources/images/textures/block/sandstone_top.png differ diff --git a/resources/images/textures/block/scaffolding_bottom.png b/resources/images/textures/block/scaffolding_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ff3617c198ce29e93990ceb8bc7c93dc16b7dc Binary files /dev/null and b/resources/images/textures/block/scaffolding_bottom.png differ diff --git a/resources/images/textures/block/scaffolding_side.png b/resources/images/textures/block/scaffolding_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8f430f473cca3611f7412abed480c1365f22fd22 Binary files /dev/null and b/resources/images/textures/block/scaffolding_side.png differ diff --git a/resources/images/textures/block/scaffolding_top.png b/resources/images/textures/block/scaffolding_top.png new file mode 100644 index 0000000000000000000000000000000000000000..472ea967826d4b38ca7599c66e0dd01a38e9dc34 Binary files /dev/null and b/resources/images/textures/block/scaffolding_top.png differ diff --git a/resources/images/textures/block/sculk_sensor_bottom.png b/resources/images/textures/block/sculk_sensor_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..21bdd44b918fba9bbbd3d4819b12f3112cd9d5dd Binary files /dev/null and b/resources/images/textures/block/sculk_sensor_bottom.png differ diff --git a/resources/images/textures/block/sculk_sensor_side.png b/resources/images/textures/block/sculk_sensor_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9323c5a2efacf8b77fe05b5068023b78621c32 Binary files /dev/null and b/resources/images/textures/block/sculk_sensor_side.png differ diff --git a/resources/images/textures/block/sculk_sensor_tendril_active.png b/resources/images/textures/block/sculk_sensor_tendril_active.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1199ce323f83f6eae6cf359918a5a31d5e32af Binary files /dev/null and b/resources/images/textures/block/sculk_sensor_tendril_active.png differ diff --git a/resources/images/textures/block/sculk_sensor_tendril_active.png.mcmeta b/resources/images/textures/block/sculk_sensor_tendril_active.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..d1cd0799bdc67277e8eac4e96ee3f425d4544485 --- /dev/null +++ b/resources/images/textures/block/sculk_sensor_tendril_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/resources/images/textures/block/sculk_sensor_tendril_inactive.png b/resources/images/textures/block/sculk_sensor_tendril_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..6a36554ce4097cad6e3caa1a9ad522f971c2e6a6 Binary files /dev/null and b/resources/images/textures/block/sculk_sensor_tendril_inactive.png differ diff --git a/resources/images/textures/block/sculk_sensor_tendril_inactive.png.mcmeta b/resources/images/textures/block/sculk_sensor_tendril_inactive.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..36578bcced2c3cea26204d6a7b21972b97ea63c7 --- /dev/null +++ b/resources/images/textures/block/sculk_sensor_tendril_inactive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/images/textures/block/sculk_sensor_top.png b/resources/images/textures/block/sculk_sensor_top.png new file mode 100644 index 0000000000000000000000000000000000000000..03d1d57d46182227494b2fdfb851c95a9edafe40 Binary files /dev/null and b/resources/images/textures/block/sculk_sensor_top.png differ diff --git a/resources/images/textures/block/sea_lantern.png b/resources/images/textures/block/sea_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7a192886511f9c59cf4fc8de7188e654eb6858 Binary files /dev/null and b/resources/images/textures/block/sea_lantern.png differ diff --git a/resources/images/textures/block/sea_lantern.png.mcmeta b/resources/images/textures/block/sea_lantern.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..8d50e3a0e56fa942c71a1aca24a42063ad9a9b7c --- /dev/null +++ b/resources/images/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 3, + "interpolate": true + } +} diff --git a/resources/images/textures/block/sea_pickle.png b/resources/images/textures/block/sea_pickle.png new file mode 100644 index 0000000000000000000000000000000000000000..d63ed8fe362a848e3a59296626a346207f850501 Binary files /dev/null and b/resources/images/textures/block/sea_pickle.png differ diff --git a/resources/images/textures/block/seagrass.png b/resources/images/textures/block/seagrass.png new file mode 100644 index 0000000000000000000000000000000000000000..564673f096bfc9b34b2d443b5705592cee2bcd9d Binary files /dev/null and b/resources/images/textures/block/seagrass.png differ diff --git a/resources/images/textures/block/seagrass.png.mcmeta b/resources/images/textures/block/seagrass.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..36578bcced2c3cea26204d6a7b21972b97ea63c7 --- /dev/null +++ b/resources/images/textures/block/seagrass.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/images/textures/block/shroomlight.png b/resources/images/textures/block/shroomlight.png new file mode 100644 index 0000000000000000000000000000000000000000..c71d5f692d36ccfa38df31b88e551e2f06d041d8 Binary files /dev/null and b/resources/images/textures/block/shroomlight.png differ diff --git a/resources/images/textures/block/shulker_box.png b/resources/images/textures/block/shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..d5cbd5d027bd56323ebf45e34efcb811eb8eef0c Binary files /dev/null and b/resources/images/textures/block/shulker_box.png differ diff --git a/resources/images/textures/block/slime_block.png b/resources/images/textures/block/slime_block.png new file mode 100644 index 0000000000000000000000000000000000000000..9bda3e999aa3d67eeb0ce3d9e9e3947ff322fe4e Binary files /dev/null and b/resources/images/textures/block/slime_block.png differ diff --git a/resources/images/textures/block/small_amethyst_bud.png b/resources/images/textures/block/small_amethyst_bud.png new file mode 100644 index 0000000000000000000000000000000000000000..e49b8153164f02c1d22ea71f91dec6db3a58a0c7 Binary files /dev/null and b/resources/images/textures/block/small_amethyst_bud.png differ diff --git a/resources/images/textures/block/small_dripleaf_side.png b/resources/images/textures/block/small_dripleaf_side.png new file mode 100644 index 0000000000000000000000000000000000000000..2a52747f944c1ad008c2a7b9e33b3de3e018e8fc Binary files /dev/null and b/resources/images/textures/block/small_dripleaf_side.png differ diff --git a/resources/images/textures/block/small_dripleaf_stem_bottom.png b/resources/images/textures/block/small_dripleaf_stem_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..39c53194e85034acaab937ebd63daad6c5f13f2d Binary files /dev/null and b/resources/images/textures/block/small_dripleaf_stem_bottom.png differ diff --git a/resources/images/textures/block/small_dripleaf_stem_top.png b/resources/images/textures/block/small_dripleaf_stem_top.png new file mode 100644 index 0000000000000000000000000000000000000000..4a95b515ca406195ec2e32c85a3d1bd97f78e46a Binary files /dev/null and b/resources/images/textures/block/small_dripleaf_stem_top.png differ diff --git a/resources/images/textures/block/small_dripleaf_top.png b/resources/images/textures/block/small_dripleaf_top.png new file mode 100644 index 0000000000000000000000000000000000000000..daa4f100ba82d4415087cd5bb9fc688c2be234ae Binary files /dev/null and b/resources/images/textures/block/small_dripleaf_top.png differ diff --git a/resources/images/textures/block/smithing_table_bottom.png b/resources/images/textures/block/smithing_table_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..dd24c2f847647c618f14f4ad55119a8f2f9c57a9 Binary files /dev/null and b/resources/images/textures/block/smithing_table_bottom.png differ diff --git a/resources/images/textures/block/smithing_table_front.png b/resources/images/textures/block/smithing_table_front.png new file mode 100644 index 0000000000000000000000000000000000000000..6562788606675c177ea188f143789dec15e52c29 Binary files /dev/null and b/resources/images/textures/block/smithing_table_front.png differ diff --git a/resources/images/textures/block/smithing_table_side.png b/resources/images/textures/block/smithing_table_side.png new file mode 100644 index 0000000000000000000000000000000000000000..0089efaf40a814d8b4f18bf6edecf23bf0a245fd Binary files /dev/null and b/resources/images/textures/block/smithing_table_side.png differ diff --git a/resources/images/textures/block/smithing_table_top.png b/resources/images/textures/block/smithing_table_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d30067415795e34c332222c221790f1545b077e4 Binary files /dev/null and b/resources/images/textures/block/smithing_table_top.png differ diff --git a/resources/images/textures/block/smoker_bottom.png b/resources/images/textures/block/smoker_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..d463e2d2ec13293ef67f07759ddfcf2963bae5f1 Binary files /dev/null and b/resources/images/textures/block/smoker_bottom.png differ diff --git a/resources/images/textures/block/smoker_front.png b/resources/images/textures/block/smoker_front.png new file mode 100644 index 0000000000000000000000000000000000000000..4674b38d7ca01e340c4a3c8513e858d2d278edd7 Binary files /dev/null and b/resources/images/textures/block/smoker_front.png differ diff --git a/resources/images/textures/block/smoker_front_on.png b/resources/images/textures/block/smoker_front_on.png new file mode 100644 index 0000000000000000000000000000000000000000..cef58654a8f0700d0b97f05d1c3483d6ed0f804d Binary files /dev/null and b/resources/images/textures/block/smoker_front_on.png differ diff --git a/resources/images/textures/block/smoker_front_on.png.mcmeta b/resources/images/textures/block/smoker_front_on.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..bba85248d184eb34cc3fc362fcdffe1073de4ac3 --- /dev/null +++ b/resources/images/textures/block/smoker_front_on.png.mcmeta @@ -0,0 +1,36 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + } +} diff --git a/resources/images/textures/block/smoker_side.png b/resources/images/textures/block/smoker_side.png new file mode 100644 index 0000000000000000000000000000000000000000..45045f10eefbeaf46ff9b9b983080290179384dc Binary files /dev/null and b/resources/images/textures/block/smoker_side.png differ diff --git a/resources/images/textures/block/smoker_top.png b/resources/images/textures/block/smoker_top.png new file mode 100644 index 0000000000000000000000000000000000000000..a395626bf46b10f4186a2681c6995186235a2da6 Binary files /dev/null and b/resources/images/textures/block/smoker_top.png differ diff --git a/resources/images/textures/block/smooth_basalt.png b/resources/images/textures/block/smooth_basalt.png new file mode 100644 index 0000000000000000000000000000000000000000..44e8a14fa2d1529876eae2a602958c7562898dd8 Binary files /dev/null and b/resources/images/textures/block/smooth_basalt.png differ diff --git a/resources/images/textures/block/smooth_stone.png b/resources/images/textures/block/smooth_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..5605a86e191f455b01b4c31054f2e4dc1729ce8e Binary files /dev/null and b/resources/images/textures/block/smooth_stone.png differ diff --git a/resources/images/textures/block/smooth_stone_slab_side.png b/resources/images/textures/block/smooth_stone_slab_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3213cce78d1454b8e70d824146156e1281e39985 Binary files /dev/null and b/resources/images/textures/block/smooth_stone_slab_side.png differ diff --git a/resources/images/textures/block/snow.png b/resources/images/textures/block/snow.png new file mode 100644 index 0000000000000000000000000000000000000000..26115dd04393d90e3ce94afb108be5245ac50999 Binary files /dev/null and b/resources/images/textures/block/snow.png differ diff --git a/resources/images/textures/block/soul_campfire.png b/resources/images/textures/block/soul_campfire.png new file mode 100644 index 0000000000000000000000000000000000000000..3857f32326f8465ac36d3bea1bc6576b5eabe3aa Binary files /dev/null and b/resources/images/textures/block/soul_campfire.png differ diff --git a/resources/images/textures/block/soul_campfire_fire.png b/resources/images/textures/block/soul_campfire_fire.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c941332a1c78ccf2e783af4134db314878c2c8 Binary files /dev/null and b/resources/images/textures/block/soul_campfire_fire.png differ diff --git a/resources/images/textures/block/soul_campfire_fire.png.mcmeta b/resources/images/textures/block/soul_campfire_fire.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..493664ef535a96b4f803d631b28a0747b19a040e --- /dev/null +++ b/resources/images/textures/block/soul_campfire_fire.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + } +} + diff --git a/resources/images/textures/block/soul_campfire_log.png b/resources/images/textures/block/soul_campfire_log.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec3c9de6401e8c755551048596d0dccba15773f Binary files /dev/null and b/resources/images/textures/block/soul_campfire_log.png differ diff --git a/resources/images/textures/block/soul_campfire_log_lit.png b/resources/images/textures/block/soul_campfire_log_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..81e190591cadf799f78f29d6bfeb96b37b241151 Binary files /dev/null and b/resources/images/textures/block/soul_campfire_log_lit.png differ diff --git a/resources/images/textures/block/soul_campfire_log_lit.png.mcmeta b/resources/images/textures/block/soul_campfire_log_lit.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..265854e40227a1e6a6d66845fc92b04c6446e95f --- /dev/null +++ b/resources/images/textures/block/soul_campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/resources/images/textures/block/soul_fire_0.png b/resources/images/textures/block/soul_fire_0.png new file mode 100644 index 0000000000000000000000000000000000000000..10a0abf9ca1b9656a5a8bf66c0b3ed8c734a2ad2 Binary files /dev/null and b/resources/images/textures/block/soul_fire_0.png differ diff --git a/resources/images/textures/block/soul_fire_0.png.mcmeta b/resources/images/textures/block/soul_fire_0.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..03e6ba010b52e0be213e924f2187dd0041fdada1 --- /dev/null +++ b/resources/images/textures/block/soul_fire_0.png.mcmeta @@ -0,0 +1,36 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/resources/images/textures/block/soul_fire_1.png b/resources/images/textures/block/soul_fire_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c8691602f977bf0a0ebd2c7a07e7632f52b16737 Binary files /dev/null and b/resources/images/textures/block/soul_fire_1.png differ diff --git a/resources/images/textures/block/soul_fire_1.png.mcmeta b/resources/images/textures/block/soul_fire_1.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..6956966a5d946166c6289a3ff4e61320a6e7d97b --- /dev/null +++ b/resources/images/textures/block/soul_fire_1.png.mcmeta @@ -0,0 +1,37 @@ +{ + "animation": { + "frames": [ + + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + } +} diff --git a/resources/images/textures/block/soul_lantern.png b/resources/images/textures/block/soul_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..6fcfe09ac59cdf4c115625a571a7fc66bc465eca Binary files /dev/null and b/resources/images/textures/block/soul_lantern.png differ diff --git a/resources/images/textures/block/soul_lantern.png.mcmeta b/resources/images/textures/block/soul_lantern.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..5169aabdc2296ee36b0f565b8d74070bd234ebad --- /dev/null +++ b/resources/images/textures/block/soul_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/resources/images/textures/block/soul_sand.png b/resources/images/textures/block/soul_sand.png new file mode 100644 index 0000000000000000000000000000000000000000..19e494ebbcb82932ede628d4b23940b9241320a4 Binary files /dev/null and b/resources/images/textures/block/soul_sand.png differ diff --git a/resources/images/textures/block/soul_soil.png b/resources/images/textures/block/soul_soil.png new file mode 100644 index 0000000000000000000000000000000000000000..a3180cbe1e0be9aa8f65b5ad80c27630bddbdb35 Binary files /dev/null and b/resources/images/textures/block/soul_soil.png differ diff --git a/resources/images/textures/block/soul_torch.png b/resources/images/textures/block/soul_torch.png new file mode 100644 index 0000000000000000000000000000000000000000..82fd139eb1cf93017b3e6cd4677b74ce20ae3d3f Binary files /dev/null and b/resources/images/textures/block/soul_torch.png differ diff --git a/resources/images/textures/block/spawner.png b/resources/images/textures/block/spawner.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebbb57161510037a60d0c6da77ea3b0c3fcffa8 Binary files /dev/null and b/resources/images/textures/block/spawner.png differ diff --git a/resources/images/textures/block/sponge.png b/resources/images/textures/block/sponge.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf61922d77a230c9a554d184e8da28b10e98b47 Binary files /dev/null and b/resources/images/textures/block/sponge.png differ diff --git a/resources/images/textures/block/spore_blossom.png b/resources/images/textures/block/spore_blossom.png new file mode 100644 index 0000000000000000000000000000000000000000..efbf5e98f66eae0264e0577c06f562fde1d1825c Binary files /dev/null and b/resources/images/textures/block/spore_blossom.png differ diff --git a/resources/images/textures/block/spore_blossom_base.png b/resources/images/textures/block/spore_blossom_base.png new file mode 100644 index 0000000000000000000000000000000000000000..6f568f1da461c950d58f72c965fc7b9e82429031 Binary files /dev/null and b/resources/images/textures/block/spore_blossom_base.png differ diff --git a/resources/images/textures/block/spruce_door_bottom.png b/resources/images/textures/block/spruce_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..40c2913328da294ac33933dbfd026a32e8f13591 Binary files /dev/null and b/resources/images/textures/block/spruce_door_bottom.png differ diff --git a/resources/images/textures/block/spruce_door_top.png b/resources/images/textures/block/spruce_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2721b11f939abd71701010a10074e2ab32dd03 Binary files /dev/null and b/resources/images/textures/block/spruce_door_top.png differ diff --git a/resources/images/textures/block/spruce_leaves.png b/resources/images/textures/block/spruce_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..cb8df7f1698eb7d20df129e13d39c40721d1db56 Binary files /dev/null and b/resources/images/textures/block/spruce_leaves.png differ diff --git a/resources/images/textures/block/spruce_log.png b/resources/images/textures/block/spruce_log.png new file mode 100644 index 0000000000000000000000000000000000000000..522c8fd44593adc3174729f2a213cb1ee8c62765 Binary files /dev/null and b/resources/images/textures/block/spruce_log.png differ diff --git a/resources/images/textures/block/spruce_log_top.png b/resources/images/textures/block/spruce_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c5170ca2c01f6097d1160bc147306a7e959af12f Binary files /dev/null and b/resources/images/textures/block/spruce_log_top.png differ diff --git a/resources/images/textures/block/spruce_planks.png b/resources/images/textures/block/spruce_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..0992b5d903a57af0f792ccb4a84b50e36903cf21 Binary files /dev/null and b/resources/images/textures/block/spruce_planks.png differ diff --git a/resources/images/textures/block/spruce_sapling.png b/resources/images/textures/block/spruce_sapling.png new file mode 100644 index 0000000000000000000000000000000000000000..414acbcf78931767620632fba7f6401f350eb589 Binary files /dev/null and b/resources/images/textures/block/spruce_sapling.png differ diff --git a/resources/images/textures/block/spruce_trapdoor.png b/resources/images/textures/block/spruce_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcc3e75d479049c8c44d546bc481399e339d706 Binary files /dev/null and b/resources/images/textures/block/spruce_trapdoor.png differ diff --git a/resources/images/textures/block/stone.png b/resources/images/textures/block/stone.png new file mode 100644 index 0000000000000000000000000000000000000000..f31e6c65c21c17cb1aef9bb2da5639825040c3ab Binary files /dev/null and b/resources/images/textures/block/stone.png differ diff --git a/resources/images/textures/block/stone_bricks.png b/resources/images/textures/block/stone_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4fcf3f9984e38f23b21a381bfbc7134fceef9c Binary files /dev/null and b/resources/images/textures/block/stone_bricks.png differ diff --git a/resources/images/textures/block/stonebrick_cracked/stonebrick_1.png b/resources/images/textures/block/stonebrick_cracked/stonebrick_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f9b87a4d3bda9d0776b9c0e573d8b933c18267 Binary files /dev/null and b/resources/images/textures/block/stonebrick_cracked/stonebrick_1.png differ diff --git a/resources/images/textures/block/stonebrick_cracked/stonebrick_2.png b/resources/images/textures/block/stonebrick_cracked/stonebrick_2.png new file mode 100644 index 0000000000000000000000000000000000000000..d7e2c7b2099ad534a50b03610580c72edf5b6185 Binary files /dev/null and b/resources/images/textures/block/stonebrick_cracked/stonebrick_2.png differ diff --git a/resources/images/textures/block/stonebrick_cracked/stonebrick_3.png b/resources/images/textures/block/stonebrick_cracked/stonebrick_3.png new file mode 100644 index 0000000000000000000000000000000000000000..ccf29c8d6d6c34ff07df04f7e8bb390736e1fcfc Binary files /dev/null and b/resources/images/textures/block/stonebrick_cracked/stonebrick_3.png differ diff --git a/resources/images/textures/block/stonebrick_cracked/stonebrick_4.png b/resources/images/textures/block/stonebrick_cracked/stonebrick_4.png new file mode 100644 index 0000000000000000000000000000000000000000..916cacca334743fb11777874729db17b784a0944 Binary files /dev/null and b/resources/images/textures/block/stonebrick_cracked/stonebrick_4.png differ diff --git a/resources/images/textures/block/stonebrick_cracked/stonebrick_5.png b/resources/images/textures/block/stonebrick_cracked/stonebrick_5.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f9b87a4d3bda9d0776b9c0e573d8b933c18267 Binary files /dev/null and b/resources/images/textures/block/stonebrick_cracked/stonebrick_5.png differ diff --git a/resources/images/textures/block/stonebrick_mossy/stonebrick_1.png b/resources/images/textures/block/stonebrick_mossy/stonebrick_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e4284fdf1509c55545a55a7eabf2c9f48c28e330 Binary files /dev/null and b/resources/images/textures/block/stonebrick_mossy/stonebrick_1.png differ diff --git a/resources/images/textures/block/stonebrick_mossy/stonebrick_2.png b/resources/images/textures/block/stonebrick_mossy/stonebrick_2.png new file mode 100644 index 0000000000000000000000000000000000000000..4d75b50463a509de3c852737dc2ea90b6f334c21 Binary files /dev/null and b/resources/images/textures/block/stonebrick_mossy/stonebrick_2.png differ diff --git a/resources/images/textures/block/stonebrick_mossy/stonebrick_3.png b/resources/images/textures/block/stonebrick_mossy/stonebrick_3.png new file mode 100644 index 0000000000000000000000000000000000000000..93789f3458846d709d9d4d5c5cc8507ea0dd25db Binary files /dev/null and b/resources/images/textures/block/stonebrick_mossy/stonebrick_3.png differ diff --git a/resources/images/textures/block/stonebrick_mossy/stonebrick_4.png b/resources/images/textures/block/stonebrick_mossy/stonebrick_4.png new file mode 100644 index 0000000000000000000000000000000000000000..753c2cc849c3bb9f28252295396d739969357859 Binary files /dev/null and b/resources/images/textures/block/stonebrick_mossy/stonebrick_4.png differ diff --git a/resources/images/textures/block/stonebrick_mossy/stonebrick_5.png b/resources/images/textures/block/stonebrick_mossy/stonebrick_5.png new file mode 100644 index 0000000000000000000000000000000000000000..4eedeec5012d94eab7de7990e097d0663a32fb86 Binary files /dev/null and b/resources/images/textures/block/stonebrick_mossy/stonebrick_5.png differ diff --git a/resources/images/textures/block/stonecutter_bottom.png b/resources/images/textures/block/stonecutter_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7e1008ecd8d1540badd30430e3baf52032005c Binary files /dev/null and b/resources/images/textures/block/stonecutter_bottom.png differ diff --git a/resources/images/textures/block/stonecutter_saw.png b/resources/images/textures/block/stonecutter_saw.png new file mode 100644 index 0000000000000000000000000000000000000000..1e44cd70f3eed68fda591033620063c5e2631691 Binary files /dev/null and b/resources/images/textures/block/stonecutter_saw.png differ diff --git a/resources/images/textures/block/stonecutter_saw.png.mcmeta b/resources/images/textures/block/stonecutter_saw.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..a328ca58d446a46b2f7415bdc906dd1370f1e436 --- /dev/null +++ b/resources/images/textures/block/stonecutter_saw.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/resources/images/textures/block/stonecutter_side.png b/resources/images/textures/block/stonecutter_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8e659b04051c159ca32e90f0d031ea46a929af Binary files /dev/null and b/resources/images/textures/block/stonecutter_side.png differ diff --git a/resources/images/textures/block/stonecutter_top.png b/resources/images/textures/block/stonecutter_top.png new file mode 100644 index 0000000000000000000000000000000000000000..aff898d66e4eb38fd4d5af6586dfbe05f8f29abb Binary files /dev/null and b/resources/images/textures/block/stonecutter_top.png differ diff --git a/resources/images/textures/block/stripped_acacia_log.png b/resources/images/textures/block/stripped_acacia_log.png new file mode 100644 index 0000000000000000000000000000000000000000..a91c9cc6c12e1afb75bb1834198404b76edbe02e Binary files /dev/null and b/resources/images/textures/block/stripped_acacia_log.png differ diff --git a/resources/images/textures/block/stripped_acacia_log_top.png b/resources/images/textures/block/stripped_acacia_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5bffa517737b0b2f0c59a47cc01d97fb0aa4a1 Binary files /dev/null and b/resources/images/textures/block/stripped_acacia_log_top.png differ diff --git a/resources/images/textures/block/stripped_birch_log.png b/resources/images/textures/block/stripped_birch_log.png new file mode 100644 index 0000000000000000000000000000000000000000..d370d89e889114a6e3d8854367d99ac01dfa9aca Binary files /dev/null and b/resources/images/textures/block/stripped_birch_log.png differ diff --git a/resources/images/textures/block/stripped_birch_log_top.png b/resources/images/textures/block/stripped_birch_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6462566861071b1bc1e1f2a8945048a8cb477c24 Binary files /dev/null and b/resources/images/textures/block/stripped_birch_log_top.png differ diff --git a/resources/images/textures/block/stripped_crimson_stem.png b/resources/images/textures/block/stripped_crimson_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa37ddbbdb5443adee2091ba96e6138684d7f48 Binary files /dev/null and b/resources/images/textures/block/stripped_crimson_stem.png differ diff --git a/resources/images/textures/block/stripped_crimson_stem_top.png b/resources/images/textures/block/stripped_crimson_stem_top.png new file mode 100644 index 0000000000000000000000000000000000000000..74d9b9b5f01175bb9256ae27860c7158e238596d Binary files /dev/null and b/resources/images/textures/block/stripped_crimson_stem_top.png differ diff --git a/resources/images/textures/block/stripped_dark_oak_log.png b/resources/images/textures/block/stripped_dark_oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..c90801c133ae1c1ba3f4249ca016d103b6a6c231 Binary files /dev/null and b/resources/images/textures/block/stripped_dark_oak_log.png differ diff --git a/resources/images/textures/block/stripped_dark_oak_log_top.png b/resources/images/textures/block/stripped_dark_oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3eb400353048f00109196593b0073515100f6d Binary files /dev/null and b/resources/images/textures/block/stripped_dark_oak_log_top.png differ diff --git a/resources/images/textures/block/stripped_jungle_log.png b/resources/images/textures/block/stripped_jungle_log.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6bf025ffad8cf30c51bf75685f7c2bfbe6f203 Binary files /dev/null and b/resources/images/textures/block/stripped_jungle_log.png differ diff --git a/resources/images/textures/block/stripped_jungle_log_top.png b/resources/images/textures/block/stripped_jungle_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..65e5c2d905ff82bec5c94b195b6f33f72d888d51 Binary files /dev/null and b/resources/images/textures/block/stripped_jungle_log_top.png differ diff --git a/resources/images/textures/block/stripped_oak_log.png b/resources/images/textures/block/stripped_oak_log.png new file mode 100644 index 0000000000000000000000000000000000000000..61462390d2dd1fc310a2be0bc57b9fccd79f1bb7 Binary files /dev/null and b/resources/images/textures/block/stripped_oak_log.png differ diff --git a/resources/images/textures/block/stripped_oak_log_top.png b/resources/images/textures/block/stripped_oak_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c17ff66dbc744be603e8797dd4af07fbfd2a77a1 Binary files /dev/null and b/resources/images/textures/block/stripped_oak_log_top.png differ diff --git a/resources/images/textures/block/stripped_spruce_log.png b/resources/images/textures/block/stripped_spruce_log.png new file mode 100644 index 0000000000000000000000000000000000000000..34a3548651b4bf81c09b44cae2e2f007af85427a Binary files /dev/null and b/resources/images/textures/block/stripped_spruce_log.png differ diff --git a/resources/images/textures/block/stripped_spruce_log_top.png b/resources/images/textures/block/stripped_spruce_log_top.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfcd250c76808968c9332df8a4016b8fdc3dac5 Binary files /dev/null and b/resources/images/textures/block/stripped_spruce_log_top.png differ diff --git a/resources/images/textures/block/stripped_warped_stem.png b/resources/images/textures/block/stripped_warped_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..7c1a8b48c31d0089d861d96cd2b83331f316190e Binary files /dev/null and b/resources/images/textures/block/stripped_warped_stem.png differ diff --git a/resources/images/textures/block/stripped_warped_stem_top.png b/resources/images/textures/block/stripped_warped_stem_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac67838b2c156bd3aea904382e396fefed21d80 Binary files /dev/null and b/resources/images/textures/block/stripped_warped_stem_top.png differ diff --git a/resources/images/textures/block/structure_block.png b/resources/images/textures/block/structure_block.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b329a968076234c24f84632726f8c9e1f94405 Binary files /dev/null and b/resources/images/textures/block/structure_block.png differ diff --git a/resources/images/textures/block/structure_block_corner.png b/resources/images/textures/block/structure_block_corner.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1c67d89e340974f28ba9f70d9a6b2125a72b99 Binary files /dev/null and b/resources/images/textures/block/structure_block_corner.png differ diff --git a/resources/images/textures/block/structure_block_data.png b/resources/images/textures/block/structure_block_data.png new file mode 100644 index 0000000000000000000000000000000000000000..834fd85eae47f5ad73944eaba20444ef1e65821a Binary files /dev/null and b/resources/images/textures/block/structure_block_data.png differ diff --git a/resources/images/textures/block/structure_block_load.png b/resources/images/textures/block/structure_block_load.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5e4f07906bbd57e52f85117d33eb3b8a575cb2 Binary files /dev/null and b/resources/images/textures/block/structure_block_load.png differ diff --git a/resources/images/textures/block/structure_block_save.png b/resources/images/textures/block/structure_block_save.png new file mode 100644 index 0000000000000000000000000000000000000000..d57d50e900741e14266f119bda18338f2d9d5435 Binary files /dev/null and b/resources/images/textures/block/structure_block_save.png differ diff --git a/resources/images/textures/block/sugar_cane.png b/resources/images/textures/block/sugar_cane.png new file mode 100644 index 0000000000000000000000000000000000000000..690e22f032e1b73f9f3f25a16ea4f1501ec9b3b4 Binary files /dev/null and b/resources/images/textures/block/sugar_cane.png differ diff --git a/resources/images/textures/block/sugar_cane/inner.png b/resources/images/textures/block/sugar_cane/inner.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4a3ec3358922c4a6cb4d7536ae85f5a004072d Binary files /dev/null and b/resources/images/textures/block/sugar_cane/inner.png differ diff --git a/resources/images/textures/block/sugar_cane/outer.png b/resources/images/textures/block/sugar_cane/outer.png new file mode 100644 index 0000000000000000000000000000000000000000..29af5d0b6ccd2b372b9c8d95762aeafef6a4e762 Binary files /dev/null and b/resources/images/textures/block/sugar_cane/outer.png differ diff --git a/resources/images/textures/block/sunflower_back.png b/resources/images/textures/block/sunflower_back.png new file mode 100644 index 0000000000000000000000000000000000000000..bd3cbb18dabfb299a58bb4991ecef3690c71f03e Binary files /dev/null and b/resources/images/textures/block/sunflower_back.png differ diff --git a/resources/images/textures/block/sunflower_bottom.png b/resources/images/textures/block/sunflower_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..285450719e04adf1d14dcceba28cdce3ee42b78e Binary files /dev/null and b/resources/images/textures/block/sunflower_bottom.png differ diff --git a/resources/images/textures/block/sunflower_front.png b/resources/images/textures/block/sunflower_front.png new file mode 100644 index 0000000000000000000000000000000000000000..6b2208be323a9cc9f7ac478fca09b9c3def6b5c1 Binary files /dev/null and b/resources/images/textures/block/sunflower_front.png differ diff --git a/resources/images/textures/block/sunflower_top.png b/resources/images/textures/block/sunflower_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2385b79ea8353b1173fe368902f355db0832cede Binary files /dev/null and b/resources/images/textures/block/sunflower_top.png differ diff --git a/resources/images/textures/block/sweet_berry_bush_stage0.png b/resources/images/textures/block/sweet_berry_bush_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..1fb65f8da6994cd5dd77e2e70860c8f70ef8a37e Binary files /dev/null and b/resources/images/textures/block/sweet_berry_bush_stage0.png differ diff --git a/resources/images/textures/block/sweet_berry_bush_stage1.png b/resources/images/textures/block/sweet_berry_bush_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf77d5c88fae082650fdc5ee6826fc8605c41f6 Binary files /dev/null and b/resources/images/textures/block/sweet_berry_bush_stage1.png differ diff --git a/resources/images/textures/block/sweet_berry_bush_stage2.png b/resources/images/textures/block/sweet_berry_bush_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..67617561ed6e15f529a0738df1213712c62626b5 Binary files /dev/null and b/resources/images/textures/block/sweet_berry_bush_stage2.png differ diff --git a/resources/images/textures/block/sweet_berry_bush_stage3.png b/resources/images/textures/block/sweet_berry_bush_stage3.png new file mode 100644 index 0000000000000000000000000000000000000000..b07044c83d62705d7270c0148e9b94bd081a8630 Binary files /dev/null and b/resources/images/textures/block/sweet_berry_bush_stage3.png differ diff --git a/resources/images/textures/block/tall_grass_bottom.png b/resources/images/textures/block/tall_grass_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..e0945c1b7041d00f699b4051e5f9fba79ce0d29d Binary files /dev/null and b/resources/images/textures/block/tall_grass_bottom.png differ diff --git a/resources/images/textures/block/tall_grass_top.png b/resources/images/textures/block/tall_grass_top.png new file mode 100644 index 0000000000000000000000000000000000000000..25f39bb34f0cc08a7840ee467f02228ad4e5970f Binary files /dev/null and b/resources/images/textures/block/tall_grass_top.png differ diff --git a/resources/images/textures/block/tall_seagrass_bottom.png b/resources/images/textures/block/tall_seagrass_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..3dbdd20ea2f9d0d7fc0d3d34ffd3c06b125fc60c Binary files /dev/null and b/resources/images/textures/block/tall_seagrass_bottom.png differ diff --git a/resources/images/textures/block/tall_seagrass_bottom.png.mcmeta b/resources/images/textures/block/tall_seagrass_bottom.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..36578bcced2c3cea26204d6a7b21972b97ea63c7 --- /dev/null +++ b/resources/images/textures/block/tall_seagrass_bottom.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/images/textures/block/tall_seagrass_top.png b/resources/images/textures/block/tall_seagrass_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8a63068643959e59b3ce349e54c19e0d98bcca6a Binary files /dev/null and b/resources/images/textures/block/tall_seagrass_top.png differ diff --git a/resources/images/textures/block/tall_seagrass_top.png.mcmeta b/resources/images/textures/block/tall_seagrass_top.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..36578bcced2c3cea26204d6a7b21972b97ea63c7 --- /dev/null +++ b/resources/images/textures/block/tall_seagrass_top.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/resources/images/textures/block/tallgrass/1.png b/resources/images/textures/block/tallgrass/1.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcbae9e595077a5d710c4f7ecf23e69d6db494a Binary files /dev/null and b/resources/images/textures/block/tallgrass/1.png differ diff --git a/resources/images/textures/block/tallgrass/2.png b/resources/images/textures/block/tallgrass/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f274a0bcc681e121dbf4ebe49b3b0d2c89a21374 Binary files /dev/null and b/resources/images/textures/block/tallgrass/2.png differ diff --git a/resources/images/textures/block/tallgrass/3.png b/resources/images/textures/block/tallgrass/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5db52bdfe0138c43e06275a8621a23dfaa153ef7 Binary files /dev/null and b/resources/images/textures/block/tallgrass/3.png differ diff --git a/resources/images/textures/block/tallgrass/4.png b/resources/images/textures/block/tallgrass/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a65118896464a71dd5e7906a006d481594d0164f Binary files /dev/null and b/resources/images/textures/block/tallgrass/4.png differ diff --git a/resources/images/textures/block/tallgrass/5.png b/resources/images/textures/block/tallgrass/5.png new file mode 100644 index 0000000000000000000000000000000000000000..33f7ebd683f040cbc3987be6115e8770fb11a6c5 Binary files /dev/null and b/resources/images/textures/block/tallgrass/5.png differ diff --git a/resources/images/textures/block/tallgrass/6.png b/resources/images/textures/block/tallgrass/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d07a43b2a2e08d3ab094998f6524d62d9c5f65d0 Binary files /dev/null and b/resources/images/textures/block/tallgrass/6.png differ diff --git a/resources/images/textures/block/tallgrass/7.png b/resources/images/textures/block/tallgrass/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f72c9c0d1133cb99adabead7df264c8ed745a07b Binary files /dev/null and b/resources/images/textures/block/tallgrass/7.png differ diff --git a/resources/images/textures/block/target_side.png b/resources/images/textures/block/target_side.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd35d9fecc3d8b66c1ecb6d08cd0b13128202e1 Binary files /dev/null and b/resources/images/textures/block/target_side.png differ diff --git a/resources/images/textures/block/target_top.png b/resources/images/textures/block/target_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b34aced46d5ee3ff7dd40b96a4cb4ee2b0afeb15 Binary files /dev/null and b/resources/images/textures/block/target_top.png differ diff --git a/resources/images/textures/block/terracotta.png b/resources/images/textures/block/terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..c234a4de5f30fde07a6d4b34f0b8e14529235318 Binary files /dev/null and b/resources/images/textures/block/terracotta.png differ diff --git a/resources/images/textures/block/terracotta/black.png b/resources/images/textures/block/terracotta/black.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc656c2feec257202e18a37cadde9bdfbf871f2 Binary files /dev/null and b/resources/images/textures/block/terracotta/black.png differ diff --git a/resources/images/textures/block/terracotta/blue.png b/resources/images/textures/block/terracotta/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..28f80480b560269d6634fc7ab3ecae42dcfdb89d Binary files /dev/null and b/resources/images/textures/block/terracotta/blue.png differ diff --git a/resources/images/textures/block/terracotta/brown.png b/resources/images/textures/block/terracotta/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..f90caa112e8c0dbb905176b3f107c2dc805ad540 Binary files /dev/null and b/resources/images/textures/block/terracotta/brown.png differ diff --git a/resources/images/textures/block/terracotta/cyan.png b/resources/images/textures/block/terracotta/cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..562b531e8740ccb860c278e79e2d02af2d4b1ae7 Binary files /dev/null and b/resources/images/textures/block/terracotta/cyan.png differ diff --git a/resources/images/textures/block/terracotta/gray.png b/resources/images/textures/block/terracotta/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea3912a7b0347aa1423a015f2fe734937c4475f Binary files /dev/null and b/resources/images/textures/block/terracotta/gray.png differ diff --git a/resources/images/textures/block/terracotta/green.png b/resources/images/textures/block/terracotta/green.png new file mode 100644 index 0000000000000000000000000000000000000000..7d0b19ac026c935cf4c50b3ad90719b93603935c Binary files /dev/null and b/resources/images/textures/block/terracotta/green.png differ diff --git a/resources/images/textures/block/terracotta/light_blue.png b/resources/images/textures/block/terracotta/light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..7540538c9955f4a6428a5a5418ec73c492ef0c54 Binary files /dev/null and b/resources/images/textures/block/terracotta/light_blue.png differ diff --git a/resources/images/textures/block/terracotta/light_gray.png b/resources/images/textures/block/terracotta/light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..ea48da92d04abbf07952e776f3b11146cf7cb760 Binary files /dev/null and b/resources/images/textures/block/terracotta/light_gray.png differ diff --git a/resources/images/textures/block/terracotta/lime.png b/resources/images/textures/block/terracotta/lime.png new file mode 100644 index 0000000000000000000000000000000000000000..58225eb51b7d1f922484abfc5843176b6f8958a5 Binary files /dev/null and b/resources/images/textures/block/terracotta/lime.png differ diff --git a/resources/images/textures/block/terracotta/magenta.png b/resources/images/textures/block/terracotta/magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..0078a30e4ee1e0a0122c0340228c2c38bf39f887 Binary files /dev/null and b/resources/images/textures/block/terracotta/magenta.png differ diff --git a/resources/images/textures/block/terracotta/orange.png b/resources/images/textures/block/terracotta/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc01d6ec35e82241b32095ab4674564119cb28b Binary files /dev/null and b/resources/images/textures/block/terracotta/orange.png differ diff --git a/resources/images/textures/block/terracotta/pink.png b/resources/images/textures/block/terracotta/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..931ee40de1556cbfcbb734edb7cbab515ed4a102 Binary files /dev/null and b/resources/images/textures/block/terracotta/pink.png differ diff --git a/resources/images/textures/block/terracotta/purple.png b/resources/images/textures/block/terracotta/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..29271f8cd26b2339c96234779bcb9c9f12d40d54 Binary files /dev/null and b/resources/images/textures/block/terracotta/purple.png differ diff --git a/resources/images/textures/block/terracotta/red.png b/resources/images/textures/block/terracotta/red.png new file mode 100644 index 0000000000000000000000000000000000000000..b826ea8d32552f65470744fb3e6523a6325eeae2 Binary files /dev/null and b/resources/images/textures/block/terracotta/red.png differ diff --git a/resources/images/textures/block/terracotta/white.png b/resources/images/textures/block/terracotta/white.png new file mode 100644 index 0000000000000000000000000000000000000000..82033827a076f703ed1a457a6980c865bbe1e2f4 Binary files /dev/null and b/resources/images/textures/block/terracotta/white.png differ diff --git a/resources/images/textures/block/terracotta/yellow.png b/resources/images/textures/block/terracotta/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..a979f069c44da0b94984a588d1db6fd3bf707f3a Binary files /dev/null and b/resources/images/textures/block/terracotta/yellow.png differ diff --git a/resources/images/textures/block/tinted_glass.png b/resources/images/textures/block/tinted_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..1b58ad7262533aeef7daa0520f128894e59e4c02 Binary files /dev/null and b/resources/images/textures/block/tinted_glass.png differ diff --git a/resources/images/textures/block/tnt_bottom.png b/resources/images/textures/block/tnt_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe8ce15d606c8a044c752b6d3b80ddf2d54c65a Binary files /dev/null and b/resources/images/textures/block/tnt_bottom.png differ diff --git a/resources/images/textures/block/tnt_side.png b/resources/images/textures/block/tnt_side.png new file mode 100644 index 0000000000000000000000000000000000000000..5fb0f2e8bc16425461fe40fd63a91da6e5fd8b01 Binary files /dev/null and b/resources/images/textures/block/tnt_side.png differ diff --git a/resources/images/textures/block/tnt_top.png b/resources/images/textures/block/tnt_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe8ce15d606c8a044c752b6d3b80ddf2d54c65a Binary files /dev/null and b/resources/images/textures/block/tnt_top.png differ diff --git a/resources/images/textures/block/torch.png b/resources/images/textures/block/torch.png new file mode 100644 index 0000000000000000000000000000000000000000..7fcf4d7e0ab76a12673d9c479744ec363279cf29 Binary files /dev/null and b/resources/images/textures/block/torch.png differ diff --git a/resources/images/textures/block/trapdoor/acacia/bottom.png b/resources/images/textures/block/trapdoor/acacia/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e88f5e5103dbb2e117f61baa0ae2c82cddfe77 Binary files /dev/null and b/resources/images/textures/block/trapdoor/acacia/bottom.png differ diff --git a/resources/images/textures/block/trapdoor/acacia/top.png b/resources/images/textures/block/trapdoor/acacia/top.png new file mode 100644 index 0000000000000000000000000000000000000000..f4058e4b829e700ea56c8799379f801b59b21b8b Binary files /dev/null and b/resources/images/textures/block/trapdoor/acacia/top.png differ diff --git a/resources/images/textures/block/trapdoor/acacia/trim.png b/resources/images/textures/block/trapdoor/acacia/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..6a33e1f6ff1cbd1962788bea1deb6323c4ccf84d Binary files /dev/null and b/resources/images/textures/block/trapdoor/acacia/trim.png differ diff --git a/resources/images/textures/block/trapdoor/birch/bottom.png b/resources/images/textures/block/trapdoor/birch/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..7af2fe2d78873abf754d6691606ce9eff1cadb2e Binary files /dev/null and b/resources/images/textures/block/trapdoor/birch/bottom.png differ diff --git a/resources/images/textures/block/trapdoor/birch/top.png b/resources/images/textures/block/trapdoor/birch/top.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd929d8af5e932c72137f4d0bfbaebe80c9cde7 Binary files /dev/null and b/resources/images/textures/block/trapdoor/birch/top.png differ diff --git a/resources/images/textures/block/trapdoor/birch/trim.png b/resources/images/textures/block/trapdoor/birch/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..98b9a05142d2935b2e81724fb586e9c299431d99 Binary files /dev/null and b/resources/images/textures/block/trapdoor/birch/trim.png differ diff --git a/resources/images/textures/block/trapdoor/crimson/bottom.png b/resources/images/textures/block/trapdoor/crimson/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..22c663e6ab31e25716139e91bd1b47f5e78d6c07 Binary files /dev/null and b/resources/images/textures/block/trapdoor/crimson/bottom.png differ diff --git a/resources/images/textures/block/trapdoor/crimson/top.png b/resources/images/textures/block/trapdoor/crimson/top.png new file mode 100644 index 0000000000000000000000000000000000000000..243dcc73f97b21396d0f7a9b1442ee42fbfc9cc1 Binary files /dev/null and b/resources/images/textures/block/trapdoor/crimson/top.png differ diff --git a/resources/images/textures/block/trapdoor/crimson/trim.png b/resources/images/textures/block/trapdoor/crimson/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5603c8a3de2becde9f4f4ca4c9d2f64c3a2e8d Binary files /dev/null and b/resources/images/textures/block/trapdoor/crimson/trim.png differ diff --git a/resources/images/textures/block/trapdoor/dark_oak/bottom.png b/resources/images/textures/block/trapdoor/dark_oak/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..a73a2dff5b37d196e83b4d40f6d42edad4ca5002 Binary files /dev/null and b/resources/images/textures/block/trapdoor/dark_oak/bottom.png differ diff --git a/resources/images/textures/block/trapdoor/dark_oak/top.png b/resources/images/textures/block/trapdoor/dark_oak/top.png new file mode 100644 index 0000000000000000000000000000000000000000..a34bb50d1aebd82d2c4a1329d1a1e761fbceb363 Binary files /dev/null and b/resources/images/textures/block/trapdoor/dark_oak/top.png differ diff --git a/resources/images/textures/block/trapdoor/dark_oak/trim.png b/resources/images/textures/block/trapdoor/dark_oak/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..f9839102bebe61713bab8c486b527118a0157088 Binary files /dev/null and b/resources/images/textures/block/trapdoor/dark_oak/trim.png differ diff --git a/resources/images/textures/block/trapdoor/iron/top.png b/resources/images/textures/block/trapdoor/iron/top.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1a080456c805eeafa84921725e88f7d3939a5d Binary files /dev/null and b/resources/images/textures/block/trapdoor/iron/top.png differ diff --git a/resources/images/textures/block/trapdoor/iron/trim.png b/resources/images/textures/block/trapdoor/iron/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..dd24fd1ffc14ff0955189977cac5d6690ff22a81 Binary files /dev/null and b/resources/images/textures/block/trapdoor/iron/trim.png differ diff --git a/resources/images/textures/block/trapdoor/jungle/top.png b/resources/images/textures/block/trapdoor/jungle/top.png new file mode 100644 index 0000000000000000000000000000000000000000..adfdcd1cbde53728b7fbdb88f9d949e8fedfe446 Binary files /dev/null and b/resources/images/textures/block/trapdoor/jungle/top.png differ diff --git a/resources/images/textures/block/trapdoor/jungle/trim.png b/resources/images/textures/block/trapdoor/jungle/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..a481774d29d2d33f0f76ffed6ff04a8b89809142 Binary files /dev/null and b/resources/images/textures/block/trapdoor/jungle/trim.png differ diff --git a/resources/images/textures/block/trapdoor/oak/top.png b/resources/images/textures/block/trapdoor/oak/top.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b0a01d438eec7b1291a01b73c71bfa17e41272 Binary files /dev/null and b/resources/images/textures/block/trapdoor/oak/top.png differ diff --git a/resources/images/textures/block/trapdoor/spruce/bottom.png b/resources/images/textures/block/trapdoor/spruce/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a4908c9b3c39fd041747f90c85e9d761a0ceaa Binary files /dev/null and b/resources/images/textures/block/trapdoor/spruce/bottom.png differ diff --git a/resources/images/textures/block/trapdoor/spruce/top.png b/resources/images/textures/block/trapdoor/spruce/top.png new file mode 100644 index 0000000000000000000000000000000000000000..84ff3169aebb72540ee18127631a041ba254174b Binary files /dev/null and b/resources/images/textures/block/trapdoor/spruce/top.png differ diff --git a/resources/images/textures/block/trapdoor/spruce/trim.png b/resources/images/textures/block/trapdoor/spruce/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..5b37d81fdc223d6a4fb72a67a5893590eaa201bf Binary files /dev/null and b/resources/images/textures/block/trapdoor/spruce/trim.png differ diff --git a/resources/images/textures/block/trapdoor/warped/bottom.png b/resources/images/textures/block/trapdoor/warped/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..12ea01ecd81dba0b4de29ca62b0751dedcefd98a Binary files /dev/null and b/resources/images/textures/block/trapdoor/warped/bottom.png differ diff --git a/resources/images/textures/block/trapdoor/warped/top.png b/resources/images/textures/block/trapdoor/warped/top.png new file mode 100644 index 0000000000000000000000000000000000000000..12ea01ecd81dba0b4de29ca62b0751dedcefd98a Binary files /dev/null and b/resources/images/textures/block/trapdoor/warped/top.png differ diff --git a/resources/images/textures/block/trapdoor/warped/trim.png b/resources/images/textures/block/trapdoor/warped/trim.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d75afea477ed92745d9e1d5f460a5e25382e6c Binary files /dev/null and b/resources/images/textures/block/trapdoor/warped/trim.png differ diff --git a/resources/images/textures/block/tripwire.png b/resources/images/textures/block/tripwire.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bae142c859a3cc837054b961704a6e1b9aa87f Binary files /dev/null and b/resources/images/textures/block/tripwire.png differ diff --git a/resources/images/textures/block/tripwire_hook.png b/resources/images/textures/block/tripwire_hook.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9170b4cd4a23d8eb127dc2d4e64e85e83d1de2 Binary files /dev/null and b/resources/images/textures/block/tripwire_hook.png differ diff --git a/resources/images/textures/block/tube_coral.png b/resources/images/textures/block/tube_coral.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d22ddcbedec396d41f67e533836bf0057c9c34 Binary files /dev/null and b/resources/images/textures/block/tube_coral.png differ diff --git a/resources/images/textures/block/tube_coral_block.png b/resources/images/textures/block/tube_coral_block.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d21dfcf1f00eda40a6a375491fc6ddc8d9d98d Binary files /dev/null and b/resources/images/textures/block/tube_coral_block.png differ diff --git a/resources/images/textures/block/tube_coral_fan.png b/resources/images/textures/block/tube_coral_fan.png new file mode 100644 index 0000000000000000000000000000000000000000..db97001c37aba8a253b507cf5d6a7b8876521cf5 Binary files /dev/null and b/resources/images/textures/block/tube_coral_fan.png differ diff --git a/resources/images/textures/block/tuff.png b/resources/images/textures/block/tuff.png new file mode 100644 index 0000000000000000000000000000000000000000..2662bb7296c225536b42068833a0f5d38254f983 Binary files /dev/null and b/resources/images/textures/block/tuff.png differ diff --git a/resources/images/textures/block/turtle_egg.png b/resources/images/textures/block/turtle_egg.png new file mode 100644 index 0000000000000000000000000000000000000000..9586cff212d2cb048601f9c86c6f005dc71ca991 Binary files /dev/null and b/resources/images/textures/block/turtle_egg.png differ diff --git a/resources/images/textures/block/turtle_egg_slightly_cracked.png b/resources/images/textures/block/turtle_egg_slightly_cracked.png new file mode 100644 index 0000000000000000000000000000000000000000..5a9ea58ce0981178228c47f819b5e7e1f87b8e6e Binary files /dev/null and b/resources/images/textures/block/turtle_egg_slightly_cracked.png differ diff --git a/resources/images/textures/block/turtle_egg_very_cracked.png b/resources/images/textures/block/turtle_egg_very_cracked.png new file mode 100644 index 0000000000000000000000000000000000000000..afa88f93546904e172f88918cb5adf2f305e3beb Binary files /dev/null and b/resources/images/textures/block/turtle_egg_very_cracked.png differ diff --git a/resources/images/textures/block/twisting_vines.png b/resources/images/textures/block/twisting_vines.png new file mode 100644 index 0000000000000000000000000000000000000000..d10de07f72f47be1a6b17f0b8ccc1ebccc0d0737 Binary files /dev/null and b/resources/images/textures/block/twisting_vines.png differ diff --git a/resources/images/textures/block/twisting_vines_plant.png b/resources/images/textures/block/twisting_vines_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..37c48116a0f5739e6f0d319735377c256aa44e16 Binary files /dev/null and b/resources/images/textures/block/twisting_vines_plant.png differ diff --git a/resources/images/textures/block/vine.png b/resources/images/textures/block/vine.png new file mode 100644 index 0000000000000000000000000000000000000000..67e8fcbcd7b9a6648396d037a1e5c97625ce28c1 Binary files /dev/null and b/resources/images/textures/block/vine.png differ diff --git a/resources/images/textures/block/wall/andesite/post_side.png b/resources/images/textures/block/wall/andesite/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..acd268ad2212e9419bb8e85005ecffefcd8804dc Binary files /dev/null and b/resources/images/textures/block/wall/andesite/post_side.png differ diff --git a/resources/images/textures/block/wall/andesite/post_top.png b/resources/images/textures/block/wall/andesite/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc59feeef775a5849df7a5fe6cb0a4f19f48f50 Binary files /dev/null and b/resources/images/textures/block/wall/andesite/post_top.png differ diff --git a/resources/images/textures/block/wall/andesite/wall_side.png b/resources/images/textures/block/wall/andesite/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..777ba5045c0a3394dd75b18fc9c4e1cec52166f3 Binary files /dev/null and b/resources/images/textures/block/wall/andesite/wall_side.png differ diff --git a/resources/images/textures/block/wall/andesite/wall_side_tall.png b/resources/images/textures/block/wall/andesite/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..223fb1c1c4653729694fe3fcd30827cc416626a9 Binary files /dev/null and b/resources/images/textures/block/wall/andesite/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/andesite/wall_top.png b/resources/images/textures/block/wall/andesite/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..c0ed3d52d9b6c1c765daf6840c434a4cb0e16a7c Binary files /dev/null and b/resources/images/textures/block/wall/andesite/wall_top.png differ diff --git a/resources/images/textures/block/wall/blackstone/post_side.png b/resources/images/textures/block/wall/blackstone/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..0b86c0e2e75a7b588b9844917d4adc2320676a1c Binary files /dev/null and b/resources/images/textures/block/wall/blackstone/post_side.png differ diff --git a/resources/images/textures/block/wall/blackstone/post_top.png b/resources/images/textures/block/wall/blackstone/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..a00a9d60332802ada15c3380a63f1c1a9069dd7b Binary files /dev/null and b/resources/images/textures/block/wall/blackstone/post_top.png differ diff --git a/resources/images/textures/block/wall/blackstone/wall_side.png b/resources/images/textures/block/wall/blackstone/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..c03e01229fd0e384286528deb39986b5900f3e84 Binary files /dev/null and b/resources/images/textures/block/wall/blackstone/wall_side.png differ diff --git a/resources/images/textures/block/wall/blackstone/wall_side_tall.png b/resources/images/textures/block/wall/blackstone/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..6444c31beee838d4cc02022001d2fe6a4d9d338a Binary files /dev/null and b/resources/images/textures/block/wall/blackstone/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/blackstone/wall_top.png b/resources/images/textures/block/wall/blackstone/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ae74ccacf69327d0e2c6f85f20cc693cf4b8301c Binary files /dev/null and b/resources/images/textures/block/wall/blackstone/wall_top.png differ diff --git a/resources/images/textures/block/wall/brick/post_side.png b/resources/images/textures/block/wall/brick/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..da1422ebfd3c57c3dde811979ca87b4182052dc8 Binary files /dev/null and b/resources/images/textures/block/wall/brick/post_side.png differ diff --git a/resources/images/textures/block/wall/brick/post_top.png b/resources/images/textures/block/wall/brick/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..a81360899ea3481cb08582325f85e14cb9abbcc1 Binary files /dev/null and b/resources/images/textures/block/wall/brick/post_top.png differ diff --git a/resources/images/textures/block/wall/brick/wall_side.png b/resources/images/textures/block/wall/brick/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a849cf8cca994949815a67e814f49072f3227b Binary files /dev/null and b/resources/images/textures/block/wall/brick/wall_side.png differ diff --git a/resources/images/textures/block/wall/brick/wall_side_tall.png b/resources/images/textures/block/wall/brick/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..2627dfe0819b77ffd0d7d2a0e79c088d04e04d63 Binary files /dev/null and b/resources/images/textures/block/wall/brick/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/brick/wall_top.png b/resources/images/textures/block/wall/brick/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..db37bd01afd285e6a8434c4b6d25690dc885e79b Binary files /dev/null and b/resources/images/textures/block/wall/brick/wall_top.png differ diff --git a/resources/images/textures/block/wall/cobblestone_wall/post_side.png b/resources/images/textures/block/wall/cobblestone_wall/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..b9515a26e31950f37beb0de4169258cde0df1f9e Binary files /dev/null and b/resources/images/textures/block/wall/cobblestone_wall/post_side.png differ diff --git a/resources/images/textures/block/wall/cobblestone_wall/post_side_tall.png b/resources/images/textures/block/wall/cobblestone_wall/post_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..4185da3746d6e889e2128f5efe317260fc34a2d5 Binary files /dev/null and b/resources/images/textures/block/wall/cobblestone_wall/post_side_tall.png differ diff --git a/resources/images/textures/block/wall/cobblestone_wall/post_top.png b/resources/images/textures/block/wall/cobblestone_wall/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d9aa84bf0798f48ab6e978af25fb4377de8a58 Binary files /dev/null and b/resources/images/textures/block/wall/cobblestone_wall/post_top.png differ diff --git a/resources/images/textures/block/wall/cobblestone_wall/wall_side.png b/resources/images/textures/block/wall/cobblestone_wall/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..4801f66a5f14d64635775dc544599c22bfb3704b Binary files /dev/null and b/resources/images/textures/block/wall/cobblestone_wall/wall_side.png differ diff --git a/resources/images/textures/block/wall/cobblestone_wall/wall_side_tall.png b/resources/images/textures/block/wall/cobblestone_wall/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..b25fe4994d38cd2fa5d9e0d769eabf7914564a02 Binary files /dev/null and b/resources/images/textures/block/wall/cobblestone_wall/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/cobblestone_wall/wall_top.png b/resources/images/textures/block/wall/cobblestone_wall/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..77aac4a8cbddd715f8523639efb7ab3aba1eaf19 Binary files /dev/null and b/resources/images/textures/block/wall/cobblestone_wall/wall_top.png differ diff --git a/resources/images/textures/block/wall/diorite/post_side.png b/resources/images/textures/block/wall/diorite/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..27b935c66275363ed05cb3a15671b7b4fb23b0a0 Binary files /dev/null and b/resources/images/textures/block/wall/diorite/post_side.png differ diff --git a/resources/images/textures/block/wall/diorite/post_top.png b/resources/images/textures/block/wall/diorite/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..91d87944a67701e372c6fef4d9a414c7c32cc2f6 Binary files /dev/null and b/resources/images/textures/block/wall/diorite/post_top.png differ diff --git a/resources/images/textures/block/wall/diorite/wall_side.png b/resources/images/textures/block/wall/diorite/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca39e99772e893e8b4b3e1a64cb947429aad733 Binary files /dev/null and b/resources/images/textures/block/wall/diorite/wall_side.png differ diff --git a/resources/images/textures/block/wall/diorite/wall_side_tall.png b/resources/images/textures/block/wall/diorite/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..53588e7ff107d358876d1990eb428a97e759abc5 Binary files /dev/null and b/resources/images/textures/block/wall/diorite/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/diorite/wall_top.png b/resources/images/textures/block/wall/diorite/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6eba8ac1a06bfae8c3c04ca0a6b0823b7339d6 Binary files /dev/null and b/resources/images/textures/block/wall/diorite/wall_top.png differ diff --git a/resources/images/textures/block/wall/end_stone_brick/post_side.png b/resources/images/textures/block/wall/end_stone_brick/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..73bd62a153618997b93ee89f324e2d70c22838bd Binary files /dev/null and b/resources/images/textures/block/wall/end_stone_brick/post_side.png differ diff --git a/resources/images/textures/block/wall/end_stone_brick/post_top.png b/resources/images/textures/block/wall/end_stone_brick/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa24e43f66521216d0d950cc2eb8e4346236720 Binary files /dev/null and b/resources/images/textures/block/wall/end_stone_brick/post_top.png differ diff --git a/resources/images/textures/block/wall/end_stone_brick/wall_side.png b/resources/images/textures/block/wall/end_stone_brick/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..e5a28b26df580ac3d76647ad0b51b0c5250415b4 Binary files /dev/null and b/resources/images/textures/block/wall/end_stone_brick/wall_side.png differ diff --git a/resources/images/textures/block/wall/end_stone_brick/wall_side_tall.png b/resources/images/textures/block/wall/end_stone_brick/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..c507bc453c8fbf5a2003f166311a11b11d0b563c Binary files /dev/null and b/resources/images/textures/block/wall/end_stone_brick/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/end_stone_brick/wall_top.png b/resources/images/textures/block/wall/end_stone_brick/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ed2b725eb8a433f8fbdc46ad829f81deefcc77cd Binary files /dev/null and b/resources/images/textures/block/wall/end_stone_brick/wall_top.png differ diff --git a/resources/images/textures/block/wall/granite/post_side.png b/resources/images/textures/block/wall/granite/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..c2bec2eb6ca8926dfd8f2eb1c8c566143fb8d228 Binary files /dev/null and b/resources/images/textures/block/wall/granite/post_side.png differ diff --git a/resources/images/textures/block/wall/granite/post_top.png b/resources/images/textures/block/wall/granite/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..db529a1bee4422694201275a468b41b148d1a4ed Binary files /dev/null and b/resources/images/textures/block/wall/granite/post_top.png differ diff --git a/resources/images/textures/block/wall/granite/wall_side.png b/resources/images/textures/block/wall/granite/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..731ba88f9fff62bed2f15eb8ad6edbd145f87026 Binary files /dev/null and b/resources/images/textures/block/wall/granite/wall_side.png differ diff --git a/resources/images/textures/block/wall/granite/wall_side_tall.png b/resources/images/textures/block/wall/granite/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..41a85ad47bb9243c76cc8aaae9efd08b6eade1ab Binary files /dev/null and b/resources/images/textures/block/wall/granite/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/granite/wall_top.png b/resources/images/textures/block/wall/granite/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb4651d48ff4375a2f8f3f03b70b37dd9c72ffe Binary files /dev/null and b/resources/images/textures/block/wall/granite/wall_top.png differ diff --git a/resources/images/textures/block/wall/mossy_cobblestone_wall/post_side.png b/resources/images/textures/block/wall/mossy_cobblestone_wall/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3c06cd7245f2385cf2e6ad0a31102cd256b460c3 Binary files /dev/null and b/resources/images/textures/block/wall/mossy_cobblestone_wall/post_side.png differ diff --git a/resources/images/textures/block/wall/mossy_cobblestone_wall/post_top.png b/resources/images/textures/block/wall/mossy_cobblestone_wall/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a993b36e39f51363a00416e33ffa1637419f5e Binary files /dev/null and b/resources/images/textures/block/wall/mossy_cobblestone_wall/post_top.png differ diff --git a/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_side.png b/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..b6097e78598f946af42923af0b0cc7678a14e46f Binary files /dev/null and b/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_side.png differ diff --git a/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_side_tall.png b/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d1bbc6de12bfb1b8a44e6593a8093b77403789 Binary files /dev/null and b/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_top.png b/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..77aac4a8cbddd715f8523639efb7ab3aba1eaf19 Binary files /dev/null and b/resources/images/textures/block/wall/mossy_cobblestone_wall/wall_top.png differ diff --git a/resources/images/textures/block/wall/mossy_stone_brick_wall/post_side.png b/resources/images/textures/block/wall/mossy_stone_brick_wall/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1cea11979705ac33d7fd561e3c4b7520f18b8f Binary files /dev/null and b/resources/images/textures/block/wall/mossy_stone_brick_wall/post_side.png differ diff --git a/resources/images/textures/block/wall/mossy_stone_brick_wall/post_top.png b/resources/images/textures/block/wall/mossy_stone_brick_wall/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a993b36e39f51363a00416e33ffa1637419f5e Binary files /dev/null and b/resources/images/textures/block/wall/mossy_stone_brick_wall/post_top.png differ diff --git a/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_side.png b/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..88e2ee80b3085f40ddd836d66c0345cf7f025ee6 Binary files /dev/null and b/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_side.png differ diff --git a/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_side_tall.png b/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..2bab51053a78437d4934fe05cb293657d4ab1993 Binary files /dev/null and b/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_top.png b/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..77aac4a8cbddd715f8523639efb7ab3aba1eaf19 Binary files /dev/null and b/resources/images/textures/block/wall/mossy_stone_brick_wall/wall_top.png differ diff --git a/resources/images/textures/block/wall/nether_brick/post_side.png b/resources/images/textures/block/wall/nether_brick/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..62aff712da59ed7cc1207fdb313bfbcca4a98bdd Binary files /dev/null and b/resources/images/textures/block/wall/nether_brick/post_side.png differ diff --git a/resources/images/textures/block/wall/nether_brick/post_top.png b/resources/images/textures/block/wall/nether_brick/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..50d3546bfc8150b6c5402eaf8ad2f6a18a87ebb7 Binary files /dev/null and b/resources/images/textures/block/wall/nether_brick/post_top.png differ diff --git a/resources/images/textures/block/wall/nether_brick/wall_side.png b/resources/images/textures/block/wall/nether_brick/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..c96937e96333ab0f1e385858dd9146ba2f145542 Binary files /dev/null and b/resources/images/textures/block/wall/nether_brick/wall_side.png differ diff --git a/resources/images/textures/block/wall/nether_brick/wall_side_tall.png b/resources/images/textures/block/wall/nether_brick/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..1594155ec0122ab96ce17bd0f200e261ac5a38b9 Binary files /dev/null and b/resources/images/textures/block/wall/nether_brick/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/nether_brick/wall_top.png b/resources/images/textures/block/wall/nether_brick/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ad9d7cc9bfa27851a1a4431bd69d462d2d3c19ef Binary files /dev/null and b/resources/images/textures/block/wall/nether_brick/wall_top.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_brick_wall/post_side.png b/resources/images/textures/block/wall/polished_blackstone_brick_wall/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..6fff2620af0ac096ca5e775dd6132bfc19b860cc Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_brick_wall/post_side.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_brick_wall/post_top.png b/resources/images/textures/block/wall/polished_blackstone_brick_wall/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7eb46a39cad9a286ce47d75924ad7a9c424ace Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_brick_wall/post_top.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_side.png b/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..f514bd7abe5abf927cd000cf33f12fe89f10960e Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_side.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_side_tall.png b/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..327372d8a4e915c8c7d375811399d3752200cc26 Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_top.png b/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..85ccc5701ac9c9aec29bef8089662cb761b0290b Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_brick_wall/wall_top.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_wall/post_side.png b/resources/images/textures/block/wall/polished_blackstone_wall/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..bef90555024768a8f9a173a9d8c67c11c01a133b Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_wall/post_side.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_wall/post_top.png b/resources/images/textures/block/wall/polished_blackstone_wall/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..3a6502d68fb35729832de9b7d8f0b258a9dd472c Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_wall/post_top.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_wall/wall_side.png b/resources/images/textures/block/wall/polished_blackstone_wall/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..f354a6832b2fc5246c6970d7337601ebbc555592 Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_wall/wall_side.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_wall/wall_side_tall.png b/resources/images/textures/block/wall/polished_blackstone_wall/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..7519ef10dd74fbbcf864c33f97a91aee305221ae Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_wall/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/polished_blackstone_wall/wall_top.png b/resources/images/textures/block/wall/polished_blackstone_wall/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d92a70565ac2c49ec375cb0417a8f27e251c4753 Binary files /dev/null and b/resources/images/textures/block/wall/polished_blackstone_wall/wall_top.png differ diff --git a/resources/images/textures/block/wall/prismarine/post_side.png b/resources/images/textures/block/wall/prismarine/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c5716699e8289b40770a629b6fe4e9d6c3a173 Binary files /dev/null and b/resources/images/textures/block/wall/prismarine/post_side.png differ diff --git a/resources/images/textures/block/wall/prismarine/post_top.png b/resources/images/textures/block/wall/prismarine/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..133c96a666cc72c1ecceb7d5979795d246d20a78 Binary files /dev/null and b/resources/images/textures/block/wall/prismarine/post_top.png differ diff --git a/resources/images/textures/block/wall/prismarine/wall_side.png b/resources/images/textures/block/wall/prismarine/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..43acfdac9a807391b15499c71c498e565a3b231d Binary files /dev/null and b/resources/images/textures/block/wall/prismarine/wall_side.png differ diff --git a/resources/images/textures/block/wall/prismarine/wall_side_tall.png b/resources/images/textures/block/wall/prismarine/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..88e770564ff643fa1924c21a9c43ba3fc12397a9 Binary files /dev/null and b/resources/images/textures/block/wall/prismarine/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/prismarine/wall_top.png b/resources/images/textures/block/wall/prismarine/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..161fc81cfe5d5b9a66cdfde3545b5e530b9dfacf Binary files /dev/null and b/resources/images/textures/block/wall/prismarine/wall_top.png differ diff --git a/resources/images/textures/block/wall/red_nether_brick/post_side.png b/resources/images/textures/block/wall/red_nether_brick/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed71894262e7fa8592d0ea750fd9695cd7a2cb3 Binary files /dev/null and b/resources/images/textures/block/wall/red_nether_brick/post_side.png differ diff --git a/resources/images/textures/block/wall/red_nether_brick/post_top.png b/resources/images/textures/block/wall/red_nether_brick/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..62a174828f520074df042774bfc045399e18c69e Binary files /dev/null and b/resources/images/textures/block/wall/red_nether_brick/post_top.png differ diff --git a/resources/images/textures/block/wall/red_nether_brick/wall_side.png b/resources/images/textures/block/wall/red_nether_brick/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a70da3e260d02c52897d45c8af2a19306f8928 Binary files /dev/null and b/resources/images/textures/block/wall/red_nether_brick/wall_side.png differ diff --git a/resources/images/textures/block/wall/red_nether_brick/wall_side_tall.png b/resources/images/textures/block/wall/red_nether_brick/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..36a0dc7ad81845a07c8c48f2420221d35535225f Binary files /dev/null and b/resources/images/textures/block/wall/red_nether_brick/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/red_nether_brick/wall_top.png b/resources/images/textures/block/wall/red_nether_brick/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..babad70be78b21d9426e2962d132cabcefd47681 Binary files /dev/null and b/resources/images/textures/block/wall/red_nether_brick/wall_top.png differ diff --git a/resources/images/textures/block/wall/red_sandstone/post_side.png b/resources/images/textures/block/wall/red_sandstone/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3d64f785820e7f48ce8cf2bad6212e46b9065242 Binary files /dev/null and b/resources/images/textures/block/wall/red_sandstone/post_side.png differ diff --git a/resources/images/textures/block/wall/red_sandstone/post_top.png b/resources/images/textures/block/wall/red_sandstone/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..787f3dee5aa587824af4392cb38a639a9dac0c6b Binary files /dev/null and b/resources/images/textures/block/wall/red_sandstone/post_top.png differ diff --git a/resources/images/textures/block/wall/red_sandstone/wall_side.png b/resources/images/textures/block/wall/red_sandstone/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8a57cd4bdecf80eaeb8c18220974d2f538d8bd9b Binary files /dev/null and b/resources/images/textures/block/wall/red_sandstone/wall_side.png differ diff --git a/resources/images/textures/block/wall/red_sandstone/wall_side_tall.png b/resources/images/textures/block/wall/red_sandstone/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf0bd6e2a92abbd2986c4bcc7c2bfb7dc71dc2b Binary files /dev/null and b/resources/images/textures/block/wall/red_sandstone/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/red_sandstone/wall_top.png b/resources/images/textures/block/wall/red_sandstone/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..3df7c16a883cae3b54b299bab407f67666465c1a Binary files /dev/null and b/resources/images/textures/block/wall/red_sandstone/wall_top.png differ diff --git a/resources/images/textures/block/wall/sandstone/post_side.png b/resources/images/textures/block/wall/sandstone/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..dd24de8fdb1edde759eaa4bcde0eb81768da9bbe Binary files /dev/null and b/resources/images/textures/block/wall/sandstone/post_side.png differ diff --git a/resources/images/textures/block/wall/sandstone/post_top.png b/resources/images/textures/block/wall/sandstone/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbeabb858cc74e5ab17cc351c33ad1ec3b27d74 Binary files /dev/null and b/resources/images/textures/block/wall/sandstone/post_top.png differ diff --git a/resources/images/textures/block/wall/sandstone/wall_side.png b/resources/images/textures/block/wall/sandstone/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..2a79f21c3cdc6089576f7fe02726fbcfd2e3c9ca Binary files /dev/null and b/resources/images/textures/block/wall/sandstone/wall_side.png differ diff --git a/resources/images/textures/block/wall/sandstone/wall_side_tall.png b/resources/images/textures/block/wall/sandstone/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..2527a104b14a684707ec066e469bc4444de00ecd Binary files /dev/null and b/resources/images/textures/block/wall/sandstone/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/sandstone/wall_top.png b/resources/images/textures/block/wall/sandstone/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8135dc9e4d3a884947649af59879452ba61cf381 Binary files /dev/null and b/resources/images/textures/block/wall/sandstone/wall_top.png differ diff --git a/resources/images/textures/block/wall/stone_brick_wall/post_side.png b/resources/images/textures/block/wall/stone_brick_wall/post_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8a569837304cbe76fa93360aeb50a61d5a925021 Binary files /dev/null and b/resources/images/textures/block/wall/stone_brick_wall/post_side.png differ diff --git a/resources/images/textures/block/wall/stone_brick_wall/post_top.png b/resources/images/textures/block/wall/stone_brick_wall/post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d9aa84bf0798f48ab6e978af25fb4377de8a58 Binary files /dev/null and b/resources/images/textures/block/wall/stone_brick_wall/post_top.png differ diff --git a/resources/images/textures/block/wall/stone_brick_wall/wall_side.png b/resources/images/textures/block/wall/stone_brick_wall/wall_side.png new file mode 100644 index 0000000000000000000000000000000000000000..c3320bf247368d85a83ebf56e4a7cc22067d6147 Binary files /dev/null and b/resources/images/textures/block/wall/stone_brick_wall/wall_side.png differ diff --git a/resources/images/textures/block/wall/stone_brick_wall/wall_side_tall.png b/resources/images/textures/block/wall/stone_brick_wall/wall_side_tall.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6e26025c6e13cf449acf74d86f87a4de12aa12 Binary files /dev/null and b/resources/images/textures/block/wall/stone_brick_wall/wall_side_tall.png differ diff --git a/resources/images/textures/block/wall/stone_brick_wall/wall_top.png b/resources/images/textures/block/wall/stone_brick_wall/wall_top.png new file mode 100644 index 0000000000000000000000000000000000000000..77aac4a8cbddd715f8523639efb7ab3aba1eaf19 Binary files /dev/null and b/resources/images/textures/block/wall/stone_brick_wall/wall_top.png differ diff --git a/resources/images/textures/block/warped_door_bottom.png b/resources/images/textures/block/warped_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8ca3c5dd4607c53dc9c1d049f27ad44fa7e2aa08 Binary files /dev/null and b/resources/images/textures/block/warped_door_bottom.png differ diff --git a/resources/images/textures/block/warped_door_top.png b/resources/images/textures/block/warped_door_top.png new file mode 100644 index 0000000000000000000000000000000000000000..fe673c493bc173a26f63d0fe52b83727bc259062 Binary files /dev/null and b/resources/images/textures/block/warped_door_top.png differ diff --git a/resources/images/textures/block/warped_fungus.png b/resources/images/textures/block/warped_fungus.png new file mode 100644 index 0000000000000000000000000000000000000000..e1708f8c0a72b1b22cac141cc6e92489d15eefc4 Binary files /dev/null and b/resources/images/textures/block/warped_fungus.png differ diff --git a/resources/images/textures/block/warped_nylium.png b/resources/images/textures/block/warped_nylium.png new file mode 100644 index 0000000000000000000000000000000000000000..58e776f43a328b4c0abe7b980ff6dbd8dff99516 Binary files /dev/null and b/resources/images/textures/block/warped_nylium.png differ diff --git a/resources/images/textures/block/warped_nylium_side.png b/resources/images/textures/block/warped_nylium_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3ca45ad578a35dfc632ee1c7c6ea5b180b8ddf Binary files /dev/null and b/resources/images/textures/block/warped_nylium_side.png differ diff --git a/resources/images/textures/block/warped_planks.png b/resources/images/textures/block/warped_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..8040a1b008aa37ff2dbeb1e2be1364cddd0b40f8 Binary files /dev/null and b/resources/images/textures/block/warped_planks.png differ diff --git a/resources/images/textures/block/warped_roots.png b/resources/images/textures/block/warped_roots.png new file mode 100644 index 0000000000000000000000000000000000000000..d15e2582ec47410b31e90cd778198de73437ff6f Binary files /dev/null and b/resources/images/textures/block/warped_roots.png differ diff --git a/resources/images/textures/block/warped_roots_pot.png b/resources/images/textures/block/warped_roots_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..0628eb8729c9b8ff39d3da4947f54da2b54d9b86 Binary files /dev/null and b/resources/images/textures/block/warped_roots_pot.png differ diff --git a/resources/images/textures/block/warped_stem.png b/resources/images/textures/block/warped_stem.png new file mode 100644 index 0000000000000000000000000000000000000000..7896b22d715cb911123f3f349f7c151890b1b089 Binary files /dev/null and b/resources/images/textures/block/warped_stem.png differ diff --git a/resources/images/textures/block/warped_stem.png.mcmeta b/resources/images/textures/block/warped_stem.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..4894b537c138a0cd21e4d64f93ce7ce5206d629a --- /dev/null +++ b/resources/images/textures/block/warped_stem.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/resources/images/textures/block/warped_stem_top.png b/resources/images/textures/block/warped_stem_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e4a55b25c03d39fc59ecb143a081baa1b72e2a10 Binary files /dev/null and b/resources/images/textures/block/warped_stem_top.png differ diff --git a/resources/images/textures/block/warped_trapdoor.png b/resources/images/textures/block/warped_trapdoor.png new file mode 100644 index 0000000000000000000000000000000000000000..12ea01ecd81dba0b4de29ca62b0751dedcefd98a Binary files /dev/null and b/resources/images/textures/block/warped_trapdoor.png differ diff --git a/resources/images/textures/block/warped_wart_block.png b/resources/images/textures/block/warped_wart_block.png new file mode 100644 index 0000000000000000000000000000000000000000..9077bb4cd9d3be111d063f8ee0d41b68929c943c Binary files /dev/null and b/resources/images/textures/block/warped_wart_block.png differ diff --git a/resources/images/textures/block/water_flow.png b/resources/images/textures/block/water_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ed147b8432a3f92c39c899bc133c2eb1ae0769 Binary files /dev/null and b/resources/images/textures/block/water_flow.png differ diff --git a/resources/images/textures/block/water_flow.png.mcmeta b/resources/images/textures/block/water_flow.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..e96a648e7dd7ed8c0d86ff094e2ad56752fe261b --- /dev/null +++ b/resources/images/textures/block/water_flow.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31 + ] + } +} diff --git a/resources/images/textures/block/water_overlay.png b/resources/images/textures/block/water_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..7e44f6c1b7b6e585368d5702c336a6b3a772cc8d Binary files /dev/null and b/resources/images/textures/block/water_overlay.png differ diff --git a/resources/images/textures/block/water_still.png b/resources/images/textures/block/water_still.png new file mode 100644 index 0000000000000000000000000000000000000000..0afb03cebc84226133434e29e9b30dc0d6e80984 Binary files /dev/null and b/resources/images/textures/block/water_still.png differ diff --git a/resources/images/textures/block/water_still.png.mcmeta b/resources/images/textures/block/water_still.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..ab1ed680698837dcc6d1a7f49503e1b2250750ae --- /dev/null +++ b/resources/images/textures/block/water_still.png.mcmeta @@ -0,0 +1,71 @@ +{ + "animation": { + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63 + ] + } +} + diff --git a/resources/images/textures/block/wax_block.png b/resources/images/textures/block/wax_block.png new file mode 100644 index 0000000000000000000000000000000000000000..a6cb8b1fe39cc2b33d64bea9c8ae1a4fc70a3ffa Binary files /dev/null and b/resources/images/textures/block/wax_block.png differ diff --git a/resources/images/textures/block/weathered_copper.png b/resources/images/textures/block/weathered_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..a5be919d4f8fab1c9856f179ef5e1709aa965f8c Binary files /dev/null and b/resources/images/textures/block/weathered_copper.png differ diff --git a/resources/images/textures/block/weathered_cut_copper.png b/resources/images/textures/block/weathered_cut_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa2c5cabb4fbc80ac6481b66ab1f2bc56125233 Binary files /dev/null and b/resources/images/textures/block/weathered_cut_copper.png differ diff --git a/resources/images/textures/block/weeping_vines.png b/resources/images/textures/block/weeping_vines.png new file mode 100644 index 0000000000000000000000000000000000000000..958c5459946ead2a28826ef30badcc94587f28de Binary files /dev/null and b/resources/images/textures/block/weeping_vines.png differ diff --git a/resources/images/textures/block/weeping_vines_plant.png b/resources/images/textures/block/weeping_vines_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..0f66de954a818e76e8157f08e90826fdf223f7b7 Binary files /dev/null and b/resources/images/textures/block/weeping_vines_plant.png differ diff --git a/resources/images/textures/block/wet_sponge.png b/resources/images/textures/block/wet_sponge.png new file mode 100644 index 0000000000000000000000000000000000000000..95e967855701246bfc88ba2eb3ccea3b05430b8d Binary files /dev/null and b/resources/images/textures/block/wet_sponge.png differ diff --git a/resources/images/textures/block/wheat_stage0.png b/resources/images/textures/block/wheat_stage0.png new file mode 100644 index 0000000000000000000000000000000000000000..7263c4e795f7904a09ba70199b552028733cb667 Binary files /dev/null and b/resources/images/textures/block/wheat_stage0.png differ diff --git a/resources/images/textures/block/wheat_stage1.png b/resources/images/textures/block/wheat_stage1.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8a42e44177d6c121cf3fd404824d4952a74dab Binary files /dev/null and b/resources/images/textures/block/wheat_stage1.png differ diff --git a/resources/images/textures/block/wheat_stage2.png b/resources/images/textures/block/wheat_stage2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4fc8ff796e410c6105c222b7c4d16f89a0aff6 Binary files /dev/null and b/resources/images/textures/block/wheat_stage2.png differ diff --git a/resources/images/textures/block/wheat_stage3.png b/resources/images/textures/block/wheat_stage3.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2efd51959d6309369a41ddf1841a8021b3c881 Binary files /dev/null and b/resources/images/textures/block/wheat_stage3.png differ diff --git a/resources/images/textures/block/wheat_stage4.png b/resources/images/textures/block/wheat_stage4.png new file mode 100644 index 0000000000000000000000000000000000000000..558695ce3f83486db4a12d91ce1108f955949928 Binary files /dev/null and b/resources/images/textures/block/wheat_stage4.png differ diff --git a/resources/images/textures/block/wheat_stage5.png b/resources/images/textures/block/wheat_stage5.png new file mode 100644 index 0000000000000000000000000000000000000000..5efc51eb73bc6a15914c283f7dcf4c42a748a90b Binary files /dev/null and b/resources/images/textures/block/wheat_stage5.png differ diff --git a/resources/images/textures/block/wheat_stage6.png b/resources/images/textures/block/wheat_stage6.png new file mode 100644 index 0000000000000000000000000000000000000000..8495175eebe55c7ff111d196f3328b3c79e8567d Binary files /dev/null and b/resources/images/textures/block/wheat_stage6.png differ diff --git a/resources/images/textures/block/wheat_stage7.png b/resources/images/textures/block/wheat_stage7.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4b260c3b9483e8cdc78598d2601c62f187a088 Binary files /dev/null and b/resources/images/textures/block/wheat_stage7.png differ diff --git a/resources/images/textures/block/white_candle.png b/resources/images/textures/block/white_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..0d0da6073a96617fd66fb799591e99eaf0453c54 Binary files /dev/null and b/resources/images/textures/block/white_candle.png differ diff --git a/resources/images/textures/block/white_candle_lit.png b/resources/images/textures/block/white_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..37535611e2432a89b1aa58f55df4e29ec59231f6 Binary files /dev/null and b/resources/images/textures/block/white_candle_lit.png differ diff --git a/resources/images/textures/block/white_concrete.png b/resources/images/textures/block/white_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..bbfc262333b2aee37343904f5605f018de58eeab Binary files /dev/null and b/resources/images/textures/block/white_concrete.png differ diff --git a/resources/images/textures/block/white_concrete_powder.png b/resources/images/textures/block/white_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..d5c7049223eec890cb276dfcbc7dcb9c29672647 Binary files /dev/null and b/resources/images/textures/block/white_concrete_powder.png differ diff --git a/resources/images/textures/block/white_glazed_terracotta.png b/resources/images/textures/block/white_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a46b40d832ef5a25e9fbd024463e95c1b77ec5 Binary files /dev/null and b/resources/images/textures/block/white_glazed_terracotta.png differ diff --git a/resources/images/textures/block/white_shulker_box.png b/resources/images/textures/block/white_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..1da9673eb4b4e4a0184ee7ea6b947a90fd6dc828 Binary files /dev/null and b/resources/images/textures/block/white_shulker_box.png differ diff --git a/resources/images/textures/block/white_stained_glass.png b/resources/images/textures/block/white_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b846300562f2a41de1df14f34b3759a49d97f9 Binary files /dev/null and b/resources/images/textures/block/white_stained_glass.png differ diff --git a/resources/images/textures/block/white_stained_glass_pane_top.png b/resources/images/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..7799ce32dd5de17ab88c7596f09b960105c8c9f0 Binary files /dev/null and b/resources/images/textures/block/white_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/white_terracotta.png b/resources/images/textures/block/white_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..e15dfd89b4ae86bbc47d6c96d9b051c240d57b1e Binary files /dev/null and b/resources/images/textures/block/white_terracotta.png differ diff --git a/resources/images/textures/block/white_tulip.png b/resources/images/textures/block/white_tulip.png new file mode 100644 index 0000000000000000000000000000000000000000..5373ca348c17885be6792167bcadb3ffd78d4ac0 Binary files /dev/null and b/resources/images/textures/block/white_tulip.png differ diff --git a/resources/images/textures/block/white_wool.png b/resources/images/textures/block/white_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..6da10255fae79f31cd52587fbdf9d1e14ec91842 Binary files /dev/null and b/resources/images/textures/block/white_wool.png differ diff --git a/resources/images/textures/block/wither_rose.png b/resources/images/textures/block/wither_rose.png new file mode 100644 index 0000000000000000000000000000000000000000..ed40e7801009a84c8f39718c803071b711e686d9 Binary files /dev/null and b/resources/images/textures/block/wither_rose.png differ diff --git a/resources/images/textures/block/yellow_candle.png b/resources/images/textures/block/yellow_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9226fe9fb522bb6252784d62ea36383bf5de97 Binary files /dev/null and b/resources/images/textures/block/yellow_candle.png differ diff --git a/resources/images/textures/block/yellow_candle_lit.png b/resources/images/textures/block/yellow_candle_lit.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2f10c3b902ba4dbf8bd94c8fb932d57aa07bf0 Binary files /dev/null and b/resources/images/textures/block/yellow_candle_lit.png differ diff --git a/resources/images/textures/block/yellow_concrete.png b/resources/images/textures/block/yellow_concrete.png new file mode 100644 index 0000000000000000000000000000000000000000..18cdfef2de65579fe9489baae71069f9127962f8 Binary files /dev/null and b/resources/images/textures/block/yellow_concrete.png differ diff --git a/resources/images/textures/block/yellow_concrete_powder.png b/resources/images/textures/block/yellow_concrete_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..770aa89b95e1bb3b43e26cdcf011aa3a67925b15 Binary files /dev/null and b/resources/images/textures/block/yellow_concrete_powder.png differ diff --git a/resources/images/textures/block/yellow_glazed_terracotta.png b/resources/images/textures/block/yellow_glazed_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..d61aaa185380222869c4443e1d10c632d594b57f Binary files /dev/null and b/resources/images/textures/block/yellow_glazed_terracotta.png differ diff --git a/resources/images/textures/block/yellow_shulker_box.png b/resources/images/textures/block/yellow_shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4e2b5484adaa4ddab005ff0cc2d35480167207 Binary files /dev/null and b/resources/images/textures/block/yellow_shulker_box.png differ diff --git a/resources/images/textures/block/yellow_stained_glass.png b/resources/images/textures/block/yellow_stained_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..40074f59552b0ff715652bb56680496c9cfb3821 Binary files /dev/null and b/resources/images/textures/block/yellow_stained_glass.png differ diff --git a/resources/images/textures/block/yellow_stained_glass_pane_top.png b/resources/images/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 0000000000000000000000000000000000000000..941a1389eed89e2cfdf43d6bf20dfc390f6b8133 Binary files /dev/null and b/resources/images/textures/block/yellow_stained_glass_pane_top.png differ diff --git a/resources/images/textures/block/yellow_terracotta.png b/resources/images/textures/block/yellow_terracotta.png new file mode 100644 index 0000000000000000000000000000000000000000..e714083b2bbfbd5997e3badc7a6007e3ae84081f Binary files /dev/null and b/resources/images/textures/block/yellow_terracotta.png differ diff --git a/resources/images/textures/block/yellow_wool.png b/resources/images/textures/block/yellow_wool.png new file mode 100644 index 0000000000000000000000000000000000000000..35638703f1f6896d67ae82de1fbdd873ab0f583e Binary files /dev/null and b/resources/images/textures/block/yellow_wool.png differ diff --git a/resources/images/textures/colormap/foliage.png b/resources/images/textures/colormap/foliage.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e4b34699eb63913a41e9154b255c8bac087944 Binary files /dev/null and b/resources/images/textures/colormap/foliage.png differ diff --git a/resources/images/textures/colormap/grass.png b/resources/images/textures/colormap/grass.png new file mode 100644 index 0000000000000000000000000000000000000000..32ce015721909f87902a2596dfb5fdfa878880bf Binary files /dev/null and b/resources/images/textures/colormap/grass.png differ diff --git a/resources/images/textures/custom/block/bookshelf/0.png b/resources/images/textures/custom/block/bookshelf/0.png new file mode 100644 index 0000000000000000000000000000000000000000..132a481348329fe64b6bcfc58a8ac5d33993e0de Binary files /dev/null and b/resources/images/textures/custom/block/bookshelf/0.png differ diff --git a/resources/images/textures/custom/block/bookshelf/1.png b/resources/images/textures/custom/block/bookshelf/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c20c47719310b9bf087617e195778033710aa266 Binary files /dev/null and b/resources/images/textures/custom/block/bookshelf/1.png differ diff --git a/resources/images/textures/custom/block/bookshelf/2.png b/resources/images/textures/custom/block/bookshelf/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bef29638780c77855ed54f90a337372c84433177 Binary files /dev/null and b/resources/images/textures/custom/block/bookshelf/2.png differ diff --git a/resources/images/textures/custom/block/bookshelf/3.png b/resources/images/textures/custom/block/bookshelf/3.png new file mode 100644 index 0000000000000000000000000000000000000000..95b6f6a3d609ba0cda75fd8e913b8b72ec1ab3ee Binary files /dev/null and b/resources/images/textures/custom/block/bookshelf/3.png differ diff --git a/resources/images/textures/custom/block/flowers/oxeye_daisy/0.png b/resources/images/textures/custom/block/flowers/oxeye_daisy/0.png new file mode 100644 index 0000000000000000000000000000000000000000..96d47babe767d0b6dedd6438f994c4f566022194 Binary files /dev/null and b/resources/images/textures/custom/block/flowers/oxeye_daisy/0.png differ diff --git a/resources/images/textures/custom/block/flowers/oxeye_daisy/1.png b/resources/images/textures/custom/block/flowers/oxeye_daisy/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6c39338a590d68dfe82ecb54e5bccf33408383fa Binary files /dev/null and b/resources/images/textures/custom/block/flowers/oxeye_daisy/1.png differ diff --git a/resources/images/textures/custom/block/lily_pad/0.png b/resources/images/textures/custom/block/lily_pad/0.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f82f504c23000de76f902c0d3d78f94cb7c4d5 Binary files /dev/null and b/resources/images/textures/custom/block/lily_pad/0.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/0.png b/resources/images/textures/custom/block/mushrooms/brown/0.png new file mode 100644 index 0000000000000000000000000000000000000000..586a5ab3ec3d056e58947f1bc8b63611fa8e4176 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/0.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/1.png b/resources/images/textures/custom/block/mushrooms/brown/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a56ecfc32b6f22738d6f7d41fb7a2660b7ae06d5 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/1.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/2.png b/resources/images/textures/custom/block/mushrooms/brown/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f3ef8ece3f9509826f96f22f68f1ab29ea342d Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/2.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/3.png b/resources/images/textures/custom/block/mushrooms/brown/3.png new file mode 100644 index 0000000000000000000000000000000000000000..b94cece5171298e2113dfe9ba8a45ff02d48b620 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/3.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/4.png b/resources/images/textures/custom/block/mushrooms/brown/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f3b94e5360d5bd29cb019d387f4d73cf4a597e Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/4.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/5.png b/resources/images/textures/custom/block/mushrooms/brown/5.png new file mode 100644 index 0000000000000000000000000000000000000000..fb66d15ac12f6d0609f76b064ab3830869cb1660 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/5.png differ diff --git a/resources/images/textures/custom/block/mushrooms/brown/6.png b/resources/images/textures/custom/block/mushrooms/brown/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d112e16c5fb65db74504f7584c9df727b2158ba4 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/brown/6.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/0.png b/resources/images/textures/custom/block/mushrooms/red/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ee7dd3719ae43f03b7a8273d8b0ac522cf7a2ba4 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/0.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/1.png b/resources/images/textures/custom/block/mushrooms/red/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a48b7b37ae30891d3e4e40b3fe0cb77dabf0a9b6 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/1.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/2.png b/resources/images/textures/custom/block/mushrooms/red/2.png new file mode 100644 index 0000000000000000000000000000000000000000..75ca8fbb37af023ec358e71477b359216171e4b4 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/2.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/3.png b/resources/images/textures/custom/block/mushrooms/red/3.png new file mode 100644 index 0000000000000000000000000000000000000000..43c26570a42a3f0b42fee49ca1b811d1659a7fc7 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/3.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/4.png b/resources/images/textures/custom/block/mushrooms/red/4.png new file mode 100644 index 0000000000000000000000000000000000000000..09991fe4fb37056046a4289b97026540bad71e49 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/4.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/5.png b/resources/images/textures/custom/block/mushrooms/red/5.png new file mode 100644 index 0000000000000000000000000000000000000000..af21ee49b56efb50654ccebbf3caa99254c75e76 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/5.png differ diff --git a/resources/images/textures/custom/block/mushrooms/red/6.png b/resources/images/textures/custom/block/mushrooms/red/6.png new file mode 100644 index 0000000000000000000000000000000000000000..43b39afcb81797ee7adf3ff4feec8f14b81dc347 Binary files /dev/null and b/resources/images/textures/custom/block/mushrooms/red/6.png differ diff --git a/resources/images/textures/custom/block/nether_quartz_ore/0.png b/resources/images/textures/custom/block/nether_quartz_ore/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8e5cea063d396f76733b6dde1105e2fa36893172 Binary files /dev/null and b/resources/images/textures/custom/block/nether_quartz_ore/0.png differ diff --git a/resources/images/textures/custom/block/nether_quartz_ore/1.png b/resources/images/textures/custom/block/nether_quartz_ore/1.png new file mode 100644 index 0000000000000000000000000000000000000000..feac90e3ded9dd872861351bd804ebb421720c47 Binary files /dev/null and b/resources/images/textures/custom/block/nether_quartz_ore/1.png differ diff --git a/resources/images/textures/custom/block/nether_quartz_ore/2.png b/resources/images/textures/custom/block/nether_quartz_ore/2.png new file mode 100644 index 0000000000000000000000000000000000000000..268f39e0e1db5b320064a67e89c05e5154899f6b Binary files /dev/null and b/resources/images/textures/custom/block/nether_quartz_ore/2.png differ diff --git a/resources/images/textures/custom/block/nether_quartz_ore/3.png b/resources/images/textures/custom/block/nether_quartz_ore/3.png new file mode 100644 index 0000000000000000000000000000000000000000..342c4f728a3a2102687632ca55e62118a559cdf5 Binary files /dev/null and b/resources/images/textures/custom/block/nether_quartz_ore/3.png differ diff --git a/resources/images/textures/custom/block/trapdoors/acacia/front.png b/resources/images/textures/custom/block/trapdoors/acacia/front.png new file mode 100644 index 0000000000000000000000000000000000000000..b920b7ac5db9c3b2f3cb25c4db8f138314a08839 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/acacia/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/acacia/side.png b/resources/images/textures/custom/block/trapdoors/acacia/side.png new file mode 100644 index 0000000000000000000000000000000000000000..528c9f7807006286fa42bfaf108045b02dfab75a Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/acacia/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/birch/front.png b/resources/images/textures/custom/block/trapdoors/birch/front.png new file mode 100644 index 0000000000000000000000000000000000000000..5455c4d122aab5236fb0d68e949508bdbcbbde44 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/birch/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/birch/side.png b/resources/images/textures/custom/block/trapdoors/birch/side.png new file mode 100644 index 0000000000000000000000000000000000000000..5455c4d122aab5236fb0d68e949508bdbcbbde44 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/birch/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/crimson/front.png b/resources/images/textures/custom/block/trapdoors/crimson/front.png new file mode 100644 index 0000000000000000000000000000000000000000..eb384e9ac7abb9ffdae4ccf0f9b3ef11513c8cc4 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/crimson/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/crimson/side.png b/resources/images/textures/custom/block/trapdoors/crimson/side.png new file mode 100644 index 0000000000000000000000000000000000000000..eb384e9ac7abb9ffdae4ccf0f9b3ef11513c8cc4 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/crimson/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/dark_oak/front.png b/resources/images/textures/custom/block/trapdoors/dark_oak/front.png new file mode 100644 index 0000000000000000000000000000000000000000..8a1315ce5b0ccbdf070f6181c0731edf0941ec54 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/dark_oak/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/dark_oak/side.png b/resources/images/textures/custom/block/trapdoors/dark_oak/side.png new file mode 100644 index 0000000000000000000000000000000000000000..49517a69f8be63ee9e126a6ebfc0dcd75a11126e Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/dark_oak/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/iron/front.png b/resources/images/textures/custom/block/trapdoors/iron/front.png new file mode 100644 index 0000000000000000000000000000000000000000..2fda7ca01cb747a791c6cff4f1c434c68a8c8d0a Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/iron/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/iron/side.png b/resources/images/textures/custom/block/trapdoors/iron/side.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8d884ded647b200abd6736d10023fdbeac6cce Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/iron/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/jungle/front.png b/resources/images/textures/custom/block/trapdoors/jungle/front.png new file mode 100644 index 0000000000000000000000000000000000000000..b8cb1aed6c4ee629b0b84d2a9814dc90f50ee092 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/jungle/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/jungle/side.png b/resources/images/textures/custom/block/trapdoors/jungle/side.png new file mode 100644 index 0000000000000000000000000000000000000000..75ed2bc7968ee8a298ac20048ba73ee1003f5027 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/jungle/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/oak/front.png b/resources/images/textures/custom/block/trapdoors/oak/front.png new file mode 100644 index 0000000000000000000000000000000000000000..a9349397695218957e6ddcfa54c91e023d53291c Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/oak/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/oak/side.png b/resources/images/textures/custom/block/trapdoors/oak/side.png new file mode 100644 index 0000000000000000000000000000000000000000..9bede4af14f1e9dd7a73e893c9c56033660cf823 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/oak/side.png differ diff --git a/resources/images/textures/custom/block/trapdoors/spruce/front.png b/resources/images/textures/custom/block/trapdoors/spruce/front.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0454370badd3637d81393462beabb125d41942 Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/spruce/front.png differ diff --git a/resources/images/textures/custom/block/trapdoors/spruce/side.png b/resources/images/textures/custom/block/trapdoors/spruce/side.png new file mode 100644 index 0000000000000000000000000000000000000000..a9fcfd0815634da7ca4e72578527d7216152cf5f Binary files /dev/null and b/resources/images/textures/custom/block/trapdoors/spruce/side.png differ diff --git a/resources/images/textures/custom/item/bed/black.png b/resources/images/textures/custom/item/bed/black.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1d5a75dd0c12bf9cea60de71a65ea4eaef0cf4 Binary files /dev/null and b/resources/images/textures/custom/item/bed/black.png differ diff --git a/resources/images/textures/custom/item/bed/blue.png b/resources/images/textures/custom/item/bed/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..683cc86b5af3a7b0be1615a7d113babc3c712011 Binary files /dev/null and b/resources/images/textures/custom/item/bed/blue.png differ diff --git a/resources/images/textures/custom/item/bed/brown.png b/resources/images/textures/custom/item/bed/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..cacabbd5115ce560eeeb3628d22dcd4d0ff942eb Binary files /dev/null and b/resources/images/textures/custom/item/bed/brown.png differ diff --git a/resources/images/textures/custom/item/bed/cyan.png b/resources/images/textures/custom/item/bed/cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..be2a040ef4c81d2b6fb5334e50d2a4912e781280 Binary files /dev/null and b/resources/images/textures/custom/item/bed/cyan.png differ diff --git a/resources/images/textures/custom/item/bed/gray.png b/resources/images/textures/custom/item/bed/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..c6fba2fb729ece092048cca38540af43a374574b Binary files /dev/null and b/resources/images/textures/custom/item/bed/gray.png differ diff --git a/resources/images/textures/custom/item/bed/green.png b/resources/images/textures/custom/item/bed/green.png new file mode 100644 index 0000000000000000000000000000000000000000..e879cb100fc7e70219e8effa24160a59487decbb Binary files /dev/null and b/resources/images/textures/custom/item/bed/green.png differ diff --git a/resources/images/textures/custom/item/bed/light_blue.png b/resources/images/textures/custom/item/bed/light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa2c33eb492368b8af5bc36f8a8fd304114f2f7 Binary files /dev/null and b/resources/images/textures/custom/item/bed/light_blue.png differ diff --git a/resources/images/textures/custom/item/bed/light_gray.png b/resources/images/textures/custom/item/bed/light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..4f4b6beb5116668955668852a6214627d92a27b9 Binary files /dev/null and b/resources/images/textures/custom/item/bed/light_gray.png differ diff --git a/resources/images/textures/custom/item/bed/lime.png b/resources/images/textures/custom/item/bed/lime.png new file mode 100644 index 0000000000000000000000000000000000000000..980cce69fe8ca29046e555b8a8e7cc0cf50b8907 Binary files /dev/null and b/resources/images/textures/custom/item/bed/lime.png differ diff --git a/resources/images/textures/custom/item/bed/magenta.png b/resources/images/textures/custom/item/bed/magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..e7041ff4996f2773f4fb3aa14dbabaebacb7a7e7 Binary files /dev/null and b/resources/images/textures/custom/item/bed/magenta.png differ diff --git a/resources/images/textures/custom/item/bed/orange.png b/resources/images/textures/custom/item/bed/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..1d7b37cbab92b3731e78e93cf507d95d33f918f5 Binary files /dev/null and b/resources/images/textures/custom/item/bed/orange.png differ diff --git a/resources/images/textures/custom/item/bed/pink.png b/resources/images/textures/custom/item/bed/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..640095a7732994934a06079bfb29fb1d2602093f Binary files /dev/null and b/resources/images/textures/custom/item/bed/pink.png differ diff --git a/resources/images/textures/custom/item/bed/purple.png b/resources/images/textures/custom/item/bed/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..22e143915a2cd009ef1e4f330061b9243570a7a6 Binary files /dev/null and b/resources/images/textures/custom/item/bed/purple.png differ diff --git a/resources/images/textures/custom/item/bed/red.png b/resources/images/textures/custom/item/bed/red.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6cfa0d684c5994939ff340c9a36c3c8f69738d Binary files /dev/null and b/resources/images/textures/custom/item/bed/red.png differ diff --git a/resources/images/textures/custom/item/bed/white.png b/resources/images/textures/custom/item/bed/white.png new file mode 100644 index 0000000000000000000000000000000000000000..751b5ce3d8a966064c7a99756fde9dd36cde6856 Binary files /dev/null and b/resources/images/textures/custom/item/bed/white.png differ diff --git a/resources/images/textures/custom/item/bed/yellow.png b/resources/images/textures/custom/item/bed/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa28d0c429dc3a370ee33ce7557b910cff751bb Binary files /dev/null and b/resources/images/textures/custom/item/bed/yellow.png differ diff --git a/resources/images/textures/entity/alex.png b/resources/images/textures/entity/alex.png new file mode 100644 index 0000000000000000000000000000000000000000..dc86f915c8f03a209c55c8c46867624a9e2d3d7e Binary files /dev/null and b/resources/images/textures/entity/alex.png differ diff --git a/resources/images/textures/entity/armorstand/wood.png b/resources/images/textures/entity/armorstand/wood.png new file mode 100644 index 0000000000000000000000000000000000000000..406326fbad5666390c2676b964f9d1fc592959b5 Binary files /dev/null and b/resources/images/textures/entity/armorstand/wood.png differ diff --git a/resources/images/textures/entity/arrow.png b/resources/images/textures/entity/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4180b1a8ea7cf06cf796b790408cd3be238bcc Binary files /dev/null and b/resources/images/textures/entity/arrow.png differ diff --git a/resources/images/textures/entity/axolotl/axolotl_blue.png b/resources/images/textures/entity/axolotl/axolotl_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..341dcae4a9e3ff3bd48832f5cd1761910e3b5112 Binary files /dev/null and b/resources/images/textures/entity/axolotl/axolotl_blue.png differ diff --git a/resources/images/textures/entity/axolotl/axolotl_cyan.png b/resources/images/textures/entity/axolotl/axolotl_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..baf7dc4661611220517ae3fede42d346107e2f11 Binary files /dev/null and b/resources/images/textures/entity/axolotl/axolotl_cyan.png differ diff --git a/resources/images/textures/entity/axolotl/axolotl_gold.png b/resources/images/textures/entity/axolotl/axolotl_gold.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8760ec28ce37483d2a40fb2bfdafee6d800c18 Binary files /dev/null and b/resources/images/textures/entity/axolotl/axolotl_gold.png differ diff --git a/resources/images/textures/entity/axolotl/axolotl_lucy.png b/resources/images/textures/entity/axolotl/axolotl_lucy.png new file mode 100644 index 0000000000000000000000000000000000000000..8429699bf50a6ec6ce1e9405cf22aaf9e0f08661 Binary files /dev/null and b/resources/images/textures/entity/axolotl/axolotl_lucy.png differ diff --git a/resources/images/textures/entity/axolotl/axolotl_wild.png b/resources/images/textures/entity/axolotl/axolotl_wild.png new file mode 100644 index 0000000000000000000000000000000000000000..c37360bbea6623da5aa9e504e12d2d7516c05d4a Binary files /dev/null and b/resources/images/textures/entity/axolotl/axolotl_wild.png differ diff --git a/resources/images/textures/entity/banner/banner_base.png b/resources/images/textures/entity/banner/banner_base.png new file mode 100644 index 0000000000000000000000000000000000000000..fc01ba2615d1d4132cb839ad9f0bce6155fb9be2 Binary files /dev/null and b/resources/images/textures/entity/banner/banner_base.png differ diff --git a/resources/images/textures/entity/banner/base.png b/resources/images/textures/entity/banner/base.png new file mode 100644 index 0000000000000000000000000000000000000000..0cf8b2f0fe97365cd0ee800a15c0674a439bf2c7 Binary files /dev/null and b/resources/images/textures/entity/banner/base.png differ diff --git a/resources/images/textures/entity/banner/border.png b/resources/images/textures/entity/banner/border.png new file mode 100644 index 0000000000000000000000000000000000000000..e853f6f6dcea87ede39fdbf712f255070b9fb6f3 Binary files /dev/null and b/resources/images/textures/entity/banner/border.png differ diff --git a/resources/images/textures/entity/banner/bricks.png b/resources/images/textures/entity/banner/bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd7095ba2be2937a8f242684f4b4cebbce94d36 Binary files /dev/null and b/resources/images/textures/entity/banner/bricks.png differ diff --git a/resources/images/textures/entity/banner/circle.png b/resources/images/textures/entity/banner/circle.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ea337020d501de37ca38e8ff3a5c11814821d9 Binary files /dev/null and b/resources/images/textures/entity/banner/circle.png differ diff --git a/resources/images/textures/entity/banner/creeper.png b/resources/images/textures/entity/banner/creeper.png new file mode 100644 index 0000000000000000000000000000000000000000..3eeb1e8dd426b9ccfb9f4549a17e5a7dd14d66ae Binary files /dev/null and b/resources/images/textures/entity/banner/creeper.png differ diff --git a/resources/images/textures/entity/banner/cross.png b/resources/images/textures/entity/banner/cross.png new file mode 100644 index 0000000000000000000000000000000000000000..c60175a357848d95757d1f768a72da07a1134cc5 Binary files /dev/null and b/resources/images/textures/entity/banner/cross.png differ diff --git a/resources/images/textures/entity/banner/curly_border.png b/resources/images/textures/entity/banner/curly_border.png new file mode 100644 index 0000000000000000000000000000000000000000..42a473fd00abfec2175ad0ad5a60a80eee98460d Binary files /dev/null and b/resources/images/textures/entity/banner/curly_border.png differ diff --git a/resources/images/textures/entity/banner/diagonal_left.png b/resources/images/textures/entity/banner/diagonal_left.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ad4994579d41875ccff452576d25d952b29faa Binary files /dev/null and b/resources/images/textures/entity/banner/diagonal_left.png differ diff --git a/resources/images/textures/entity/banner/diagonal_right.png b/resources/images/textures/entity/banner/diagonal_right.png new file mode 100644 index 0000000000000000000000000000000000000000..42acaf7cbe2118ff9237cbe5175c729d5ac0d14e Binary files /dev/null and b/resources/images/textures/entity/banner/diagonal_right.png differ diff --git a/resources/images/textures/entity/banner/diagonal_up_left.png b/resources/images/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb71fa9fa826d57146c06e5e103d9bfc0e58cbc Binary files /dev/null and b/resources/images/textures/entity/banner/diagonal_up_left.png differ diff --git a/resources/images/textures/entity/banner/diagonal_up_right.png b/resources/images/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9dc5279e167a4a8241079a1e034771718a8c6e Binary files /dev/null and b/resources/images/textures/entity/banner/diagonal_up_right.png differ diff --git a/resources/images/textures/entity/banner/flower.png b/resources/images/textures/entity/banner/flower.png new file mode 100644 index 0000000000000000000000000000000000000000..02f7277eea8988c1eea9d2cf94e10482af45c630 Binary files /dev/null and b/resources/images/textures/entity/banner/flower.png differ diff --git a/resources/images/textures/entity/banner/globe.png b/resources/images/textures/entity/banner/globe.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa99931a7fcf7614abf999ef313343f1877299f Binary files /dev/null and b/resources/images/textures/entity/banner/globe.png differ diff --git a/resources/images/textures/entity/banner/gradient.png b/resources/images/textures/entity/banner/gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..f3fc8804ea1c54395bd071ba155f4628cb1843e1 Binary files /dev/null and b/resources/images/textures/entity/banner/gradient.png differ diff --git a/resources/images/textures/entity/banner/gradient_up.png b/resources/images/textures/entity/banner/gradient_up.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8a937d2e9532b435ad7b5295898d773c70dff1 Binary files /dev/null and b/resources/images/textures/entity/banner/gradient_up.png differ diff --git a/resources/images/textures/entity/banner/half_horizontal.png b/resources/images/textures/entity/banner/half_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bb83d2b78df33ddd2b12f8f517983be39b8b9885 Binary files /dev/null and b/resources/images/textures/entity/banner/half_horizontal.png differ diff --git a/resources/images/textures/entity/banner/half_horizontal_bottom.png b/resources/images/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8498f704f6774dd9978e097d13c3b965fe5643c1 Binary files /dev/null and b/resources/images/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/resources/images/textures/entity/banner/half_vertical.png b/resources/images/textures/entity/banner/half_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..8739b1eb74f9566ee1f6404a477a10281a0e8a06 Binary files /dev/null and b/resources/images/textures/entity/banner/half_vertical.png differ diff --git a/resources/images/textures/entity/banner/half_vertical_right.png b/resources/images/textures/entity/banner/half_vertical_right.png new file mode 100644 index 0000000000000000000000000000000000000000..11c4bc19378fbd80d34eefb48202eee55768086c Binary files /dev/null and b/resources/images/textures/entity/banner/half_vertical_right.png differ diff --git a/resources/images/textures/entity/banner/mojang.png b/resources/images/textures/entity/banner/mojang.png new file mode 100644 index 0000000000000000000000000000000000000000..deb970325665a8e91b1684164c4c3b9882da2976 Binary files /dev/null and b/resources/images/textures/entity/banner/mojang.png differ diff --git a/resources/images/textures/entity/banner/piglin.png b/resources/images/textures/entity/banner/piglin.png new file mode 100644 index 0000000000000000000000000000000000000000..5f59b8a3e425cf158303d53b8aa11df92f1d6e07 Binary files /dev/null and b/resources/images/textures/entity/banner/piglin.png differ diff --git a/resources/images/textures/entity/banner/rhombus.png b/resources/images/textures/entity/banner/rhombus.png new file mode 100644 index 0000000000000000000000000000000000000000..e5fe895eca298e9c0edeaa6a929d757d743f4814 Binary files /dev/null and b/resources/images/textures/entity/banner/rhombus.png differ diff --git a/resources/images/textures/entity/banner/skull.png b/resources/images/textures/entity/banner/skull.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c4f70078dfd8a88ccbc1db98e6b242bb58a938 Binary files /dev/null and b/resources/images/textures/entity/banner/skull.png differ diff --git a/resources/images/textures/entity/banner/small_stripes.png b/resources/images/textures/entity/banner/small_stripes.png new file mode 100644 index 0000000000000000000000000000000000000000..5611da026481255645dc54a04bc6c41dd6faef04 Binary files /dev/null and b/resources/images/textures/entity/banner/small_stripes.png differ diff --git a/resources/images/textures/entity/banner/square_bottom_left.png b/resources/images/textures/entity/banner/square_bottom_left.png new file mode 100644 index 0000000000000000000000000000000000000000..a17963c9d3d903ac1765abb4e07a78b7743432cc Binary files /dev/null and b/resources/images/textures/entity/banner/square_bottom_left.png differ diff --git a/resources/images/textures/entity/banner/square_bottom_right.png b/resources/images/textures/entity/banner/square_bottom_right.png new file mode 100644 index 0000000000000000000000000000000000000000..e986f6f7d198c344a1e9396157de7a4173846de4 Binary files /dev/null and b/resources/images/textures/entity/banner/square_bottom_right.png differ diff --git a/resources/images/textures/entity/banner/square_top_left.png b/resources/images/textures/entity/banner/square_top_left.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ccd23b44d6dbbbe579fdd92c12fb1f9f65ddbd Binary files /dev/null and b/resources/images/textures/entity/banner/square_top_left.png differ diff --git a/resources/images/textures/entity/banner/square_top_right.png b/resources/images/textures/entity/banner/square_top_right.png new file mode 100644 index 0000000000000000000000000000000000000000..10795d885d861b6999f5962ded73ca698170c74c Binary files /dev/null and b/resources/images/textures/entity/banner/square_top_right.png differ diff --git a/resources/images/textures/entity/banner/straight_cross.png b/resources/images/textures/entity/banner/straight_cross.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c395d1de1a3f425498207c019f437b372e61f8 Binary files /dev/null and b/resources/images/textures/entity/banner/straight_cross.png differ diff --git a/resources/images/textures/entity/banner/stripe_bottom.png b/resources/images/textures/entity/banner/stripe_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..6886c23510dd0fc084470688701a7f5afcaf4123 Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_bottom.png differ diff --git a/resources/images/textures/entity/banner/stripe_center.png b/resources/images/textures/entity/banner/stripe_center.png new file mode 100644 index 0000000000000000000000000000000000000000..87b9c3e21402a4acf91ebbad8bccf08c9f67a31f Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_center.png differ diff --git a/resources/images/textures/entity/banner/stripe_downleft.png b/resources/images/textures/entity/banner/stripe_downleft.png new file mode 100644 index 0000000000000000000000000000000000000000..f653e3cd2a10efb07c02ada2c617f9a2f734269d Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_downleft.png differ diff --git a/resources/images/textures/entity/banner/stripe_downright.png b/resources/images/textures/entity/banner/stripe_downright.png new file mode 100644 index 0000000000000000000000000000000000000000..82b55f32458ae219b9c72f8f48a689609a2b6ad2 Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_downright.png differ diff --git a/resources/images/textures/entity/banner/stripe_left.png b/resources/images/textures/entity/banner/stripe_left.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc7bbc2b3968f6f608714910eceb5fe4d6b877d Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_left.png differ diff --git a/resources/images/textures/entity/banner/stripe_middle.png b/resources/images/textures/entity/banner/stripe_middle.png new file mode 100644 index 0000000000000000000000000000000000000000..f078a44b9c91d3573157163d98605ccfcaae0d49 Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_middle.png differ diff --git a/resources/images/textures/entity/banner/stripe_right.png b/resources/images/textures/entity/banner/stripe_right.png new file mode 100644 index 0000000000000000000000000000000000000000..c290304cd8ea40b9288ab24b92f03f88233c691d Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_right.png differ diff --git a/resources/images/textures/entity/banner/stripe_top.png b/resources/images/textures/entity/banner/stripe_top.png new file mode 100644 index 0000000000000000000000000000000000000000..0c900e52aefc70eb977b86838df3e30ed30d6868 Binary files /dev/null and b/resources/images/textures/entity/banner/stripe_top.png differ diff --git a/resources/images/textures/entity/banner/triangle_bottom.png b/resources/images/textures/entity/banner/triangle_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..2c291d5b4f4e9489a1781b2544abeddf4d472e8e Binary files /dev/null and b/resources/images/textures/entity/banner/triangle_bottom.png differ diff --git a/resources/images/textures/entity/banner/triangle_top.png b/resources/images/textures/entity/banner/triangle_top.png new file mode 100644 index 0000000000000000000000000000000000000000..e279706231ba7ca06dbae7b3fc37b9a593579251 Binary files /dev/null and b/resources/images/textures/entity/banner/triangle_top.png differ diff --git a/resources/images/textures/entity/banner/triangles_bottom.png b/resources/images/textures/entity/banner/triangles_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..36dd30b5bf8b473dfde956f2d47a45456f098521 Binary files /dev/null and b/resources/images/textures/entity/banner/triangles_bottom.png differ diff --git a/resources/images/textures/entity/banner/triangles_top.png b/resources/images/textures/entity/banner/triangles_top.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1d480ff4e6c281059d9c2ac5b9ed774ec638b9 Binary files /dev/null and b/resources/images/textures/entity/banner/triangles_top.png differ diff --git a/resources/images/textures/entity/banner_base.png b/resources/images/textures/entity/banner_base.png new file mode 100644 index 0000000000000000000000000000000000000000..fc01ba2615d1d4132cb839ad9f0bce6155fb9be2 Binary files /dev/null and b/resources/images/textures/entity/banner_base.png differ diff --git a/resources/images/textures/entity/bat.png b/resources/images/textures/entity/bat.png new file mode 100644 index 0000000000000000000000000000000000000000..7a05994874dc44587ec304dc7684cbf56bb76ad9 Binary files /dev/null and b/resources/images/textures/entity/bat.png differ diff --git a/resources/images/textures/entity/beacon_beam.png b/resources/images/textures/entity/beacon_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..e2eef1e7cb45154c0f6066826fbbb00d3407fc96 Binary files /dev/null and b/resources/images/textures/entity/beacon_beam.png differ diff --git a/resources/images/textures/entity/bear/polarbear.png b/resources/images/textures/entity/bear/polarbear.png new file mode 100644 index 0000000000000000000000000000000000000000..809ecc2406334c6518c18f977b076be300e89750 Binary files /dev/null and b/resources/images/textures/entity/bear/polarbear.png differ diff --git a/resources/images/textures/entity/bed/black.png b/resources/images/textures/entity/bed/black.png new file mode 100644 index 0000000000000000000000000000000000000000..8afff5ef4b94be84ecb8d2d16af178e13e9c9f15 Binary files /dev/null and b/resources/images/textures/entity/bed/black.png differ diff --git a/resources/images/textures/entity/bed/blue.png b/resources/images/textures/entity/bed/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef18228f37c6805fabf8c42f9cd6671639f443f Binary files /dev/null and b/resources/images/textures/entity/bed/blue.png differ diff --git a/resources/images/textures/entity/bed/brown.png b/resources/images/textures/entity/bed/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..2d06337767fa729e82ddafcce9befe7aa66af929 Binary files /dev/null and b/resources/images/textures/entity/bed/brown.png differ diff --git a/resources/images/textures/entity/bed/cyan.png b/resources/images/textures/entity/bed/cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..0cfdba34c8edca83a2da2f1f0535ed5dcbca156d Binary files /dev/null and b/resources/images/textures/entity/bed/cyan.png differ diff --git a/resources/images/textures/entity/bed/gray.png b/resources/images/textures/entity/bed/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..b23e729125395e3afabda518aaf5300860fa17fb Binary files /dev/null and b/resources/images/textures/entity/bed/gray.png differ diff --git a/resources/images/textures/entity/bed/green.png b/resources/images/textures/entity/bed/green.png new file mode 100644 index 0000000000000000000000000000000000000000..ff62691aa7197ca33ceb19ea6fec3b892ad2c7df Binary files /dev/null and b/resources/images/textures/entity/bed/green.png differ diff --git a/resources/images/textures/entity/bed/light_blue.png b/resources/images/textures/entity/bed/light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..b678ef1b5b9e549bfa4b4d76e6aadc86f996b14f Binary files /dev/null and b/resources/images/textures/entity/bed/light_blue.png differ diff --git a/resources/images/textures/entity/bed/light_gray.png b/resources/images/textures/entity/bed/light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..569660d4f38a65a1ab163add86e31e7b796be598 Binary files /dev/null and b/resources/images/textures/entity/bed/light_gray.png differ diff --git a/resources/images/textures/entity/bed/lime.png b/resources/images/textures/entity/bed/lime.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd317b75200e093ddb42ec2ebc23b7214c10d62 Binary files /dev/null and b/resources/images/textures/entity/bed/lime.png differ diff --git a/resources/images/textures/entity/bed/magenta.png b/resources/images/textures/entity/bed/magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..3787ce1c5d9b0815b0b9890df5ace15d8c6e24fa Binary files /dev/null and b/resources/images/textures/entity/bed/magenta.png differ diff --git a/resources/images/textures/entity/bed/orange.png b/resources/images/textures/entity/bed/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..9b44c7579a603d92fdcbe983225cedd87f4d5b91 Binary files /dev/null and b/resources/images/textures/entity/bed/orange.png differ diff --git a/resources/images/textures/entity/bed/pink.png b/resources/images/textures/entity/bed/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..4567744acd3033b0f90a5065e3b0ac30030d1c63 Binary files /dev/null and b/resources/images/textures/entity/bed/pink.png differ diff --git a/resources/images/textures/entity/bed/purple.png b/resources/images/textures/entity/bed/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..55c35175f727486986cf8a8931e857e94d668fd8 Binary files /dev/null and b/resources/images/textures/entity/bed/purple.png differ diff --git a/resources/images/textures/entity/bed/red.png b/resources/images/textures/entity/bed/red.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c5d803dcd29fa75e0ac3f9feee9c1ce8bcb615 Binary files /dev/null and b/resources/images/textures/entity/bed/red.png differ diff --git a/resources/images/textures/entity/bed/white.png b/resources/images/textures/entity/bed/white.png new file mode 100644 index 0000000000000000000000000000000000000000..b2593cbc3d604ac7b534f33b6852da79edfe176b Binary files /dev/null and b/resources/images/textures/entity/bed/white.png differ diff --git a/resources/images/textures/entity/bed/yellow.png b/resources/images/textures/entity/bed/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..ec3e476c96981bf3233e3410d2c2741238a4daab Binary files /dev/null and b/resources/images/textures/entity/bed/yellow.png differ diff --git a/resources/images/textures/entity/bee/bee.png b/resources/images/textures/entity/bee/bee.png new file mode 100644 index 0000000000000000000000000000000000000000..d325fedcf000ed4f4787167259f1e5d9898d18df Binary files /dev/null and b/resources/images/textures/entity/bee/bee.png differ diff --git a/resources/images/textures/entity/bee/bee_angry.png b/resources/images/textures/entity/bee/bee_angry.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3dae5722adf603e028f3dc0d25e5d0468f5881 Binary files /dev/null and b/resources/images/textures/entity/bee/bee_angry.png differ diff --git a/resources/images/textures/entity/bee/bee_angry_nectar.png b/resources/images/textures/entity/bee/bee_angry_nectar.png new file mode 100644 index 0000000000000000000000000000000000000000..4fbc5ec5012df1b8051882c9eb24c9f6647aabe9 Binary files /dev/null and b/resources/images/textures/entity/bee/bee_angry_nectar.png differ diff --git a/resources/images/textures/entity/bee/bee_nectar.png b/resources/images/textures/entity/bee/bee_nectar.png new file mode 100644 index 0000000000000000000000000000000000000000..524585f0e7d1dcf22d4c9b06294528a5c680c221 Binary files /dev/null and b/resources/images/textures/entity/bee/bee_nectar.png differ diff --git a/resources/images/textures/entity/bee/bee_stinger.png b/resources/images/textures/entity/bee/bee_stinger.png new file mode 100644 index 0000000000000000000000000000000000000000..10504af87a0c8273d4625611a13d76f2c5dc5c04 Binary files /dev/null and b/resources/images/textures/entity/bee/bee_stinger.png differ diff --git a/resources/images/textures/entity/bell/bell_body.png b/resources/images/textures/entity/bell/bell_body.png new file mode 100644 index 0000000000000000000000000000000000000000..d24e29d23cf693c9ae1eb676e84243d205514c24 Binary files /dev/null and b/resources/images/textures/entity/bell/bell_body.png differ diff --git a/resources/images/textures/entity/blaze.png b/resources/images/textures/entity/blaze.png new file mode 100644 index 0000000000000000000000000000000000000000..164be6fe64ce32b311187631de1639661cffe212 Binary files /dev/null and b/resources/images/textures/entity/blaze.png differ diff --git a/resources/images/textures/entity/boat.png b/resources/images/textures/entity/boat.png new file mode 100644 index 0000000000000000000000000000000000000000..6cfc14587b92852c46425eedf6224ea6d55c76f9 Binary files /dev/null and b/resources/images/textures/entity/boat.png differ diff --git a/resources/images/textures/entity/boat/acacia.png b/resources/images/textures/entity/boat/acacia.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca7e10a028f479aecc22a7c60e87aceb9739716 Binary files /dev/null and b/resources/images/textures/entity/boat/acacia.png differ diff --git a/resources/images/textures/entity/boat/birch.png b/resources/images/textures/entity/boat/birch.png new file mode 100644 index 0000000000000000000000000000000000000000..ff5bb009e1714b62c8b3eec646b892217fcaca01 Binary files /dev/null and b/resources/images/textures/entity/boat/birch.png differ diff --git a/resources/images/textures/entity/boat/dark_oak.png b/resources/images/textures/entity/boat/dark_oak.png new file mode 100644 index 0000000000000000000000000000000000000000..230b3348cd554b1e5115201dd81977b0285b76b9 Binary files /dev/null and b/resources/images/textures/entity/boat/dark_oak.png differ diff --git a/resources/images/textures/entity/boat/jungle.png b/resources/images/textures/entity/boat/jungle.png new file mode 100644 index 0000000000000000000000000000000000000000..50d6c185d1bda5b1ace50f48e7d295b9e395163e Binary files /dev/null and b/resources/images/textures/entity/boat/jungle.png differ diff --git a/resources/images/textures/entity/boat/oak.png b/resources/images/textures/entity/boat/oak.png new file mode 100644 index 0000000000000000000000000000000000000000..40247f38f4239631516b48b6130f9d197bdf4d4f Binary files /dev/null and b/resources/images/textures/entity/boat/oak.png differ diff --git a/resources/images/textures/entity/boat/spruce.png b/resources/images/textures/entity/boat/spruce.png new file mode 100644 index 0000000000000000000000000000000000000000..a259c0a5161f801550894010316a27c4216418ab Binary files /dev/null and b/resources/images/textures/entity/boat/spruce.png differ diff --git a/resources/images/textures/entity/cat/all_black.png b/resources/images/textures/entity/cat/all_black.png new file mode 100644 index 0000000000000000000000000000000000000000..4527dbdd864c8b1be221ea07f1a6a78cfe4d0483 Binary files /dev/null and b/resources/images/textures/entity/cat/all_black.png differ diff --git a/resources/images/textures/entity/cat/black.png b/resources/images/textures/entity/cat/black.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea6a47a38e40d66faf49aa6690d95d2faf61eef Binary files /dev/null and b/resources/images/textures/entity/cat/black.png differ diff --git a/resources/images/textures/entity/cat/british_shorthair.png b/resources/images/textures/entity/cat/british_shorthair.png new file mode 100644 index 0000000000000000000000000000000000000000..9d452bb3dd37ce0241ca9e00f077da4904ee11c2 Binary files /dev/null and b/resources/images/textures/entity/cat/british_shorthair.png differ diff --git a/resources/images/textures/entity/cat/calico.png b/resources/images/textures/entity/cat/calico.png new file mode 100644 index 0000000000000000000000000000000000000000..048a30c6205c626509a6009823a4c3eabd0e4f32 Binary files /dev/null and b/resources/images/textures/entity/cat/calico.png differ diff --git a/resources/images/textures/entity/cat/cat_collar.png b/resources/images/textures/entity/cat/cat_collar.png new file mode 100644 index 0000000000000000000000000000000000000000..9838c0ccea0c14f128c771e7afffed378f507462 Binary files /dev/null and b/resources/images/textures/entity/cat/cat_collar.png differ diff --git a/resources/images/textures/entity/cat/jellie.png b/resources/images/textures/entity/cat/jellie.png new file mode 100644 index 0000000000000000000000000000000000000000..98b9001f62f8d6d6793506bc565670b961c93a5d Binary files /dev/null and b/resources/images/textures/entity/cat/jellie.png differ diff --git a/resources/images/textures/entity/cat/ocelot.png b/resources/images/textures/entity/cat/ocelot.png new file mode 100644 index 0000000000000000000000000000000000000000..c6bd6d29ae4c3d3aa0595a839f49a1ff4b796b73 Binary files /dev/null and b/resources/images/textures/entity/cat/ocelot.png differ diff --git a/resources/images/textures/entity/cat/persian.png b/resources/images/textures/entity/cat/persian.png new file mode 100644 index 0000000000000000000000000000000000000000..8321d503b33ce83b34b8f1aa2cd6dfa1b91426d7 Binary files /dev/null and b/resources/images/textures/entity/cat/persian.png differ diff --git a/resources/images/textures/entity/cat/ragdoll.png b/resources/images/textures/entity/cat/ragdoll.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8ce14a8649f64bfdd1a0a08fb0e463141018de Binary files /dev/null and b/resources/images/textures/entity/cat/ragdoll.png differ diff --git a/resources/images/textures/entity/cat/red.png b/resources/images/textures/entity/cat/red.png new file mode 100644 index 0000000000000000000000000000000000000000..e7318cdfad2520049dc249ed4bd66a147dfdd11d Binary files /dev/null and b/resources/images/textures/entity/cat/red.png differ diff --git a/resources/images/textures/entity/cat/siamese.png b/resources/images/textures/entity/cat/siamese.png new file mode 100644 index 0000000000000000000000000000000000000000..49aef0764d822a69e8dcfcd15a70b8de2176eceb Binary files /dev/null and b/resources/images/textures/entity/cat/siamese.png differ diff --git a/resources/images/textures/entity/cat/tabby.png b/resources/images/textures/entity/cat/tabby.png new file mode 100644 index 0000000000000000000000000000000000000000..509dfdf1629e031c41ad05a218f4a0490aa46db4 Binary files /dev/null and b/resources/images/textures/entity/cat/tabby.png differ diff --git a/resources/images/textures/entity/cat/white.png b/resources/images/textures/entity/cat/white.png new file mode 100644 index 0000000000000000000000000000000000000000..5632d8ded77f3b1ce9545e2325833cafd07d187d Binary files /dev/null and b/resources/images/textures/entity/cat/white.png differ diff --git a/resources/images/textures/entity/chest/christmas.png b/resources/images/textures/entity/chest/christmas.png new file mode 100644 index 0000000000000000000000000000000000000000..3628501fcf1fc39f076bcc6f777de71a30e80cc9 Binary files /dev/null and b/resources/images/textures/entity/chest/christmas.png differ diff --git a/resources/images/textures/entity/chest/christmas_left.png b/resources/images/textures/entity/chest/christmas_left.png new file mode 100644 index 0000000000000000000000000000000000000000..0143d29e946b2ac429305d1334163bf8b9f0cb5a Binary files /dev/null and b/resources/images/textures/entity/chest/christmas_left.png differ diff --git a/resources/images/textures/entity/chest/christmas_right.png b/resources/images/textures/entity/chest/christmas_right.png new file mode 100644 index 0000000000000000000000000000000000000000..100a325d33fc14b682a269e38404d655ff3dd9ec Binary files /dev/null and b/resources/images/textures/entity/chest/christmas_right.png differ diff --git a/resources/images/textures/entity/chest/ender.png b/resources/images/textures/entity/chest/ender.png new file mode 100644 index 0000000000000000000000000000000000000000..84600095341275541fdc93a68b749522ff1fb023 Binary files /dev/null and b/resources/images/textures/entity/chest/ender.png differ diff --git a/resources/images/textures/entity/chest/normal.png b/resources/images/textures/entity/chest/normal.png new file mode 100644 index 0000000000000000000000000000000000000000..9e184bf44f3587d2274fd79e371ab34278684d5b Binary files /dev/null and b/resources/images/textures/entity/chest/normal.png differ diff --git a/resources/images/textures/entity/chest/normal_left.png b/resources/images/textures/entity/chest/normal_left.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed9902d2e4c015dfa9ce94d86ed71518228b6c0 Binary files /dev/null and b/resources/images/textures/entity/chest/normal_left.png differ diff --git a/resources/images/textures/entity/chest/normal_right.png b/resources/images/textures/entity/chest/normal_right.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce7cbc674adf29cc2c4caa9a2030a4c97b2f95e Binary files /dev/null and b/resources/images/textures/entity/chest/normal_right.png differ diff --git a/resources/images/textures/entity/chest/trapped.png b/resources/images/textures/entity/chest/trapped.png new file mode 100644 index 0000000000000000000000000000000000000000..b0a9aef2368391ae45ce64c6cc9ed1d3eab745fc Binary files /dev/null and b/resources/images/textures/entity/chest/trapped.png differ diff --git a/resources/images/textures/entity/chest/trapped_left.png b/resources/images/textures/entity/chest/trapped_left.png new file mode 100644 index 0000000000000000000000000000000000000000..586adc5c2221f9bdf89f426b76993e449ccbd9dd Binary files /dev/null and b/resources/images/textures/entity/chest/trapped_left.png differ diff --git a/resources/images/textures/entity/chest/trapped_right.png b/resources/images/textures/entity/chest/trapped_right.png new file mode 100644 index 0000000000000000000000000000000000000000..3797a2009866a1ef17a2b600bfdfdc6901d79054 Binary files /dev/null and b/resources/images/textures/entity/chest/trapped_right.png differ diff --git a/resources/images/textures/entity/chicken.png b/resources/images/textures/entity/chicken.png new file mode 100644 index 0000000000000000000000000000000000000000..a905e1c81e5d1afc4085f83b7f52d1c90bd92cc6 Binary files /dev/null and b/resources/images/textures/entity/chicken.png differ diff --git a/resources/images/textures/entity/conduit/base.png b/resources/images/textures/entity/conduit/base.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3ea2c9ec1662ec523f1be8f177ade1f5fda1e5 Binary files /dev/null and b/resources/images/textures/entity/conduit/base.png differ diff --git a/resources/images/textures/entity/conduit/break_particle.png b/resources/images/textures/entity/conduit/break_particle.png new file mode 100644 index 0000000000000000000000000000000000000000..93b1444ee6aaf573b8ab84bd4488dc02361d5ecf Binary files /dev/null and b/resources/images/textures/entity/conduit/break_particle.png differ diff --git a/resources/images/textures/entity/conduit/cage.png b/resources/images/textures/entity/conduit/cage.png new file mode 100644 index 0000000000000000000000000000000000000000..e1273013f1d705a80cdc5689015ec8ea9dd8eb11 Binary files /dev/null and b/resources/images/textures/entity/conduit/cage.png differ diff --git a/resources/images/textures/entity/conduit/closed_eye.png b/resources/images/textures/entity/conduit/closed_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6a72f931479b16276bca3cf0ca6a9a208e5771 Binary files /dev/null and b/resources/images/textures/entity/conduit/closed_eye.png differ diff --git a/resources/images/textures/entity/conduit/open_eye.png b/resources/images/textures/entity/conduit/open_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..c86ea1a311458467fdd618bcca04d14d68864a0a Binary files /dev/null and b/resources/images/textures/entity/conduit/open_eye.png differ diff --git a/resources/images/textures/entity/conduit/wind.png b/resources/images/textures/entity/conduit/wind.png new file mode 100644 index 0000000000000000000000000000000000000000..94e77cef81c197688db47b2587719aad3d827d7c Binary files /dev/null and b/resources/images/textures/entity/conduit/wind.png differ diff --git a/resources/images/textures/entity/conduit/wind.png.mcmeta b/resources/images/textures/entity/conduit/wind.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..93f0855e7ce9dd41b70182bca72fea3ae4c00ce7 --- /dev/null +++ b/resources/images/textures/entity/conduit/wind.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "frametime": 3, + "width": 64, + "height": 32, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] + } +} diff --git a/resources/images/textures/entity/conduit/wind_vertical.png b/resources/images/textures/entity/conduit/wind_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..240ece552fced8c2e20c92a215a49016695479ef Binary files /dev/null and b/resources/images/textures/entity/conduit/wind_vertical.png differ diff --git a/resources/images/textures/entity/conduit/wind_vertical.png.mcmeta b/resources/images/textures/entity/conduit/wind_vertical.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..93f0855e7ce9dd41b70182bca72fea3ae4c00ce7 --- /dev/null +++ b/resources/images/textures/entity/conduit/wind_vertical.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "frametime": 3, + "width": 64, + "height": 32, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] + } +} diff --git a/resources/images/textures/entity/cow/brown_mooshroom.png b/resources/images/textures/entity/cow/brown_mooshroom.png new file mode 100644 index 0000000000000000000000000000000000000000..e1fcbc6cc6c29d5c0caa3dfa5e25b3070871dd17 Binary files /dev/null and b/resources/images/textures/entity/cow/brown_mooshroom.png differ diff --git a/resources/images/textures/entity/cow/cow.png b/resources/images/textures/entity/cow/cow.png new file mode 100644 index 0000000000000000000000000000000000000000..b20a6719701a46900ccaff17f44873ee1efe05d6 Binary files /dev/null and b/resources/images/textures/entity/cow/cow.png differ diff --git a/resources/images/textures/entity/cow/red_mooshroom.png b/resources/images/textures/entity/cow/red_mooshroom.png new file mode 100644 index 0000000000000000000000000000000000000000..ba016d174287a32c584bd6f69144e884a1f24392 Binary files /dev/null and b/resources/images/textures/entity/cow/red_mooshroom.png differ diff --git a/resources/images/textures/entity/creeper/creeper.png b/resources/images/textures/entity/creeper/creeper.png new file mode 100644 index 0000000000000000000000000000000000000000..9eabe06e9787e7711803738069ddf26bd89c08dc Binary files /dev/null and b/resources/images/textures/entity/creeper/creeper.png differ diff --git a/resources/images/textures/entity/creeper/creeper_armor.png b/resources/images/textures/entity/creeper/creeper_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..66398db67988197683c84e4a1534dc467a8dc683 Binary files /dev/null and b/resources/images/textures/entity/creeper/creeper_armor.png differ diff --git a/resources/images/textures/entity/dolphin.png b/resources/images/textures/entity/dolphin.png new file mode 100644 index 0000000000000000000000000000000000000000..17b0f3de162be4687fbce6842db0d23c6b4a3d8a Binary files /dev/null and b/resources/images/textures/entity/dolphin.png differ diff --git a/resources/images/textures/entity/elytra.png b/resources/images/textures/entity/elytra.png new file mode 100644 index 0000000000000000000000000000000000000000..79cff62bd33e8c80966d5a541f38528a89b87a9f Binary files /dev/null and b/resources/images/textures/entity/elytra.png differ diff --git a/resources/images/textures/entity/enchanting_table_book.png b/resources/images/textures/entity/enchanting_table_book.png new file mode 100644 index 0000000000000000000000000000000000000000..575b11b9bd8d5bdd612fa9e3b5ec9742a7eb8a4f Binary files /dev/null and b/resources/images/textures/entity/enchanting_table_book.png differ diff --git a/resources/images/textures/entity/end_crystal/end_crystal.png b/resources/images/textures/entity/end_crystal/end_crystal.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6e1ef5f25a75e44621dead97e2d8abd9839d0d Binary files /dev/null and b/resources/images/textures/entity/end_crystal/end_crystal.png differ diff --git a/resources/images/textures/entity/end_crystal/end_crystal_beam.png b/resources/images/textures/entity/end_crystal/end_crystal_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..acd276c97388cfbcdaa607a423eb613cb91cbfe8 Binary files /dev/null and b/resources/images/textures/entity/end_crystal/end_crystal_beam.png differ diff --git a/resources/images/textures/entity/end_gateway_beam.png b/resources/images/textures/entity/end_gateway_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..58b9ac2266f2c89d9130f467b5f8af546cc4f867 Binary files /dev/null and b/resources/images/textures/entity/end_gateway_beam.png differ diff --git a/resources/images/textures/entity/end_portal.png b/resources/images/textures/entity/end_portal.png new file mode 100644 index 0000000000000000000000000000000000000000..c56df042a47e0a377e7e38e07aac9956304700d6 Binary files /dev/null and b/resources/images/textures/entity/end_portal.png differ diff --git a/resources/images/textures/entity/enderdragon/dragon.png b/resources/images/textures/entity/enderdragon/dragon.png new file mode 100644 index 0000000000000000000000000000000000000000..8a74d4defbd102db7e09a64de29d6365f328a592 Binary files /dev/null and b/resources/images/textures/entity/enderdragon/dragon.png differ diff --git a/resources/images/textures/entity/enderdragon/dragon_exploding.png b/resources/images/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e57f12eada39335b41b04bd3a6651d58bc6779 Binary files /dev/null and b/resources/images/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/resources/images/textures/entity/enderdragon/dragon_eyes.png b/resources/images/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..318c27803c2d81d820e821c3ad543a5094bf2624 Binary files /dev/null and b/resources/images/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/resources/images/textures/entity/enderdragon/dragon_fireball.png b/resources/images/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 0000000000000000000000000000000000000000..c53d9704078d411ede21233398192a3a138f84d9 Binary files /dev/null and b/resources/images/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/resources/images/textures/entity/enderman/enderman.png b/resources/images/textures/entity/enderman/enderman.png new file mode 100644 index 0000000000000000000000000000000000000000..b124d46ee607a3695c0312f902752f9c7eba494d Binary files /dev/null and b/resources/images/textures/entity/enderman/enderman.png differ diff --git a/resources/images/textures/entity/enderman/enderman_eyes.png b/resources/images/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..f44ce2431c9ce51ee4074af5b7ccf9826096225b Binary files /dev/null and b/resources/images/textures/entity/enderman/enderman_eyes.png differ diff --git a/resources/images/textures/entity/endermite.png b/resources/images/textures/entity/endermite.png new file mode 100644 index 0000000000000000000000000000000000000000..73221019b774c6686af7932275b20626b6e3e45f Binary files /dev/null and b/resources/images/textures/entity/endermite.png differ diff --git a/resources/images/textures/entity/experience_orb.png b/resources/images/textures/entity/experience_orb.png new file mode 100644 index 0000000000000000000000000000000000000000..eab6db7975042cadde9dbf2accb8af12074cadbd Binary files /dev/null and b/resources/images/textures/entity/experience_orb.png differ diff --git a/resources/images/textures/entity/fish/cod.png b/resources/images/textures/entity/fish/cod.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3594f1566f04008ba249b2c0380aef8cf9dba6 Binary files /dev/null and b/resources/images/textures/entity/fish/cod.png differ diff --git a/resources/images/textures/entity/fish/pufferfish.png b/resources/images/textures/entity/fish/pufferfish.png new file mode 100644 index 0000000000000000000000000000000000000000..77b2cb2aa4da3f5d13a0db6cd1d977cec6cc265b Binary files /dev/null and b/resources/images/textures/entity/fish/pufferfish.png differ diff --git a/resources/images/textures/entity/fish/salmon.png b/resources/images/textures/entity/fish/salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..30ada2def47e791e29d9161e0959767e89d993ad Binary files /dev/null and b/resources/images/textures/entity/fish/salmon.png differ diff --git a/resources/images/textures/entity/fish/tropical_a.png b/resources/images/textures/entity/fish/tropical_a.png new file mode 100644 index 0000000000000000000000000000000000000000..d13b4f9ac128b12cd1e499f615493af95258c144 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a.png differ diff --git a/resources/images/textures/entity/fish/tropical_a_pattern_1.png b/resources/images/textures/entity/fish/tropical_a_pattern_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c0abef10e705f2c46df38bba1268e6029a8713fd Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a_pattern_1.png differ diff --git a/resources/images/textures/entity/fish/tropical_a_pattern_2.png b/resources/images/textures/entity/fish/tropical_a_pattern_2.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e3e4cf969c8f4c35d9f10aa5f2dec9a908d660 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a_pattern_2.png differ diff --git a/resources/images/textures/entity/fish/tropical_a_pattern_3.png b/resources/images/textures/entity/fish/tropical_a_pattern_3.png new file mode 100644 index 0000000000000000000000000000000000000000..e5fb9c25c343e3889fe1e9b20cfc19a0b03c4ceb Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a_pattern_3.png differ diff --git a/resources/images/textures/entity/fish/tropical_a_pattern_4.png b/resources/images/textures/entity/fish/tropical_a_pattern_4.png new file mode 100644 index 0000000000000000000000000000000000000000..d93239c86e14bb590dc66ccad40f2261ca794ab4 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a_pattern_4.png differ diff --git a/resources/images/textures/entity/fish/tropical_a_pattern_5.png b/resources/images/textures/entity/fish/tropical_a_pattern_5.png new file mode 100644 index 0000000000000000000000000000000000000000..67a61bb5e28c0028a9561839da360c34f9495d91 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a_pattern_5.png differ diff --git a/resources/images/textures/entity/fish/tropical_a_pattern_6.png b/resources/images/textures/entity/fish/tropical_a_pattern_6.png new file mode 100644 index 0000000000000000000000000000000000000000..4f617a1ba7568115d82b73509bdc6904bcf7f55d Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_a_pattern_6.png differ diff --git a/resources/images/textures/entity/fish/tropical_b.png b/resources/images/textures/entity/fish/tropical_b.png new file mode 100644 index 0000000000000000000000000000000000000000..74523a6fd05f6c545e8695ac6fbe269c4795e5fc Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b.png differ diff --git a/resources/images/textures/entity/fish/tropical_b_pattern_1.png b/resources/images/textures/entity/fish/tropical_b_pattern_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c2479876ef45cee8a2a894d48a52eeb548d80168 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b_pattern_1.png differ diff --git a/resources/images/textures/entity/fish/tropical_b_pattern_2.png b/resources/images/textures/entity/fish/tropical_b_pattern_2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7fa73f29cf745f53c3aeca60e22a4a5e3792837 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b_pattern_2.png differ diff --git a/resources/images/textures/entity/fish/tropical_b_pattern_3.png b/resources/images/textures/entity/fish/tropical_b_pattern_3.png new file mode 100644 index 0000000000000000000000000000000000000000..78dc309260b05ecf0e039a17866ff582bde6618e Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b_pattern_3.png differ diff --git a/resources/images/textures/entity/fish/tropical_b_pattern_4.png b/resources/images/textures/entity/fish/tropical_b_pattern_4.png new file mode 100644 index 0000000000000000000000000000000000000000..9016a5e9d62b1d83fb733fdcf335d179ec4ac87b Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b_pattern_4.png differ diff --git a/resources/images/textures/entity/fish/tropical_b_pattern_5.png b/resources/images/textures/entity/fish/tropical_b_pattern_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5687a8b5b5bebd8d03e9b1ee5c45c36ceaf08024 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b_pattern_5.png differ diff --git a/resources/images/textures/entity/fish/tropical_b_pattern_6.png b/resources/images/textures/entity/fish/tropical_b_pattern_6.png new file mode 100644 index 0000000000000000000000000000000000000000..678d6ef93ddec18ed15650e1470b5d56e77f7bc3 Binary files /dev/null and b/resources/images/textures/entity/fish/tropical_b_pattern_6.png differ diff --git a/resources/images/textures/entity/fishing_hook.png b/resources/images/textures/entity/fishing_hook.png new file mode 100644 index 0000000000000000000000000000000000000000..085c1d29366c14a3b0c4ffc310bb60883ad0eaf0 Binary files /dev/null and b/resources/images/textures/entity/fishing_hook.png differ diff --git a/resources/images/textures/entity/fox/fox.png b/resources/images/textures/entity/fox/fox.png new file mode 100644 index 0000000000000000000000000000000000000000..3029c371144018e59cd71dfbb21374bb162966c1 Binary files /dev/null and b/resources/images/textures/entity/fox/fox.png differ diff --git a/resources/images/textures/entity/fox/fox_sleep.png b/resources/images/textures/entity/fox/fox_sleep.png new file mode 100644 index 0000000000000000000000000000000000000000..cbbbd98426f3fe960ddc7101f0c305183c67b97b Binary files /dev/null and b/resources/images/textures/entity/fox/fox_sleep.png differ diff --git a/resources/images/textures/entity/fox/snow_fox.png b/resources/images/textures/entity/fox/snow_fox.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7664de5a3bda4be5a98aa86aeeaba8657a3cdc Binary files /dev/null and b/resources/images/textures/entity/fox/snow_fox.png differ diff --git a/resources/images/textures/entity/fox/snow_fox_sleep.png b/resources/images/textures/entity/fox/snow_fox_sleep.png new file mode 100644 index 0000000000000000000000000000000000000000..0260108b795c7791fbb7ac9ada8edcebb1318e6f Binary files /dev/null and b/resources/images/textures/entity/fox/snow_fox_sleep.png differ diff --git a/resources/images/textures/entity/ghast/ghast.png b/resources/images/textures/entity/ghast/ghast.png new file mode 100644 index 0000000000000000000000000000000000000000..58eb7b4d387d6da4117c7d58c941bb24f3f4eccb Binary files /dev/null and b/resources/images/textures/entity/ghast/ghast.png differ diff --git a/resources/images/textures/entity/ghast/ghast_shooting.png b/resources/images/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 0000000000000000000000000000000000000000..70816f95f18c52bd4223a46f92a533df69eb8968 Binary files /dev/null and b/resources/images/textures/entity/ghast/ghast_shooting.png differ diff --git a/resources/images/textures/entity/guardian.png b/resources/images/textures/entity/guardian.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4c7184e54aa344374a549c81e3f1c1b2d06650 Binary files /dev/null and b/resources/images/textures/entity/guardian.png differ diff --git a/resources/images/textures/entity/guardian_beam.png b/resources/images/textures/entity/guardian_beam.png new file mode 100644 index 0000000000000000000000000000000000000000..06a56ad1c362a6a3399a122e40e94f5ef041bdad Binary files /dev/null and b/resources/images/textures/entity/guardian_beam.png differ diff --git a/resources/images/textures/entity/guardian_elder.png b/resources/images/textures/entity/guardian_elder.png new file mode 100644 index 0000000000000000000000000000000000000000..cc76f89ff2ecb76c95dffe3a4351c506e0b1310c Binary files /dev/null and b/resources/images/textures/entity/guardian_elder.png differ diff --git a/resources/images/textures/entity/hoglin/hoglin.png b/resources/images/textures/entity/hoglin/hoglin.png new file mode 100644 index 0000000000000000000000000000000000000000..a42b42d4588693ac36cb47bd24c6fbb472fc6bfa Binary files /dev/null and b/resources/images/textures/entity/hoglin/hoglin.png differ diff --git a/resources/images/textures/entity/hoglin/zoglin.png b/resources/images/textures/entity/hoglin/zoglin.png new file mode 100644 index 0000000000000000000000000000000000000000..0c476338002c176b12a8c303a7c11764cbc26202 Binary files /dev/null and b/resources/images/textures/entity/hoglin/zoglin.png differ diff --git a/resources/images/textures/entity/horse/armor/horse_armor_diamond.png b/resources/images/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..db5ce0bcf9fabfe47bb1db76690a4c7158263d49 Binary files /dev/null and b/resources/images/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/resources/images/textures/entity/horse/armor/horse_armor_gold.png b/resources/images/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 0000000000000000000000000000000000000000..523f36e21e625a99bee4846a9a4852e587a54c55 Binary files /dev/null and b/resources/images/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/resources/images/textures/entity/horse/armor/horse_armor_iron.png b/resources/images/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 0000000000000000000000000000000000000000..efc893aa30bae2d92e89c12053c6644e0dfda426 Binary files /dev/null and b/resources/images/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/resources/images/textures/entity/horse/armor/horse_armor_leather.png b/resources/images/textures/entity/horse/armor/horse_armor_leather.png new file mode 100644 index 0000000000000000000000000000000000000000..86ed143c9222c9326ef294b7190437ad6bc978a5 Binary files /dev/null and b/resources/images/textures/entity/horse/armor/horse_armor_leather.png differ diff --git a/resources/images/textures/entity/horse/donkey.png b/resources/images/textures/entity/horse/donkey.png new file mode 100644 index 0000000000000000000000000000000000000000..3fbf2b57603f2c14ff2b307090cf7c8da0a88214 Binary files /dev/null and b/resources/images/textures/entity/horse/donkey.png differ diff --git a/resources/images/textures/entity/horse/horse_black.png b/resources/images/textures/entity/horse/horse_black.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5bcc506a01c1345dfb2a77787e0034cd84fbeb Binary files /dev/null and b/resources/images/textures/entity/horse/horse_black.png differ diff --git a/resources/images/textures/entity/horse/horse_brown.png b/resources/images/textures/entity/horse/horse_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..7b271572ac86a455456a763d30d0ecaa4a7343de Binary files /dev/null and b/resources/images/textures/entity/horse/horse_brown.png differ diff --git a/resources/images/textures/entity/horse/horse_chestnut.png b/resources/images/textures/entity/horse/horse_chestnut.png new file mode 100644 index 0000000000000000000000000000000000000000..c0ea991399ef89978fa6fb7fa35c2331e734428e Binary files /dev/null and b/resources/images/textures/entity/horse/horse_chestnut.png differ diff --git a/resources/images/textures/entity/horse/horse_creamy.png b/resources/images/textures/entity/horse/horse_creamy.png new file mode 100644 index 0000000000000000000000000000000000000000..21a7ee1909669ffe56114e9dfe5e79de8faeb002 Binary files /dev/null and b/resources/images/textures/entity/horse/horse_creamy.png differ diff --git a/resources/images/textures/entity/horse/horse_darkbrown.png b/resources/images/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 0000000000000000000000000000000000000000..2bac645550697cf5735a92ae9d85a63536271cb0 Binary files /dev/null and b/resources/images/textures/entity/horse/horse_darkbrown.png differ diff --git a/resources/images/textures/entity/horse/horse_gray.png b/resources/images/textures/entity/horse/horse_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..3adec82d201b72fe258e13569999d764fe9d29bf Binary files /dev/null and b/resources/images/textures/entity/horse/horse_gray.png differ diff --git a/resources/images/textures/entity/horse/horse_markings_blackdots.png b/resources/images/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce8b339249571ee9e05cc391b06606d3148f76b Binary files /dev/null and b/resources/images/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/resources/images/textures/entity/horse/horse_markings_white.png b/resources/images/textures/entity/horse/horse_markings_white.png new file mode 100644 index 0000000000000000000000000000000000000000..57562017649be2bcd399e1d01f8fd8cb6c5d156d Binary files /dev/null and b/resources/images/textures/entity/horse/horse_markings_white.png differ diff --git a/resources/images/textures/entity/horse/horse_markings_whitedots.png b/resources/images/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 0000000000000000000000000000000000000000..4ccf310029a94878459bd48293e685bbbe3cf479 Binary files /dev/null and b/resources/images/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/resources/images/textures/entity/horse/horse_markings_whitefield.png b/resources/images/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 0000000000000000000000000000000000000000..aa8f7c8efad7da57b4deff48bd29fdbefdd4b73f Binary files /dev/null and b/resources/images/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/resources/images/textures/entity/horse/horse_skeleton.png b/resources/images/textures/entity/horse/horse_skeleton.png new file mode 100644 index 0000000000000000000000000000000000000000..dfeff0ab460e9e5d8cfc1e4633984cea0663f9bd Binary files /dev/null and b/resources/images/textures/entity/horse/horse_skeleton.png differ diff --git a/resources/images/textures/entity/horse/horse_white.png b/resources/images/textures/entity/horse/horse_white.png new file mode 100644 index 0000000000000000000000000000000000000000..c8fb55a0e97868bc3a416f9d89be3f22c75c2db5 Binary files /dev/null and b/resources/images/textures/entity/horse/horse_white.png differ diff --git a/resources/images/textures/entity/horse/horse_zombie.png b/resources/images/textures/entity/horse/horse_zombie.png new file mode 100644 index 0000000000000000000000000000000000000000..928eb698afdabf12e0bb7c10934a456aca6bf5fc Binary files /dev/null and b/resources/images/textures/entity/horse/horse_zombie.png differ diff --git a/resources/images/textures/entity/horse/mule.png b/resources/images/textures/entity/horse/mule.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a3f3d52064fcb46d5f36ddc38ae4944ac55bb9 Binary files /dev/null and b/resources/images/textures/entity/horse/mule.png differ diff --git a/resources/images/textures/entity/illager/evoker.png b/resources/images/textures/entity/illager/evoker.png new file mode 100644 index 0000000000000000000000000000000000000000..becacdd18ff437178cb0063f69915b32f3a2c49c Binary files /dev/null and b/resources/images/textures/entity/illager/evoker.png differ diff --git a/resources/images/textures/entity/illager/evoker_fangs.png b/resources/images/textures/entity/illager/evoker_fangs.png new file mode 100644 index 0000000000000000000000000000000000000000..56da529c31a18c84a96c0bb37336b1f4dc5154f7 Binary files /dev/null and b/resources/images/textures/entity/illager/evoker_fangs.png differ diff --git a/resources/images/textures/entity/illager/illusioner.png b/resources/images/textures/entity/illager/illusioner.png new file mode 100644 index 0000000000000000000000000000000000000000..cb11ee239901f19ceed72a4b699b76bfdbca49e3 Binary files /dev/null and b/resources/images/textures/entity/illager/illusioner.png differ diff --git a/resources/images/textures/entity/illager/pillager.png b/resources/images/textures/entity/illager/pillager.png new file mode 100644 index 0000000000000000000000000000000000000000..af3af6e2d1b7ef1a950a119f768b1eb18a22972a Binary files /dev/null and b/resources/images/textures/entity/illager/pillager.png differ diff --git a/resources/images/textures/entity/illager/ravager.png b/resources/images/textures/entity/illager/ravager.png new file mode 100644 index 0000000000000000000000000000000000000000..af4b0aad52e730e8dbe554b2288352e9bef2e336 Binary files /dev/null and b/resources/images/textures/entity/illager/ravager.png differ diff --git a/resources/images/textures/entity/illager/vex.png b/resources/images/textures/entity/illager/vex.png new file mode 100644 index 0000000000000000000000000000000000000000..4215fbe2cf09cbfec85b1b0ecde0a036179dff91 Binary files /dev/null and b/resources/images/textures/entity/illager/vex.png differ diff --git a/resources/images/textures/entity/illager/vex_charging.png b/resources/images/textures/entity/illager/vex_charging.png new file mode 100644 index 0000000000000000000000000000000000000000..dde774de52d3c7dce640bb3e1c796e3f5953fa9c Binary files /dev/null and b/resources/images/textures/entity/illager/vex_charging.png differ diff --git a/resources/images/textures/entity/illager/vindicator.png b/resources/images/textures/entity/illager/vindicator.png new file mode 100644 index 0000000000000000000000000000000000000000..09d8c4a477eb45ad74a62449e36d7559d90ac712 Binary files /dev/null and b/resources/images/textures/entity/illager/vindicator.png differ diff --git a/resources/images/textures/entity/iron_golem/iron_golem.png b/resources/images/textures/entity/iron_golem/iron_golem.png new file mode 100644 index 0000000000000000000000000000000000000000..df4377fd79c480b07fbd31e197a1cd6a8829aac0 Binary files /dev/null and b/resources/images/textures/entity/iron_golem/iron_golem.png differ diff --git a/resources/images/textures/entity/iron_golem/iron_golem_crackiness_high.png b/resources/images/textures/entity/iron_golem/iron_golem_crackiness_high.png new file mode 100644 index 0000000000000000000000000000000000000000..1f13e2c003a74a51b7cc0419cfc2f9ef1395d686 Binary files /dev/null and b/resources/images/textures/entity/iron_golem/iron_golem_crackiness_high.png differ diff --git a/resources/images/textures/entity/iron_golem/iron_golem_crackiness_low.png b/resources/images/textures/entity/iron_golem/iron_golem_crackiness_low.png new file mode 100644 index 0000000000000000000000000000000000000000..7c91cad809f6a539a0075fc1a9022d2d7dc7754e Binary files /dev/null and b/resources/images/textures/entity/iron_golem/iron_golem_crackiness_low.png differ diff --git a/resources/images/textures/entity/iron_golem/iron_golem_crackiness_medium.png b/resources/images/textures/entity/iron_golem/iron_golem_crackiness_medium.png new file mode 100644 index 0000000000000000000000000000000000000000..7641604c21de07b116a0d5e2d212887c15a8e1ff Binary files /dev/null and b/resources/images/textures/entity/iron_golem/iron_golem_crackiness_medium.png differ diff --git a/resources/images/textures/entity/lead_knot.png b/resources/images/textures/entity/lead_knot.png new file mode 100644 index 0000000000000000000000000000000000000000..4a510ba51b5616ff89dff556adfb337e1d230d6c Binary files /dev/null and b/resources/images/textures/entity/lead_knot.png differ diff --git a/resources/images/textures/entity/llama/brown.png b/resources/images/textures/entity/llama/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc94751b26570df6f7e6413ff96ce3e71a31e34 Binary files /dev/null and b/resources/images/textures/entity/llama/brown.png differ diff --git a/resources/images/textures/entity/llama/creamy.png b/resources/images/textures/entity/llama/creamy.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ae5695175d9dbec2cb765772e834ac70df4305 Binary files /dev/null and b/resources/images/textures/entity/llama/creamy.png differ diff --git a/resources/images/textures/entity/llama/decor/black.png b/resources/images/textures/entity/llama/decor/black.png new file mode 100644 index 0000000000000000000000000000000000000000..f24fc7dbaaf7adeccc498cc414343704e336ada4 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/black.png differ diff --git a/resources/images/textures/entity/llama/decor/blue.png b/resources/images/textures/entity/llama/decor/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..df6173b977a93e8e338f2fc46a14b9bc5d22f2bc Binary files /dev/null and b/resources/images/textures/entity/llama/decor/blue.png differ diff --git a/resources/images/textures/entity/llama/decor/brown.png b/resources/images/textures/entity/llama/decor/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..6204c4463fa9acc4b511e15e379d530b68d7cde8 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/brown.png differ diff --git a/resources/images/textures/entity/llama/decor/cyan.png b/resources/images/textures/entity/llama/decor/cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..68e9f5aede66afc7de4310bbe5785e522eb2b38d Binary files /dev/null and b/resources/images/textures/entity/llama/decor/cyan.png differ diff --git a/resources/images/textures/entity/llama/decor/gray.png b/resources/images/textures/entity/llama/decor/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..301a69d4dd0e799953acf41bedfc0124484b63d3 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/gray.png differ diff --git a/resources/images/textures/entity/llama/decor/green.png b/resources/images/textures/entity/llama/decor/green.png new file mode 100644 index 0000000000000000000000000000000000000000..30b9eae109212cc467a5c2ee5c34ddf09bf57ab6 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/green.png differ diff --git a/resources/images/textures/entity/llama/decor/light_blue.png b/resources/images/textures/entity/llama/decor/light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..d57c2487178a96658f7b74ed106c87e2b221b6cc Binary files /dev/null and b/resources/images/textures/entity/llama/decor/light_blue.png differ diff --git a/resources/images/textures/entity/llama/decor/light_gray.png b/resources/images/textures/entity/llama/decor/light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..22f5ccc3d29fd4df4a1a3d0543acdd5d303167ed Binary files /dev/null and b/resources/images/textures/entity/llama/decor/light_gray.png differ diff --git a/resources/images/textures/entity/llama/decor/lime.png b/resources/images/textures/entity/llama/decor/lime.png new file mode 100644 index 0000000000000000000000000000000000000000..961fe5c99b023ef1273a280c4ddeffe9db9a0045 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/lime.png differ diff --git a/resources/images/textures/entity/llama/decor/magenta.png b/resources/images/textures/entity/llama/decor/magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..8554b5be845ab673a190fe1121c355610614a44d Binary files /dev/null and b/resources/images/textures/entity/llama/decor/magenta.png differ diff --git a/resources/images/textures/entity/llama/decor/orange.png b/resources/images/textures/entity/llama/decor/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..68746c0f79185ab8559f7368e896976849fe385c Binary files /dev/null and b/resources/images/textures/entity/llama/decor/orange.png differ diff --git a/resources/images/textures/entity/llama/decor/pink.png b/resources/images/textures/entity/llama/decor/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ece638f5ccac08080d9babecbc845f88449006 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/pink.png differ diff --git a/resources/images/textures/entity/llama/decor/purple.png b/resources/images/textures/entity/llama/decor/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..d9258f332ab8e363d56dde185f9ae3ac89491388 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/purple.png differ diff --git a/resources/images/textures/entity/llama/decor/red.png b/resources/images/textures/entity/llama/decor/red.png new file mode 100644 index 0000000000000000000000000000000000000000..490482338c407195370a02c4cd6caa902830e129 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/red.png differ diff --git a/resources/images/textures/entity/llama/decor/trader_llama.png b/resources/images/textures/entity/llama/decor/trader_llama.png new file mode 100644 index 0000000000000000000000000000000000000000..a70049db2e93d01308ab826d54a1d6ffb58fff05 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/trader_llama.png differ diff --git a/resources/images/textures/entity/llama/decor/white.png b/resources/images/textures/entity/llama/decor/white.png new file mode 100644 index 0000000000000000000000000000000000000000..e4125d76b177883e90ce87bb5d8f7a76093a3da6 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/white.png differ diff --git a/resources/images/textures/entity/llama/decor/yellow.png b/resources/images/textures/entity/llama/decor/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..1361a4cc293c6c0420d5cdf90fb0e653254854c4 Binary files /dev/null and b/resources/images/textures/entity/llama/decor/yellow.png differ diff --git a/resources/images/textures/entity/llama/gray.png b/resources/images/textures/entity/llama/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..bb06fbfba200f2f08f9c85aced17ec390d38f65e Binary files /dev/null and b/resources/images/textures/entity/llama/gray.png differ diff --git a/resources/images/textures/entity/llama/spit.png b/resources/images/textures/entity/llama/spit.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3adcf5180e8aa57269e42ad704645fa97d9fa9 Binary files /dev/null and b/resources/images/textures/entity/llama/spit.png differ diff --git a/resources/images/textures/entity/llama/white.png b/resources/images/textures/entity/llama/white.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdc215d618c4cd40489d10ff8918c86920464e5 Binary files /dev/null and b/resources/images/textures/entity/llama/white.png differ diff --git a/resources/images/textures/entity/minecart.png b/resources/images/textures/entity/minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..d867ad2912be5b4ff54caf4f52af6ad50efdcc51 Binary files /dev/null and b/resources/images/textures/entity/minecart.png differ diff --git a/resources/images/textures/entity/panda/aggressive_panda.png b/resources/images/textures/entity/panda/aggressive_panda.png new file mode 100644 index 0000000000000000000000000000000000000000..25ae3116936a3ec2438c80c08d388f32bf8b00ab Binary files /dev/null and b/resources/images/textures/entity/panda/aggressive_panda.png differ diff --git a/resources/images/textures/entity/panda/brown_panda.png b/resources/images/textures/entity/panda/brown_panda.png new file mode 100644 index 0000000000000000000000000000000000000000..f869f591efadf5baf9141fb09181a6a9e408a537 Binary files /dev/null and b/resources/images/textures/entity/panda/brown_panda.png differ diff --git a/resources/images/textures/entity/panda/lazy_panda.png b/resources/images/textures/entity/panda/lazy_panda.png new file mode 100644 index 0000000000000000000000000000000000000000..afb779ff393362e8194219d59852c26462c86d41 Binary files /dev/null and b/resources/images/textures/entity/panda/lazy_panda.png differ diff --git a/resources/images/textures/entity/panda/panda.png b/resources/images/textures/entity/panda/panda.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1aa4c570bb70db193dd084ea72a751d4345215 Binary files /dev/null and b/resources/images/textures/entity/panda/panda.png differ diff --git a/resources/images/textures/entity/panda/playful_panda.png b/resources/images/textures/entity/panda/playful_panda.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d1466286d8da52f7f8f4c0b428b0069120ab09 Binary files /dev/null and b/resources/images/textures/entity/panda/playful_panda.png differ diff --git a/resources/images/textures/entity/panda/weak_panda.png b/resources/images/textures/entity/panda/weak_panda.png new file mode 100644 index 0000000000000000000000000000000000000000..08ba7bb0a517b08a8c642a49e6b547ce21c4208d Binary files /dev/null and b/resources/images/textures/entity/panda/weak_panda.png differ diff --git a/resources/images/textures/entity/panda/worried_panda.png b/resources/images/textures/entity/panda/worried_panda.png new file mode 100644 index 0000000000000000000000000000000000000000..0137c6dd9b3aefce0331457a952407351e87f5a5 Binary files /dev/null and b/resources/images/textures/entity/panda/worried_panda.png differ diff --git a/resources/images/textures/entity/parrot/parrot_blue.png b/resources/images/textures/entity/parrot/parrot_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..6e74cbabf1a98471a559156c497c8cf2578cfd62 Binary files /dev/null and b/resources/images/textures/entity/parrot/parrot_blue.png differ diff --git a/resources/images/textures/entity/parrot/parrot_green.png b/resources/images/textures/entity/parrot/parrot_green.png new file mode 100644 index 0000000000000000000000000000000000000000..57507e77101a77cc18e08c380eed2a34d58a676b Binary files /dev/null and b/resources/images/textures/entity/parrot/parrot_green.png differ diff --git a/resources/images/textures/entity/parrot/parrot_grey.png b/resources/images/textures/entity/parrot/parrot_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..ddbc4349fbcbfbeee2a46773c0a2c9b6a22edd96 Binary files /dev/null and b/resources/images/textures/entity/parrot/parrot_grey.png differ diff --git a/resources/images/textures/entity/parrot/parrot_red_blue.png b/resources/images/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..eddd5a23898e17369f7b0a1dc537303629e419e9 Binary files /dev/null and b/resources/images/textures/entity/parrot/parrot_red_blue.png differ diff --git a/resources/images/textures/entity/parrot/parrot_yellow_blue.png b/resources/images/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..d99c55aec6337c9af88267157942647894d9d3b9 Binary files /dev/null and b/resources/images/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/resources/images/textures/entity/phantom.png b/resources/images/textures/entity/phantom.png new file mode 100644 index 0000000000000000000000000000000000000000..d162cb4730546f06378ebcf18b4204015911f76b Binary files /dev/null and b/resources/images/textures/entity/phantom.png differ diff --git a/resources/images/textures/entity/phantom_eyes.png b/resources/images/textures/entity/phantom_eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..28c689b1c9367405cf4eea83193501c37bcafb4b Binary files /dev/null and b/resources/images/textures/entity/phantom_eyes.png differ diff --git a/resources/images/textures/entity/pig/pig.png b/resources/images/textures/entity/pig/pig.png new file mode 100644 index 0000000000000000000000000000000000000000..263f88ea4fff9f4e6ba25e93d6d8c99ab60adaa0 Binary files /dev/null and b/resources/images/textures/entity/pig/pig.png differ diff --git a/resources/images/textures/entity/pig/pig_saddle.png b/resources/images/textures/entity/pig/pig_saddle.png new file mode 100644 index 0000000000000000000000000000000000000000..9f9e16c179c69f40e19711eaa450afaafb75994c Binary files /dev/null and b/resources/images/textures/entity/pig/pig_saddle.png differ diff --git a/resources/images/textures/entity/piglin/piglin.png b/resources/images/textures/entity/piglin/piglin.png new file mode 100644 index 0000000000000000000000000000000000000000..edc92626ea0d64699c47e3478a199b75fbd153be Binary files /dev/null and b/resources/images/textures/entity/piglin/piglin.png differ diff --git a/resources/images/textures/entity/piglin/piglin_brute.png b/resources/images/textures/entity/piglin/piglin_brute.png new file mode 100644 index 0000000000000000000000000000000000000000..f6237bf819b36d938f0c4be6bde74a329abd3595 Binary files /dev/null and b/resources/images/textures/entity/piglin/piglin_brute.png differ diff --git a/resources/images/textures/entity/piglin/zombified_piglin.png b/resources/images/textures/entity/piglin/zombified_piglin.png new file mode 100644 index 0000000000000000000000000000000000000000..16052d8ae62b60514158ddd22d922a07171a1f17 Binary files /dev/null and b/resources/images/textures/entity/piglin/zombified_piglin.png differ diff --git a/resources/images/textures/entity/projectiles/arrow.png b/resources/images/textures/entity/projectiles/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..9df344cddb4e8321d2f7bf8e4a4440668287fa7b Binary files /dev/null and b/resources/images/textures/entity/projectiles/arrow.png differ diff --git a/resources/images/textures/entity/projectiles/spectral_arrow.png b/resources/images/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..c82c0f1aaddff45ac68b947d8c26c71ef1eee7e5 Binary files /dev/null and b/resources/images/textures/entity/projectiles/spectral_arrow.png differ diff --git a/resources/images/textures/entity/projectiles/tipped_arrow.png b/resources/images/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..13911c797cc7201ec25db090d2c7a59d7479523b Binary files /dev/null and b/resources/images/textures/entity/projectiles/tipped_arrow.png differ diff --git a/resources/images/textures/entity/rabbit/black.png b/resources/images/textures/entity/rabbit/black.png new file mode 100644 index 0000000000000000000000000000000000000000..505969e6bfb374a71519179c3d59eed393ffdb00 Binary files /dev/null and b/resources/images/textures/entity/rabbit/black.png differ diff --git a/resources/images/textures/entity/rabbit/brown.png b/resources/images/textures/entity/rabbit/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba8232dd34e60493b8d550cd2e70281872f16f0 Binary files /dev/null and b/resources/images/textures/entity/rabbit/brown.png differ diff --git a/resources/images/textures/entity/rabbit/caerbannog.png b/resources/images/textures/entity/rabbit/caerbannog.png new file mode 100644 index 0000000000000000000000000000000000000000..83e1f7c9b0c1351ffe432c5b3789f166b355e1e0 Binary files /dev/null and b/resources/images/textures/entity/rabbit/caerbannog.png differ diff --git a/resources/images/textures/entity/rabbit/gold.png b/resources/images/textures/entity/rabbit/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..a7831caa5da4ae168422920a9d650149de984cb6 Binary files /dev/null and b/resources/images/textures/entity/rabbit/gold.png differ diff --git a/resources/images/textures/entity/rabbit/salt.png b/resources/images/textures/entity/rabbit/salt.png new file mode 100644 index 0000000000000000000000000000000000000000..90a13a9000a45daf498506f89da1fd60d70e30a0 Binary files /dev/null and b/resources/images/textures/entity/rabbit/salt.png differ diff --git a/resources/images/textures/entity/rabbit/toast.png b/resources/images/textures/entity/rabbit/toast.png new file mode 100644 index 0000000000000000000000000000000000000000..b01295e14816d547d80673a66357cff0652e06ae Binary files /dev/null and b/resources/images/textures/entity/rabbit/toast.png differ diff --git a/resources/images/textures/entity/rabbit/white.png b/resources/images/textures/entity/rabbit/white.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b936614541a92f366c5708a36688c18e18ab7b Binary files /dev/null and b/resources/images/textures/entity/rabbit/white.png differ diff --git a/resources/images/textures/entity/rabbit/white_splotched.png b/resources/images/textures/entity/rabbit/white_splotched.png new file mode 100644 index 0000000000000000000000000000000000000000..03465eb463dc22635e70d128945cb1122449a1cc Binary files /dev/null and b/resources/images/textures/entity/rabbit/white_splotched.png differ diff --git a/resources/images/textures/entity/sheep/sheep.png b/resources/images/textures/entity/sheep/sheep.png new file mode 100644 index 0000000000000000000000000000000000000000..da09283ba778199b77474bcdc122c898604c2957 Binary files /dev/null and b/resources/images/textures/entity/sheep/sheep.png differ diff --git a/resources/images/textures/entity/sheep/sheep_fur.png b/resources/images/textures/entity/sheep/sheep_fur.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5caf696676530a4d8c68b90de0708f6e5e5d02 Binary files /dev/null and b/resources/images/textures/entity/sheep/sheep_fur.png differ diff --git a/resources/images/textures/entity/shield/base.png b/resources/images/textures/entity/shield/base.png new file mode 100644 index 0000000000000000000000000000000000000000..c77fe9cbaa0051a9a55ef7650fa13f954814fdbf Binary files /dev/null and b/resources/images/textures/entity/shield/base.png differ diff --git a/resources/images/textures/entity/shield/border.png b/resources/images/textures/entity/shield/border.png new file mode 100644 index 0000000000000000000000000000000000000000..d9098e9d99c247cfd6e226d65d45686df5bb314f Binary files /dev/null and b/resources/images/textures/entity/shield/border.png differ diff --git a/resources/images/textures/entity/shield/bricks.png b/resources/images/textures/entity/shield/bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..0749210533405bf52678201af47fdce5aca55467 Binary files /dev/null and b/resources/images/textures/entity/shield/bricks.png differ diff --git a/resources/images/textures/entity/shield/circle.png b/resources/images/textures/entity/shield/circle.png new file mode 100644 index 0000000000000000000000000000000000000000..0cea5b1cd725ecf330bf903b2d031d2a373a364b Binary files /dev/null and b/resources/images/textures/entity/shield/circle.png differ diff --git a/resources/images/textures/entity/shield/creeper.png b/resources/images/textures/entity/shield/creeper.png new file mode 100644 index 0000000000000000000000000000000000000000..f5fd45407d1f96f8d4e571269686189c3a73c520 Binary files /dev/null and b/resources/images/textures/entity/shield/creeper.png differ diff --git a/resources/images/textures/entity/shield/cross.png b/resources/images/textures/entity/shield/cross.png new file mode 100644 index 0000000000000000000000000000000000000000..1dab56c8fb349a1f65aaa67a01b51d7116b83c02 Binary files /dev/null and b/resources/images/textures/entity/shield/cross.png differ diff --git a/resources/images/textures/entity/shield/curly_border.png b/resources/images/textures/entity/shield/curly_border.png new file mode 100644 index 0000000000000000000000000000000000000000..b5fba7bb0a1c8e0587bdb0b684bfda9d2c6c577e Binary files /dev/null and b/resources/images/textures/entity/shield/curly_border.png differ diff --git a/resources/images/textures/entity/shield/diagonal_left.png b/resources/images/textures/entity/shield/diagonal_left.png new file mode 100644 index 0000000000000000000000000000000000000000..7e097b50a779a10d29392ff9a0c1a2024432d232 Binary files /dev/null and b/resources/images/textures/entity/shield/diagonal_left.png differ diff --git a/resources/images/textures/entity/shield/diagonal_right.png b/resources/images/textures/entity/shield/diagonal_right.png new file mode 100644 index 0000000000000000000000000000000000000000..239f48c58e26f1f3150a83b7401ef775504e61e7 Binary files /dev/null and b/resources/images/textures/entity/shield/diagonal_right.png differ diff --git a/resources/images/textures/entity/shield/diagonal_up_left.png b/resources/images/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf3c553486ca6f3a1521665981027b39a0b52c0 Binary files /dev/null and b/resources/images/textures/entity/shield/diagonal_up_left.png differ diff --git a/resources/images/textures/entity/shield/diagonal_up_right.png b/resources/images/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 0000000000000000000000000000000000000000..aeab88e70dec1c2782684bb63de56729e58c11b6 Binary files /dev/null and b/resources/images/textures/entity/shield/diagonal_up_right.png differ diff --git a/resources/images/textures/entity/shield/flower.png b/resources/images/textures/entity/shield/flower.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ebdce500cfb18b0ef102fd955cb60c14c357d2 Binary files /dev/null and b/resources/images/textures/entity/shield/flower.png differ diff --git a/resources/images/textures/entity/shield/globe.png b/resources/images/textures/entity/shield/globe.png new file mode 100644 index 0000000000000000000000000000000000000000..d0dd940448019b484e5af9cfc1d01a4dd570b53a Binary files /dev/null and b/resources/images/textures/entity/shield/globe.png differ diff --git a/resources/images/textures/entity/shield/gradient.png b/resources/images/textures/entity/shield/gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..98fea57c0d58688a483e3655a9f23d6dd5a5b2f3 Binary files /dev/null and b/resources/images/textures/entity/shield/gradient.png differ diff --git a/resources/images/textures/entity/shield/gradient_up.png b/resources/images/textures/entity/shield/gradient_up.png new file mode 100644 index 0000000000000000000000000000000000000000..70a5fb99d0882c3c8e5d571157acc5dcb519c3f5 Binary files /dev/null and b/resources/images/textures/entity/shield/gradient_up.png differ diff --git a/resources/images/textures/entity/shield/half_horizontal.png b/resources/images/textures/entity/shield/half_horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..cb3a6055e7096ff5faab5582fe7e4e5f6c914a03 Binary files /dev/null and b/resources/images/textures/entity/shield/half_horizontal.png differ diff --git a/resources/images/textures/entity/shield/half_horizontal_bottom.png b/resources/images/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f3941a3373ad1fa44263e4b30f7c20f1668408c4 Binary files /dev/null and b/resources/images/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/resources/images/textures/entity/shield/half_vertical.png b/resources/images/textures/entity/shield/half_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce865951a497c314eaff40952c93858ca2a591c Binary files /dev/null and b/resources/images/textures/entity/shield/half_vertical.png differ diff --git a/resources/images/textures/entity/shield/half_vertical_right.png b/resources/images/textures/entity/shield/half_vertical_right.png new file mode 100644 index 0000000000000000000000000000000000000000..22d2099be66da653f0e7035a8a52bf06a93b6933 Binary files /dev/null and b/resources/images/textures/entity/shield/half_vertical_right.png differ diff --git a/resources/images/textures/entity/shield/mojang.png b/resources/images/textures/entity/shield/mojang.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd9e04c34c088f66fafdf5553b382f49d692a2c Binary files /dev/null and b/resources/images/textures/entity/shield/mojang.png differ diff --git a/resources/images/textures/entity/shield/piglin.png b/resources/images/textures/entity/shield/piglin.png new file mode 100644 index 0000000000000000000000000000000000000000..9b73508b7684e763117a5d5856cf7147932c03b8 Binary files /dev/null and b/resources/images/textures/entity/shield/piglin.png differ diff --git a/resources/images/textures/entity/shield/rhombus.png b/resources/images/textures/entity/shield/rhombus.png new file mode 100644 index 0000000000000000000000000000000000000000..0feaab11af523f6b7b1b2aed9f5665acd5ece253 Binary files /dev/null and b/resources/images/textures/entity/shield/rhombus.png differ diff --git a/resources/images/textures/entity/shield/skull.png b/resources/images/textures/entity/shield/skull.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a21a9e37364e12fee98bf9cdbd85ff3fc8fd6b Binary files /dev/null and b/resources/images/textures/entity/shield/skull.png differ diff --git a/resources/images/textures/entity/shield/small_stripes.png b/resources/images/textures/entity/shield/small_stripes.png new file mode 100644 index 0000000000000000000000000000000000000000..97c2f887fa084233d3c2f1d36022679fe0e7ee0c Binary files /dev/null and b/resources/images/textures/entity/shield/small_stripes.png differ diff --git a/resources/images/textures/entity/shield/square_bottom_left.png b/resources/images/textures/entity/shield/square_bottom_left.png new file mode 100644 index 0000000000000000000000000000000000000000..7b732acc978b318609c35122b4014912539c955b Binary files /dev/null and b/resources/images/textures/entity/shield/square_bottom_left.png differ diff --git a/resources/images/textures/entity/shield/square_bottom_right.png b/resources/images/textures/entity/shield/square_bottom_right.png new file mode 100644 index 0000000000000000000000000000000000000000..f91af64bade7aadf8e058bb0bbe418f3040b8cd4 Binary files /dev/null and b/resources/images/textures/entity/shield/square_bottom_right.png differ diff --git a/resources/images/textures/entity/shield/square_top_left.png b/resources/images/textures/entity/shield/square_top_left.png new file mode 100644 index 0000000000000000000000000000000000000000..ea166854f085896e47958c1c53e301a5e40667a4 Binary files /dev/null and b/resources/images/textures/entity/shield/square_top_left.png differ diff --git a/resources/images/textures/entity/shield/square_top_right.png b/resources/images/textures/entity/shield/square_top_right.png new file mode 100644 index 0000000000000000000000000000000000000000..e39674b827f7299cbcd49668716ab34a3ffe3ec1 Binary files /dev/null and b/resources/images/textures/entity/shield/square_top_right.png differ diff --git a/resources/images/textures/entity/shield/straight_cross.png b/resources/images/textures/entity/shield/straight_cross.png new file mode 100644 index 0000000000000000000000000000000000000000..48ef4f96f55c147f3739bafc8333877159ff569d Binary files /dev/null and b/resources/images/textures/entity/shield/straight_cross.png differ diff --git a/resources/images/textures/entity/shield/stripe_bottom.png b/resources/images/textures/entity/shield/stripe_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..45c38c8ec45fe761cbbc7d5106ddbf698a1f1cf8 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_bottom.png differ diff --git a/resources/images/textures/entity/shield/stripe_center.png b/resources/images/textures/entity/shield/stripe_center.png new file mode 100644 index 0000000000000000000000000000000000000000..9797a73ef5b36df68527abb9419d94b8b0d0df22 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_center.png differ diff --git a/resources/images/textures/entity/shield/stripe_downleft.png b/resources/images/textures/entity/shield/stripe_downleft.png new file mode 100644 index 0000000000000000000000000000000000000000..533a586511fc2aca0c56ff341765a81ddf4c8f54 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_downleft.png differ diff --git a/resources/images/textures/entity/shield/stripe_downright.png b/resources/images/textures/entity/shield/stripe_downright.png new file mode 100644 index 0000000000000000000000000000000000000000..f1dc4529dc9f7162f6baa9b39282e4db327f1773 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_downright.png differ diff --git a/resources/images/textures/entity/shield/stripe_left.png b/resources/images/textures/entity/shield/stripe_left.png new file mode 100644 index 0000000000000000000000000000000000000000..abe704420e4549387211b01162803ececa008426 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_left.png differ diff --git a/resources/images/textures/entity/shield/stripe_middle.png b/resources/images/textures/entity/shield/stripe_middle.png new file mode 100644 index 0000000000000000000000000000000000000000..521eb0dc9e3cd4f0fd6d56a9cd786096120efe20 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_middle.png differ diff --git a/resources/images/textures/entity/shield/stripe_right.png b/resources/images/textures/entity/shield/stripe_right.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e2fb3837da0817bac80275411e38d9496e2dde Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_right.png differ diff --git a/resources/images/textures/entity/shield/stripe_top.png b/resources/images/textures/entity/shield/stripe_top.png new file mode 100644 index 0000000000000000000000000000000000000000..73a58e4056522314ba3564378f87410a3d6ac077 Binary files /dev/null and b/resources/images/textures/entity/shield/stripe_top.png differ diff --git a/resources/images/textures/entity/shield/triangle_bottom.png b/resources/images/textures/entity/shield/triangle_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f240623687678e6084d7427709e7d5cb6a1552a5 Binary files /dev/null and b/resources/images/textures/entity/shield/triangle_bottom.png differ diff --git a/resources/images/textures/entity/shield/triangle_top.png b/resources/images/textures/entity/shield/triangle_top.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f974a9b88f89ef1f1096d05a35a377b6d3363f Binary files /dev/null and b/resources/images/textures/entity/shield/triangle_top.png differ diff --git a/resources/images/textures/entity/shield/triangles_bottom.png b/resources/images/textures/entity/shield/triangles_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ab2f8f451943f8ec7f2bded5a39b59eb5e6f28 Binary files /dev/null and b/resources/images/textures/entity/shield/triangles_bottom.png differ diff --git a/resources/images/textures/entity/shield/triangles_top.png b/resources/images/textures/entity/shield/triangles_top.png new file mode 100644 index 0000000000000000000000000000000000000000..902d035a1b832df72b899adbb9befc0fe7c13563 Binary files /dev/null and b/resources/images/textures/entity/shield/triangles_top.png differ diff --git a/resources/images/textures/entity/shield_base.png b/resources/images/textures/entity/shield_base.png new file mode 100644 index 0000000000000000000000000000000000000000..828b506ba1a070f636e1044cb456f0c98b66c4b7 Binary files /dev/null and b/resources/images/textures/entity/shield_base.png differ diff --git a/resources/images/textures/entity/shield_base_nopattern.png b/resources/images/textures/entity/shield_base_nopattern.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee292fac18a78430e416cec336c9cec3e6207b3 Binary files /dev/null and b/resources/images/textures/entity/shield_base_nopattern.png differ diff --git a/resources/images/textures/entity/shulker/shulker.png b/resources/images/textures/entity/shulker/shulker.png new file mode 100644 index 0000000000000000000000000000000000000000..4e948fd1cbe445dbe76b6cff3dc7bd1885a62480 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker.png differ diff --git a/resources/images/textures/entity/shulker/shulker_black.png b/resources/images/textures/entity/shulker/shulker_black.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1bd6b499fa44054780e83110b7b8f0d883e613 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_black.png differ diff --git a/resources/images/textures/entity/shulker/shulker_blue.png b/resources/images/textures/entity/shulker/shulker_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a5574d9930d1cf833056c1452619f7379507c9 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_blue.png differ diff --git a/resources/images/textures/entity/shulker/shulker_brown.png b/resources/images/textures/entity/shulker/shulker_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..9b642843d2d4e6a784b32c94cd6d164d953c8c4a Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_brown.png differ diff --git a/resources/images/textures/entity/shulker/shulker_cyan.png b/resources/images/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb82f105fa204863b6d0f852beb90e583a8f67d Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_cyan.png differ diff --git a/resources/images/textures/entity/shulker/shulker_gray.png b/resources/images/textures/entity/shulker/shulker_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..e830fb5ccd9b53aa141fd4878ac7931a48178d6a Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_gray.png differ diff --git a/resources/images/textures/entity/shulker/shulker_green.png b/resources/images/textures/entity/shulker/shulker_green.png new file mode 100644 index 0000000000000000000000000000000000000000..08c077e8e3b8cc6c960a65e149abde09db2b23e7 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_green.png differ diff --git a/resources/images/textures/entity/shulker/shulker_light_blue.png b/resources/images/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..04ca13a7d5563c64eaa6828a4dcd27609d46c38b Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_light_blue.png differ diff --git a/resources/images/textures/entity/shulker/shulker_light_gray.png b/resources/images/textures/entity/shulker/shulker_light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..66ce5a32e017c37da935930d5f039ca47c960517 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_light_gray.png differ diff --git a/resources/images/textures/entity/shulker/shulker_lime.png b/resources/images/textures/entity/shulker/shulker_lime.png new file mode 100644 index 0000000000000000000000000000000000000000..b08aa53bc08d087434d05d01c488a76f07c936a4 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_lime.png differ diff --git a/resources/images/textures/entity/shulker/shulker_magenta.png b/resources/images/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..ed8a98b89ce03bd0b3d473ced4bcdd78002c9e75 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_magenta.png differ diff --git a/resources/images/textures/entity/shulker/shulker_orange.png b/resources/images/textures/entity/shulker/shulker_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..67b0add781235afc231be5dd248416d8f19eb5c8 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_orange.png differ diff --git a/resources/images/textures/entity/shulker/shulker_pink.png b/resources/images/textures/entity/shulker/shulker_pink.png new file mode 100644 index 0000000000000000000000000000000000000000..5a9005b4dd4d2f74f59ff6a00727d9971449c092 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_pink.png differ diff --git a/resources/images/textures/entity/shulker/shulker_purple.png b/resources/images/textures/entity/shulker/shulker_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..486505b831a5650d5036505a1e755d66803c3041 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_purple.png differ diff --git a/resources/images/textures/entity/shulker/shulker_red.png b/resources/images/textures/entity/shulker/shulker_red.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4fd6a626ad93f39cc66db303bb5a966a3c83fb Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_red.png differ diff --git a/resources/images/textures/entity/shulker/shulker_white.png b/resources/images/textures/entity/shulker/shulker_white.png new file mode 100644 index 0000000000000000000000000000000000000000..cce01647448e4da5f08eceb65ea6091f7f279421 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_white.png differ diff --git a/resources/images/textures/entity/shulker/shulker_yellow.png b/resources/images/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..4c5de485a8ef20a948b39dd2c1e7525517d3eb49 Binary files /dev/null and b/resources/images/textures/entity/shulker/shulker_yellow.png differ diff --git a/resources/images/textures/entity/shulker/spark.png b/resources/images/textures/entity/shulker/spark.png new file mode 100644 index 0000000000000000000000000000000000000000..7c0459e8b9c2865de6b8ea8bbc9da0d2531b5c31 Binary files /dev/null and b/resources/images/textures/entity/shulker/spark.png differ diff --git a/resources/images/textures/entity/signs/acacia.png b/resources/images/textures/entity/signs/acacia.png new file mode 100644 index 0000000000000000000000000000000000000000..cf54879eccbef1845ebb14f16895d47545acc8a5 Binary files /dev/null and b/resources/images/textures/entity/signs/acacia.png differ diff --git a/resources/images/textures/entity/signs/birch.png b/resources/images/textures/entity/signs/birch.png new file mode 100644 index 0000000000000000000000000000000000000000..233e124394c957309304159b02d8efd690f5dd00 Binary files /dev/null and b/resources/images/textures/entity/signs/birch.png differ diff --git a/resources/images/textures/entity/signs/crimson.png b/resources/images/textures/entity/signs/crimson.png new file mode 100644 index 0000000000000000000000000000000000000000..1e56af446da380cb7b111661bf91036554f91843 Binary files /dev/null and b/resources/images/textures/entity/signs/crimson.png differ diff --git a/resources/images/textures/entity/signs/dark_oak.png b/resources/images/textures/entity/signs/dark_oak.png new file mode 100644 index 0000000000000000000000000000000000000000..72b5ced4e8e75626a523f4747a744c8a06fed486 Binary files /dev/null and b/resources/images/textures/entity/signs/dark_oak.png differ diff --git a/resources/images/textures/entity/signs/jungle.png b/resources/images/textures/entity/signs/jungle.png new file mode 100644 index 0000000000000000000000000000000000000000..4d518461914da0fca137bad46785b3a75c8594a9 Binary files /dev/null and b/resources/images/textures/entity/signs/jungle.png differ diff --git a/resources/images/textures/entity/signs/oak.png b/resources/images/textures/entity/signs/oak.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf7b83d132a757782f9e2b9203f0cd5d10aa22c Binary files /dev/null and b/resources/images/textures/entity/signs/oak.png differ diff --git a/resources/images/textures/entity/signs/spruce.png b/resources/images/textures/entity/signs/spruce.png new file mode 100644 index 0000000000000000000000000000000000000000..22617fce0a1ec23a4a48ad788684b60a285d24b5 Binary files /dev/null and b/resources/images/textures/entity/signs/spruce.png differ diff --git a/resources/images/textures/entity/signs/warped.png b/resources/images/textures/entity/signs/warped.png new file mode 100644 index 0000000000000000000000000000000000000000..349557d4e65f126f1cac685709fd9a2a0d931bb6 Binary files /dev/null and b/resources/images/textures/entity/signs/warped.png differ diff --git a/resources/images/textures/entity/silverfish.png b/resources/images/textures/entity/silverfish.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf1eff772829e011ccc64bc6cc219d3c4ef55a2 Binary files /dev/null and b/resources/images/textures/entity/silverfish.png differ diff --git a/resources/images/textures/entity/skeleton/skeleton.png b/resources/images/textures/entity/skeleton/skeleton.png new file mode 100644 index 0000000000000000000000000000000000000000..f8d9abc33dbd459743cfdcd6b7f5de5885a359b8 Binary files /dev/null and b/resources/images/textures/entity/skeleton/skeleton.png differ diff --git a/resources/images/textures/entity/skeleton/stray.png b/resources/images/textures/entity/skeleton/stray.png new file mode 100644 index 0000000000000000000000000000000000000000..f73d27291cd5a191b51ca3132c1402d4c95da111 Binary files /dev/null and b/resources/images/textures/entity/skeleton/stray.png differ diff --git a/resources/images/textures/entity/skeleton/stray_overlay.png b/resources/images/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..a86c4b5fb9684d3f46238e008f469e225e13f18e Binary files /dev/null and b/resources/images/textures/entity/skeleton/stray_overlay.png differ diff --git a/resources/images/textures/entity/skeleton/wither_skeleton.png b/resources/images/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 0000000000000000000000000000000000000000..855294af81d9f4888fd5e3aaf1833c8bb93b4445 Binary files /dev/null and b/resources/images/textures/entity/skeleton/wither_skeleton.png differ diff --git a/resources/images/textures/entity/slime/magmacube.png b/resources/images/textures/entity/slime/magmacube.png new file mode 100644 index 0000000000000000000000000000000000000000..24b6d6da179bb498458fb9a9aabc7af0dd31b095 Binary files /dev/null and b/resources/images/textures/entity/slime/magmacube.png differ diff --git a/resources/images/textures/entity/slime/slime.png b/resources/images/textures/entity/slime/slime.png new file mode 100644 index 0000000000000000000000000000000000000000..969df5ef828648e44de75fe7a2c1d5b6524b8d12 Binary files /dev/null and b/resources/images/textures/entity/slime/slime.png differ diff --git a/resources/images/textures/entity/snow_golem.png b/resources/images/textures/entity/snow_golem.png new file mode 100644 index 0000000000000000000000000000000000000000..859a1d49464a3689ae62036ea02c72e7d0060a13 Binary files /dev/null and b/resources/images/textures/entity/snow_golem.png differ diff --git a/resources/images/textures/entity/spider/cave_spider.png b/resources/images/textures/entity/spider/cave_spider.png new file mode 100644 index 0000000000000000000000000000000000000000..845ff9636a7e894be91dd7003542af828323e144 Binary files /dev/null and b/resources/images/textures/entity/spider/cave_spider.png differ diff --git a/resources/images/textures/entity/spider/spider.png b/resources/images/textures/entity/spider/spider.png new file mode 100644 index 0000000000000000000000000000000000000000..266f82ca14943631edd177ad2384dee7c46818ae Binary files /dev/null and b/resources/images/textures/entity/spider/spider.png differ diff --git a/resources/images/textures/entity/spider_eyes.png b/resources/images/textures/entity/spider_eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..462f199c3f26a9bc53fa87ea0af7a9806201f0a1 Binary files /dev/null and b/resources/images/textures/entity/spider_eyes.png differ diff --git a/resources/images/textures/entity/squid/glow_squid.png b/resources/images/textures/entity/squid/glow_squid.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd971291c630112a59aea0342b512fc381489b8 Binary files /dev/null and b/resources/images/textures/entity/squid/glow_squid.png differ diff --git a/resources/images/textures/entity/squid/squid.png b/resources/images/textures/entity/squid/squid.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c31d1a937e2299c80f3c2159cad833834ad97d Binary files /dev/null and b/resources/images/textures/entity/squid/squid.png differ diff --git a/resources/images/textures/entity/steve.png b/resources/images/textures/entity/steve.png new file mode 100644 index 0000000000000000000000000000000000000000..8e923c1b394afad31bebf909b5eb2b5e93493725 Binary files /dev/null and b/resources/images/textures/entity/steve.png differ diff --git a/resources/images/textures/entity/strider/strider.png b/resources/images/textures/entity/strider/strider.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4767849a068c8b4d237cd1cc3c5088be6ea64c Binary files /dev/null and b/resources/images/textures/entity/strider/strider.png differ diff --git a/resources/images/textures/entity/strider/strider_cold.png b/resources/images/textures/entity/strider/strider_cold.png new file mode 100644 index 0000000000000000000000000000000000000000..c546e3701c1abe1fe6a96cb5e9b3697c3a9d91e6 Binary files /dev/null and b/resources/images/textures/entity/strider/strider_cold.png differ diff --git a/resources/images/textures/entity/strider/strider_saddle.png b/resources/images/textures/entity/strider/strider_saddle.png new file mode 100644 index 0000000000000000000000000000000000000000..c07db0af60a27634d9000a3360615e24555abd11 Binary files /dev/null and b/resources/images/textures/entity/strider/strider_saddle.png differ diff --git a/resources/images/textures/entity/trident.png b/resources/images/textures/entity/trident.png new file mode 100644 index 0000000000000000000000000000000000000000..cb8cfeb7c07ade8ebfd46a1630802248c912ed63 Binary files /dev/null and b/resources/images/textures/entity/trident.png differ diff --git a/resources/images/textures/entity/trident_riptide.png b/resources/images/textures/entity/trident_riptide.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ef09982e53bf4aba844f2ac7cc29d55a924850 Binary files /dev/null and b/resources/images/textures/entity/trident_riptide.png differ diff --git a/resources/images/textures/entity/turtle/big_sea_turtle.png b/resources/images/textures/entity/turtle/big_sea_turtle.png new file mode 100644 index 0000000000000000000000000000000000000000..12050e7cc747a1b94f095f90baf47e2534cf7f36 Binary files /dev/null and b/resources/images/textures/entity/turtle/big_sea_turtle.png differ diff --git a/resources/images/textures/entity/villager/profession/armorer.png b/resources/images/textures/entity/villager/profession/armorer.png new file mode 100644 index 0000000000000000000000000000000000000000..bca7430ea9c51fc8a05e4237f3561abf66eb3920 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/armorer.png differ diff --git a/resources/images/textures/entity/villager/profession/butcher.png b/resources/images/textures/entity/villager/profession/butcher.png new file mode 100644 index 0000000000000000000000000000000000000000..da1451f8b548972b17e4d79dbcf2d59f1e64efb3 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/butcher.png differ diff --git a/resources/images/textures/entity/villager/profession/butcher.png.mcmeta b/resources/images/textures/entity/villager/profession/butcher.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..8ed5d61ae6ba96ff8b2e9919b162365fbfe32d94 --- /dev/null +++ b/resources/images/textures/entity/villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/resources/images/textures/entity/villager/profession/cartographer.png b/resources/images/textures/entity/villager/profession/cartographer.png new file mode 100644 index 0000000000000000000000000000000000000000..cd7d3cfdf7bce29b848f67f17155c13a6b998882 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/cartographer.png differ diff --git a/resources/images/textures/entity/villager/profession/cleric.png b/resources/images/textures/entity/villager/profession/cleric.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9027e71db25bbd98119a04925b2859a70ab6c9 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/cleric.png differ diff --git a/resources/images/textures/entity/villager/profession/farmer.png b/resources/images/textures/entity/villager/profession/farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..9cb7f66832a8fd3b7ffb68e1ea1cc9ce67978a27 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/farmer.png differ diff --git a/resources/images/textures/entity/villager/profession/farmer.png.mcmeta b/resources/images/textures/entity/villager/profession/farmer.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/profession/fisherman.png b/resources/images/textures/entity/villager/profession/fisherman.png new file mode 100644 index 0000000000000000000000000000000000000000..1faba7880693c84fa15eeb46e23ab81e8638a4b2 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/fisherman.png differ diff --git a/resources/images/textures/entity/villager/profession/fisherman.png.mcmeta b/resources/images/textures/entity/villager/profession/fisherman.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/profession/fletcher.png b/resources/images/textures/entity/villager/profession/fletcher.png new file mode 100644 index 0000000000000000000000000000000000000000..7243a679da3acf84769cd37866bc340933e65d41 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/fletcher.png differ diff --git a/resources/images/textures/entity/villager/profession/fletcher.png.mcmeta b/resources/images/textures/entity/villager/profession/fletcher.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/profession/leatherworker.png b/resources/images/textures/entity/villager/profession/leatherworker.png new file mode 100644 index 0000000000000000000000000000000000000000..c16222d5a50382ab7117c433feccd251048a397b Binary files /dev/null and b/resources/images/textures/entity/villager/profession/leatherworker.png differ diff --git a/resources/images/textures/entity/villager/profession/librarian.png b/resources/images/textures/entity/villager/profession/librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..aab198ef412ff33d6457404d86f6c6ab3ad59b9e Binary files /dev/null and b/resources/images/textures/entity/villager/profession/librarian.png differ diff --git a/resources/images/textures/entity/villager/profession/librarian.png.mcmeta b/resources/images/textures/entity/villager/profession/librarian.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/profession/mason.png b/resources/images/textures/entity/villager/profession/mason.png new file mode 100644 index 0000000000000000000000000000000000000000..1be10a48b477028732e98c5c503f40b3d7c14d98 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/mason.png differ diff --git a/resources/images/textures/entity/villager/profession/nitwit.png b/resources/images/textures/entity/villager/profession/nitwit.png new file mode 100644 index 0000000000000000000000000000000000000000..6b8d4af1ecc739e6eb738037a06451b25297d81e Binary files /dev/null and b/resources/images/textures/entity/villager/profession/nitwit.png differ diff --git a/resources/images/textures/entity/villager/profession/shepherd.png b/resources/images/textures/entity/villager/profession/shepherd.png new file mode 100644 index 0000000000000000000000000000000000000000..4a35c4d0e34a2a18ce35b1966c1fd72b975331c7 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/shepherd.png differ diff --git a/resources/images/textures/entity/villager/profession/shepherd.png.mcmeta b/resources/images/textures/entity/villager/profession/shepherd.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/profession/toolsmith.png b/resources/images/textures/entity/villager/profession/toolsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..c2322819d1c378a74205e245f65610e4fa630f8c Binary files /dev/null and b/resources/images/textures/entity/villager/profession/toolsmith.png differ diff --git a/resources/images/textures/entity/villager/profession/weaponsmith.png b/resources/images/textures/entity/villager/profession/weaponsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..76d37cc3bb08fde57d768ff66d516f3266904ae0 Binary files /dev/null and b/resources/images/textures/entity/villager/profession/weaponsmith.png differ diff --git a/resources/images/textures/entity/villager/profession_level/diamond.png b/resources/images/textures/entity/villager/profession_level/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..9dff22eeaabda9cad17e53b63bca8b044c938fff Binary files /dev/null and b/resources/images/textures/entity/villager/profession_level/diamond.png differ diff --git a/resources/images/textures/entity/villager/profession_level/emerald.png b/resources/images/textures/entity/villager/profession_level/emerald.png new file mode 100644 index 0000000000000000000000000000000000000000..d2146ee5993e7c5e613f4972fb65aa97da25ab41 Binary files /dev/null and b/resources/images/textures/entity/villager/profession_level/emerald.png differ diff --git a/resources/images/textures/entity/villager/profession_level/gold.png b/resources/images/textures/entity/villager/profession_level/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed51b9308ee4dad9e9bf21118913bd3662fe422 Binary files /dev/null and b/resources/images/textures/entity/villager/profession_level/gold.png differ diff --git a/resources/images/textures/entity/villager/profession_level/iron.png b/resources/images/textures/entity/villager/profession_level/iron.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e4aa9ca46ca1cac10a586c9fc5f46f0a15e0b4 Binary files /dev/null and b/resources/images/textures/entity/villager/profession_level/iron.png differ diff --git a/resources/images/textures/entity/villager/profession_level/stone.png b/resources/images/textures/entity/villager/profession_level/stone.png new file mode 100644 index 0000000000000000000000000000000000000000..adef485905897830b16df889cadbc695382d37f4 Binary files /dev/null and b/resources/images/textures/entity/villager/profession_level/stone.png differ diff --git a/resources/images/textures/entity/villager/type/desert.png b/resources/images/textures/entity/villager/type/desert.png new file mode 100644 index 0000000000000000000000000000000000000000..00a680399709670dfc594c8057248735503a3b79 Binary files /dev/null and b/resources/images/textures/entity/villager/type/desert.png differ diff --git a/resources/images/textures/entity/villager/type/desert.png.mcmeta b/resources/images/textures/entity/villager/type/desert.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/type/desert.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/type/jungle.png b/resources/images/textures/entity/villager/type/jungle.png new file mode 100644 index 0000000000000000000000000000000000000000..d04026d0df0649bf718f480811894939d8e70f45 Binary files /dev/null and b/resources/images/textures/entity/villager/type/jungle.png differ diff --git a/resources/images/textures/entity/villager/type/plains.png b/resources/images/textures/entity/villager/type/plains.png new file mode 100644 index 0000000000000000000000000000000000000000..5a5cc09f11bee519b218b38713bea205c12cc131 Binary files /dev/null and b/resources/images/textures/entity/villager/type/plains.png differ diff --git a/resources/images/textures/entity/villager/type/savanna.png b/resources/images/textures/entity/villager/type/savanna.png new file mode 100644 index 0000000000000000000000000000000000000000..268fe3bb3a69047d18589d47249c9bbefe3f552f Binary files /dev/null and b/resources/images/textures/entity/villager/type/savanna.png differ diff --git a/resources/images/textures/entity/villager/type/snow.png b/resources/images/textures/entity/villager/type/snow.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6e583df8ed140c4bb383581edf68a2a71918dc Binary files /dev/null and b/resources/images/textures/entity/villager/type/snow.png differ diff --git a/resources/images/textures/entity/villager/type/snow.png.mcmeta b/resources/images/textures/entity/villager/type/snow.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/villager/type/snow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/villager/type/swamp.png b/resources/images/textures/entity/villager/type/swamp.png new file mode 100644 index 0000000000000000000000000000000000000000..44e248de0368013d8ea750a831c56a35d4877341 Binary files /dev/null and b/resources/images/textures/entity/villager/type/swamp.png differ diff --git a/resources/images/textures/entity/villager/type/taiga.png b/resources/images/textures/entity/villager/type/taiga.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0242418f11ffaf497e7faf5db2d000d4d229c6 Binary files /dev/null and b/resources/images/textures/entity/villager/type/taiga.png differ diff --git a/resources/images/textures/entity/villager/villager.png b/resources/images/textures/entity/villager/villager.png new file mode 100644 index 0000000000000000000000000000000000000000..0f249e2daf9348aa2ef27bd1aca59bb8e81b6b4b Binary files /dev/null and b/resources/images/textures/entity/villager/villager.png differ diff --git a/resources/images/textures/entity/wandering_trader.png b/resources/images/textures/entity/wandering_trader.png new file mode 100644 index 0000000000000000000000000000000000000000..4868f9f46650ff131be5f50860647d71358b5c5f Binary files /dev/null and b/resources/images/textures/entity/wandering_trader.png differ diff --git a/resources/images/textures/entity/witch.png b/resources/images/textures/entity/witch.png new file mode 100644 index 0000000000000000000000000000000000000000..81e9be0a130a0a93991f8d90551009a2ce8f9ed2 Binary files /dev/null and b/resources/images/textures/entity/witch.png differ diff --git a/resources/images/textures/entity/wither/wither.png b/resources/images/textures/entity/wither/wither.png new file mode 100644 index 0000000000000000000000000000000000000000..a03acb0b0d6ba646f26070e161cfbd79bf79f209 Binary files /dev/null and b/resources/images/textures/entity/wither/wither.png differ diff --git a/resources/images/textures/entity/wither/wither_armor.png b/resources/images/textures/entity/wither/wither_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..567f1efef4bac84a2c4c3a1670c87f98e7e4a614 Binary files /dev/null and b/resources/images/textures/entity/wither/wither_armor.png differ diff --git a/resources/images/textures/entity/wither/wither_invulnerable.png b/resources/images/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 0000000000000000000000000000000000000000..0af9392b22edbbd852dd6c18f3c93fe8839099c2 Binary files /dev/null and b/resources/images/textures/entity/wither/wither_invulnerable.png differ diff --git a/resources/images/textures/entity/wolf/wolf.png b/resources/images/textures/entity/wolf/wolf.png new file mode 100644 index 0000000000000000000000000000000000000000..46c3b33343ca84b8a689c0a697ab3f01f1f4b35e Binary files /dev/null and b/resources/images/textures/entity/wolf/wolf.png differ diff --git a/resources/images/textures/entity/wolf/wolf_angry.png b/resources/images/textures/entity/wolf/wolf_angry.png new file mode 100644 index 0000000000000000000000000000000000000000..1b69e9e4f34ff7a8b0b6c4df5923e1f114849f84 Binary files /dev/null and b/resources/images/textures/entity/wolf/wolf_angry.png differ diff --git a/resources/images/textures/entity/wolf/wolf_collar.png b/resources/images/textures/entity/wolf/wolf_collar.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6e19536a4835b22adc96f44768ded2cb76481d Binary files /dev/null and b/resources/images/textures/entity/wolf/wolf_collar.png differ diff --git a/resources/images/textures/entity/wolf/wolf_tame.png b/resources/images/textures/entity/wolf/wolf_tame.png new file mode 100644 index 0000000000000000000000000000000000000000..1c3835af621d9cc3d1b3d45ca1cd346f4e7f5bc8 Binary files /dev/null and b/resources/images/textures/entity/wolf/wolf_tame.png differ diff --git a/resources/images/textures/entity/zombie/drowned.png b/resources/images/textures/entity/zombie/drowned.png new file mode 100644 index 0000000000000000000000000000000000000000..d79084347895e717cdb7dbb669a8fd6db99582ba Binary files /dev/null and b/resources/images/textures/entity/zombie/drowned.png differ diff --git a/resources/images/textures/entity/zombie/drowned_outer_layer.png b/resources/images/textures/entity/zombie/drowned_outer_layer.png new file mode 100644 index 0000000000000000000000000000000000000000..098e36634bffaf1b8b9801b59c2860d8e315774d Binary files /dev/null and b/resources/images/textures/entity/zombie/drowned_outer_layer.png differ diff --git a/resources/images/textures/entity/zombie/husk.png b/resources/images/textures/entity/zombie/husk.png new file mode 100644 index 0000000000000000000000000000000000000000..6d12993e4a8eaa2f080c39c9eca9ddb147431248 Binary files /dev/null and b/resources/images/textures/entity/zombie/husk.png differ diff --git a/resources/images/textures/entity/zombie/zombie.png b/resources/images/textures/entity/zombie/zombie.png new file mode 100644 index 0000000000000000000000000000000000000000..c40feff3eb682075bcd215a38bad2a0f846dc772 Binary files /dev/null and b/resources/images/textures/entity/zombie/zombie.png differ diff --git a/resources/images/textures/entity/zombie/zombie_villager.png b/resources/images/textures/entity/zombie/zombie_villager.png new file mode 100644 index 0000000000000000000000000000000000000000..b68f41480fd9afb4759881d51bb34e2c5ca70836 Binary files /dev/null and b/resources/images/textures/entity/zombie/zombie_villager.png differ diff --git a/resources/images/textures/entity/zombie_pigman.png b/resources/images/textures/entity/zombie_pigman.png new file mode 100644 index 0000000000000000000000000000000000000000..c439813543c10fb25620f8113ed4e3052cd117c0 Binary files /dev/null and b/resources/images/textures/entity/zombie_pigman.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/armorer.png b/resources/images/textures/entity/zombie_villager/profession/armorer.png new file mode 100644 index 0000000000000000000000000000000000000000..d58f1f42df17a17afe4e3537ceee6d669772fa92 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/armorer.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/butcher.png b/resources/images/textures/entity/zombie_villager/profession/butcher.png new file mode 100644 index 0000000000000000000000000000000000000000..bf80ee537370c198c6153b4d7cb332fda9dc56dd Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/butcher.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/butcher.png.mcmeta b/resources/images/textures/entity/zombie_villager/profession/butcher.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..8ed5d61ae6ba96ff8b2e9919b162365fbfe32d94 --- /dev/null +++ b/resources/images/textures/entity/zombie_villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/resources/images/textures/entity/zombie_villager/profession/cartographer.png b/resources/images/textures/entity/zombie_villager/profession/cartographer.png new file mode 100644 index 0000000000000000000000000000000000000000..f1274464b8ffebd5d494f0f2dc8d4b8ea6a69ada Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/cartographer.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/cleric.png b/resources/images/textures/entity/zombie_villager/profession/cleric.png new file mode 100644 index 0000000000000000000000000000000000000000..dda3d4ae5fb781d3b779bf1a5503017a49004063 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/cleric.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/farmer.png b/resources/images/textures/entity/zombie_villager/profession/farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..ad9aae2dfa3170f932d796d6ced4150b2a3b6e0d Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/farmer.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/farmer.png.mcmeta b/resources/images/textures/entity/zombie_villager/profession/farmer.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/zombie_villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/zombie_villager/profession/fisherman.png b/resources/images/textures/entity/zombie_villager/profession/fisherman.png new file mode 100644 index 0000000000000000000000000000000000000000..25c9d9da1003b939e4039c866fc47b64622653bb Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/fisherman.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/fisherman.png.mcmeta b/resources/images/textures/entity/zombie_villager/profession/fisherman.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/zombie_villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/zombie_villager/profession/fletcher.png b/resources/images/textures/entity/zombie_villager/profession/fletcher.png new file mode 100644 index 0000000000000000000000000000000000000000..b93595ceb18434f23a25d78b9779fdc53f5236ca Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/fletcher.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/fletcher.png.mcmeta b/resources/images/textures/entity/zombie_villager/profession/fletcher.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/zombie_villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/zombie_villager/profession/leatherworker.png b/resources/images/textures/entity/zombie_villager/profession/leatherworker.png new file mode 100644 index 0000000000000000000000000000000000000000..9a43d3698035ef608080eae731e4c5ba4cc2a83c Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/leatherworker.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/librarian.png b/resources/images/textures/entity/zombie_villager/profession/librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..fbae9122908ff941bc371bf0c3e9de50b58a6c77 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/librarian.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/librarian.png.mcmeta b/resources/images/textures/entity/zombie_villager/profession/librarian.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/zombie_villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/zombie_villager/profession/mason.png b/resources/images/textures/entity/zombie_villager/profession/mason.png new file mode 100644 index 0000000000000000000000000000000000000000..18b4eab08ff9bd070aaa4e7c018fc64e379db541 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/mason.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/nitwit.png b/resources/images/textures/entity/zombie_villager/profession/nitwit.png new file mode 100644 index 0000000000000000000000000000000000000000..50cbfbb242b17becf2e39f4b93599e7b24b58834 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/nitwit.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/shepherd.png b/resources/images/textures/entity/zombie_villager/profession/shepherd.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7426e83b4757b6b0d2f9708ede7797142d521b Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/shepherd.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/shepherd.png.mcmeta b/resources/images/textures/entity/zombie_villager/profession/shepherd.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..f24387e760afa8fd6ad6a3fcb1d38ec80dc49acd --- /dev/null +++ b/resources/images/textures/entity/zombie_villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/resources/images/textures/entity/zombie_villager/profession/toolsmith.png b/resources/images/textures/entity/zombie_villager/profession/toolsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..ccde479671b6a8f39168bb6d8ed6b2334a139054 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/toolsmith.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession/weaponsmith.png b/resources/images/textures/entity/zombie_villager/profession/weaponsmith.png new file mode 100644 index 0000000000000000000000000000000000000000..665ccd8411727c4e32ca6938f707e853f128e7a2 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession/weaponsmith.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession_level/diamond.png b/resources/images/textures/entity/zombie_villager/profession_level/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..9dff22eeaabda9cad17e53b63bca8b044c938fff Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession_level/diamond.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession_level/emerald.png b/resources/images/textures/entity/zombie_villager/profession_level/emerald.png new file mode 100644 index 0000000000000000000000000000000000000000..d2146ee5993e7c5e613f4972fb65aa97da25ab41 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession_level/emerald.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession_level/gold.png b/resources/images/textures/entity/zombie_villager/profession_level/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed51b9308ee4dad9e9bf21118913bd3662fe422 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession_level/gold.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession_level/iron.png b/resources/images/textures/entity/zombie_villager/profession_level/iron.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e4aa9ca46ca1cac10a586c9fc5f46f0a15e0b4 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession_level/iron.png differ diff --git a/resources/images/textures/entity/zombie_villager/profession_level/stone.png b/resources/images/textures/entity/zombie_villager/profession_level/stone.png new file mode 100644 index 0000000000000000000000000000000000000000..adef485905897830b16df889cadbc695382d37f4 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/profession_level/stone.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/desert.png b/resources/images/textures/entity/zombie_villager/type/desert.png new file mode 100644 index 0000000000000000000000000000000000000000..00a680399709670dfc594c8057248735503a3b79 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/desert.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/jungle.png b/resources/images/textures/entity/zombie_villager/type/jungle.png new file mode 100644 index 0000000000000000000000000000000000000000..d04026d0df0649bf718f480811894939d8e70f45 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/jungle.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/plains.png b/resources/images/textures/entity/zombie_villager/type/plains.png new file mode 100644 index 0000000000000000000000000000000000000000..5a5cc09f11bee519b218b38713bea205c12cc131 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/plains.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/savanna.png b/resources/images/textures/entity/zombie_villager/type/savanna.png new file mode 100644 index 0000000000000000000000000000000000000000..268fe3bb3a69047d18589d47249c9bbefe3f552f Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/savanna.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/snow.png b/resources/images/textures/entity/zombie_villager/type/snow.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6e583df8ed140c4bb383581edf68a2a71918dc Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/snow.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/swamp.png b/resources/images/textures/entity/zombie_villager/type/swamp.png new file mode 100644 index 0000000000000000000000000000000000000000..44e248de0368013d8ea750a831c56a35d4877341 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/swamp.png differ diff --git a/resources/images/textures/entity/zombie_villager/type/taiga.png b/resources/images/textures/entity/zombie_villager/type/taiga.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0242418f11ffaf497e7faf5db2d000d4d229c6 Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/type/taiga.png differ diff --git a/resources/images/textures/entity/zombie_villager/zombie_villager.png b/resources/images/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 0000000000000000000000000000000000000000..571c250068fa59d250b6bb64989cd164ff3639eb Binary files /dev/null and b/resources/images/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/resources/images/textures/environment/clouds.png b/resources/images/textures/environment/clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..37c28e7fe6da3cc85169e8e100f99cf449ac790d Binary files /dev/null and b/resources/images/textures/environment/clouds.png differ diff --git a/resources/images/textures/environment/end_sky.png b/resources/images/textures/environment/end_sky.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7e1e45b77516f0b13e1be9e1a8de64ab868490 Binary files /dev/null and b/resources/images/textures/environment/end_sky.png differ diff --git a/resources/images/textures/environment/moon_phases.png b/resources/images/textures/environment/moon_phases.png new file mode 100644 index 0000000000000000000000000000000000000000..37a41af59b99ee32d09aad15e5eec65caf1d6cf1 Binary files /dev/null and b/resources/images/textures/environment/moon_phases.png differ diff --git a/resources/images/textures/environment/rain.png b/resources/images/textures/environment/rain.png new file mode 100644 index 0000000000000000000000000000000000000000..02ead4d4a214ffed36ccce87774004e058407342 Binary files /dev/null and b/resources/images/textures/environment/rain.png differ diff --git a/resources/images/textures/environment/snow.png b/resources/images/textures/environment/snow.png new file mode 100644 index 0000000000000000000000000000000000000000..4d887482a3083a7ccfbfd2192d7cc07715e71af2 Binary files /dev/null and b/resources/images/textures/environment/snow.png differ diff --git a/resources/images/textures/environment/sun.png b/resources/images/textures/environment/sun.png new file mode 100644 index 0000000000000000000000000000000000000000..ccea07918cfd129f3376a896ac595c19781a80c5 Binary files /dev/null and b/resources/images/textures/environment/sun.png differ diff --git a/resources/images/textures/font/accented.png b/resources/images/textures/font/accented.png new file mode 100644 index 0000000000000000000000000000000000000000..24775d4c3c78716d8b5610a5fa0059d7178c5c0f Binary files /dev/null and b/resources/images/textures/font/accented.png differ diff --git a/resources/images/textures/font/ascii.png b/resources/images/textures/font/ascii.png new file mode 100644 index 0000000000000000000000000000000000000000..04c9056dfa37e9e5f0bbd0fbe5acc4b0bb534d61 Binary files /dev/null and b/resources/images/textures/font/ascii.png differ diff --git a/resources/images/textures/font/ascii_sga.png b/resources/images/textures/font/ascii_sga.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbd39f5d5c925877662356ab8920aa2ac77ea5e Binary files /dev/null and b/resources/images/textures/font/ascii_sga.png differ diff --git a/resources/images/textures/font/nonlatin_european.png b/resources/images/textures/font/nonlatin_european.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf1c53acb76ffa0c2bc0b5f65dce5894ea87aa2 Binary files /dev/null and b/resources/images/textures/font/nonlatin_european.png differ diff --git a/resources/images/textures/gui/accessibility.png b/resources/images/textures/gui/accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..b756f1315023be6e5beff6a56c6f290a73707886 Binary files /dev/null and b/resources/images/textures/gui/accessibility.png differ diff --git a/resources/images/textures/gui/advancements/backgrounds/adventure.png b/resources/images/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 0000000000000000000000000000000000000000..3cdeba7fe43290c6e3c257707c453139907089fc Binary files /dev/null and b/resources/images/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/resources/images/textures/gui/advancements/backgrounds/end.png b/resources/images/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 0000000000000000000000000000000000000000..577f006073e38cc572bc724aab27320e949f4ac3 Binary files /dev/null and b/resources/images/textures/gui/advancements/backgrounds/end.png differ diff --git a/resources/images/textures/gui/advancements/backgrounds/husbandry.png b/resources/images/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 0000000000000000000000000000000000000000..83e6d8470d356e514570fd666761b5194fef5f92 Binary files /dev/null and b/resources/images/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/resources/images/textures/gui/advancements/backgrounds/nether.png b/resources/images/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 0000000000000000000000000000000000000000..77bbc2a4a5603bde51242de3b8ad2a66170315c3 Binary files /dev/null and b/resources/images/textures/gui/advancements/backgrounds/nether.png differ diff --git a/resources/images/textures/gui/advancements/backgrounds/stone.png b/resources/images/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 0000000000000000000000000000000000000000..e9dff131734b6425b5c60bbecd2bb43e1c0aa503 Binary files /dev/null and b/resources/images/textures/gui/advancements/backgrounds/stone.png differ diff --git a/resources/images/textures/gui/advancements/tabs.png b/resources/images/textures/gui/advancements/tabs.png new file mode 100644 index 0000000000000000000000000000000000000000..c30ce1d73765271e9c437d9a508b00ec9a5cae2f Binary files /dev/null and b/resources/images/textures/gui/advancements/tabs.png differ diff --git a/resources/images/textures/gui/advancements/widgets.png b/resources/images/textures/gui/advancements/widgets.png new file mode 100644 index 0000000000000000000000000000000000000000..2cd5a501f0e6f0be409ba4f6e0dad7d0d28ba707 Binary files /dev/null and b/resources/images/textures/gui/advancements/widgets.png differ diff --git a/resources/images/textures/gui/advancements/window.png b/resources/images/textures/gui/advancements/window.png new file mode 100644 index 0000000000000000000000000000000000000000..af35cbc67c1b7b329e19ebc788f3c077f68f296e Binary files /dev/null and b/resources/images/textures/gui/advancements/window.png differ diff --git a/resources/images/textures/gui/bars.png b/resources/images/textures/gui/bars.png new file mode 100644 index 0000000000000000000000000000000000000000..9c21eda0a5cdd88a7ae22a0259a8ed424fcd26fb Binary files /dev/null and b/resources/images/textures/gui/bars.png differ diff --git a/resources/images/textures/gui/book.png b/resources/images/textures/gui/book.png new file mode 100644 index 0000000000000000000000000000000000000000..26fb192d5be3e26ca22dac7b24c349958cfc1686 Binary files /dev/null and b/resources/images/textures/gui/book.png differ diff --git a/resources/images/textures/gui/checkbox.png b/resources/images/textures/gui/checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..00bc603a755777e2a6d43b29c89ff7da01099a91 Binary files /dev/null and b/resources/images/textures/gui/checkbox.png differ diff --git a/resources/images/textures/gui/container/anvil.png b/resources/images/textures/gui/container/anvil.png new file mode 100644 index 0000000000000000000000000000000000000000..d0da4e702720c76e6a94b2325de8bba5e9aa6518 Binary files /dev/null and b/resources/images/textures/gui/container/anvil.png differ diff --git a/resources/images/textures/gui/container/beacon.png b/resources/images/textures/gui/container/beacon.png new file mode 100644 index 0000000000000000000000000000000000000000..d2cd5b96c48e0eb33bc5b6bdbf80578e97a48bff Binary files /dev/null and b/resources/images/textures/gui/container/beacon.png differ diff --git a/resources/images/textures/gui/container/blast_furnace.png b/resources/images/textures/gui/container/blast_furnace.png new file mode 100644 index 0000000000000000000000000000000000000000..1890ed038517a089b01dbb234e628f411f9262e4 Binary files /dev/null and b/resources/images/textures/gui/container/blast_furnace.png differ diff --git a/resources/images/textures/gui/container/brewing_stand.png b/resources/images/textures/gui/container/brewing_stand.png new file mode 100644 index 0000000000000000000000000000000000000000..354d4588746e12987fd793c9f2beb5289ddf036d Binary files /dev/null and b/resources/images/textures/gui/container/brewing_stand.png differ diff --git a/resources/images/textures/gui/container/bundle.png b/resources/images/textures/gui/container/bundle.png new file mode 100644 index 0000000000000000000000000000000000000000..7932e3e927f094927396a8149efcc500713b45a9 Binary files /dev/null and b/resources/images/textures/gui/container/bundle.png differ diff --git a/resources/images/textures/gui/container/cartography_table.png b/resources/images/textures/gui/container/cartography_table.png new file mode 100644 index 0000000000000000000000000000000000000000..1d7ff0c62f1f93b4aa6234bceefee3c9f262a5af Binary files /dev/null and b/resources/images/textures/gui/container/cartography_table.png differ diff --git a/resources/images/textures/gui/container/crafting_table.png b/resources/images/textures/gui/container/crafting_table.png new file mode 100644 index 0000000000000000000000000000000000000000..9507c3e275a1332dee86d6f8827e7410f88e7c46 Binary files /dev/null and b/resources/images/textures/gui/container/crafting_table.png differ diff --git a/resources/images/textures/gui/container/creative_inventory/tab_inventory.png b/resources/images/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 0000000000000000000000000000000000000000..a92d89081e1b1c0ebeb2f00b56e0bd49581fc94e Binary files /dev/null and b/resources/images/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/resources/images/textures/gui/container/creative_inventory/tab_item_search.png b/resources/images/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 0000000000000000000000000000000000000000..4d2e651908eb3a638dd8a447da96f297d4559cad Binary files /dev/null and b/resources/images/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/resources/images/textures/gui/container/creative_inventory/tab_items.png b/resources/images/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 0000000000000000000000000000000000000000..c721c5f77808459b4714dabc5b41ee7b9ed4f96a Binary files /dev/null and b/resources/images/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/resources/images/textures/gui/container/creative_inventory/tabs.png b/resources/images/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 0000000000000000000000000000000000000000..142fe75e9888eb5428f86f882c55d6cb92ac1dbd Binary files /dev/null and b/resources/images/textures/gui/container/creative_inventory/tabs.png differ diff --git a/resources/images/textures/gui/container/dispenser.png b/resources/images/textures/gui/container/dispenser.png new file mode 100644 index 0000000000000000000000000000000000000000..16b936cc8c6592e39930ee27f2971b8ec3fb46d1 Binary files /dev/null and b/resources/images/textures/gui/container/dispenser.png differ diff --git a/resources/images/textures/gui/container/enchanting_table.png b/resources/images/textures/gui/container/enchanting_table.png new file mode 100644 index 0000000000000000000000000000000000000000..229fa2bb94e381a1fbeb8e91b750b77180f376b3 Binary files /dev/null and b/resources/images/textures/gui/container/enchanting_table.png differ diff --git a/resources/images/textures/gui/container/furnace.png b/resources/images/textures/gui/container/furnace.png new file mode 100644 index 0000000000000000000000000000000000000000..1890ed038517a089b01dbb234e628f411f9262e4 Binary files /dev/null and b/resources/images/textures/gui/container/furnace.png differ diff --git a/resources/images/textures/gui/container/gamemode_switcher.png b/resources/images/textures/gui/container/gamemode_switcher.png new file mode 100644 index 0000000000000000000000000000000000000000..0a64e2cece697cbebda42bd3caa69167521b5bd6 Binary files /dev/null and b/resources/images/textures/gui/container/gamemode_switcher.png differ diff --git a/resources/images/textures/gui/container/generic_54.png b/resources/images/textures/gui/container/generic_54.png new file mode 100644 index 0000000000000000000000000000000000000000..42fb2b5e82718abb567653098fc2a3d4e6cab7c4 Binary files /dev/null and b/resources/images/textures/gui/container/generic_54.png differ diff --git a/resources/images/textures/gui/container/grindstone.png b/resources/images/textures/gui/container/grindstone.png new file mode 100644 index 0000000000000000000000000000000000000000..613d2026f68ee81784fe3b7c457d3e703ac24b9a Binary files /dev/null and b/resources/images/textures/gui/container/grindstone.png differ diff --git a/resources/images/textures/gui/container/hopper.png b/resources/images/textures/gui/container/hopper.png new file mode 100644 index 0000000000000000000000000000000000000000..409d0585df53f24024059df4c0327c18e00b4745 Binary files /dev/null and b/resources/images/textures/gui/container/hopper.png differ diff --git a/resources/images/textures/gui/container/horse.png b/resources/images/textures/gui/container/horse.png new file mode 100644 index 0000000000000000000000000000000000000000..76aa103471a61d30ae7b8ab1671853ed5ce531ff Binary files /dev/null and b/resources/images/textures/gui/container/horse.png differ diff --git a/resources/images/textures/gui/container/inventory.png b/resources/images/textures/gui/container/inventory.png new file mode 100644 index 0000000000000000000000000000000000000000..feaed3589bc74c32059b11ffb576e25d091b59b7 Binary files /dev/null and b/resources/images/textures/gui/container/inventory.png differ diff --git a/resources/images/textures/gui/container/loom.png b/resources/images/textures/gui/container/loom.png new file mode 100644 index 0000000000000000000000000000000000000000..135d5849a24c0471b0a0ab293e9875752430189b Binary files /dev/null and b/resources/images/textures/gui/container/loom.png differ diff --git a/resources/images/textures/gui/container/shulker_box.png b/resources/images/textures/gui/container/shulker_box.png new file mode 100644 index 0000000000000000000000000000000000000000..ca4c9d040c0f3d024030acb512c95c71768a41e6 Binary files /dev/null and b/resources/images/textures/gui/container/shulker_box.png differ diff --git a/resources/images/textures/gui/container/smithing.png b/resources/images/textures/gui/container/smithing.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5bbcc72629c9a8ab5d609b95e4978b1b39d13d Binary files /dev/null and b/resources/images/textures/gui/container/smithing.png differ diff --git a/resources/images/textures/gui/container/smoker.png b/resources/images/textures/gui/container/smoker.png new file mode 100644 index 0000000000000000000000000000000000000000..1890ed038517a089b01dbb234e628f411f9262e4 Binary files /dev/null and b/resources/images/textures/gui/container/smoker.png differ diff --git a/resources/images/textures/gui/container/stats_icons.png b/resources/images/textures/gui/container/stats_icons.png new file mode 100644 index 0000000000000000000000000000000000000000..eef7732c52bfdf499cccc1735e0cad38c05d1b1d Binary files /dev/null and b/resources/images/textures/gui/container/stats_icons.png differ diff --git a/resources/images/textures/gui/container/stonecutter.png b/resources/images/textures/gui/container/stonecutter.png new file mode 100644 index 0000000000000000000000000000000000000000..42271a7c5bc7adf37b19af270206e8013039f468 Binary files /dev/null and b/resources/images/textures/gui/container/stonecutter.png differ diff --git a/resources/images/textures/gui/container/villager2.png b/resources/images/textures/gui/container/villager2.png new file mode 100644 index 0000000000000000000000000000000000000000..f04b4c72e2258f5a78d278769855e047e80b29f6 Binary files /dev/null and b/resources/images/textures/gui/container/villager2.png differ diff --git a/resources/images/textures/gui/demo_background.png b/resources/images/textures/gui/demo_background.png new file mode 100644 index 0000000000000000000000000000000000000000..e9248780a85f0eec6a82466585d85eee0f9129bd Binary files /dev/null and b/resources/images/textures/gui/demo_background.png differ diff --git a/resources/images/textures/gui/icons.png b/resources/images/textures/gui/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..d8a7a9a2e6148522fe3cdce9aac5a07bcb1e5a87 Binary files /dev/null and b/resources/images/textures/gui/icons.png differ diff --git a/resources/images/textures/gui/options_background.png b/resources/images/textures/gui/options_background.png new file mode 100644 index 0000000000000000000000000000000000000000..eca0af5cf9773941b400bce73a09254789db8c2f Binary files /dev/null and b/resources/images/textures/gui/options_background.png differ diff --git a/resources/images/textures/gui/presets/chaos.png b/resources/images/textures/gui/presets/chaos.png new file mode 100644 index 0000000000000000000000000000000000000000..81a9fa013d2edfa660d006eb40dd7872fdc9c48a Binary files /dev/null and b/resources/images/textures/gui/presets/chaos.png differ diff --git a/resources/images/textures/gui/presets/delight.png b/resources/images/textures/gui/presets/delight.png new file mode 100644 index 0000000000000000000000000000000000000000..72cb105b0db66ae8f2f9b23c9ad7cea33236cd0a Binary files /dev/null and b/resources/images/textures/gui/presets/delight.png differ diff --git a/resources/images/textures/gui/presets/drought.png b/resources/images/textures/gui/presets/drought.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ab66c2e8fe6dd99d301cccf665226542e5a65f Binary files /dev/null and b/resources/images/textures/gui/presets/drought.png differ diff --git a/resources/images/textures/gui/presets/isles.png b/resources/images/textures/gui/presets/isles.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc5006cffa77678d269dbd5a9eb04501150b007 Binary files /dev/null and b/resources/images/textures/gui/presets/isles.png differ diff --git a/resources/images/textures/gui/presets/luck.png b/resources/images/textures/gui/presets/luck.png new file mode 100644 index 0000000000000000000000000000000000000000..0221c4d5e36d7e7d97b491789db121822cb04c70 Binary files /dev/null and b/resources/images/textures/gui/presets/luck.png differ diff --git a/resources/images/textures/gui/presets/madness.png b/resources/images/textures/gui/presets/madness.png new file mode 100644 index 0000000000000000000000000000000000000000..a68e8dabcca59e5db6ce9c744f196d2977ef30eb Binary files /dev/null and b/resources/images/textures/gui/presets/madness.png differ diff --git a/resources/images/textures/gui/presets/water.png b/resources/images/textures/gui/presets/water.png new file mode 100644 index 0000000000000000000000000000000000000000..017f0d43bfa975580e482adce685a6d8a6b7231d Binary files /dev/null and b/resources/images/textures/gui/presets/water.png differ diff --git a/resources/images/textures/gui/recipe_book.png b/resources/images/textures/gui/recipe_book.png new file mode 100644 index 0000000000000000000000000000000000000000..873c91bdd3370350dac45ce282b57ee91689b306 Binary files /dev/null and b/resources/images/textures/gui/recipe_book.png differ diff --git a/resources/images/textures/gui/recipe_button.png b/resources/images/textures/gui/recipe_button.png new file mode 100644 index 0000000000000000000000000000000000000000..ce664ae169947830ef01deb0549c99d3777e5675 Binary files /dev/null and b/resources/images/textures/gui/recipe_button.png differ diff --git a/resources/images/textures/gui/resource_packs.png b/resources/images/textures/gui/resource_packs.png new file mode 100644 index 0000000000000000000000000000000000000000..da3a2e271a79eaa2ee24b03351cb053fb6a6b8b7 Binary files /dev/null and b/resources/images/textures/gui/resource_packs.png differ diff --git a/resources/images/textures/gui/server_selection.png b/resources/images/textures/gui/server_selection.png new file mode 100644 index 0000000000000000000000000000000000000000..197d098abbb59e69f8fe4072517a2fa3aae1cc2d Binary files /dev/null and b/resources/images/textures/gui/server_selection.png differ diff --git a/resources/images/textures/gui/spectator_widgets.png b/resources/images/textures/gui/spectator_widgets.png new file mode 100644 index 0000000000000000000000000000000000000000..709b89b913f9a7b231fff948f471da48f05851a8 Binary files /dev/null and b/resources/images/textures/gui/spectator_widgets.png differ diff --git a/resources/images/textures/gui/stream_indicator.png b/resources/images/textures/gui/stream_indicator.png new file mode 100644 index 0000000000000000000000000000000000000000..83eb6ac554085a0288b26a507f89b31191dd3c90 Binary files /dev/null and b/resources/images/textures/gui/stream_indicator.png differ diff --git a/resources/images/textures/gui/title/background/panorama_0.png b/resources/images/textures/gui/title/background/panorama_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5101a78b25667d5198dc1d94eb715ebe150fd4 Binary files /dev/null and b/resources/images/textures/gui/title/background/panorama_0.png differ diff --git a/resources/images/textures/gui/title/background/panorama_1.png b/resources/images/textures/gui/title/background/panorama_1.png new file mode 100644 index 0000000000000000000000000000000000000000..24edf7979aca063f2a7d02e27bc41b3c13267ae3 Binary files /dev/null and b/resources/images/textures/gui/title/background/panorama_1.png differ diff --git a/resources/images/textures/gui/title/background/panorama_2.png b/resources/images/textures/gui/title/background/panorama_2.png new file mode 100644 index 0000000000000000000000000000000000000000..6dface907c67304dbab4bef7b1edb20b3881fe76 Binary files /dev/null and b/resources/images/textures/gui/title/background/panorama_2.png differ diff --git a/resources/images/textures/gui/title/background/panorama_3.png b/resources/images/textures/gui/title/background/panorama_3.png new file mode 100644 index 0000000000000000000000000000000000000000..f70add0d9b062a9ab234b98d25653885125a3562 Binary files /dev/null and b/resources/images/textures/gui/title/background/panorama_3.png differ diff --git a/resources/images/textures/gui/title/background/panorama_4.png b/resources/images/textures/gui/title/background/panorama_4.png new file mode 100644 index 0000000000000000000000000000000000000000..dc1a7640ee54d92b05390af439f40e7eda6f8541 Binary files /dev/null and b/resources/images/textures/gui/title/background/panorama_4.png differ diff --git a/resources/images/textures/gui/title/background/panorama_5.png b/resources/images/textures/gui/title/background/panorama_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf37088a60f9cbe17f0a97c3ed570181278947d Binary files /dev/null and b/resources/images/textures/gui/title/background/panorama_5.png differ diff --git a/resources/images/textures/gui/title/edition.png b/resources/images/textures/gui/title/edition.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e2de3d519025327d1b7c4b88e26204cf3579f4 Binary files /dev/null and b/resources/images/textures/gui/title/edition.png differ diff --git a/resources/images/textures/gui/title/minecraft.png b/resources/images/textures/gui/title/minecraft.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9455b89a86ab8da726df7c8dcbe18424043671 Binary files /dev/null and b/resources/images/textures/gui/title/minecraft.png differ diff --git a/resources/images/textures/gui/title/mojang.png b/resources/images/textures/gui/title/mojang.png new file mode 100644 index 0000000000000000000000000000000000000000..e41b5f712337ed99f5ec6bc592ccdb8b5ddccef7 Binary files /dev/null and b/resources/images/textures/gui/title/mojang.png differ diff --git a/resources/images/textures/gui/title/mojangstudios.png b/resources/images/textures/gui/title/mojangstudios.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2cea8e79c10fd331032e61a653452ed739fef8 Binary files /dev/null and b/resources/images/textures/gui/title/mojangstudios.png differ diff --git a/resources/images/textures/gui/toasts.png b/resources/images/textures/gui/toasts.png new file mode 100644 index 0000000000000000000000000000000000000000..fee3e5554df088dea330319c1e5f7ba2b15e8ff6 Binary files /dev/null and b/resources/images/textures/gui/toasts.png differ diff --git a/resources/images/textures/gui/widgets.png b/resources/images/textures/gui/widgets.png new file mode 100644 index 0000000000000000000000000000000000000000..162ecfa84d4368f9a273629d7c5ab44a875ac84c Binary files /dev/null and b/resources/images/textures/gui/widgets.png differ diff --git a/resources/images/textures/gui/widgets_deprecated.png b/resources/images/textures/gui/widgets_deprecated.png new file mode 100644 index 0000000000000000000000000000000000000000..0830aa7e73fccb77a0ed9551005615e0d46941db Binary files /dev/null and b/resources/images/textures/gui/widgets_deprecated.png differ diff --git a/resources/images/textures/gui/world_selection.png b/resources/images/textures/gui/world_selection.png new file mode 100644 index 0000000000000000000000000000000000000000..74e63f396a27baadfb4147223552aa40c6d635cc Binary files /dev/null and b/resources/images/textures/gui/world_selection.png differ diff --git a/resources/images/textures/item/acacia_boat.png b/resources/images/textures/item/acacia_boat.png new file mode 100644 index 0000000000000000000000000000000000000000..c3cec998359ac8154136aadff034fd5e3684fc5f Binary files /dev/null and b/resources/images/textures/item/acacia_boat.png differ diff --git a/resources/images/textures/item/acacia_door.png b/resources/images/textures/item/acacia_door.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7711b10e675f04303d1a56282acb2d601961b1 Binary files /dev/null and b/resources/images/textures/item/acacia_door.png differ diff --git a/resources/images/textures/item/acacia_sign.png b/resources/images/textures/item/acacia_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..1f866f35d3baff5ff4f06fa376d9d920c69f4dc2 Binary files /dev/null and b/resources/images/textures/item/acacia_sign.png differ diff --git a/resources/images/textures/item/amethyst_shard.png b/resources/images/textures/item/amethyst_shard.png new file mode 100644 index 0000000000000000000000000000000000000000..fa594e6578628f51405a5c8581749ed626aba315 Binary files /dev/null and b/resources/images/textures/item/amethyst_shard.png differ diff --git a/resources/images/textures/item/apple.png b/resources/images/textures/item/apple.png new file mode 100644 index 0000000000000000000000000000000000000000..4aff889cf1753a61e4caf818d9a03fed81f239e3 Binary files /dev/null and b/resources/images/textures/item/apple.png differ diff --git a/resources/images/textures/item/armor_stand.png b/resources/images/textures/item/armor_stand.png new file mode 100644 index 0000000000000000000000000000000000000000..f18b9c488321f75e4ada3cc8f3dbf1cde982adf6 Binary files /dev/null and b/resources/images/textures/item/armor_stand.png differ diff --git a/resources/images/textures/item/arrow.png b/resources/images/textures/item/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d6e466b7a256bcf030a9d4d4a7e3b193ee7a51 Binary files /dev/null and b/resources/images/textures/item/arrow.png differ diff --git a/resources/images/textures/item/axolotl_bucket.png b/resources/images/textures/item/axolotl_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..34a23fc845ab2913b92d66b89dbd0a43a3bb3340 Binary files /dev/null and b/resources/images/textures/item/axolotl_bucket.png differ diff --git a/resources/images/textures/item/baked_potato.png b/resources/images/textures/item/baked_potato.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e58900747141315da61d9a941f64ef5d8ee597 Binary files /dev/null and b/resources/images/textures/item/baked_potato.png differ diff --git a/resources/images/textures/item/bamboo.png b/resources/images/textures/item/bamboo.png new file mode 100644 index 0000000000000000000000000000000000000000..e73b8a1624517f3ef9e9bb6a1eea1924fb8a3bae Binary files /dev/null and b/resources/images/textures/item/bamboo.png differ diff --git a/resources/images/textures/item/barrier.png b/resources/images/textures/item/barrier.png new file mode 100644 index 0000000000000000000000000000000000000000..86f65eb25b88092280822ef5bdd774c91f60b53a Binary files /dev/null and b/resources/images/textures/item/barrier.png differ diff --git a/resources/images/textures/item/bed.png b/resources/images/textures/item/bed.png new file mode 100644 index 0000000000000000000000000000000000000000..9412017d8bd1926306c1cdfde2375b09499d8ce9 Binary files /dev/null and b/resources/images/textures/item/bed.png differ diff --git a/resources/images/textures/item/beef.png b/resources/images/textures/item/beef.png new file mode 100644 index 0000000000000000000000000000000000000000..300f4d2c4158c91b7d4382d6ae659b81b2cf05bf Binary files /dev/null and b/resources/images/textures/item/beef.png differ diff --git a/resources/images/textures/item/beetroot.png b/resources/images/textures/item/beetroot.png new file mode 100644 index 0000000000000000000000000000000000000000..887af94b58683c800d8b9c56a96711625a2e3536 Binary files /dev/null and b/resources/images/textures/item/beetroot.png differ diff --git a/resources/images/textures/item/beetroot_seeds.png b/resources/images/textures/item/beetroot_seeds.png new file mode 100644 index 0000000000000000000000000000000000000000..40ebed2040df930ceacc2425591562189f1629de Binary files /dev/null and b/resources/images/textures/item/beetroot_seeds.png differ diff --git a/resources/images/textures/item/beetroot_soup.png b/resources/images/textures/item/beetroot_soup.png new file mode 100644 index 0000000000000000000000000000000000000000..2f37cfa69ce436210459f3bbae7c5601eab26118 Binary files /dev/null and b/resources/images/textures/item/beetroot_soup.png differ diff --git a/resources/images/textures/item/bell.png b/resources/images/textures/item/bell.png new file mode 100644 index 0000000000000000000000000000000000000000..b33bdd63ce81b9f46a0d599e4acba297f4766a18 Binary files /dev/null and b/resources/images/textures/item/bell.png differ diff --git a/resources/images/textures/item/birch_boat.png b/resources/images/textures/item/birch_boat.png new file mode 100644 index 0000000000000000000000000000000000000000..c0a09f6dcf2266e32005fdda12e9a982f77c2175 Binary files /dev/null and b/resources/images/textures/item/birch_boat.png differ diff --git a/resources/images/textures/item/birch_door.png b/resources/images/textures/item/birch_door.png new file mode 100644 index 0000000000000000000000000000000000000000..26a7bcad6f5d9df1239cc182b6e098e66af14528 Binary files /dev/null and b/resources/images/textures/item/birch_door.png differ diff --git a/resources/images/textures/item/birch_sign.png b/resources/images/textures/item/birch_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..e997dc103e0a9a5bce6f573d09292426dda97be6 Binary files /dev/null and b/resources/images/textures/item/birch_sign.png differ diff --git a/resources/images/textures/item/black_candle.png b/resources/images/textures/item/black_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..c175f377b9210096ca8e54b43559891fc3f54343 Binary files /dev/null and b/resources/images/textures/item/black_candle.png differ diff --git a/resources/images/textures/item/black_dye.png b/resources/images/textures/item/black_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..d04d6fa48fecd9debea0c97d9feb98f162c650d0 Binary files /dev/null and b/resources/images/textures/item/black_dye.png differ diff --git a/resources/images/textures/item/blaze_powder.png b/resources/images/textures/item/blaze_powder.png new file mode 100644 index 0000000000000000000000000000000000000000..79997f7c8b23826684d2db76075ce81b63f257e7 Binary files /dev/null and b/resources/images/textures/item/blaze_powder.png differ diff --git a/resources/images/textures/item/blaze_rod.png b/resources/images/textures/item/blaze_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..dd2222ed2f6bfa2d3d36af5a34751c8cd37e2997 Binary files /dev/null and b/resources/images/textures/item/blaze_rod.png differ diff --git a/resources/images/textures/item/blue_candle.png b/resources/images/textures/item/blue_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..8c0983ec9d59ca56c2aa2f15ffee12ebae8d9f4b Binary files /dev/null and b/resources/images/textures/item/blue_candle.png differ diff --git a/resources/images/textures/item/blue_dye.png b/resources/images/textures/item/blue_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..ba84e061fbbef7f0f9b34731c7f8d5d02c32fee4 Binary files /dev/null and b/resources/images/textures/item/blue_dye.png differ diff --git a/resources/images/textures/item/boat.png b/resources/images/textures/item/boat.png new file mode 100644 index 0000000000000000000000000000000000000000..3dec4ef38161edd9a4cbc250748732b6b615f711 Binary files /dev/null and b/resources/images/textures/item/boat.png differ diff --git a/resources/images/textures/item/bone.png b/resources/images/textures/item/bone.png new file mode 100644 index 0000000000000000000000000000000000000000..588d51785fb44ccfc4d416dbf8615b9e155e6a00 Binary files /dev/null and b/resources/images/textures/item/bone.png differ diff --git a/resources/images/textures/item/bone_meal.png b/resources/images/textures/item/bone_meal.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa0e7b64eb7292f7e21f266681ed8dace633c6b Binary files /dev/null and b/resources/images/textures/item/bone_meal.png differ diff --git a/resources/images/textures/item/book.png b/resources/images/textures/item/book.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d770f2235c7b50346daa0ec6ce15f7ecfc0fb9 Binary files /dev/null and b/resources/images/textures/item/book.png differ diff --git a/resources/images/textures/item/bow.png b/resources/images/textures/item/bow.png new file mode 100644 index 0000000000000000000000000000000000000000..fe234fce1d4f12d8add2159df62c7ddbbd1a2a51 Binary files /dev/null and b/resources/images/textures/item/bow.png differ diff --git a/resources/images/textures/item/bow_pulling_0.png b/resources/images/textures/item/bow_pulling_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dce902f5a5c4d6458b7bc2db7faad53d2a07aa66 Binary files /dev/null and b/resources/images/textures/item/bow_pulling_0.png differ diff --git a/resources/images/textures/item/bow_pulling_1.png b/resources/images/textures/item/bow_pulling_1.png new file mode 100644 index 0000000000000000000000000000000000000000..311019c0728cff57ef46387b325e38220cb99847 Binary files /dev/null and b/resources/images/textures/item/bow_pulling_1.png differ diff --git a/resources/images/textures/item/bow_pulling_2.png b/resources/images/textures/item/bow_pulling_2.png new file mode 100644 index 0000000000000000000000000000000000000000..0b83d9c7051d5fb1b1f83ce17b54a0af28ef4f85 Binary files /dev/null and b/resources/images/textures/item/bow_pulling_2.png differ diff --git a/resources/images/textures/item/bowl.png b/resources/images/textures/item/bowl.png new file mode 100644 index 0000000000000000000000000000000000000000..8227c3eae44e273ce7bf4a9a72bd32a4fc0d0b33 Binary files /dev/null and b/resources/images/textures/item/bowl.png differ diff --git a/resources/images/textures/item/bread.png b/resources/images/textures/item/bread.png new file mode 100644 index 0000000000000000000000000000000000000000..2c197056f5f2409399cde607a36fd4647735dc74 Binary files /dev/null and b/resources/images/textures/item/bread.png differ diff --git a/resources/images/textures/item/brewing_stand.png b/resources/images/textures/item/brewing_stand.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5072d6af0389da4bd01ecbf6a347ae4227ac16 Binary files /dev/null and b/resources/images/textures/item/brewing_stand.png differ diff --git a/resources/images/textures/item/brick.png b/resources/images/textures/item/brick.png new file mode 100644 index 0000000000000000000000000000000000000000..a6db10d3efa7659147700c13c0d916175276f8c2 Binary files /dev/null and b/resources/images/textures/item/brick.png differ diff --git a/resources/images/textures/item/broken_elytra.png b/resources/images/textures/item/broken_elytra.png new file mode 100644 index 0000000000000000000000000000000000000000..40db26fc0c7537c9a2e78f5ab07beabfebdebd6d Binary files /dev/null and b/resources/images/textures/item/broken_elytra.png differ diff --git a/resources/images/textures/item/brown_candle.png b/resources/images/textures/item/brown_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..bc3f6c3e7a9415dd94eaabf2ffc2c794431d7a82 Binary files /dev/null and b/resources/images/textures/item/brown_candle.png differ diff --git a/resources/images/textures/item/brown_dye.png b/resources/images/textures/item/brown_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..c98c78b082838cca50b0d666620d28fe06fb58b6 Binary files /dev/null and b/resources/images/textures/item/brown_dye.png differ diff --git a/resources/images/textures/item/bucket.png b/resources/images/textures/item/bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7ba1b959cda68feaac77f3f4134f1c2da80d4e Binary files /dev/null and b/resources/images/textures/item/bucket.png differ diff --git a/resources/images/textures/item/bundle.png b/resources/images/textures/item/bundle.png new file mode 100644 index 0000000000000000000000000000000000000000..b0dd46baf51526053712f5f7d93c34efa55747e4 Binary files /dev/null and b/resources/images/textures/item/bundle.png differ diff --git a/resources/images/textures/item/bundle_filled.png b/resources/images/textures/item/bundle_filled.png new file mode 100644 index 0000000000000000000000000000000000000000..0b67870aff19c72030a13601b3aa80a702a7f658 Binary files /dev/null and b/resources/images/textures/item/bundle_filled.png differ diff --git a/resources/images/textures/item/cake.png b/resources/images/textures/item/cake.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9027772a81dac8a031d16c709c067985045bdc Binary files /dev/null and b/resources/images/textures/item/cake.png differ diff --git a/resources/images/textures/item/campfire.png b/resources/images/textures/item/campfire.png new file mode 100644 index 0000000000000000000000000000000000000000..06cd968a557689fa67495af3ec9eed5fb4e09330 Binary files /dev/null and b/resources/images/textures/item/campfire.png differ diff --git a/resources/images/textures/item/candle.png b/resources/images/textures/item/candle.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a17ac3e39991ffc114edea8ecc261df05996ae Binary files /dev/null and b/resources/images/textures/item/candle.png differ diff --git a/resources/images/textures/item/carrot.png b/resources/images/textures/item/carrot.png new file mode 100644 index 0000000000000000000000000000000000000000..317071c0521532985a850c44e90077770b2d975a Binary files /dev/null and b/resources/images/textures/item/carrot.png differ diff --git a/resources/images/textures/item/carrot_on_a_stick.png b/resources/images/textures/item/carrot_on_a_stick.png new file mode 100644 index 0000000000000000000000000000000000000000..637a9eaec9849e672738fd2364a4a3d570fd3f85 Binary files /dev/null and b/resources/images/textures/item/carrot_on_a_stick.png differ diff --git a/resources/images/textures/item/carrot_on_a_stick.png.mcmeta b/resources/images/textures/item/carrot_on_a_stick.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..5af93670ffcef5de13e016974e9aebf83dcc5b7f --- /dev/null +++ b/resources/images/textures/item/carrot_on_a_stick.png.mcmeta @@ -0,0 +1,36 @@ +{ + "animation": { + "frametime":10, + "frames":[ + 0, + 1, + 2, + 3, + 4, + 3, + 2, + 1, + 0, + 1, + 2, + 2, + 3, + 4, + 3, + 2, + 1, + 1, + 0, + 0, + 1, + 2, + 3, + 2, + 1, + 0, + 1, + 2, + 1 + ] + } +} diff --git a/resources/images/textures/item/cauldron.png b/resources/images/textures/item/cauldron.png new file mode 100644 index 0000000000000000000000000000000000000000..369bee7eaf70cbd48ab8a349ebf499053e2d7f96 Binary files /dev/null and b/resources/images/textures/item/cauldron.png differ diff --git a/resources/images/textures/item/chain.png b/resources/images/textures/item/chain.png new file mode 100644 index 0000000000000000000000000000000000000000..fee4bd465a7d006f7a4fcd126be9a78c25e9ac8e Binary files /dev/null and b/resources/images/textures/item/chain.png differ diff --git a/resources/images/textures/item/chainmail_boots.png b/resources/images/textures/item/chainmail_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..4f12ae3587d61a003ead1f587fe7709815231288 Binary files /dev/null and b/resources/images/textures/item/chainmail_boots.png differ diff --git a/resources/images/textures/item/chainmail_chestplate.png b/resources/images/textures/item/chainmail_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..f16e3a4b422d6303621c0ff18ee227a6299c238f Binary files /dev/null and b/resources/images/textures/item/chainmail_chestplate.png differ diff --git a/resources/images/textures/item/chainmail_helmet.png b/resources/images/textures/item/chainmail_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..0bae710345c9fd8227a94c45e59a3beb40857022 Binary files /dev/null and b/resources/images/textures/item/chainmail_helmet.png differ diff --git a/resources/images/textures/item/chainmail_leggings.png b/resources/images/textures/item/chainmail_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..9d288f9c758ad37533ac1e3447654b12207d4c67 Binary files /dev/null and b/resources/images/textures/item/chainmail_leggings.png differ diff --git a/resources/images/textures/item/charcoal.png b/resources/images/textures/item/charcoal.png new file mode 100644 index 0000000000000000000000000000000000000000..74c8014ccbc84bfe90144e9818babe1e8c0ea6f5 Binary files /dev/null and b/resources/images/textures/item/charcoal.png differ diff --git a/resources/images/textures/item/chest_minecart.png b/resources/images/textures/item/chest_minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..cca29d9ad583134aaf7104381e205279d73189f9 Binary files /dev/null and b/resources/images/textures/item/chest_minecart.png differ diff --git a/resources/images/textures/item/chicken.png b/resources/images/textures/item/chicken.png new file mode 100644 index 0000000000000000000000000000000000000000..8a34f43038a144272810870dc2f37692a48b9477 Binary files /dev/null and b/resources/images/textures/item/chicken.png differ diff --git a/resources/images/textures/item/chorus_fruit.png b/resources/images/textures/item/chorus_fruit.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad4acba510648417df75cae10e70e88663993c7 Binary files /dev/null and b/resources/images/textures/item/chorus_fruit.png differ diff --git a/resources/images/textures/item/clay_ball.png b/resources/images/textures/item/clay_ball.png new file mode 100644 index 0000000000000000000000000000000000000000..519d6793ab220c70f1d724f94ae0d3f14ff34d0f Binary files /dev/null and b/resources/images/textures/item/clay_ball.png differ diff --git a/resources/images/textures/item/clock/clock_000.png b/resources/images/textures/item/clock/clock_000.png new file mode 100644 index 0000000000000000000000000000000000000000..5174114ed74cc6fd1ffcd64d95cfd5f5032b111e Binary files /dev/null and b/resources/images/textures/item/clock/clock_000.png differ diff --git a/resources/images/textures/item/clock/clock_001.png b/resources/images/textures/item/clock/clock_001.png new file mode 100644 index 0000000000000000000000000000000000000000..303c6d2335b92cbbe422ce980c6ee180c5618576 Binary files /dev/null and b/resources/images/textures/item/clock/clock_001.png differ diff --git a/resources/images/textures/item/clock/clock_002.png b/resources/images/textures/item/clock/clock_002.png new file mode 100644 index 0000000000000000000000000000000000000000..d95b66efa5ad0004acf4e107671fc0add2717adc Binary files /dev/null and b/resources/images/textures/item/clock/clock_002.png differ diff --git a/resources/images/textures/item/clock/clock_003.png b/resources/images/textures/item/clock/clock_003.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b9c2a85ff1ae9fcfe20d88497e834aac3b3093 Binary files /dev/null and b/resources/images/textures/item/clock/clock_003.png differ diff --git a/resources/images/textures/item/clock/clock_004.png b/resources/images/textures/item/clock/clock_004.png new file mode 100644 index 0000000000000000000000000000000000000000..37f87859926e8423ee48eef58f50a24578b73893 Binary files /dev/null and b/resources/images/textures/item/clock/clock_004.png differ diff --git a/resources/images/textures/item/clock/clock_005.png b/resources/images/textures/item/clock/clock_005.png new file mode 100644 index 0000000000000000000000000000000000000000..f1eddc59bbb73c6e7ed2c3a097451edddc52a18b Binary files /dev/null and b/resources/images/textures/item/clock/clock_005.png differ diff --git a/resources/images/textures/item/clock/clock_006.png b/resources/images/textures/item/clock/clock_006.png new file mode 100644 index 0000000000000000000000000000000000000000..5f6b3c7d3fbc88ad8e50f613c5b1336e0dd525eb Binary files /dev/null and b/resources/images/textures/item/clock/clock_006.png differ diff --git a/resources/images/textures/item/clock/clock_007.png b/resources/images/textures/item/clock/clock_007.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e3816751c068b6580e861fc46bd83d5f930e4f Binary files /dev/null and b/resources/images/textures/item/clock/clock_007.png differ diff --git a/resources/images/textures/item/clock/clock_008.png b/resources/images/textures/item/clock/clock_008.png new file mode 100644 index 0000000000000000000000000000000000000000..3712a2dbd96687100e8a06cbcb00a592d8f99c67 Binary files /dev/null and b/resources/images/textures/item/clock/clock_008.png differ diff --git a/resources/images/textures/item/clock/clock_009.png b/resources/images/textures/item/clock/clock_009.png new file mode 100644 index 0000000000000000000000000000000000000000..3adad7553d95a99d7f2ffb74103864561d61d1d6 Binary files /dev/null and b/resources/images/textures/item/clock/clock_009.png differ diff --git a/resources/images/textures/item/clock/clock_010.png b/resources/images/textures/item/clock/clock_010.png new file mode 100644 index 0000000000000000000000000000000000000000..3489cb3c006dfdb0ed48b28dc2a7f25fac0226ac Binary files /dev/null and b/resources/images/textures/item/clock/clock_010.png differ diff --git a/resources/images/textures/item/clock/clock_011.png b/resources/images/textures/item/clock/clock_011.png new file mode 100644 index 0000000000000000000000000000000000000000..77fc4bb6b54fb2eda15835a9e117ed3b45ac8369 Binary files /dev/null and b/resources/images/textures/item/clock/clock_011.png differ diff --git a/resources/images/textures/item/clock/clock_012.png b/resources/images/textures/item/clock/clock_012.png new file mode 100644 index 0000000000000000000000000000000000000000..9115da1bfe8df46844354815276f4c6ed795686f Binary files /dev/null and b/resources/images/textures/item/clock/clock_012.png differ diff --git a/resources/images/textures/item/clock/clock_013.png b/resources/images/textures/item/clock/clock_013.png new file mode 100644 index 0000000000000000000000000000000000000000..7ecb1864951a9050846946a76e2d7799e0cffdf8 Binary files /dev/null and b/resources/images/textures/item/clock/clock_013.png differ diff --git a/resources/images/textures/item/clock/clock_014.png b/resources/images/textures/item/clock/clock_014.png new file mode 100644 index 0000000000000000000000000000000000000000..3e4b1e47ce1eba9cd1908bb683084743f6110178 Binary files /dev/null and b/resources/images/textures/item/clock/clock_014.png differ diff --git a/resources/images/textures/item/clock/clock_015.png b/resources/images/textures/item/clock/clock_015.png new file mode 100644 index 0000000000000000000000000000000000000000..c8cdbdf26e7cf88a1cccbe2037b78d6d5784463c Binary files /dev/null and b/resources/images/textures/item/clock/clock_015.png differ diff --git a/resources/images/textures/item/clock/clock_016.png b/resources/images/textures/item/clock/clock_016.png new file mode 100644 index 0000000000000000000000000000000000000000..bd72dffd591dc7385c397dc97eaaa21d431663f1 Binary files /dev/null and b/resources/images/textures/item/clock/clock_016.png differ diff --git a/resources/images/textures/item/clock/clock_017.png b/resources/images/textures/item/clock/clock_017.png new file mode 100644 index 0000000000000000000000000000000000000000..c347b689ffa3e2eafe51690f903c8157040564f3 Binary files /dev/null and b/resources/images/textures/item/clock/clock_017.png differ diff --git a/resources/images/textures/item/clock/clock_018.png b/resources/images/textures/item/clock/clock_018.png new file mode 100644 index 0000000000000000000000000000000000000000..154eb9d2a610a35b493e53c8886d4e7361c9aec8 Binary files /dev/null and b/resources/images/textures/item/clock/clock_018.png differ diff --git a/resources/images/textures/item/clock/clock_019.png b/resources/images/textures/item/clock/clock_019.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5d6691cadc28f6aafb2554915aab95521b9844 Binary files /dev/null and b/resources/images/textures/item/clock/clock_019.png differ diff --git a/resources/images/textures/item/clock/clock_020.png b/resources/images/textures/item/clock/clock_020.png new file mode 100644 index 0000000000000000000000000000000000000000..c9bdb0e02f8895a44a2a5836986d2a6045394e4e Binary files /dev/null and b/resources/images/textures/item/clock/clock_020.png differ diff --git a/resources/images/textures/item/clock/clock_021.png b/resources/images/textures/item/clock/clock_021.png new file mode 100644 index 0000000000000000000000000000000000000000..1c8e52a26af11df8ea4e8aee6c8748cbdf8b269a Binary files /dev/null and b/resources/images/textures/item/clock/clock_021.png differ diff --git a/resources/images/textures/item/clock/clock_022.png b/resources/images/textures/item/clock/clock_022.png new file mode 100644 index 0000000000000000000000000000000000000000..415d2fab8565abd0f630c834d4378d324b235d9d Binary files /dev/null and b/resources/images/textures/item/clock/clock_022.png differ diff --git a/resources/images/textures/item/clock/clock_023.png b/resources/images/textures/item/clock/clock_023.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d39e2badef3d562ef93986a9d66393c3049c56 Binary files /dev/null and b/resources/images/textures/item/clock/clock_023.png differ diff --git a/resources/images/textures/item/clock/clock_024.png b/resources/images/textures/item/clock/clock_024.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4e787a08a48058e7e380b5e47bc960ce42be1a Binary files /dev/null and b/resources/images/textures/item/clock/clock_024.png differ diff --git a/resources/images/textures/item/clock/clock_025.png b/resources/images/textures/item/clock/clock_025.png new file mode 100644 index 0000000000000000000000000000000000000000..1ac7861d971986d5a513f66042628e44fb77c30d Binary files /dev/null and b/resources/images/textures/item/clock/clock_025.png differ diff --git a/resources/images/textures/item/clock/clock_026.png b/resources/images/textures/item/clock/clock_026.png new file mode 100644 index 0000000000000000000000000000000000000000..50e1ade978e791949be420820000df48e17c805a Binary files /dev/null and b/resources/images/textures/item/clock/clock_026.png differ diff --git a/resources/images/textures/item/clock/clock_027.png b/resources/images/textures/item/clock/clock_027.png new file mode 100644 index 0000000000000000000000000000000000000000..be918bc6f9635a0a2a7c3a905ab32ddd1b880155 Binary files /dev/null and b/resources/images/textures/item/clock/clock_027.png differ diff --git a/resources/images/textures/item/clock/clock_028.png b/resources/images/textures/item/clock/clock_028.png new file mode 100644 index 0000000000000000000000000000000000000000..4ceaebb7b3509fc25504bad0d74d96889c3e2bef Binary files /dev/null and b/resources/images/textures/item/clock/clock_028.png differ diff --git a/resources/images/textures/item/clock/clock_029.png b/resources/images/textures/item/clock/clock_029.png new file mode 100644 index 0000000000000000000000000000000000000000..12b088fff0dd54fec549ebc305021f1b001cbcd0 Binary files /dev/null and b/resources/images/textures/item/clock/clock_029.png differ diff --git a/resources/images/textures/item/clock/clock_030.png b/resources/images/textures/item/clock/clock_030.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9e59362fe9f4f0712a30241610368636f3978e Binary files /dev/null and b/resources/images/textures/item/clock/clock_030.png differ diff --git a/resources/images/textures/item/clock/clock_031.png b/resources/images/textures/item/clock/clock_031.png new file mode 100644 index 0000000000000000000000000000000000000000..ac395e29f19e2cc50df2cb99d5220cafb9ce5a57 Binary files /dev/null and b/resources/images/textures/item/clock/clock_031.png differ diff --git a/resources/images/textures/item/clock/clock_032.png b/resources/images/textures/item/clock/clock_032.png new file mode 100644 index 0000000000000000000000000000000000000000..77da0e90d04f08f8806a6e717892a102ef1723b9 Binary files /dev/null and b/resources/images/textures/item/clock/clock_032.png differ diff --git a/resources/images/textures/item/clock/clock_033.png b/resources/images/textures/item/clock/clock_033.png new file mode 100644 index 0000000000000000000000000000000000000000..548e19c299c2e5db05cb2544b8c8ae7743dab54c Binary files /dev/null and b/resources/images/textures/item/clock/clock_033.png differ diff --git a/resources/images/textures/item/clock/clock_034.png b/resources/images/textures/item/clock/clock_034.png new file mode 100644 index 0000000000000000000000000000000000000000..bf58fcb99d4abd4ce3a6a443184d69d65ef1c4f8 Binary files /dev/null and b/resources/images/textures/item/clock/clock_034.png differ diff --git a/resources/images/textures/item/clock/clock_035.png b/resources/images/textures/item/clock/clock_035.png new file mode 100644 index 0000000000000000000000000000000000000000..0908db877001e0d745636bda4c6b26425488154b Binary files /dev/null and b/resources/images/textures/item/clock/clock_035.png differ diff --git a/resources/images/textures/item/clock/clock_036.png b/resources/images/textures/item/clock/clock_036.png new file mode 100644 index 0000000000000000000000000000000000000000..cea60c08e2bd3ca1fbfec8776c0f45c30b386692 Binary files /dev/null and b/resources/images/textures/item/clock/clock_036.png differ diff --git a/resources/images/textures/item/clock/clock_037.png b/resources/images/textures/item/clock/clock_037.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4565a6a218c5e5f821285cb502e9b89be57336 Binary files /dev/null and b/resources/images/textures/item/clock/clock_037.png differ diff --git a/resources/images/textures/item/clock/clock_038.png b/resources/images/textures/item/clock/clock_038.png new file mode 100644 index 0000000000000000000000000000000000000000..d4d17e16c94ea48768a858f821fe929e94cebe80 Binary files /dev/null and b/resources/images/textures/item/clock/clock_038.png differ diff --git a/resources/images/textures/item/clock/clock_039.png b/resources/images/textures/item/clock/clock_039.png new file mode 100644 index 0000000000000000000000000000000000000000..127e031ffc966b65408712bb549f100934829e71 Binary files /dev/null and b/resources/images/textures/item/clock/clock_039.png differ diff --git a/resources/images/textures/item/clock/clock_040.png b/resources/images/textures/item/clock/clock_040.png new file mode 100644 index 0000000000000000000000000000000000000000..b460bcc1d135093c90445db09af0f3148383727a Binary files /dev/null and b/resources/images/textures/item/clock/clock_040.png differ diff --git a/resources/images/textures/item/clock/clock_041.png b/resources/images/textures/item/clock/clock_041.png new file mode 100644 index 0000000000000000000000000000000000000000..1165d493d3d7cbf2d62af75c23a54c120fef0468 Binary files /dev/null and b/resources/images/textures/item/clock/clock_041.png differ diff --git a/resources/images/textures/item/clock/clock_042.png b/resources/images/textures/item/clock/clock_042.png new file mode 100644 index 0000000000000000000000000000000000000000..0bba5a1ae6ca8f316c0db3c8917cf71cf24544d3 Binary files /dev/null and b/resources/images/textures/item/clock/clock_042.png differ diff --git a/resources/images/textures/item/clock/clock_043.png b/resources/images/textures/item/clock/clock_043.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd4b6381ceca1ce1574a6619a6694434d203143 Binary files /dev/null and b/resources/images/textures/item/clock/clock_043.png differ diff --git a/resources/images/textures/item/clock/clock_044.png b/resources/images/textures/item/clock/clock_044.png new file mode 100644 index 0000000000000000000000000000000000000000..32621baffa9cb9f96d214c64219c559e6d84f836 Binary files /dev/null and b/resources/images/textures/item/clock/clock_044.png differ diff --git a/resources/images/textures/item/clock/clock_045.png b/resources/images/textures/item/clock/clock_045.png new file mode 100644 index 0000000000000000000000000000000000000000..0439789496d8cce58249f184776e8aaed7ae6722 Binary files /dev/null and b/resources/images/textures/item/clock/clock_045.png differ diff --git a/resources/images/textures/item/clock/clock_046.png b/resources/images/textures/item/clock/clock_046.png new file mode 100644 index 0000000000000000000000000000000000000000..9a946d822c3907b1455fedbe634d768e0162ec7a Binary files /dev/null and b/resources/images/textures/item/clock/clock_046.png differ diff --git a/resources/images/textures/item/clock/clock_047.png b/resources/images/textures/item/clock/clock_047.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f774e52d1e8accb44619786d430a391d7199d4 Binary files /dev/null and b/resources/images/textures/item/clock/clock_047.png differ diff --git a/resources/images/textures/item/clock/clock_048.png b/resources/images/textures/item/clock/clock_048.png new file mode 100644 index 0000000000000000000000000000000000000000..13d0906ab68ab571a27afd0cd2556bd5a6bedc0b Binary files /dev/null and b/resources/images/textures/item/clock/clock_048.png differ diff --git a/resources/images/textures/item/clock/clock_049.png b/resources/images/textures/item/clock/clock_049.png new file mode 100644 index 0000000000000000000000000000000000000000..68a0ab37b623a0eb4b790b9c16dcbfb6b23ecfa1 Binary files /dev/null and b/resources/images/textures/item/clock/clock_049.png differ diff --git a/resources/images/textures/item/clock/clock_050.png b/resources/images/textures/item/clock/clock_050.png new file mode 100644 index 0000000000000000000000000000000000000000..70aace62cccf51b02e354304bb0b1de57b279221 Binary files /dev/null and b/resources/images/textures/item/clock/clock_050.png differ diff --git a/resources/images/textures/item/clock/clock_051.png b/resources/images/textures/item/clock/clock_051.png new file mode 100644 index 0000000000000000000000000000000000000000..e20cd0bfa28bf351d942c4000ae494964dcd556a Binary files /dev/null and b/resources/images/textures/item/clock/clock_051.png differ diff --git a/resources/images/textures/item/clock/clock_052.png b/resources/images/textures/item/clock/clock_052.png new file mode 100644 index 0000000000000000000000000000000000000000..b1afbce22bce1463ac85d9e780efa04472f513da Binary files /dev/null and b/resources/images/textures/item/clock/clock_052.png differ diff --git a/resources/images/textures/item/clock/clock_053.png b/resources/images/textures/item/clock/clock_053.png new file mode 100644 index 0000000000000000000000000000000000000000..278df8b79fe802c5aa0f6b7a58dbf58475539972 Binary files /dev/null and b/resources/images/textures/item/clock/clock_053.png differ diff --git a/resources/images/textures/item/clock/clock_054.png b/resources/images/textures/item/clock/clock_054.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1d5854d99ccc8234a1634d366a550b6ea4692f Binary files /dev/null and b/resources/images/textures/item/clock/clock_054.png differ diff --git a/resources/images/textures/item/clock/clock_055.png b/resources/images/textures/item/clock/clock_055.png new file mode 100644 index 0000000000000000000000000000000000000000..d05436cf14321ae4eb6f49d79ce4c8f9b7e20201 Binary files /dev/null and b/resources/images/textures/item/clock/clock_055.png differ diff --git a/resources/images/textures/item/clock/clock_056.png b/resources/images/textures/item/clock/clock_056.png new file mode 100644 index 0000000000000000000000000000000000000000..d6edab5767596c3880e9f6eb9abb3073c2fdbd06 Binary files /dev/null and b/resources/images/textures/item/clock/clock_056.png differ diff --git a/resources/images/textures/item/clock/clock_057.png b/resources/images/textures/item/clock/clock_057.png new file mode 100644 index 0000000000000000000000000000000000000000..1130715b89430ac0785ec122084298ae544ec200 Binary files /dev/null and b/resources/images/textures/item/clock/clock_057.png differ diff --git a/resources/images/textures/item/clock/clock_058.png b/resources/images/textures/item/clock/clock_058.png new file mode 100644 index 0000000000000000000000000000000000000000..09dbee9f339f5587bb3ce7473aafb8430c0425f2 Binary files /dev/null and b/resources/images/textures/item/clock/clock_058.png differ diff --git a/resources/images/textures/item/clock/clock_059.png b/resources/images/textures/item/clock/clock_059.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd1eb310102e7c2b519af03e328846c787c348f Binary files /dev/null and b/resources/images/textures/item/clock/clock_059.png differ diff --git a/resources/images/textures/item/clock/clock_060.png b/resources/images/textures/item/clock/clock_060.png new file mode 100644 index 0000000000000000000000000000000000000000..23b2a36dcfc8593fb12c0b2443ebcbc109581087 Binary files /dev/null and b/resources/images/textures/item/clock/clock_060.png differ diff --git a/resources/images/textures/item/clock/clock_061.png b/resources/images/textures/item/clock/clock_061.png new file mode 100644 index 0000000000000000000000000000000000000000..3f207685742ce4b550e3f9fa9d8a43ec973fbd0f Binary files /dev/null and b/resources/images/textures/item/clock/clock_061.png differ diff --git a/resources/images/textures/item/clock/clock_062.png b/resources/images/textures/item/clock/clock_062.png new file mode 100644 index 0000000000000000000000000000000000000000..d0cf02e1a00ea923e47c18b669abac1126caecd0 Binary files /dev/null and b/resources/images/textures/item/clock/clock_062.png differ diff --git a/resources/images/textures/item/clock/clock_063.png b/resources/images/textures/item/clock/clock_063.png new file mode 100644 index 0000000000000000000000000000000000000000..11815602c403476039c8f74b8cf9f696b8634732 Binary files /dev/null and b/resources/images/textures/item/clock/clock_063.png differ diff --git a/resources/images/textures/item/clock_00.png b/resources/images/textures/item/clock_00.png new file mode 100644 index 0000000000000000000000000000000000000000..d74017ed52fcb183cd4edd32466a881c1924dce6 Binary files /dev/null and b/resources/images/textures/item/clock_00.png differ diff --git a/resources/images/textures/item/clock_01.png b/resources/images/textures/item/clock_01.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ef641622731a363b29a62029d9bced17f576bc Binary files /dev/null and b/resources/images/textures/item/clock_01.png differ diff --git a/resources/images/textures/item/clock_02.png b/resources/images/textures/item/clock_02.png new file mode 100644 index 0000000000000000000000000000000000000000..223752772bd186df92d7cbadeff3dea6e226c9b9 Binary files /dev/null and b/resources/images/textures/item/clock_02.png differ diff --git a/resources/images/textures/item/clock_03.png b/resources/images/textures/item/clock_03.png new file mode 100644 index 0000000000000000000000000000000000000000..94ef5f58b06c9fe64c681c2b18fbb5d3f7da9d41 Binary files /dev/null and b/resources/images/textures/item/clock_03.png differ diff --git a/resources/images/textures/item/clock_04.png b/resources/images/textures/item/clock_04.png new file mode 100644 index 0000000000000000000000000000000000000000..32b5ebe927359fddb0aa1d30a2c8890cc7b138b3 Binary files /dev/null and b/resources/images/textures/item/clock_04.png differ diff --git a/resources/images/textures/item/clock_05.png b/resources/images/textures/item/clock_05.png new file mode 100644 index 0000000000000000000000000000000000000000..f50bd3dcc274b353d7d9290d56d4e0f2246f9f7e Binary files /dev/null and b/resources/images/textures/item/clock_05.png differ diff --git a/resources/images/textures/item/clock_06.png b/resources/images/textures/item/clock_06.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0ae8dc4ed3850139fe9524f72b4cce7e3de257 Binary files /dev/null and b/resources/images/textures/item/clock_06.png differ diff --git a/resources/images/textures/item/clock_07.png b/resources/images/textures/item/clock_07.png new file mode 100644 index 0000000000000000000000000000000000000000..8feac67f3c65e885ff7f01274f1376479d75192c Binary files /dev/null and b/resources/images/textures/item/clock_07.png differ diff --git a/resources/images/textures/item/clock_08.png b/resources/images/textures/item/clock_08.png new file mode 100644 index 0000000000000000000000000000000000000000..47dfdb126a87fbe3063324e8cffcbdea0f2480b9 Binary files /dev/null and b/resources/images/textures/item/clock_08.png differ diff --git a/resources/images/textures/item/clock_09.png b/resources/images/textures/item/clock_09.png new file mode 100644 index 0000000000000000000000000000000000000000..d8187d00b9cd3415af7a4bc908d578b6cbf8dc97 Binary files /dev/null and b/resources/images/textures/item/clock_09.png differ diff --git a/resources/images/textures/item/clock_10.png b/resources/images/textures/item/clock_10.png new file mode 100644 index 0000000000000000000000000000000000000000..5bc92f170d60b7ab929806664296a530e8252333 Binary files /dev/null and b/resources/images/textures/item/clock_10.png differ diff --git a/resources/images/textures/item/clock_11.png b/resources/images/textures/item/clock_11.png new file mode 100644 index 0000000000000000000000000000000000000000..32a23172a7dfaf1bfc8f32f84e62cb78704738ac Binary files /dev/null and b/resources/images/textures/item/clock_11.png differ diff --git a/resources/images/textures/item/clock_12.png b/resources/images/textures/item/clock_12.png new file mode 100644 index 0000000000000000000000000000000000000000..2624e5be92a6fa9866bed429afe7f964416ec105 Binary files /dev/null and b/resources/images/textures/item/clock_12.png differ diff --git a/resources/images/textures/item/clock_13.png b/resources/images/textures/item/clock_13.png new file mode 100644 index 0000000000000000000000000000000000000000..2430834490251b4b322d419f0146e9493e3b4f2f Binary files /dev/null and b/resources/images/textures/item/clock_13.png differ diff --git a/resources/images/textures/item/clock_14.png b/resources/images/textures/item/clock_14.png new file mode 100644 index 0000000000000000000000000000000000000000..117d25483df0f578865fd415f746c61ec333b624 Binary files /dev/null and b/resources/images/textures/item/clock_14.png differ diff --git a/resources/images/textures/item/clock_15.png b/resources/images/textures/item/clock_15.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1fc868763baae8cb593275b8f7ffdd293f73a6 Binary files /dev/null and b/resources/images/textures/item/clock_15.png differ diff --git a/resources/images/textures/item/clock_16.png b/resources/images/textures/item/clock_16.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb6017991331183907ba7875dc58b79c23df9be Binary files /dev/null and b/resources/images/textures/item/clock_16.png differ diff --git a/resources/images/textures/item/clock_17.png b/resources/images/textures/item/clock_17.png new file mode 100644 index 0000000000000000000000000000000000000000..46e5b0d614694ecbc5bd4c5c459b77449d90b8a2 Binary files /dev/null and b/resources/images/textures/item/clock_17.png differ diff --git a/resources/images/textures/item/clock_18.png b/resources/images/textures/item/clock_18.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7b2dccfffdeeef15b825654e9163cb596b5405 Binary files /dev/null and b/resources/images/textures/item/clock_18.png differ diff --git a/resources/images/textures/item/clock_19.png b/resources/images/textures/item/clock_19.png new file mode 100644 index 0000000000000000000000000000000000000000..e454e07da68e24b3238b9e7a3ee1c21fcdd14055 Binary files /dev/null and b/resources/images/textures/item/clock_19.png differ diff --git a/resources/images/textures/item/clock_20.png b/resources/images/textures/item/clock_20.png new file mode 100644 index 0000000000000000000000000000000000000000..152f437122763a85591f38f543fb7fb006ce10ff Binary files /dev/null and b/resources/images/textures/item/clock_20.png differ diff --git a/resources/images/textures/item/clock_21.png b/resources/images/textures/item/clock_21.png new file mode 100644 index 0000000000000000000000000000000000000000..14d16882c3d451ad33b22f8e2d60945d3b745bf2 Binary files /dev/null and b/resources/images/textures/item/clock_21.png differ diff --git a/resources/images/textures/item/clock_22.png b/resources/images/textures/item/clock_22.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba5a65aa6446f0ba2d4c7322f6be20bb6fb7b30 Binary files /dev/null and b/resources/images/textures/item/clock_22.png differ diff --git a/resources/images/textures/item/clock_23.png b/resources/images/textures/item/clock_23.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e27ce28f7bfd1f44d8841b24c1b556fa23d520 Binary files /dev/null and b/resources/images/textures/item/clock_23.png differ diff --git a/resources/images/textures/item/clock_24.png b/resources/images/textures/item/clock_24.png new file mode 100644 index 0000000000000000000000000000000000000000..90d06e53ad3d3e1dbb2790d5e920c390c0b7abab Binary files /dev/null and b/resources/images/textures/item/clock_24.png differ diff --git a/resources/images/textures/item/clock_25.png b/resources/images/textures/item/clock_25.png new file mode 100644 index 0000000000000000000000000000000000000000..6cbaa3c7462740c55e2555136f70c05f0e4af59f Binary files /dev/null and b/resources/images/textures/item/clock_25.png differ diff --git a/resources/images/textures/item/clock_26.png b/resources/images/textures/item/clock_26.png new file mode 100644 index 0000000000000000000000000000000000000000..4e64acba1d384a20df03fbc149912056fa43e563 Binary files /dev/null and b/resources/images/textures/item/clock_26.png differ diff --git a/resources/images/textures/item/clock_27.png b/resources/images/textures/item/clock_27.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9acf37564d5194e52ca2b5262f415af4e0cf48 Binary files /dev/null and b/resources/images/textures/item/clock_27.png differ diff --git a/resources/images/textures/item/clock_28.png b/resources/images/textures/item/clock_28.png new file mode 100644 index 0000000000000000000000000000000000000000..7505e14c3a1c9ded7ee20c2e5e175b7511968dd6 Binary files /dev/null and b/resources/images/textures/item/clock_28.png differ diff --git a/resources/images/textures/item/clock_29.png b/resources/images/textures/item/clock_29.png new file mode 100644 index 0000000000000000000000000000000000000000..944b8051a1feb9f5bab61c5cbf096980204712a7 Binary files /dev/null and b/resources/images/textures/item/clock_29.png differ diff --git a/resources/images/textures/item/clock_30.png b/resources/images/textures/item/clock_30.png new file mode 100644 index 0000000000000000000000000000000000000000..6644e11be901d8ed4cef2e1fc5a8feddb3a99394 Binary files /dev/null and b/resources/images/textures/item/clock_30.png differ diff --git a/resources/images/textures/item/clock_31.png b/resources/images/textures/item/clock_31.png new file mode 100644 index 0000000000000000000000000000000000000000..d034b6f207aced86eb78f2a903842a7a0cc44cdd Binary files /dev/null and b/resources/images/textures/item/clock_31.png differ diff --git a/resources/images/textures/item/clock_32.png b/resources/images/textures/item/clock_32.png new file mode 100644 index 0000000000000000000000000000000000000000..8715b476c9e512b5fc537e3b10e265c1704e50b3 Binary files /dev/null and b/resources/images/textures/item/clock_32.png differ diff --git a/resources/images/textures/item/clock_33.png b/resources/images/textures/item/clock_33.png new file mode 100644 index 0000000000000000000000000000000000000000..48b58d53c88b8f36c993aa2dc268b81efff8e8f3 Binary files /dev/null and b/resources/images/textures/item/clock_33.png differ diff --git a/resources/images/textures/item/clock_34.png b/resources/images/textures/item/clock_34.png new file mode 100644 index 0000000000000000000000000000000000000000..d11cbf250c400c40dbc835de800fa1dcdd06dcbd Binary files /dev/null and b/resources/images/textures/item/clock_34.png differ diff --git a/resources/images/textures/item/clock_35.png b/resources/images/textures/item/clock_35.png new file mode 100644 index 0000000000000000000000000000000000000000..7978053a781128219ac26b5c690fa6f8eaf06e76 Binary files /dev/null and b/resources/images/textures/item/clock_35.png differ diff --git a/resources/images/textures/item/clock_36.png b/resources/images/textures/item/clock_36.png new file mode 100644 index 0000000000000000000000000000000000000000..1610d5bb55be123140f8bdb011a57fdbf2954bb7 Binary files /dev/null and b/resources/images/textures/item/clock_36.png differ diff --git a/resources/images/textures/item/clock_37.png b/resources/images/textures/item/clock_37.png new file mode 100644 index 0000000000000000000000000000000000000000..f06a7b2dad485b6ed7482300c6caa5fe3f99a416 Binary files /dev/null and b/resources/images/textures/item/clock_37.png differ diff --git a/resources/images/textures/item/clock_38.png b/resources/images/textures/item/clock_38.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e4363f03cf534a422264db782fcc405d2a1da8 Binary files /dev/null and b/resources/images/textures/item/clock_38.png differ diff --git a/resources/images/textures/item/clock_39.png b/resources/images/textures/item/clock_39.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1acae189c6b60b6c92b781abf567070e013f60 Binary files /dev/null and b/resources/images/textures/item/clock_39.png differ diff --git a/resources/images/textures/item/clock_40.png b/resources/images/textures/item/clock_40.png new file mode 100644 index 0000000000000000000000000000000000000000..e342ab7c413306bb98e9eb8ab7efe04c5d4de7ab Binary files /dev/null and b/resources/images/textures/item/clock_40.png differ diff --git a/resources/images/textures/item/clock_41.png b/resources/images/textures/item/clock_41.png new file mode 100644 index 0000000000000000000000000000000000000000..c58b44a2918b1547474c98fe2a04de497b7af3fe Binary files /dev/null and b/resources/images/textures/item/clock_41.png differ diff --git a/resources/images/textures/item/clock_42.png b/resources/images/textures/item/clock_42.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a6b0f679cbde132fe84882775fb681cf2e641 Binary files /dev/null and b/resources/images/textures/item/clock_42.png differ diff --git a/resources/images/textures/item/clock_43.png b/resources/images/textures/item/clock_43.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd5225b3716e60863f7f7e3f78ba06bf0f63b9e Binary files /dev/null and b/resources/images/textures/item/clock_43.png differ diff --git a/resources/images/textures/item/clock_44.png b/resources/images/textures/item/clock_44.png new file mode 100644 index 0000000000000000000000000000000000000000..0312b519c643de555061b5de40ed81aade8def22 Binary files /dev/null and b/resources/images/textures/item/clock_44.png differ diff --git a/resources/images/textures/item/clock_45.png b/resources/images/textures/item/clock_45.png new file mode 100644 index 0000000000000000000000000000000000000000..86066c96d93a8128a327a3c9d2424b1af877bf80 Binary files /dev/null and b/resources/images/textures/item/clock_45.png differ diff --git a/resources/images/textures/item/clock_46.png b/resources/images/textures/item/clock_46.png new file mode 100644 index 0000000000000000000000000000000000000000..397efb64ce6fa8e34c0dd2d717d079733bdc7ab6 Binary files /dev/null and b/resources/images/textures/item/clock_46.png differ diff --git a/resources/images/textures/item/clock_47.png b/resources/images/textures/item/clock_47.png new file mode 100644 index 0000000000000000000000000000000000000000..04dd0ee7a486d6a0c2fb9ee5234b7b41bf4a8633 Binary files /dev/null and b/resources/images/textures/item/clock_47.png differ diff --git a/resources/images/textures/item/clock_48.png b/resources/images/textures/item/clock_48.png new file mode 100644 index 0000000000000000000000000000000000000000..1b14b7d7457392157410461a5b02cedc554d8ab9 Binary files /dev/null and b/resources/images/textures/item/clock_48.png differ diff --git a/resources/images/textures/item/clock_49.png b/resources/images/textures/item/clock_49.png new file mode 100644 index 0000000000000000000000000000000000000000..3072493e932356a63fa844aae1bf74097e2794a9 Binary files /dev/null and b/resources/images/textures/item/clock_49.png differ diff --git a/resources/images/textures/item/clock_50.png b/resources/images/textures/item/clock_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7bd2ea5c4b2d2de24e1bae457b121fae29da50 Binary files /dev/null and b/resources/images/textures/item/clock_50.png differ diff --git a/resources/images/textures/item/clock_51.png b/resources/images/textures/item/clock_51.png new file mode 100644 index 0000000000000000000000000000000000000000..8714214b8ea5702c21e69d72ad71aebab1d976f2 Binary files /dev/null and b/resources/images/textures/item/clock_51.png differ diff --git a/resources/images/textures/item/clock_52.png b/resources/images/textures/item/clock_52.png new file mode 100644 index 0000000000000000000000000000000000000000..b110e14e27653576f0df894a0f8363d787b62b58 Binary files /dev/null and b/resources/images/textures/item/clock_52.png differ diff --git a/resources/images/textures/item/clock_53.png b/resources/images/textures/item/clock_53.png new file mode 100644 index 0000000000000000000000000000000000000000..10e8797911c2b4b12be004254582d64ddb7b1946 Binary files /dev/null and b/resources/images/textures/item/clock_53.png differ diff --git a/resources/images/textures/item/clock_54.png b/resources/images/textures/item/clock_54.png new file mode 100644 index 0000000000000000000000000000000000000000..8d469f16e8e4365a897e3b50ff3b65f42768a5f6 Binary files /dev/null and b/resources/images/textures/item/clock_54.png differ diff --git a/resources/images/textures/item/clock_55.png b/resources/images/textures/item/clock_55.png new file mode 100644 index 0000000000000000000000000000000000000000..669e104d17630c83625f24cce46cb9db9d3a3fbc Binary files /dev/null and b/resources/images/textures/item/clock_55.png differ diff --git a/resources/images/textures/item/clock_56.png b/resources/images/textures/item/clock_56.png new file mode 100644 index 0000000000000000000000000000000000000000..f4200a587657f45b69a7fc112ea23b266d01abeb Binary files /dev/null and b/resources/images/textures/item/clock_56.png differ diff --git a/resources/images/textures/item/clock_57.png b/resources/images/textures/item/clock_57.png new file mode 100644 index 0000000000000000000000000000000000000000..ac7a24df98f2fd2cebd2bd90f8d2d3e911954c24 Binary files /dev/null and b/resources/images/textures/item/clock_57.png differ diff --git a/resources/images/textures/item/clock_58.png b/resources/images/textures/item/clock_58.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4026a7b4c034d79895e38a0606cbacdec17aa9 Binary files /dev/null and b/resources/images/textures/item/clock_58.png differ diff --git a/resources/images/textures/item/clock_59.png b/resources/images/textures/item/clock_59.png new file mode 100644 index 0000000000000000000000000000000000000000..95865aa64c6b538d3e9dfcfd4bf9be55e4ec995b Binary files /dev/null and b/resources/images/textures/item/clock_59.png differ diff --git a/resources/images/textures/item/clock_60.png b/resources/images/textures/item/clock_60.png new file mode 100644 index 0000000000000000000000000000000000000000..0be1ae73c6f73c446dd3749fa4184980f2187a70 Binary files /dev/null and b/resources/images/textures/item/clock_60.png differ diff --git a/resources/images/textures/item/clock_61.png b/resources/images/textures/item/clock_61.png new file mode 100644 index 0000000000000000000000000000000000000000..0116ba416d86ada74cf0cf86973c1548d914bcb9 Binary files /dev/null and b/resources/images/textures/item/clock_61.png differ diff --git a/resources/images/textures/item/clock_62.png b/resources/images/textures/item/clock_62.png new file mode 100644 index 0000000000000000000000000000000000000000..7df14c810ea17aa6b08b34ca13135df4678456e4 Binary files /dev/null and b/resources/images/textures/item/clock_62.png differ diff --git a/resources/images/textures/item/clock_63.png b/resources/images/textures/item/clock_63.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8fb9e5b3091fcf6be08fe321881c68e4159376 Binary files /dev/null and b/resources/images/textures/item/clock_63.png differ diff --git a/resources/images/textures/item/coal.png b/resources/images/textures/item/coal.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d1d58d499f8b8a1dab0cf06b9a66f626f17391 Binary files /dev/null and b/resources/images/textures/item/coal.png differ diff --git a/resources/images/textures/item/cocoa_beans.png b/resources/images/textures/item/cocoa_beans.png new file mode 100644 index 0000000000000000000000000000000000000000..2613286dd38bc6841f3c9bfcac7d0196eabe4761 Binary files /dev/null and b/resources/images/textures/item/cocoa_beans.png differ diff --git a/resources/images/textures/item/cod.png b/resources/images/textures/item/cod.png new file mode 100644 index 0000000000000000000000000000000000000000..4007a00b59d6ed39e76210ee51ec2a89b806dfae Binary files /dev/null and b/resources/images/textures/item/cod.png differ diff --git a/resources/images/textures/item/cod_bucket.png b/resources/images/textures/item/cod_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..bac89bf68e27f49f956b55ce2d2dd8bb641f1810 Binary files /dev/null and b/resources/images/textures/item/cod_bucket.png differ diff --git a/resources/images/textures/item/command_block_minecart.png b/resources/images/textures/item/command_block_minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..2656face7bb09026cf00a08625abe0dd1f73e03c Binary files /dev/null and b/resources/images/textures/item/command_block_minecart.png differ diff --git a/resources/images/textures/item/comparator.png b/resources/images/textures/item/comparator.png new file mode 100644 index 0000000000000000000000000000000000000000..332ebb7052f9d73696a0c56e614f86b89a17985d Binary files /dev/null and b/resources/images/textures/item/comparator.png differ diff --git a/resources/images/textures/item/compass/compass_000.png b/resources/images/textures/item/compass/compass_000.png new file mode 100644 index 0000000000000000000000000000000000000000..05fa8f1eb6e81b431d8f6366329d197d3628116b Binary files /dev/null and b/resources/images/textures/item/compass/compass_000.png differ diff --git a/resources/images/textures/item/compass/compass_0001.png b/resources/images/textures/item/compass/compass_0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78f8d89a3cb969d8b09804c6738527936fda40de Binary files /dev/null and b/resources/images/textures/item/compass/compass_0001.png differ diff --git a/resources/images/textures/item/compass/compass_0002.png b/resources/images/textures/item/compass/compass_0002.png new file mode 100644 index 0000000000000000000000000000000000000000..11af564d49d9ae3389a15ed011a1f45dc48332ad Binary files /dev/null and b/resources/images/textures/item/compass/compass_0002.png differ diff --git a/resources/images/textures/item/compass/compass_0003.png b/resources/images/textures/item/compass/compass_0003.png new file mode 100644 index 0000000000000000000000000000000000000000..afb79e3f0d869dac9855a254f9e58b01b1f6b27b Binary files /dev/null and b/resources/images/textures/item/compass/compass_0003.png differ diff --git a/resources/images/textures/item/compass/compass_0004.png b/resources/images/textures/item/compass/compass_0004.png new file mode 100644 index 0000000000000000000000000000000000000000..568cce38a1828f831fbbcd2475ef95abbed1b0e2 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0004.png differ diff --git a/resources/images/textures/item/compass/compass_0005.png b/resources/images/textures/item/compass/compass_0005.png new file mode 100644 index 0000000000000000000000000000000000000000..c03c45d172fd03a4709eb67d3787a920d51f7528 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0005.png differ diff --git a/resources/images/textures/item/compass/compass_0006.png b/resources/images/textures/item/compass/compass_0006.png new file mode 100644 index 0000000000000000000000000000000000000000..33c69ee0774afeafa813db56a33ce25f0da6f785 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0006.png differ diff --git a/resources/images/textures/item/compass/compass_0007.png b/resources/images/textures/item/compass/compass_0007.png new file mode 100644 index 0000000000000000000000000000000000000000..bf138bcb605c7415ec2322126aa0f7310338ad83 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0007.png differ diff --git a/resources/images/textures/item/compass/compass_0008.png b/resources/images/textures/item/compass/compass_0008.png new file mode 100644 index 0000000000000000000000000000000000000000..a19a3d6d16c24b2a5aba9d922fc316398d687b4e Binary files /dev/null and b/resources/images/textures/item/compass/compass_0008.png differ diff --git a/resources/images/textures/item/compass/compass_0009.png b/resources/images/textures/item/compass/compass_0009.png new file mode 100644 index 0000000000000000000000000000000000000000..b151431cf026ba6ff3874fd9eec0b960a6ecc035 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0009.png differ diff --git a/resources/images/textures/item/compass/compass_0010.png b/resources/images/textures/item/compass/compass_0010.png new file mode 100644 index 0000000000000000000000000000000000000000..5138a722a84b67a3b782a02fe73651890387fd99 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0010.png differ diff --git a/resources/images/textures/item/compass/compass_0011.png b/resources/images/textures/item/compass/compass_0011.png new file mode 100644 index 0000000000000000000000000000000000000000..74ca837acba837f6ed1ec0176eb7404dfe72a1f6 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0011.png differ diff --git a/resources/images/textures/item/compass/compass_0012.png b/resources/images/textures/item/compass/compass_0012.png new file mode 100644 index 0000000000000000000000000000000000000000..064e63fd7b56f24a500284ca2c191baf4e06b406 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0012.png differ diff --git a/resources/images/textures/item/compass/compass_0013.png b/resources/images/textures/item/compass/compass_0013.png new file mode 100644 index 0000000000000000000000000000000000000000..0b16be5e9854641e253bfd93d6c21eeddcdde1d9 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0013.png differ diff --git a/resources/images/textures/item/compass/compass_0014.png b/resources/images/textures/item/compass/compass_0014.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3eb837d8095e4bd79f628a6c05f5feab7c7396 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0014.png differ diff --git a/resources/images/textures/item/compass/compass_0015.png b/resources/images/textures/item/compass/compass_0015.png new file mode 100644 index 0000000000000000000000000000000000000000..31da844017475aedb806ff8c77d1da552d06e0df Binary files /dev/null and b/resources/images/textures/item/compass/compass_0015.png differ diff --git a/resources/images/textures/item/compass/compass_0016.png b/resources/images/textures/item/compass/compass_0016.png new file mode 100644 index 0000000000000000000000000000000000000000..4eabc932ad1ef79a8f32c9f9c99a9a4165b46e64 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0016.png differ diff --git a/resources/images/textures/item/compass/compass_0017.png b/resources/images/textures/item/compass/compass_0017.png new file mode 100644 index 0000000000000000000000000000000000000000..b6271edff22c27150fce11bca3caacccd7197436 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0017.png differ diff --git a/resources/images/textures/item/compass/compass_0018.png b/resources/images/textures/item/compass/compass_0018.png new file mode 100644 index 0000000000000000000000000000000000000000..34422fe331e111172d7e5708224ef0d99487e916 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0018.png differ diff --git a/resources/images/textures/item/compass/compass_0019.png b/resources/images/textures/item/compass/compass_0019.png new file mode 100644 index 0000000000000000000000000000000000000000..5032913b21d5807224a7c6012361be764bfa0301 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0019.png differ diff --git a/resources/images/textures/item/compass/compass_0020.png b/resources/images/textures/item/compass/compass_0020.png new file mode 100644 index 0000000000000000000000000000000000000000..c02fe8b9296e24d059f3d523716d3dbb4defd4c8 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0020.png differ diff --git a/resources/images/textures/item/compass/compass_0021.png b/resources/images/textures/item/compass/compass_0021.png new file mode 100644 index 0000000000000000000000000000000000000000..032c46b9121823c58432d5e4a37b227abb42e2a8 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0021.png differ diff --git a/resources/images/textures/item/compass/compass_0022.png b/resources/images/textures/item/compass/compass_0022.png new file mode 100644 index 0000000000000000000000000000000000000000..87534d321e8810d5c7fe2c41ce74bb4794973f1d Binary files /dev/null and b/resources/images/textures/item/compass/compass_0022.png differ diff --git a/resources/images/textures/item/compass/compass_0023.png b/resources/images/textures/item/compass/compass_0023.png new file mode 100644 index 0000000000000000000000000000000000000000..58c0bfe81109d9c2ecfc4fb20f455f7c60bffab7 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0023.png differ diff --git a/resources/images/textures/item/compass/compass_0024.png b/resources/images/textures/item/compass/compass_0024.png new file mode 100644 index 0000000000000000000000000000000000000000..a67d4b9fa2699e136deeed180e1ed8feb4252923 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0024.png differ diff --git a/resources/images/textures/item/compass/compass_0025.png b/resources/images/textures/item/compass/compass_0025.png new file mode 100644 index 0000000000000000000000000000000000000000..7432c9feff483dfd2aaffba2ec0e24d2d099c0a9 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0025.png differ diff --git a/resources/images/textures/item/compass/compass_0026.png b/resources/images/textures/item/compass/compass_0026.png new file mode 100644 index 0000000000000000000000000000000000000000..07c42d3edfc5160935748e5e57b8d321d6dac275 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0026.png differ diff --git a/resources/images/textures/item/compass/compass_0027.png b/resources/images/textures/item/compass/compass_0027.png new file mode 100644 index 0000000000000000000000000000000000000000..4acaca9a064c0298a3a569ff14f3f97575e07f75 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0027.png differ diff --git a/resources/images/textures/item/compass/compass_0028.png b/resources/images/textures/item/compass/compass_0028.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2ae5bb11748ac9747b0bab05271a303dc5d8fb Binary files /dev/null and b/resources/images/textures/item/compass/compass_0028.png differ diff --git a/resources/images/textures/item/compass/compass_0029.png b/resources/images/textures/item/compass/compass_0029.png new file mode 100644 index 0000000000000000000000000000000000000000..50fddaffbc102f9eb9e40960af1da5d5f83abcf8 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0029.png differ diff --git a/resources/images/textures/item/compass/compass_0030.png b/resources/images/textures/item/compass/compass_0030.png new file mode 100644 index 0000000000000000000000000000000000000000..6eabdfd732440b761e5a47fb03d85ae93f299e44 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0030.png differ diff --git a/resources/images/textures/item/compass/compass_0031.png b/resources/images/textures/item/compass/compass_0031.png new file mode 100644 index 0000000000000000000000000000000000000000..1c689e3423df497771f2f5d907cd59d9fc1fcbb7 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0031.png differ diff --git a/resources/images/textures/item/compass/compass_0032.png b/resources/images/textures/item/compass/compass_0032.png new file mode 100644 index 0000000000000000000000000000000000000000..d700a84afadd6799c5dda7dd9066462928779783 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0032.png differ diff --git a/resources/images/textures/item/compass/compass_0033.png b/resources/images/textures/item/compass/compass_0033.png new file mode 100644 index 0000000000000000000000000000000000000000..7198efe80f207aa5e071b4d110ea1e77cfd0992a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0033.png differ diff --git a/resources/images/textures/item/compass/compass_0034.png b/resources/images/textures/item/compass/compass_0034.png new file mode 100644 index 0000000000000000000000000000000000000000..c20c9b859491b5711c41dd6ad7808dfcb45189ea Binary files /dev/null and b/resources/images/textures/item/compass/compass_0034.png differ diff --git a/resources/images/textures/item/compass/compass_0035.png b/resources/images/textures/item/compass/compass_0035.png new file mode 100644 index 0000000000000000000000000000000000000000..df9584ce1b9f9dd1cc8bcf37f5b015ce2e5c75d0 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0035.png differ diff --git a/resources/images/textures/item/compass/compass_0036.png b/resources/images/textures/item/compass/compass_0036.png new file mode 100644 index 0000000000000000000000000000000000000000..93dc92fb6d470994c08d41e35df3cfc50973c896 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0036.png differ diff --git a/resources/images/textures/item/compass/compass_0037.png b/resources/images/textures/item/compass/compass_0037.png new file mode 100644 index 0000000000000000000000000000000000000000..98b9ceffd9ec47d66dd75bc4aed9d572c44f003a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0037.png differ diff --git a/resources/images/textures/item/compass/compass_0038.png b/resources/images/textures/item/compass/compass_0038.png new file mode 100644 index 0000000000000000000000000000000000000000..bb452fac18aaca79ae6a77f258ecc5f39abb5c29 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0038.png differ diff --git a/resources/images/textures/item/compass/compass_0039.png b/resources/images/textures/item/compass/compass_0039.png new file mode 100644 index 0000000000000000000000000000000000000000..452772f43b4861d0cc060297294c37a3710d4ba6 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0039.png differ diff --git a/resources/images/textures/item/compass/compass_0040.png b/resources/images/textures/item/compass/compass_0040.png new file mode 100644 index 0000000000000000000000000000000000000000..3707cf05cb0305d148509fdda88241b321bbb152 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0040.png differ diff --git a/resources/images/textures/item/compass/compass_0041.png b/resources/images/textures/item/compass/compass_0041.png new file mode 100644 index 0000000000000000000000000000000000000000..61f017fe815fa4a42101bf5d109e3b5ec0f1c7e8 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0041.png differ diff --git a/resources/images/textures/item/compass/compass_0042.png b/resources/images/textures/item/compass/compass_0042.png new file mode 100644 index 0000000000000000000000000000000000000000..7813895379e16cfc269c31b4a743f628562cbac7 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0042.png differ diff --git a/resources/images/textures/item/compass/compass_0043.png b/resources/images/textures/item/compass/compass_0043.png new file mode 100644 index 0000000000000000000000000000000000000000..9679c8818d6c68b6e4541a457b0ffd73a3d24f2f Binary files /dev/null and b/resources/images/textures/item/compass/compass_0043.png differ diff --git a/resources/images/textures/item/compass/compass_0044.png b/resources/images/textures/item/compass/compass_0044.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d0fd089bc8dbc92ec7e22843de85dc00351f81 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0044.png differ diff --git a/resources/images/textures/item/compass/compass_0045.png b/resources/images/textures/item/compass/compass_0045.png new file mode 100644 index 0000000000000000000000000000000000000000..66f759ffa5050ed7dc6547fbacd4d75704deaa22 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0045.png differ diff --git a/resources/images/textures/item/compass/compass_0046.png b/resources/images/textures/item/compass/compass_0046.png new file mode 100644 index 0000000000000000000000000000000000000000..179d134f476b23c7fe48d238c74e45b936f526b7 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0046.png differ diff --git a/resources/images/textures/item/compass/compass_0047.png b/resources/images/textures/item/compass/compass_0047.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb66e3d4a6c781802de4aa1831f205fbd130bab Binary files /dev/null and b/resources/images/textures/item/compass/compass_0047.png differ diff --git a/resources/images/textures/item/compass/compass_0048.png b/resources/images/textures/item/compass/compass_0048.png new file mode 100644 index 0000000000000000000000000000000000000000..0636a97a31161a1ab2c370f9840707013bff3e04 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0048.png differ diff --git a/resources/images/textures/item/compass/compass_0049.png b/resources/images/textures/item/compass/compass_0049.png new file mode 100644 index 0000000000000000000000000000000000000000..0655fdfbb9c9f6d0cc172b54d767e230b90269d2 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0049.png differ diff --git a/resources/images/textures/item/compass/compass_0050.png b/resources/images/textures/item/compass/compass_0050.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7a33f1a0764f73ec380bab9509383fdf60299a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0050.png differ diff --git a/resources/images/textures/item/compass/compass_0051.png b/resources/images/textures/item/compass/compass_0051.png new file mode 100644 index 0000000000000000000000000000000000000000..cd0145a0c3d95d071480a3b2977dcf802d788980 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0051.png differ diff --git a/resources/images/textures/item/compass/compass_0052.png b/resources/images/textures/item/compass/compass_0052.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a8d9b7b763b230fbbd711e5e79dded41f7cb81 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0052.png differ diff --git a/resources/images/textures/item/compass/compass_0053.png b/resources/images/textures/item/compass/compass_0053.png new file mode 100644 index 0000000000000000000000000000000000000000..732d5b67eb036380111a3ec029e100dccbc5a74b Binary files /dev/null and b/resources/images/textures/item/compass/compass_0053.png differ diff --git a/resources/images/textures/item/compass/compass_0054.png b/resources/images/textures/item/compass/compass_0054.png new file mode 100644 index 0000000000000000000000000000000000000000..b94d5e779b9f11146184bb8683b0d6fab2e00128 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0054.png differ diff --git a/resources/images/textures/item/compass/compass_0055.png b/resources/images/textures/item/compass/compass_0055.png new file mode 100644 index 0000000000000000000000000000000000000000..b29c58298f199f1a579926aca05dc227247b0888 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0055.png differ diff --git a/resources/images/textures/item/compass/compass_0056.png b/resources/images/textures/item/compass/compass_0056.png new file mode 100644 index 0000000000000000000000000000000000000000..99cea3076627ce7d8ac5697487363bb503592ccd Binary files /dev/null and b/resources/images/textures/item/compass/compass_0056.png differ diff --git a/resources/images/textures/item/compass/compass_0057.png b/resources/images/textures/item/compass/compass_0057.png new file mode 100644 index 0000000000000000000000000000000000000000..033a482d59c4f31a7fde2d653ca1203778f9be8f Binary files /dev/null and b/resources/images/textures/item/compass/compass_0057.png differ diff --git a/resources/images/textures/item/compass/compass_0058.png b/resources/images/textures/item/compass/compass_0058.png new file mode 100644 index 0000000000000000000000000000000000000000..aac8999bb4fdc7dca6bf9e9127a2354f5bdbe0aa Binary files /dev/null and b/resources/images/textures/item/compass/compass_0058.png differ diff --git a/resources/images/textures/item/compass/compass_0059.png b/resources/images/textures/item/compass/compass_0059.png new file mode 100644 index 0000000000000000000000000000000000000000..127ddff9685d7b933fab7ef339fa101e1a88fdd3 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0059.png differ diff --git a/resources/images/textures/item/compass/compass_0060.png b/resources/images/textures/item/compass/compass_0060.png new file mode 100644 index 0000000000000000000000000000000000000000..0189b9e4fc46de71b7c1a93e5a29dd04a8d65431 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0060.png differ diff --git a/resources/images/textures/item/compass/compass_0061.png b/resources/images/textures/item/compass/compass_0061.png new file mode 100644 index 0000000000000000000000000000000000000000..e78cf778b49f3f9a2b8859d02792f0cdd16d6cf0 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0061.png differ diff --git a/resources/images/textures/item/compass/compass_0062.png b/resources/images/textures/item/compass/compass_0062.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee77dc6d3a7f2ea10ca5df7027b4609edd7d16f Binary files /dev/null and b/resources/images/textures/item/compass/compass_0062.png differ diff --git a/resources/images/textures/item/compass/compass_0063.png b/resources/images/textures/item/compass/compass_0063.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3629227d231ea269ce235da2d08e7e2cd683a5 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0063.png differ diff --git a/resources/images/textures/item/compass/compass_0064.png b/resources/images/textures/item/compass/compass_0064.png new file mode 100644 index 0000000000000000000000000000000000000000..212734fb7c02b04c7ae4d64f0d2e914184301d01 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0064.png differ diff --git a/resources/images/textures/item/compass/compass_0065.png b/resources/images/textures/item/compass/compass_0065.png new file mode 100644 index 0000000000000000000000000000000000000000..1b384d5a5119cc74f8129591aaabe17bcd1b63cf Binary files /dev/null and b/resources/images/textures/item/compass/compass_0065.png differ diff --git a/resources/images/textures/item/compass/compass_0066.png b/resources/images/textures/item/compass/compass_0066.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4c1c8d1e3795d74222bd33b3ba54b2725fc3f6 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0066.png differ diff --git a/resources/images/textures/item/compass/compass_0067.png b/resources/images/textures/item/compass/compass_0067.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3c3d10699dd557ce59ff677bc526e8a824808c Binary files /dev/null and b/resources/images/textures/item/compass/compass_0067.png differ diff --git a/resources/images/textures/item/compass/compass_0068.png b/resources/images/textures/item/compass/compass_0068.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd2fc122035f8fca37ea46d1bc95b853ee8ee5a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0068.png differ diff --git a/resources/images/textures/item/compass/compass_0069.png b/resources/images/textures/item/compass/compass_0069.png new file mode 100644 index 0000000000000000000000000000000000000000..d27787dd97ab480873cbb60a46e1f45373164778 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0069.png differ diff --git a/resources/images/textures/item/compass/compass_0070.png b/resources/images/textures/item/compass/compass_0070.png new file mode 100644 index 0000000000000000000000000000000000000000..61c1f008a704ee49f98efef532bb0eb57f445277 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0070.png differ diff --git a/resources/images/textures/item/compass/compass_0071.png b/resources/images/textures/item/compass/compass_0071.png new file mode 100644 index 0000000000000000000000000000000000000000..25472c98db75806c1d913c75213b3d4896bc32d9 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0071.png differ diff --git a/resources/images/textures/item/compass/compass_0072.png b/resources/images/textures/item/compass/compass_0072.png new file mode 100644 index 0000000000000000000000000000000000000000..a503d8379127d60736c3a3c3f782fc3bdcf08637 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0072.png differ diff --git a/resources/images/textures/item/compass/compass_0073.png b/resources/images/textures/item/compass/compass_0073.png new file mode 100644 index 0000000000000000000000000000000000000000..32d0d393bb597455394693f6e564858c1c99f870 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0073.png differ diff --git a/resources/images/textures/item/compass/compass_0074.png b/resources/images/textures/item/compass/compass_0074.png new file mode 100644 index 0000000000000000000000000000000000000000..4f5d43c8ca8358eca93ce69c1d6bd0b496f68a75 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0074.png differ diff --git a/resources/images/textures/item/compass/compass_0075.png b/resources/images/textures/item/compass/compass_0075.png new file mode 100644 index 0000000000000000000000000000000000000000..dbad1ec61f2274e9822ac13026d17c4ade8d028d Binary files /dev/null and b/resources/images/textures/item/compass/compass_0075.png differ diff --git a/resources/images/textures/item/compass/compass_0076.png b/resources/images/textures/item/compass/compass_0076.png new file mode 100644 index 0000000000000000000000000000000000000000..4ff6f1e4510d25d1e9d5f16c4d19df59f649cb59 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0076.png differ diff --git a/resources/images/textures/item/compass/compass_0077.png b/resources/images/textures/item/compass/compass_0077.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f6386cca95bc5878eb82201527f71c7865bb3d Binary files /dev/null and b/resources/images/textures/item/compass/compass_0077.png differ diff --git a/resources/images/textures/item/compass/compass_0078.png b/resources/images/textures/item/compass/compass_0078.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d2c65a80b01a6b1d91bea437c300ddfbbb5c95 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0078.png differ diff --git a/resources/images/textures/item/compass/compass_0079.png b/resources/images/textures/item/compass/compass_0079.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb7090758edfdabaf7917260fc4950dc3ff032a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0079.png differ diff --git a/resources/images/textures/item/compass/compass_0080.png b/resources/images/textures/item/compass/compass_0080.png new file mode 100644 index 0000000000000000000000000000000000000000..c23a0a90526f4b0721248ce1360d2a258c8213ce Binary files /dev/null and b/resources/images/textures/item/compass/compass_0080.png differ diff --git a/resources/images/textures/item/compass/compass_0081.png b/resources/images/textures/item/compass/compass_0081.png new file mode 100644 index 0000000000000000000000000000000000000000..7400e53761f3a87b189eb627647c298866b3ba50 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0081.png differ diff --git a/resources/images/textures/item/compass/compass_0082.png b/resources/images/textures/item/compass/compass_0082.png new file mode 100644 index 0000000000000000000000000000000000000000..fba58c0b863dcda8943ab8ab3ea5f66acc5017cf Binary files /dev/null and b/resources/images/textures/item/compass/compass_0082.png differ diff --git a/resources/images/textures/item/compass/compass_0083.png b/resources/images/textures/item/compass/compass_0083.png new file mode 100644 index 0000000000000000000000000000000000000000..0f670f1411c1e12caaeaacbf55a6e7662a04cae9 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0083.png differ diff --git a/resources/images/textures/item/compass/compass_0084.png b/resources/images/textures/item/compass/compass_0084.png new file mode 100644 index 0000000000000000000000000000000000000000..9aec7a56aa7917ab897107f11cc907f98f553188 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0084.png differ diff --git a/resources/images/textures/item/compass/compass_0085.png b/resources/images/textures/item/compass/compass_0085.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdc60a9ba02e236b654594a443ebf7a56b3eb57 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0085.png differ diff --git a/resources/images/textures/item/compass/compass_0086.png b/resources/images/textures/item/compass/compass_0086.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee7e45df9f11e059fa9b6c606b833fb1f081a7b Binary files /dev/null and b/resources/images/textures/item/compass/compass_0086.png differ diff --git a/resources/images/textures/item/compass/compass_0087.png b/resources/images/textures/item/compass/compass_0087.png new file mode 100644 index 0000000000000000000000000000000000000000..d8370865f955e6608ee3b07c237753b814539da6 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0087.png differ diff --git a/resources/images/textures/item/compass/compass_0088.png b/resources/images/textures/item/compass/compass_0088.png new file mode 100644 index 0000000000000000000000000000000000000000..760bd5afa8f47a16e95d83d60461231fb63a7cde Binary files /dev/null and b/resources/images/textures/item/compass/compass_0088.png differ diff --git a/resources/images/textures/item/compass/compass_0089.png b/resources/images/textures/item/compass/compass_0089.png new file mode 100644 index 0000000000000000000000000000000000000000..1609d4fdc7846ca016ca961eb9b22a3798c796e1 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0089.png differ diff --git a/resources/images/textures/item/compass/compass_0090.png b/resources/images/textures/item/compass/compass_0090.png new file mode 100644 index 0000000000000000000000000000000000000000..45af0b2cd67fee2acf8cb3aca2ed7798bbcee5ba Binary files /dev/null and b/resources/images/textures/item/compass/compass_0090.png differ diff --git a/resources/images/textures/item/compass/compass_0091.png b/resources/images/textures/item/compass/compass_0091.png new file mode 100644 index 0000000000000000000000000000000000000000..d48393bada2cce965563cf482ade33142551cd51 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0091.png differ diff --git a/resources/images/textures/item/compass/compass_0092.png b/resources/images/textures/item/compass/compass_0092.png new file mode 100644 index 0000000000000000000000000000000000000000..36caa6e0f61950512daf9137c76241df117ea399 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0092.png differ diff --git a/resources/images/textures/item/compass/compass_0093.png b/resources/images/textures/item/compass/compass_0093.png new file mode 100644 index 0000000000000000000000000000000000000000..1867f7d7526783fa13adfa4a0daeecb4cc0978dd Binary files /dev/null and b/resources/images/textures/item/compass/compass_0093.png differ diff --git a/resources/images/textures/item/compass/compass_0094.png b/resources/images/textures/item/compass/compass_0094.png new file mode 100644 index 0000000000000000000000000000000000000000..1a4b59ea8a92b54016aaeda1296fb4ab9c82a75a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0094.png differ diff --git a/resources/images/textures/item/compass/compass_0095.png b/resources/images/textures/item/compass/compass_0095.png new file mode 100644 index 0000000000000000000000000000000000000000..8e07e8a595d208f8db23bd27f1f9daec02e2a944 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0095.png differ diff --git a/resources/images/textures/item/compass/compass_0096.png b/resources/images/textures/item/compass/compass_0096.png new file mode 100644 index 0000000000000000000000000000000000000000..a053a24de0d4bc51706334946cdf2c952b5bb378 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0096.png differ diff --git a/resources/images/textures/item/compass/compass_0097.png b/resources/images/textures/item/compass/compass_0097.png new file mode 100644 index 0000000000000000000000000000000000000000..23451dd151007809dd96611ff3bc53f2b4a6e7bd Binary files /dev/null and b/resources/images/textures/item/compass/compass_0097.png differ diff --git a/resources/images/textures/item/compass/compass_0098.png b/resources/images/textures/item/compass/compass_0098.png new file mode 100644 index 0000000000000000000000000000000000000000..90aa99df9f0a0e7a2a665c2de05b31f69e4f51ea Binary files /dev/null and b/resources/images/textures/item/compass/compass_0098.png differ diff --git a/resources/images/textures/item/compass/compass_0099.png b/resources/images/textures/item/compass/compass_0099.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4d27df7ad5e9e75297d3af9c9fdb4506c2ac60 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0099.png differ diff --git a/resources/images/textures/item/compass/compass_0100.png b/resources/images/textures/item/compass/compass_0100.png new file mode 100644 index 0000000000000000000000000000000000000000..9a43dc08657f08e768edbe46f6f9b560859c627e Binary files /dev/null and b/resources/images/textures/item/compass/compass_0100.png differ diff --git a/resources/images/textures/item/compass/compass_0101.png b/resources/images/textures/item/compass/compass_0101.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7d49cf971a0b2a9b4481f46ed7e6888500daad Binary files /dev/null and b/resources/images/textures/item/compass/compass_0101.png differ diff --git a/resources/images/textures/item/compass/compass_0102.png b/resources/images/textures/item/compass/compass_0102.png new file mode 100644 index 0000000000000000000000000000000000000000..1108f01643df5d695f77054baefa5a78acefff2b Binary files /dev/null and b/resources/images/textures/item/compass/compass_0102.png differ diff --git a/resources/images/textures/item/compass/compass_0103.png b/resources/images/textures/item/compass/compass_0103.png new file mode 100644 index 0000000000000000000000000000000000000000..a77812f3ab978a707f12d2a4bbd08200425dbdbe Binary files /dev/null and b/resources/images/textures/item/compass/compass_0103.png differ diff --git a/resources/images/textures/item/compass/compass_0104.png b/resources/images/textures/item/compass/compass_0104.png new file mode 100644 index 0000000000000000000000000000000000000000..20b350013deb4d42ad2fca337a8ad39f837d3661 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0104.png differ diff --git a/resources/images/textures/item/compass/compass_0105.png b/resources/images/textures/item/compass/compass_0105.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9f4fce24432904a056b05652de25dc0b5ca03b Binary files /dev/null and b/resources/images/textures/item/compass/compass_0105.png differ diff --git a/resources/images/textures/item/compass/compass_0106.png b/resources/images/textures/item/compass/compass_0106.png new file mode 100644 index 0000000000000000000000000000000000000000..0209e4802e92934c63ddc6022554a4e00813d3fb Binary files /dev/null and b/resources/images/textures/item/compass/compass_0106.png differ diff --git a/resources/images/textures/item/compass/compass_0107.png b/resources/images/textures/item/compass/compass_0107.png new file mode 100644 index 0000000000000000000000000000000000000000..cacf37ce9e5063b5cf3021875bfbfb471fedaf6c Binary files /dev/null and b/resources/images/textures/item/compass/compass_0107.png differ diff --git a/resources/images/textures/item/compass/compass_0108.png b/resources/images/textures/item/compass/compass_0108.png new file mode 100644 index 0000000000000000000000000000000000000000..ccbe52ae323dece2aa9f5c6b54fef44b40a18877 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0108.png differ diff --git a/resources/images/textures/item/compass/compass_0109.png b/resources/images/textures/item/compass/compass_0109.png new file mode 100644 index 0000000000000000000000000000000000000000..0747266796b8c1541e45869580ae3acb918bbeab Binary files /dev/null and b/resources/images/textures/item/compass/compass_0109.png differ diff --git a/resources/images/textures/item/compass/compass_0110.png b/resources/images/textures/item/compass/compass_0110.png new file mode 100644 index 0000000000000000000000000000000000000000..080d7880df8d9e3d13e65c597aa27d5b04842552 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0110.png differ diff --git a/resources/images/textures/item/compass/compass_0111.png b/resources/images/textures/item/compass/compass_0111.png new file mode 100644 index 0000000000000000000000000000000000000000..f25e9ebb717f2ce95099f7f0667a20e5b5f65e9a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0111.png differ diff --git a/resources/images/textures/item/compass/compass_0112.png b/resources/images/textures/item/compass/compass_0112.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa93bbaecd7243c015cff6c2d04b1714355f147 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0112.png differ diff --git a/resources/images/textures/item/compass/compass_0113.png b/resources/images/textures/item/compass/compass_0113.png new file mode 100644 index 0000000000000000000000000000000000000000..d98d79f2df974af8c1dc65498f78044beb7e4835 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0113.png differ diff --git a/resources/images/textures/item/compass/compass_0114.png b/resources/images/textures/item/compass/compass_0114.png new file mode 100644 index 0000000000000000000000000000000000000000..c0838e013d6fe23fdba38707531f7d1e84f9402a Binary files /dev/null and b/resources/images/textures/item/compass/compass_0114.png differ diff --git a/resources/images/textures/item/compass/compass_0115.png b/resources/images/textures/item/compass/compass_0115.png new file mode 100644 index 0000000000000000000000000000000000000000..9048b541fabfe82b6e784101f82196612e57431f Binary files /dev/null and b/resources/images/textures/item/compass/compass_0115.png differ diff --git a/resources/images/textures/item/compass/compass_0116.png b/resources/images/textures/item/compass/compass_0116.png new file mode 100644 index 0000000000000000000000000000000000000000..0b20cd607ed58f5da407b61160f7c1846e5f16ed Binary files /dev/null and b/resources/images/textures/item/compass/compass_0116.png differ diff --git a/resources/images/textures/item/compass/compass_0117.png b/resources/images/textures/item/compass/compass_0117.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc2329760aaedc61175305e9970289163f09387 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0117.png differ diff --git a/resources/images/textures/item/compass/compass_0118.png b/resources/images/textures/item/compass/compass_0118.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec67f9c4e21db814ade0dbb7991ac23ea4626a9 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0118.png differ diff --git a/resources/images/textures/item/compass/compass_0119.png b/resources/images/textures/item/compass/compass_0119.png new file mode 100644 index 0000000000000000000000000000000000000000..602de4b5be62032d421792486458d02b0bc42634 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0119.png differ diff --git a/resources/images/textures/item/compass/compass_0120.png b/resources/images/textures/item/compass/compass_0120.png new file mode 100644 index 0000000000000000000000000000000000000000..8105a4cd8a0e01f8dcdf3e5d76813daab397c60e Binary files /dev/null and b/resources/images/textures/item/compass/compass_0120.png differ diff --git a/resources/images/textures/item/compass/compass_0121.png b/resources/images/textures/item/compass/compass_0121.png new file mode 100644 index 0000000000000000000000000000000000000000..cf080484977fea8914d45d993adec8bc6741a242 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0121.png differ diff --git a/resources/images/textures/item/compass/compass_0122.png b/resources/images/textures/item/compass/compass_0122.png new file mode 100644 index 0000000000000000000000000000000000000000..1576fd22688789aad1f2cae24cc6bccc64626d48 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0122.png differ diff --git a/resources/images/textures/item/compass/compass_0123.png b/resources/images/textures/item/compass/compass_0123.png new file mode 100644 index 0000000000000000000000000000000000000000..59c5416565167976dfbe1275af90f426b1246876 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0123.png differ diff --git a/resources/images/textures/item/compass/compass_0124.png b/resources/images/textures/item/compass/compass_0124.png new file mode 100644 index 0000000000000000000000000000000000000000..99a563459f03dfa147dfbd76dd23d8fe6c26dc89 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0124.png differ diff --git a/resources/images/textures/item/compass/compass_0125.png b/resources/images/textures/item/compass/compass_0125.png new file mode 100644 index 0000000000000000000000000000000000000000..d19a7e6977496138fb114c7451e322cb93e7d925 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0125.png differ diff --git a/resources/images/textures/item/compass/compass_0126.png b/resources/images/textures/item/compass/compass_0126.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7718052db81445032f10a46800d924b6d072d1 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0126.png differ diff --git a/resources/images/textures/item/compass/compass_0127.png b/resources/images/textures/item/compass/compass_0127.png new file mode 100644 index 0000000000000000000000000000000000000000..b770dab193e2b92b7ac64f62fac4d1b2c6f74b93 Binary files /dev/null and b/resources/images/textures/item/compass/compass_0127.png differ diff --git a/resources/images/textures/item/compass_00.png b/resources/images/textures/item/compass_00.png new file mode 100644 index 0000000000000000000000000000000000000000..449cadf7c50c7c9cf6c307a29ad58d10deb4d704 Binary files /dev/null and b/resources/images/textures/item/compass_00.png differ diff --git a/resources/images/textures/item/compass_01.png b/resources/images/textures/item/compass_01.png new file mode 100644 index 0000000000000000000000000000000000000000..f21b57279565efb828eacd6ba439ecafe40b2843 Binary files /dev/null and b/resources/images/textures/item/compass_01.png differ diff --git a/resources/images/textures/item/compass_02.png b/resources/images/textures/item/compass_02.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3cab8a9a0faf1598107dd9afda0adc4c3868a6 Binary files /dev/null and b/resources/images/textures/item/compass_02.png differ diff --git a/resources/images/textures/item/compass_03.png b/resources/images/textures/item/compass_03.png new file mode 100644 index 0000000000000000000000000000000000000000..56f7a5f03f5f1bb0373f44703ff239ef6fd8f29a Binary files /dev/null and b/resources/images/textures/item/compass_03.png differ diff --git a/resources/images/textures/item/compass_04.png b/resources/images/textures/item/compass_04.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9ba46ee0e732a2c968e5807d26b8917ec5bbe7 Binary files /dev/null and b/resources/images/textures/item/compass_04.png differ diff --git a/resources/images/textures/item/compass_05.png b/resources/images/textures/item/compass_05.png new file mode 100644 index 0000000000000000000000000000000000000000..1690bbbf038b2000db2b6e67173ebbbe34e0c4d3 Binary files /dev/null and b/resources/images/textures/item/compass_05.png differ diff --git a/resources/images/textures/item/compass_06.png b/resources/images/textures/item/compass_06.png new file mode 100644 index 0000000000000000000000000000000000000000..851e7233b4df799ca689aecdc6ebe1a763c0b8b3 Binary files /dev/null and b/resources/images/textures/item/compass_06.png differ diff --git a/resources/images/textures/item/compass_07.png b/resources/images/textures/item/compass_07.png new file mode 100644 index 0000000000000000000000000000000000000000..4b033315576cea9e35d37b7f944d668db787280f Binary files /dev/null and b/resources/images/textures/item/compass_07.png differ diff --git a/resources/images/textures/item/compass_08.png b/resources/images/textures/item/compass_08.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c26cbad197fdae5ab8aa7a64251827550875f6 Binary files /dev/null and b/resources/images/textures/item/compass_08.png differ diff --git a/resources/images/textures/item/compass_09.png b/resources/images/textures/item/compass_09.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5214a77313658cb23ade64018230254d0c89a6 Binary files /dev/null and b/resources/images/textures/item/compass_09.png differ diff --git a/resources/images/textures/item/compass_10.png b/resources/images/textures/item/compass_10.png new file mode 100644 index 0000000000000000000000000000000000000000..601d54af5868f5fb57895f656ec99843da4bc139 Binary files /dev/null and b/resources/images/textures/item/compass_10.png differ diff --git a/resources/images/textures/item/compass_11.png b/resources/images/textures/item/compass_11.png new file mode 100644 index 0000000000000000000000000000000000000000..7881e7191125c6cf8fea5e1754030569485a213e Binary files /dev/null and b/resources/images/textures/item/compass_11.png differ diff --git a/resources/images/textures/item/compass_12.png b/resources/images/textures/item/compass_12.png new file mode 100644 index 0000000000000000000000000000000000000000..96852f9e09fffec73aabf1eabb1e2acf5e3425f2 Binary files /dev/null and b/resources/images/textures/item/compass_12.png differ diff --git a/resources/images/textures/item/compass_13.png b/resources/images/textures/item/compass_13.png new file mode 100644 index 0000000000000000000000000000000000000000..80c527f7cb97aa4576fd1ac46a6f664e3e2b0d4b Binary files /dev/null and b/resources/images/textures/item/compass_13.png differ diff --git a/resources/images/textures/item/compass_14.png b/resources/images/textures/item/compass_14.png new file mode 100644 index 0000000000000000000000000000000000000000..de8dfc611084f092571c723deb046d4e889c7dad Binary files /dev/null and b/resources/images/textures/item/compass_14.png differ diff --git a/resources/images/textures/item/compass_15.png b/resources/images/textures/item/compass_15.png new file mode 100644 index 0000000000000000000000000000000000000000..88c40089b70b8dfda200f635449db4635efa1a63 Binary files /dev/null and b/resources/images/textures/item/compass_15.png differ diff --git a/resources/images/textures/item/compass_16.png b/resources/images/textures/item/compass_16.png new file mode 100644 index 0000000000000000000000000000000000000000..224645af05c2b62e80512819cb29e4babfb7d600 Binary files /dev/null and b/resources/images/textures/item/compass_16.png differ diff --git a/resources/images/textures/item/compass_17.png b/resources/images/textures/item/compass_17.png new file mode 100644 index 0000000000000000000000000000000000000000..4946b04a00408ea7fd44e118579a7a8d8edb1561 Binary files /dev/null and b/resources/images/textures/item/compass_17.png differ diff --git a/resources/images/textures/item/compass_18.png b/resources/images/textures/item/compass_18.png new file mode 100644 index 0000000000000000000000000000000000000000..69f503620fca36e835eff0a7b0c917803b4be091 Binary files /dev/null and b/resources/images/textures/item/compass_18.png differ diff --git a/resources/images/textures/item/compass_19.png b/resources/images/textures/item/compass_19.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e7edff25a7a5f780e4fd324289a91702a74bf4 Binary files /dev/null and b/resources/images/textures/item/compass_19.png differ diff --git a/resources/images/textures/item/compass_20.png b/resources/images/textures/item/compass_20.png new file mode 100644 index 0000000000000000000000000000000000000000..b37148471283f029c78f9ae5ab147a9c170cf791 Binary files /dev/null and b/resources/images/textures/item/compass_20.png differ diff --git a/resources/images/textures/item/compass_21.png b/resources/images/textures/item/compass_21.png new file mode 100644 index 0000000000000000000000000000000000000000..402f0c3f2a809904fcd0db596a807e649235c6fe Binary files /dev/null and b/resources/images/textures/item/compass_21.png differ diff --git a/resources/images/textures/item/compass_22.png b/resources/images/textures/item/compass_22.png new file mode 100644 index 0000000000000000000000000000000000000000..3c110628409f82719ebe7c454b17b20218809559 Binary files /dev/null and b/resources/images/textures/item/compass_22.png differ diff --git a/resources/images/textures/item/compass_23.png b/resources/images/textures/item/compass_23.png new file mode 100644 index 0000000000000000000000000000000000000000..3d28ef4cb1b808e7b1076b052d0b94132dc12233 Binary files /dev/null and b/resources/images/textures/item/compass_23.png differ diff --git a/resources/images/textures/item/compass_24.png b/resources/images/textures/item/compass_24.png new file mode 100644 index 0000000000000000000000000000000000000000..20f678482b8a9006afcfe2d7e11f7202b544d530 Binary files /dev/null and b/resources/images/textures/item/compass_24.png differ diff --git a/resources/images/textures/item/compass_25.png b/resources/images/textures/item/compass_25.png new file mode 100644 index 0000000000000000000000000000000000000000..7a74230f5fcd8117872c4caf8386e7fc758ee87a Binary files /dev/null and b/resources/images/textures/item/compass_25.png differ diff --git a/resources/images/textures/item/compass_26.png b/resources/images/textures/item/compass_26.png new file mode 100644 index 0000000000000000000000000000000000000000..d945d0ebfec48d0a73840cf52527c8cc762cd322 Binary files /dev/null and b/resources/images/textures/item/compass_26.png differ diff --git a/resources/images/textures/item/compass_27.png b/resources/images/textures/item/compass_27.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb8714cdf4ba09badef1f063dbfb98ae39edd9e Binary files /dev/null and b/resources/images/textures/item/compass_27.png differ diff --git a/resources/images/textures/item/compass_28.png b/resources/images/textures/item/compass_28.png new file mode 100644 index 0000000000000000000000000000000000000000..08a5f33be952f68a4b242e97a59f0992d65f892f Binary files /dev/null and b/resources/images/textures/item/compass_28.png differ diff --git a/resources/images/textures/item/compass_29.png b/resources/images/textures/item/compass_29.png new file mode 100644 index 0000000000000000000000000000000000000000..a665a3ed4fd68859db3e814278d9c773d29902bb Binary files /dev/null and b/resources/images/textures/item/compass_29.png differ diff --git a/resources/images/textures/item/compass_30.png b/resources/images/textures/item/compass_30.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2cddad92367d678dd0bda94e9e61a30ca51963 Binary files /dev/null and b/resources/images/textures/item/compass_30.png differ diff --git a/resources/images/textures/item/compass_31.png b/resources/images/textures/item/compass_31.png new file mode 100644 index 0000000000000000000000000000000000000000..847f66b05d2cd4727974ab748c672523c21fc86d Binary files /dev/null and b/resources/images/textures/item/compass_31.png differ diff --git a/resources/images/textures/item/cooked_beef.png b/resources/images/textures/item/cooked_beef.png new file mode 100644 index 0000000000000000000000000000000000000000..af15ce1adb5cfc9e1487943646b5b977dffb0d06 Binary files /dev/null and b/resources/images/textures/item/cooked_beef.png differ diff --git a/resources/images/textures/item/cooked_chicken.png b/resources/images/textures/item/cooked_chicken.png new file mode 100644 index 0000000000000000000000000000000000000000..48f33986b0985997b41838c65e560d0f218d9b52 Binary files /dev/null and b/resources/images/textures/item/cooked_chicken.png differ diff --git a/resources/images/textures/item/cooked_cod.png b/resources/images/textures/item/cooked_cod.png new file mode 100644 index 0000000000000000000000000000000000000000..0b19b5f5d0b7e10d5ddef7acf57a3a82a4e76b48 Binary files /dev/null and b/resources/images/textures/item/cooked_cod.png differ diff --git a/resources/images/textures/item/cooked_mutton.png b/resources/images/textures/item/cooked_mutton.png new file mode 100644 index 0000000000000000000000000000000000000000..023677755588ccfb39475cc5ae5ae1527d555fa8 Binary files /dev/null and b/resources/images/textures/item/cooked_mutton.png differ diff --git a/resources/images/textures/item/cooked_porkchop.png b/resources/images/textures/item/cooked_porkchop.png new file mode 100644 index 0000000000000000000000000000000000000000..c26b880ed9f5bdd0a9433f99ac284873f86faf14 Binary files /dev/null and b/resources/images/textures/item/cooked_porkchop.png differ diff --git a/resources/images/textures/item/cooked_rabbit.png b/resources/images/textures/item/cooked_rabbit.png new file mode 100644 index 0000000000000000000000000000000000000000..651ab30b56d79b834f63d90deb7279cc2ac233ba Binary files /dev/null and b/resources/images/textures/item/cooked_rabbit.png differ diff --git a/resources/images/textures/item/cooked_salmon.png b/resources/images/textures/item/cooked_salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..f6312b84632e14c1f9fa407993a4bcaf4ca301ad Binary files /dev/null and b/resources/images/textures/item/cooked_salmon.png differ diff --git a/resources/images/textures/item/cookie.png b/resources/images/textures/item/cookie.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea8262d1d9789803bc3007c6b73647e1a052a7b Binary files /dev/null and b/resources/images/textures/item/cookie.png differ diff --git a/resources/images/textures/item/copper_ingot.png b/resources/images/textures/item/copper_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..c4e793556b9062dded8147b26b48aa9d427d4ce6 Binary files /dev/null and b/resources/images/textures/item/copper_ingot.png differ diff --git a/resources/images/textures/item/creeper_banner_pattern.png b/resources/images/textures/item/creeper_banner_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..e899afd1468fbf80fc29e94b593cb098b799967c Binary files /dev/null and b/resources/images/textures/item/creeper_banner_pattern.png differ diff --git a/resources/images/textures/item/crimson_door.png b/resources/images/textures/item/crimson_door.png new file mode 100644 index 0000000000000000000000000000000000000000..1034e93fe4a46a3bb03b2391248494135a64301c Binary files /dev/null and b/resources/images/textures/item/crimson_door.png differ diff --git a/resources/images/textures/item/crimson_sign.png b/resources/images/textures/item/crimson_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..af7e197cc24804c7290391e7bd31103b272c4210 Binary files /dev/null and b/resources/images/textures/item/crimson_sign.png differ diff --git a/resources/images/textures/item/crossbow_arrow.png b/resources/images/textures/item/crossbow_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..5159cfc78472841fe9b6e5f049cbbf2027205691 Binary files /dev/null and b/resources/images/textures/item/crossbow_arrow.png differ diff --git a/resources/images/textures/item/crossbow_firework.png b/resources/images/textures/item/crossbow_firework.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab2b2a6a0bc96dab431990d645305bdb7a7c0d1 Binary files /dev/null and b/resources/images/textures/item/crossbow_firework.png differ diff --git a/resources/images/textures/item/crossbow_pulling_0.png b/resources/images/textures/item/crossbow_pulling_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e2779012c292b8d8ed678e8410a6de702e46a77d Binary files /dev/null and b/resources/images/textures/item/crossbow_pulling_0.png differ diff --git a/resources/images/textures/item/crossbow_pulling_1.png b/resources/images/textures/item/crossbow_pulling_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fc91021cba82ac88b8defddea07a96df575250a8 Binary files /dev/null and b/resources/images/textures/item/crossbow_pulling_1.png differ diff --git a/resources/images/textures/item/crossbow_pulling_2.png b/resources/images/textures/item/crossbow_pulling_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce40db68012709659095f6cab09e8efd7b25ae75 Binary files /dev/null and b/resources/images/textures/item/crossbow_pulling_2.png differ diff --git a/resources/images/textures/item/crossbow_standby.png b/resources/images/textures/item/crossbow_standby.png new file mode 100644 index 0000000000000000000000000000000000000000..77c69928ebf23c8fd8faa32e17c691e1ee4c5dee Binary files /dev/null and b/resources/images/textures/item/crossbow_standby.png differ diff --git a/resources/images/textures/item/cyan_candle.png b/resources/images/textures/item/cyan_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..21bb182dcb54775a68a19a0016fef7e2d20ce483 Binary files /dev/null and b/resources/images/textures/item/cyan_candle.png differ diff --git a/resources/images/textures/item/cyan_dye.png b/resources/images/textures/item/cyan_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9a4ff964bb249095e81df2d8eccabcca3c14ab Binary files /dev/null and b/resources/images/textures/item/cyan_dye.png differ diff --git a/resources/images/textures/item/dark_oak_boat.png b/resources/images/textures/item/dark_oak_boat.png new file mode 100644 index 0000000000000000000000000000000000000000..2955c77b9b148d336fa0bcd8dff3206fd0df2ec6 Binary files /dev/null and b/resources/images/textures/item/dark_oak_boat.png differ diff --git a/resources/images/textures/item/dark_oak_door.png b/resources/images/textures/item/dark_oak_door.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b85e4e676b6ba44e7322a0f423b2864756a956 Binary files /dev/null and b/resources/images/textures/item/dark_oak_door.png differ diff --git a/resources/images/textures/item/dark_oak_sign.png b/resources/images/textures/item/dark_oak_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea5c304ce8edbfcde4ac071e42b576f47686de Binary files /dev/null and b/resources/images/textures/item/dark_oak_sign.png differ diff --git a/resources/images/textures/item/diamond.png b/resources/images/textures/item/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..20dd7b6ad72bb43f1bd805f8870d56b6f168f313 Binary files /dev/null and b/resources/images/textures/item/diamond.png differ diff --git a/resources/images/textures/item/diamond_axe.png b/resources/images/textures/item/diamond_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..b59245c73c0367488cbbc5427180a8bdcac613ce Binary files /dev/null and b/resources/images/textures/item/diamond_axe.png differ diff --git a/resources/images/textures/item/diamond_boots.png b/resources/images/textures/item/diamond_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..bac767d5ab6875aefe403034c613afa3ed25e404 Binary files /dev/null and b/resources/images/textures/item/diamond_boots.png differ diff --git a/resources/images/textures/item/diamond_chestplate.png b/resources/images/textures/item/diamond_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb023a350b74424a6977769e4501c0b1d4cf10b Binary files /dev/null and b/resources/images/textures/item/diamond_chestplate.png differ diff --git a/resources/images/textures/item/diamond_helmet.png b/resources/images/textures/item/diamond_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..092f4e2f80704251cf030a760547dc793102bb05 Binary files /dev/null and b/resources/images/textures/item/diamond_helmet.png differ diff --git a/resources/images/textures/item/diamond_hoe.png b/resources/images/textures/item/diamond_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..ba9a97cf2aa7fdf933b65bbca7322935d566b743 Binary files /dev/null and b/resources/images/textures/item/diamond_hoe.png differ diff --git a/resources/images/textures/item/diamond_horse_armor.png b/resources/images/textures/item/diamond_horse_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..185087167b319c2889ed125db9a39398c0e9341c Binary files /dev/null and b/resources/images/textures/item/diamond_horse_armor.png differ diff --git a/resources/images/textures/item/diamond_leggings.png b/resources/images/textures/item/diamond_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..561eb1b1cb69c13d63526e58e745fbf8904c3b14 Binary files /dev/null and b/resources/images/textures/item/diamond_leggings.png differ diff --git a/resources/images/textures/item/diamond_pickaxe.png b/resources/images/textures/item/diamond_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3cc522fa4aa7ed3317bcf463254a869244c482 Binary files /dev/null and b/resources/images/textures/item/diamond_pickaxe.png differ diff --git a/resources/images/textures/item/diamond_shovel.png b/resources/images/textures/item/diamond_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..c37902962f5ef62a93b1e49ed3601658e1b03f3e Binary files /dev/null and b/resources/images/textures/item/diamond_shovel.png differ diff --git a/resources/images/textures/item/diamond_sword.png b/resources/images/textures/item/diamond_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..4770e2220d72b8c3c79c5827f457e63397f4f9d5 Binary files /dev/null and b/resources/images/textures/item/diamond_sword.png differ diff --git a/resources/images/textures/item/dragon_breath.png b/resources/images/textures/item/dragon_breath.png new file mode 100644 index 0000000000000000000000000000000000000000..85449db41ef83bda6e975fcc3de812698c953e9b Binary files /dev/null and b/resources/images/textures/item/dragon_breath.png differ diff --git a/resources/images/textures/item/dried_kelp.png b/resources/images/textures/item/dried_kelp.png new file mode 100644 index 0000000000000000000000000000000000000000..47aa60ef26a6c2692d6e9718a26839e374755362 Binary files /dev/null and b/resources/images/textures/item/dried_kelp.png differ diff --git a/resources/images/textures/item/egg.png b/resources/images/textures/item/egg.png new file mode 100644 index 0000000000000000000000000000000000000000..b151a4a219f5c204b0689f05b05f250c98ebfd76 Binary files /dev/null and b/resources/images/textures/item/egg.png differ diff --git a/resources/images/textures/item/elytra.png b/resources/images/textures/item/elytra.png new file mode 100644 index 0000000000000000000000000000000000000000..2e908747c127ab104f60b6a0b4116a791f61eb97 Binary files /dev/null and b/resources/images/textures/item/elytra.png differ diff --git a/resources/images/textures/item/emerald.png b/resources/images/textures/item/emerald.png new file mode 100644 index 0000000000000000000000000000000000000000..6d28eaee4cc563dfa04de6235500eb815681fb85 Binary files /dev/null and b/resources/images/textures/item/emerald.png differ diff --git a/resources/images/textures/item/empty_armor_slot_boots.png b/resources/images/textures/item/empty_armor_slot_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..20ea0c2e4495b9a0c87112bb6bbb3492f8d2b157 Binary files /dev/null and b/resources/images/textures/item/empty_armor_slot_boots.png differ diff --git a/resources/images/textures/item/empty_armor_slot_chestplate.png b/resources/images/textures/item/empty_armor_slot_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd2dec4db164c649b751ae3c11e1e2f0dcbedec Binary files /dev/null and b/resources/images/textures/item/empty_armor_slot_chestplate.png differ diff --git a/resources/images/textures/item/empty_armor_slot_helmet.png b/resources/images/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..63ba5c015c7628928a74f3150de464caabd783ca Binary files /dev/null and b/resources/images/textures/item/empty_armor_slot_helmet.png differ diff --git a/resources/images/textures/item/empty_armor_slot_leggings.png b/resources/images/textures/item/empty_armor_slot_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..8a37522ca406fc2bc902c232f69cb3bd5598348e Binary files /dev/null and b/resources/images/textures/item/empty_armor_slot_leggings.png differ diff --git a/resources/images/textures/item/empty_armor_slot_shield.png b/resources/images/textures/item/empty_armor_slot_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..6bc0858c4ac49a20c908454fbfc032e1b00bfe6a Binary files /dev/null and b/resources/images/textures/item/empty_armor_slot_shield.png differ diff --git a/resources/images/textures/item/enchanted_book.png b/resources/images/textures/item/enchanted_book.png new file mode 100644 index 0000000000000000000000000000000000000000..0a34b4a25336d48fb9323b8ef9b2b270a7e769d4 Binary files /dev/null and b/resources/images/textures/item/enchanted_book.png differ diff --git a/resources/images/textures/item/end_crystal.png b/resources/images/textures/item/end_crystal.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4dffb386e33e8f080bb0caf0b6a89321acfa10 Binary files /dev/null and b/resources/images/textures/item/end_crystal.png differ diff --git a/resources/images/textures/item/end_crystal_frame.png b/resources/images/textures/item/end_crystal_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..23d138d2c89ba665e764ae620aa399c4f3477909 Binary files /dev/null and b/resources/images/textures/item/end_crystal_frame.png differ diff --git a/resources/images/textures/item/ender_eye.png b/resources/images/textures/item/ender_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..0eafc5dac7d1d112736e94cf1a498c874e7c7df7 Binary files /dev/null and b/resources/images/textures/item/ender_eye.png differ diff --git a/resources/images/textures/item/ender_pearl.png b/resources/images/textures/item/ender_pearl.png new file mode 100644 index 0000000000000000000000000000000000000000..ce61522a3878b99bae7fd3577c238c26f36036a1 Binary files /dev/null and b/resources/images/textures/item/ender_pearl.png differ diff --git a/resources/images/textures/item/experience_bottle.png b/resources/images/textures/item/experience_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..cc2e47a192c228bfec83f68d853dbe2828077f4e Binary files /dev/null and b/resources/images/textures/item/experience_bottle.png differ diff --git a/resources/images/textures/item/feather.png b/resources/images/textures/item/feather.png new file mode 100644 index 0000000000000000000000000000000000000000..e9055d3c6e07bf7fd83163c1445d39bf2a7f9162 Binary files /dev/null and b/resources/images/textures/item/feather.png differ diff --git a/resources/images/textures/item/fermented_spider_eye.png b/resources/images/textures/item/fermented_spider_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..bc895fe7842a054d1ae9d066f1b96515d743a46a Binary files /dev/null and b/resources/images/textures/item/fermented_spider_eye.png differ diff --git a/resources/images/textures/item/filled_map.png b/resources/images/textures/item/filled_map.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc1959e97fbce8b98a2625b411e468987109f18 Binary files /dev/null and b/resources/images/textures/item/filled_map.png differ diff --git a/resources/images/textures/item/filled_map_markings.png b/resources/images/textures/item/filled_map_markings.png new file mode 100644 index 0000000000000000000000000000000000000000..ae8a5005e7debce2c84031aa5e85396c592f509f Binary files /dev/null and b/resources/images/textures/item/filled_map_markings.png differ diff --git a/resources/images/textures/item/fire_charge.png b/resources/images/textures/item/fire_charge.png new file mode 100644 index 0000000000000000000000000000000000000000..a0b6f166fb52637e6bd96ed6bdb8e4f7c6c3d8d4 Binary files /dev/null and b/resources/images/textures/item/fire_charge.png differ diff --git a/resources/images/textures/item/firework_rocket.png b/resources/images/textures/item/firework_rocket.png new file mode 100644 index 0000000000000000000000000000000000000000..9f1efd0f8a0007f13fe2159a90f64aad04e9ed09 Binary files /dev/null and b/resources/images/textures/item/firework_rocket.png differ diff --git a/resources/images/textures/item/firework_star.png b/resources/images/textures/item/firework_star.png new file mode 100644 index 0000000000000000000000000000000000000000..f92b8544a271d4c2eb164ad998557dfa578a4308 Binary files /dev/null and b/resources/images/textures/item/firework_star.png differ diff --git a/resources/images/textures/item/firework_star_overlay.png b/resources/images/textures/item/firework_star_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..fc045a42efde7804695fa8819dc916d68cd3e8dc Binary files /dev/null and b/resources/images/textures/item/firework_star_overlay.png differ diff --git a/resources/images/textures/item/fishing_rod.png b/resources/images/textures/item/fishing_rod.png new file mode 100644 index 0000000000000000000000000000000000000000..49b457d1b06b80986a188dfbc9893d2dae0d6e6e Binary files /dev/null and b/resources/images/textures/item/fishing_rod.png differ diff --git a/resources/images/textures/item/fishing_rod.png.mcmeta b/resources/images/textures/item/fishing_rod.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..7e4eebd2b65d87cb50ed28a7577d6c6df944878c --- /dev/null +++ b/resources/images/textures/item/fishing_rod.png.mcmeta @@ -0,0 +1,9 @@ +{ + "animation": { + "frametime":10, + "frames":[ + 0,1,2,3 +,4,3,2,1,2,2,1,0,0,1,2,3,3,3,4,3,2,1,1,2,3,4,4,3,2,1,0 + ] + } +} diff --git a/resources/images/textures/item/fishing_rod_cast.png b/resources/images/textures/item/fishing_rod_cast.png new file mode 100644 index 0000000000000000000000000000000000000000..3e52ec700c98fe9f60e9a1075f51341982dd100e Binary files /dev/null and b/resources/images/textures/item/fishing_rod_cast.png differ diff --git a/resources/images/textures/item/flint.png b/resources/images/textures/item/flint.png new file mode 100644 index 0000000000000000000000000000000000000000..0211fbca5bcd7859758d064aef347de9801c582d Binary files /dev/null and b/resources/images/textures/item/flint.png differ diff --git a/resources/images/textures/item/flint_and_steel.png b/resources/images/textures/item/flint_and_steel.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb36ff690a1652788aba2a8c6619ce709dea7d8 Binary files /dev/null and b/resources/images/textures/item/flint_and_steel.png differ diff --git a/resources/images/textures/item/flower_banner_pattern.png b/resources/images/textures/item/flower_banner_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc8d90c0eaab93c952c0896958b42367ef9c9cd Binary files /dev/null and b/resources/images/textures/item/flower_banner_pattern.png differ diff --git a/resources/images/textures/item/flower_pot.png b/resources/images/textures/item/flower_pot.png new file mode 100644 index 0000000000000000000000000000000000000000..18a6fbc5cda155a28e7d54e92bc31c273831b36d Binary files /dev/null and b/resources/images/textures/item/flower_pot.png differ diff --git a/resources/images/textures/item/furnace_minecart.png b/resources/images/textures/item/furnace_minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..1e69c0337d4cbedfd49fb73a4e4a64027a1a35bf Binary files /dev/null and b/resources/images/textures/item/furnace_minecart.png differ diff --git a/resources/images/textures/item/ghast_tear.png b/resources/images/textures/item/ghast_tear.png new file mode 100644 index 0000000000000000000000000000000000000000..41b2d05d889d41c19b34c203248b6966e6df6c77 Binary files /dev/null and b/resources/images/textures/item/ghast_tear.png differ diff --git a/resources/images/textures/item/glass_bottle.png b/resources/images/textures/item/glass_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..ddea70cee7616a0bb955aa74009bd9a385187285 Binary files /dev/null and b/resources/images/textures/item/glass_bottle.png differ diff --git a/resources/images/textures/item/glistering_melon_slice.png b/resources/images/textures/item/glistering_melon_slice.png new file mode 100644 index 0000000000000000000000000000000000000000..4f353b95e40fc77efc2ba10a5711aef2c87b46ec Binary files /dev/null and b/resources/images/textures/item/glistering_melon_slice.png differ diff --git a/resources/images/textures/item/globe_banner_pattern.png b/resources/images/textures/item/globe_banner_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..04a8c4c1c6cf39fe481962a833e284f76ef1471d Binary files /dev/null and b/resources/images/textures/item/globe_banner_pattern.png differ diff --git a/resources/images/textures/item/glow_berries.png b/resources/images/textures/item/glow_berries.png new file mode 100644 index 0000000000000000000000000000000000000000..758b1754dfa89af9e74cc3620bc700ed6c9962fe Binary files /dev/null and b/resources/images/textures/item/glow_berries.png differ diff --git a/resources/images/textures/item/glow_ink_sac.png b/resources/images/textures/item/glow_ink_sac.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa317566c49cb9f2c5d8fcbd8d945ca33a588a3 Binary files /dev/null and b/resources/images/textures/item/glow_ink_sac.png differ diff --git a/resources/images/textures/item/glow_item_frame.png b/resources/images/textures/item/glow_item_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..92442ff1484383a86744bfe040cab95a4d19ec13 Binary files /dev/null and b/resources/images/textures/item/glow_item_frame.png differ diff --git a/resources/images/textures/item/glowstone_dust.png b/resources/images/textures/item/glowstone_dust.png new file mode 100644 index 0000000000000000000000000000000000000000..f9561c1753237d21e655d2bdd813fe877b699657 Binary files /dev/null and b/resources/images/textures/item/glowstone_dust.png differ diff --git a/resources/images/textures/item/gold_ingot.png b/resources/images/textures/item/gold_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..860279b5abf715cb5f8346eeb85a8b1bdb01db8f Binary files /dev/null and b/resources/images/textures/item/gold_ingot.png differ diff --git a/resources/images/textures/item/gold_nugget.png b/resources/images/textures/item/gold_nugget.png new file mode 100644 index 0000000000000000000000000000000000000000..e6fc1ab5598c2981cd38a25cb6b7273eef22fcc5 Binary files /dev/null and b/resources/images/textures/item/gold_nugget.png differ diff --git a/resources/images/textures/item/golden_apple.png b/resources/images/textures/item/golden_apple.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f451b599c7dda497031cb8900ff813a43df330 Binary files /dev/null and b/resources/images/textures/item/golden_apple.png differ diff --git a/resources/images/textures/item/golden_axe.png b/resources/images/textures/item/golden_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..af0804feaf28c22d0750b610cb9fb41fa72197b2 Binary files /dev/null and b/resources/images/textures/item/golden_axe.png differ diff --git a/resources/images/textures/item/golden_boots.png b/resources/images/textures/item/golden_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..78836d8d07bc66c83a3e64acf3fbfb4fec6741e3 Binary files /dev/null and b/resources/images/textures/item/golden_boots.png differ diff --git a/resources/images/textures/item/golden_carrot.png b/resources/images/textures/item/golden_carrot.png new file mode 100644 index 0000000000000000000000000000000000000000..67aec4c914c3d72652781874786618671dad8b57 Binary files /dev/null and b/resources/images/textures/item/golden_carrot.png differ diff --git a/resources/images/textures/item/golden_chestplate.png b/resources/images/textures/item/golden_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..a15819a47e2d29a893c76eedb1c4ce9c1f692051 Binary files /dev/null and b/resources/images/textures/item/golden_chestplate.png differ diff --git a/resources/images/textures/item/golden_helmet.png b/resources/images/textures/item/golden_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..3bcf76014935ce402d8e985a15de23bf98e3466f Binary files /dev/null and b/resources/images/textures/item/golden_helmet.png differ diff --git a/resources/images/textures/item/golden_hoe.png b/resources/images/textures/item/golden_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..f1ca2453df3e8dc3b3ff6727d53f7a3b31bdcbe3 Binary files /dev/null and b/resources/images/textures/item/golden_hoe.png differ diff --git a/resources/images/textures/item/golden_horse_armor.png b/resources/images/textures/item/golden_horse_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..e925401fcf7a632c1f311797e2fbe883ca13b7fb Binary files /dev/null and b/resources/images/textures/item/golden_horse_armor.png differ diff --git a/resources/images/textures/item/golden_leggings.png b/resources/images/textures/item/golden_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..114926e49a10b5f777c3287a56e1a00f5e3bec0e Binary files /dev/null and b/resources/images/textures/item/golden_leggings.png differ diff --git a/resources/images/textures/item/golden_pickaxe.png b/resources/images/textures/item/golden_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..caaa21ad9479c957aebd900521cffbf19f660ca2 Binary files /dev/null and b/resources/images/textures/item/golden_pickaxe.png differ diff --git a/resources/images/textures/item/golden_shovel.png b/resources/images/textures/item/golden_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..65b2a085519e61baf2b4b55bae5d403fa5f54cad Binary files /dev/null and b/resources/images/textures/item/golden_shovel.png differ diff --git a/resources/images/textures/item/golden_sword.png b/resources/images/textures/item/golden_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..2e37674f7d356004e207d2326aa9751e6a69d262 Binary files /dev/null and b/resources/images/textures/item/golden_sword.png differ diff --git a/resources/images/textures/item/gray_candle.png b/resources/images/textures/item/gray_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..0f25887008eabca78858bb8e5c5c327bbeca856f Binary files /dev/null and b/resources/images/textures/item/gray_candle.png differ diff --git a/resources/images/textures/item/gray_dye.png b/resources/images/textures/item/gray_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..bce93d28f5562b14c05983f38fd07b7e85c6cef9 Binary files /dev/null and b/resources/images/textures/item/gray_dye.png differ diff --git a/resources/images/textures/item/green_candle.png b/resources/images/textures/item/green_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..79261579e56e1df91e12772c34c72ed0475fea81 Binary files /dev/null and b/resources/images/textures/item/green_candle.png differ diff --git a/resources/images/textures/item/green_dye.png b/resources/images/textures/item/green_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..d2c336242277ac2ca3f7b786cc79c7dac0065fe9 Binary files /dev/null and b/resources/images/textures/item/green_dye.png differ diff --git a/resources/images/textures/item/gunpowder.png b/resources/images/textures/item/gunpowder.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc8cf2e606edcb420e9a5a89eeea8f3c0b8c382 Binary files /dev/null and b/resources/images/textures/item/gunpowder.png differ diff --git a/resources/images/textures/item/heart_of_the_sea.png b/resources/images/textures/item/heart_of_the_sea.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6a72f931479b16276bca3cf0ca6a9a208e5771 Binary files /dev/null and b/resources/images/textures/item/heart_of_the_sea.png differ diff --git a/resources/images/textures/item/honey_bottle.png b/resources/images/textures/item/honey_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..72c623b12fb9f2e624225c513a3e4e1433472cb8 Binary files /dev/null and b/resources/images/textures/item/honey_bottle.png differ diff --git a/resources/images/textures/item/honeycomb.png b/resources/images/textures/item/honeycomb.png new file mode 100644 index 0000000000000000000000000000000000000000..38cbee7f18d55b59480f3f09f3ae005068de3396 Binary files /dev/null and b/resources/images/textures/item/honeycomb.png differ diff --git a/resources/images/textures/item/hopper.png b/resources/images/textures/item/hopper.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c3f8b290f200729cacea4f4d4d227664d82341 Binary files /dev/null and b/resources/images/textures/item/hopper.png differ diff --git a/resources/images/textures/item/hopper_minecart.png b/resources/images/textures/item/hopper_minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..b780252ec773a110590eea500f35e2fce774be37 Binary files /dev/null and b/resources/images/textures/item/hopper_minecart.png differ diff --git a/resources/images/textures/item/ink_sac.png b/resources/images/textures/item/ink_sac.png new file mode 100644 index 0000000000000000000000000000000000000000..b30107f1df32d5fedc70891786fc8406f771f134 Binary files /dev/null and b/resources/images/textures/item/ink_sac.png differ diff --git a/resources/images/textures/item/iron_axe.png b/resources/images/textures/item/iron_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..371f333b38054a0985921478494714fb2a6aae9e Binary files /dev/null and b/resources/images/textures/item/iron_axe.png differ diff --git a/resources/images/textures/item/iron_boots.png b/resources/images/textures/item/iron_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb2c31f61e433a4f06664b8732d64d21c7e0f11 Binary files /dev/null and b/resources/images/textures/item/iron_boots.png differ diff --git a/resources/images/textures/item/iron_chestplate.png b/resources/images/textures/item/iron_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b065aa9a635a851f84753060c6271a2e4fc9c7 Binary files /dev/null and b/resources/images/textures/item/iron_chestplate.png differ diff --git a/resources/images/textures/item/iron_door.png b/resources/images/textures/item/iron_door.png new file mode 100644 index 0000000000000000000000000000000000000000..60a80816c6967c9bff0535b1b3e9c109fe67a64a Binary files /dev/null and b/resources/images/textures/item/iron_door.png differ diff --git a/resources/images/textures/item/iron_helmet.png b/resources/images/textures/item/iron_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..10f6997621555e48d8c90587c937d2ffcab2f9d3 Binary files /dev/null and b/resources/images/textures/item/iron_helmet.png differ diff --git a/resources/images/textures/item/iron_hoe.png b/resources/images/textures/item/iron_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..d3991c540fe0583d21d4f78d6053c3680e4eb9eb Binary files /dev/null and b/resources/images/textures/item/iron_hoe.png differ diff --git a/resources/images/textures/item/iron_horse_armor.png b/resources/images/textures/item/iron_horse_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..a60ff0163f0b14822cf444832318c649653dfaed Binary files /dev/null and b/resources/images/textures/item/iron_horse_armor.png differ diff --git a/resources/images/textures/item/iron_ingot.png b/resources/images/textures/item/iron_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..b2425f57ad917f6b4bbec2eb7e556a0313d92b7a Binary files /dev/null and b/resources/images/textures/item/iron_ingot.png differ diff --git a/resources/images/textures/item/iron_leggings.png b/resources/images/textures/item/iron_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..7b8ea92d4ae5335f87301a1dc56086f711f3c512 Binary files /dev/null and b/resources/images/textures/item/iron_leggings.png differ diff --git a/resources/images/textures/item/iron_nugget.png b/resources/images/textures/item/iron_nugget.png new file mode 100644 index 0000000000000000000000000000000000000000..0224824d50226e01fe49135a7e517e6850bbdfcb Binary files /dev/null and b/resources/images/textures/item/iron_nugget.png differ diff --git a/resources/images/textures/item/iron_pickaxe.png b/resources/images/textures/item/iron_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..363d6956970e5f569220b9e43bf613221fd6283c Binary files /dev/null and b/resources/images/textures/item/iron_pickaxe.png differ diff --git a/resources/images/textures/item/iron_shovel.png b/resources/images/textures/item/iron_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..359d4cb36a3e4fedc4b8a3cb361781909764ba19 Binary files /dev/null and b/resources/images/textures/item/iron_shovel.png differ diff --git a/resources/images/textures/item/iron_sword.png b/resources/images/textures/item/iron_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f24fb5ad73b64c51246b06c291bde017c9893a Binary files /dev/null and b/resources/images/textures/item/iron_sword.png differ diff --git a/resources/images/textures/item/item_frame.png b/resources/images/textures/item/item_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..9b632be7a5eaa34f75f944837b2447a319c53fb8 Binary files /dev/null and b/resources/images/textures/item/item_frame.png differ diff --git a/resources/images/textures/item/jungle_boat.png b/resources/images/textures/item/jungle_boat.png new file mode 100644 index 0000000000000000000000000000000000000000..0567bca150ad2c1784ca7e2f41dce5e4820fcd78 Binary files /dev/null and b/resources/images/textures/item/jungle_boat.png differ diff --git a/resources/images/textures/item/jungle_door.png b/resources/images/textures/item/jungle_door.png new file mode 100644 index 0000000000000000000000000000000000000000..db3989f957d654dd7c2e7daf45a52a7850f2cd13 Binary files /dev/null and b/resources/images/textures/item/jungle_door.png differ diff --git a/resources/images/textures/item/jungle_sign.png b/resources/images/textures/item/jungle_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbcb26809015ca824fecb7f0c8a8b211e695db1 Binary files /dev/null and b/resources/images/textures/item/jungle_sign.png differ diff --git a/resources/images/textures/item/kelp.png b/resources/images/textures/item/kelp.png new file mode 100644 index 0000000000000000000000000000000000000000..f25ea9a3ff630d0feb2035ab8cab0b9f80f71299 Binary files /dev/null and b/resources/images/textures/item/kelp.png differ diff --git a/resources/images/textures/item/knowledge_book.png b/resources/images/textures/item/knowledge_book.png new file mode 100644 index 0000000000000000000000000000000000000000..f7cdb859ce2297cc2b10b915b4427569e2c695fd Binary files /dev/null and b/resources/images/textures/item/knowledge_book.png differ diff --git a/resources/images/textures/item/lantern.png b/resources/images/textures/item/lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..79e3b6a313e1be0f944e768a1376199f94108866 Binary files /dev/null and b/resources/images/textures/item/lantern.png differ diff --git a/resources/images/textures/item/lapis_lazuli.png b/resources/images/textures/item/lapis_lazuli.png new file mode 100644 index 0000000000000000000000000000000000000000..7709c5e5afa3ffc317a537aaaf08975619108a93 Binary files /dev/null and b/resources/images/textures/item/lapis_lazuli.png differ diff --git a/resources/images/textures/item/lava_bucket.png b/resources/images/textures/item/lava_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..e2175e1e9a601f12bba768845476229100808a63 Binary files /dev/null and b/resources/images/textures/item/lava_bucket.png differ diff --git a/resources/images/textures/item/lead.png b/resources/images/textures/item/lead.png new file mode 100644 index 0000000000000000000000000000000000000000..84575ec51bb9dc38117a312b91561b5dda11eaa6 Binary files /dev/null and b/resources/images/textures/item/lead.png differ diff --git a/resources/images/textures/item/leather.png b/resources/images/textures/item/leather.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2cf2e1d0058e94dc651bb28c9728d73f62b007 Binary files /dev/null and b/resources/images/textures/item/leather.png differ diff --git a/resources/images/textures/item/leather_boots.png b/resources/images/textures/item/leather_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..257e8f9bdff3995c4ac411fa604120945b675d7f Binary files /dev/null and b/resources/images/textures/item/leather_boots.png differ diff --git a/resources/images/textures/item/leather_boots_overlay.png b/resources/images/textures/item/leather_boots_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..a310f272c7486b4c1f642c2c1a40c3a5d60716e5 Binary files /dev/null and b/resources/images/textures/item/leather_boots_overlay.png differ diff --git a/resources/images/textures/item/leather_chestplate.png b/resources/images/textures/item/leather_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..7a5b5d570b7e315f9ffb0701d08401b1032b8f31 Binary files /dev/null and b/resources/images/textures/item/leather_chestplate.png differ diff --git a/resources/images/textures/item/leather_chestplate_overlay.png b/resources/images/textures/item/leather_chestplate_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..354a6ddfe02cb6de69a52f010e8c8ca513573a24 Binary files /dev/null and b/resources/images/textures/item/leather_chestplate_overlay.png differ diff --git a/resources/images/textures/item/leather_helmet.png b/resources/images/textures/item/leather_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..43a580378480177a4cba05f66e1a66bf3b7a82d8 Binary files /dev/null and b/resources/images/textures/item/leather_helmet.png differ diff --git a/resources/images/textures/item/leather_helmet_overlay.png b/resources/images/textures/item/leather_helmet_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9ee66e56429bd3ba375df758dfb5abe8b05a3e Binary files /dev/null and b/resources/images/textures/item/leather_helmet_overlay.png differ diff --git a/resources/images/textures/item/leather_horse_armor.png b/resources/images/textures/item/leather_horse_armor.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c9285b600054734f07259258bfa28a4110ced3 Binary files /dev/null and b/resources/images/textures/item/leather_horse_armor.png differ diff --git a/resources/images/textures/item/leather_leggings.png b/resources/images/textures/item/leather_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7b0170cf9dc3bb5efadfb060c3abbb639971a3 Binary files /dev/null and b/resources/images/textures/item/leather_leggings.png differ diff --git a/resources/images/textures/item/leather_leggings_overlay.png b/resources/images/textures/item/leather_leggings_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..3c897ecd898ad50ca556643e470d240b754c31ad Binary files /dev/null and b/resources/images/textures/item/leather_leggings_overlay.png differ diff --git a/resources/images/textures/item/light.png b/resources/images/textures/item/light.png new file mode 100644 index 0000000000000000000000000000000000000000..d08cf79a40bae1dca38e7cd563ae987a1489e515 Binary files /dev/null and b/resources/images/textures/item/light.png differ diff --git a/resources/images/textures/item/light_blue_candle.png b/resources/images/textures/item/light_blue_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..d13fbe58bce11518b710b3cbab9bd5a82bd025ec Binary files /dev/null and b/resources/images/textures/item/light_blue_candle.png differ diff --git a/resources/images/textures/item/light_blue_dye.png b/resources/images/textures/item/light_blue_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5daec3ab216e6ee732565280642f5bb3ed200d Binary files /dev/null and b/resources/images/textures/item/light_blue_dye.png differ diff --git a/resources/images/textures/item/light_gray_candle.png b/resources/images/textures/item/light_gray_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..28125208263019557d74a2caf948bdd8c9a204a8 Binary files /dev/null and b/resources/images/textures/item/light_gray_candle.png differ diff --git a/resources/images/textures/item/light_gray_dye.png b/resources/images/textures/item/light_gray_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..ac1cf08a86c59a9e2c716d5184826ff423259945 Binary files /dev/null and b/resources/images/textures/item/light_gray_dye.png differ diff --git a/resources/images/textures/item/lime_candle.png b/resources/images/textures/item/lime_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..674c040d1d0b89a280765ed6688f35fc26364d32 Binary files /dev/null and b/resources/images/textures/item/lime_candle.png differ diff --git a/resources/images/textures/item/lime_dye.png b/resources/images/textures/item/lime_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..9e6955b9ce73b89059055913eb7c853dc2e127a9 Binary files /dev/null and b/resources/images/textures/item/lime_dye.png differ diff --git a/resources/images/textures/item/lingering_potion.png b/resources/images/textures/item/lingering_potion.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d1e97d1f6447698b5e706b8549b1c09bf7a3b2 Binary files /dev/null and b/resources/images/textures/item/lingering_potion.png differ diff --git a/resources/images/textures/item/magenta_candle.png b/resources/images/textures/item/magenta_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..825fb4261429928eb51ae644b0dfaedc088c89ac Binary files /dev/null and b/resources/images/textures/item/magenta_candle.png differ diff --git a/resources/images/textures/item/magenta_dye.png b/resources/images/textures/item/magenta_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..0348c190d02d37a6f488670f92c820d1ffd18415 Binary files /dev/null and b/resources/images/textures/item/magenta_dye.png differ diff --git a/resources/images/textures/item/magma_cream.png b/resources/images/textures/item/magma_cream.png new file mode 100644 index 0000000000000000000000000000000000000000..490b3438a98ac8aaf8dcf40183ea444e8a2c8c2e Binary files /dev/null and b/resources/images/textures/item/magma_cream.png differ diff --git a/resources/images/textures/item/map.png b/resources/images/textures/item/map.png new file mode 100644 index 0000000000000000000000000000000000000000..87e05b06448daee8347bf55ba3edb956f1b577ae Binary files /dev/null and b/resources/images/textures/item/map.png differ diff --git a/resources/images/textures/item/melon_seeds.png b/resources/images/textures/item/melon_seeds.png new file mode 100644 index 0000000000000000000000000000000000000000..bc662dc9b3c291c5a382e8767da83c4e18f320a0 Binary files /dev/null and b/resources/images/textures/item/melon_seeds.png differ diff --git a/resources/images/textures/item/melon_slice.png b/resources/images/textures/item/melon_slice.png new file mode 100644 index 0000000000000000000000000000000000000000..5373b94fac666db758d3ff1586f4de1a3e8a1810 Binary files /dev/null and b/resources/images/textures/item/melon_slice.png differ diff --git a/resources/images/textures/item/milk_bucket.png b/resources/images/textures/item/milk_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd2496590349ffa668cfab99f079d0b74e51d3e Binary files /dev/null and b/resources/images/textures/item/milk_bucket.png differ diff --git a/resources/images/textures/item/minecart.png b/resources/images/textures/item/minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..5f26dbfcdb0d7ab83ae4c7815b0b44977262cd93 Binary files /dev/null and b/resources/images/textures/item/minecart.png differ diff --git a/resources/images/textures/item/mojang_banner_pattern.png b/resources/images/textures/item/mojang_banner_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b2fd3798f45cf2923d45a8d8910bd74055e1e5 Binary files /dev/null and b/resources/images/textures/item/mojang_banner_pattern.png differ diff --git a/resources/images/textures/item/mushroom_stew.png b/resources/images/textures/item/mushroom_stew.png new file mode 100644 index 0000000000000000000000000000000000000000..30af54b75c5d11a4f02de14182bee3718cd2e78d Binary files /dev/null and b/resources/images/textures/item/mushroom_stew.png differ diff --git a/resources/images/textures/item/music_disc_11.png b/resources/images/textures/item/music_disc_11.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5a6b2ca91b7d728c6310f91ae0fad968c3b01f Binary files /dev/null and b/resources/images/textures/item/music_disc_11.png differ diff --git a/resources/images/textures/item/music_disc_13.png b/resources/images/textures/item/music_disc_13.png new file mode 100644 index 0000000000000000000000000000000000000000..97bf858e240496dc3165b9194e62dae7c0a665c1 Binary files /dev/null and b/resources/images/textures/item/music_disc_13.png differ diff --git a/resources/images/textures/item/music_disc_blocks.png b/resources/images/textures/item/music_disc_blocks.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f7fc861ea9bdf1ec9a11a1bdf29277e5c446b5 Binary files /dev/null and b/resources/images/textures/item/music_disc_blocks.png differ diff --git a/resources/images/textures/item/music_disc_cat.png b/resources/images/textures/item/music_disc_cat.png new file mode 100644 index 0000000000000000000000000000000000000000..ce7f9d5f96150ce3e89d50655f1485ddfa6e3a02 Binary files /dev/null and b/resources/images/textures/item/music_disc_cat.png differ diff --git a/resources/images/textures/item/music_disc_chirp.png b/resources/images/textures/item/music_disc_chirp.png new file mode 100644 index 0000000000000000000000000000000000000000..e123917a1355bb63a241f70f6602113d7e3b8ad4 Binary files /dev/null and b/resources/images/textures/item/music_disc_chirp.png differ diff --git a/resources/images/textures/item/music_disc_far.png b/resources/images/textures/item/music_disc_far.png new file mode 100644 index 0000000000000000000000000000000000000000..62f4f1cc743da17288e3565611c14c81b673ea23 Binary files /dev/null and b/resources/images/textures/item/music_disc_far.png differ diff --git a/resources/images/textures/item/music_disc_mall.png b/resources/images/textures/item/music_disc_mall.png new file mode 100644 index 0000000000000000000000000000000000000000..46fe5580ab320143946baa571ad876579e42a6fc Binary files /dev/null and b/resources/images/textures/item/music_disc_mall.png differ diff --git a/resources/images/textures/item/music_disc_mellohi.png b/resources/images/textures/item/music_disc_mellohi.png new file mode 100644 index 0000000000000000000000000000000000000000..a6682732349b9238d2b86e15e3b996ce3dc9a211 Binary files /dev/null and b/resources/images/textures/item/music_disc_mellohi.png differ diff --git a/resources/images/textures/item/music_disc_pigstep.png b/resources/images/textures/item/music_disc_pigstep.png new file mode 100644 index 0000000000000000000000000000000000000000..567072d1031927fe78ecde7d61ed9510f2ab62ed Binary files /dev/null and b/resources/images/textures/item/music_disc_pigstep.png differ diff --git a/resources/images/textures/item/music_disc_stal.png b/resources/images/textures/item/music_disc_stal.png new file mode 100644 index 0000000000000000000000000000000000000000..b94add3870f31e2cebf7d50f6f1c4fc15bdd0594 Binary files /dev/null and b/resources/images/textures/item/music_disc_stal.png differ diff --git a/resources/images/textures/item/music_disc_strad.png b/resources/images/textures/item/music_disc_strad.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc804ba6bd64cfe3d16a49be4460a15e6d27fdb Binary files /dev/null and b/resources/images/textures/item/music_disc_strad.png differ diff --git a/resources/images/textures/item/music_disc_wait.png b/resources/images/textures/item/music_disc_wait.png new file mode 100644 index 0000000000000000000000000000000000000000..1dcdc555521736d75d9a357c3265483a6d64f33d Binary files /dev/null and b/resources/images/textures/item/music_disc_wait.png differ diff --git a/resources/images/textures/item/music_disc_ward.png b/resources/images/textures/item/music_disc_ward.png new file mode 100644 index 0000000000000000000000000000000000000000..e338534d0f73221aae706f96525b79bb08878fa0 Binary files /dev/null and b/resources/images/textures/item/music_disc_ward.png differ diff --git a/resources/images/textures/item/mutton.png b/resources/images/textures/item/mutton.png new file mode 100644 index 0000000000000000000000000000000000000000..dd53ace0551c235fe49083aa40c088b3dfe463c9 Binary files /dev/null and b/resources/images/textures/item/mutton.png differ diff --git a/resources/images/textures/item/name_tag.png b/resources/images/textures/item/name_tag.png new file mode 100644 index 0000000000000000000000000000000000000000..7020972f221796303e4189bb89da5e4c58f94620 Binary files /dev/null and b/resources/images/textures/item/name_tag.png differ diff --git a/resources/images/textures/item/nautilus_shell.png b/resources/images/textures/item/nautilus_shell.png new file mode 100644 index 0000000000000000000000000000000000000000..9af996ca5db9e5c3a5ad9408d2d9936ed3cee0d7 Binary files /dev/null and b/resources/images/textures/item/nautilus_shell.png differ diff --git a/resources/images/textures/item/nether_brick.png b/resources/images/textures/item/nether_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d78336fcccba9a227873c95211f56acf2d7c77 Binary files /dev/null and b/resources/images/textures/item/nether_brick.png differ diff --git a/resources/images/textures/item/nether_sprouts.png b/resources/images/textures/item/nether_sprouts.png new file mode 100644 index 0000000000000000000000000000000000000000..07ee36e9d08068c4afa02892edc8df64b4da70c2 Binary files /dev/null and b/resources/images/textures/item/nether_sprouts.png differ diff --git a/resources/images/textures/item/nether_star.png b/resources/images/textures/item/nether_star.png new file mode 100644 index 0000000000000000000000000000000000000000..f96d1cd9333b4b8ef1fe93032b6cee55828c33fb Binary files /dev/null and b/resources/images/textures/item/nether_star.png differ diff --git a/resources/images/textures/item/nether_wart.png b/resources/images/textures/item/nether_wart.png new file mode 100644 index 0000000000000000000000000000000000000000..1bde9830a40cb203db6a8417e01d13a224c3dc11 Binary files /dev/null and b/resources/images/textures/item/nether_wart.png differ diff --git a/resources/images/textures/item/netherite_axe.png b/resources/images/textures/item/netherite_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..b17edef0a76d1434c978b90a653669d6a6c61ca1 Binary files /dev/null and b/resources/images/textures/item/netherite_axe.png differ diff --git a/resources/images/textures/item/netherite_boots.png b/resources/images/textures/item/netherite_boots.png new file mode 100644 index 0000000000000000000000000000000000000000..3a65131c3a73b676bc19a270fe58d2f87c042f1a Binary files /dev/null and b/resources/images/textures/item/netherite_boots.png differ diff --git a/resources/images/textures/item/netherite_chestplate.png b/resources/images/textures/item/netherite_chestplate.png new file mode 100644 index 0000000000000000000000000000000000000000..4dad086fd73ed58c59b15a9d47c5ced6a4cf3de1 Binary files /dev/null and b/resources/images/textures/item/netherite_chestplate.png differ diff --git a/resources/images/textures/item/netherite_helmet.png b/resources/images/textures/item/netherite_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..1d30ad35510da652418c377cb5df5fb631e7d2d6 Binary files /dev/null and b/resources/images/textures/item/netherite_helmet.png differ diff --git a/resources/images/textures/item/netherite_hoe.png b/resources/images/textures/item/netherite_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..7c06baca0adad6a9fe802af4c9087040f250544a Binary files /dev/null and b/resources/images/textures/item/netherite_hoe.png differ diff --git a/resources/images/textures/item/netherite_ingot.png b/resources/images/textures/item/netherite_ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1459765968be27968e30eb9a62dddf8ec5177b Binary files /dev/null and b/resources/images/textures/item/netherite_ingot.png differ diff --git a/resources/images/textures/item/netherite_leggings.png b/resources/images/textures/item/netherite_leggings.png new file mode 100644 index 0000000000000000000000000000000000000000..9ada43fd4a19c646aa74690b0b4dadcde254a348 Binary files /dev/null and b/resources/images/textures/item/netherite_leggings.png differ diff --git a/resources/images/textures/item/netherite_pickaxe.png b/resources/images/textures/item/netherite_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1b7eceb0eab4b90db42fcf45f7ca1320464eb6 Binary files /dev/null and b/resources/images/textures/item/netherite_pickaxe.png differ diff --git a/resources/images/textures/item/netherite_scrap.png b/resources/images/textures/item/netherite_scrap.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7635ea6e9855455fe17cb346d656387b8e5b48 Binary files /dev/null and b/resources/images/textures/item/netherite_scrap.png differ diff --git a/resources/images/textures/item/netherite_shovel.png b/resources/images/textures/item/netherite_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..5642faa81a70fe16d397dfb159e52d1880f49c23 Binary files /dev/null and b/resources/images/textures/item/netherite_shovel.png differ diff --git a/resources/images/textures/item/netherite_sword.png b/resources/images/textures/item/netherite_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..85803d67d713234c2d4b29885321ee38a041a6a6 Binary files /dev/null and b/resources/images/textures/item/netherite_sword.png differ diff --git a/resources/images/textures/item/oak_boat.png b/resources/images/textures/item/oak_boat.png new file mode 100644 index 0000000000000000000000000000000000000000..45b388b48a8b825ca2fd5d25f06e2c84a3980c2f Binary files /dev/null and b/resources/images/textures/item/oak_boat.png differ diff --git a/resources/images/textures/item/oak_door.png b/resources/images/textures/item/oak_door.png new file mode 100644 index 0000000000000000000000000000000000000000..0a28d7e37072b1bdd9a79d154dface785f072cbf Binary files /dev/null and b/resources/images/textures/item/oak_door.png differ diff --git a/resources/images/textures/item/oak_sign.png b/resources/images/textures/item/oak_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9d98b81d510514af991ed67379ffdcc8be85d6 Binary files /dev/null and b/resources/images/textures/item/oak_sign.png differ diff --git a/resources/images/textures/item/orange_candle.png b/resources/images/textures/item/orange_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8463cccb51b62f06a08310a6f8a25f07a992b2 Binary files /dev/null and b/resources/images/textures/item/orange_candle.png differ diff --git a/resources/images/textures/item/orange_dye.png b/resources/images/textures/item/orange_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..50629bfbbf5fd03987aec9f08b580fcc441b1726 Binary files /dev/null and b/resources/images/textures/item/orange_dye.png differ diff --git a/resources/images/textures/item/painting.png b/resources/images/textures/item/painting.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2e16443a7168e646c3a302f4c200d2f0a4fcf7 Binary files /dev/null and b/resources/images/textures/item/painting.png differ diff --git a/resources/images/textures/item/paper.png b/resources/images/textures/item/paper.png new file mode 100644 index 0000000000000000000000000000000000000000..1169040df85d2041a1142bba460c4eceae6b9454 Binary files /dev/null and b/resources/images/textures/item/paper.png differ diff --git a/resources/images/textures/item/phantom_membrane.png b/resources/images/textures/item/phantom_membrane.png new file mode 100644 index 0000000000000000000000000000000000000000..f01578d1c4ee105dcac6adaaaf3797153586dae1 Binary files /dev/null and b/resources/images/textures/item/phantom_membrane.png differ diff --git a/resources/images/textures/item/piglin_banner_pattern.png b/resources/images/textures/item/piglin_banner_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..60b51ad6e5322018fbe5e3f1279b35618e4239ff Binary files /dev/null and b/resources/images/textures/item/piglin_banner_pattern.png differ diff --git a/resources/images/textures/item/pink_candle.png b/resources/images/textures/item/pink_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..0efa944b0418fa39c7c675f276aa5db238e48781 Binary files /dev/null and b/resources/images/textures/item/pink_candle.png differ diff --git a/resources/images/textures/item/pink_dye.png b/resources/images/textures/item/pink_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..29a8a0d131c4aa2992436dd85fb2e683bb75f4a0 Binary files /dev/null and b/resources/images/textures/item/pink_dye.png differ diff --git a/resources/images/textures/item/pointed_dripstone.png b/resources/images/textures/item/pointed_dripstone.png new file mode 100644 index 0000000000000000000000000000000000000000..6774b4918dde2066bb041dccb39e9bfacd0e4e75 Binary files /dev/null and b/resources/images/textures/item/pointed_dripstone.png differ diff --git a/resources/images/textures/item/poisonous_potato.png b/resources/images/textures/item/poisonous_potato.png new file mode 100644 index 0000000000000000000000000000000000000000..81252b2b012b5564c615c56f96ce11383bc113e4 Binary files /dev/null and b/resources/images/textures/item/poisonous_potato.png differ diff --git a/resources/images/textures/item/popped_chorus_fruit.png b/resources/images/textures/item/popped_chorus_fruit.png new file mode 100644 index 0000000000000000000000000000000000000000..80dffe1d52f88a785a8a86b19ad23782446ac0b0 Binary files /dev/null and b/resources/images/textures/item/popped_chorus_fruit.png differ diff --git a/resources/images/textures/item/porkchop.png b/resources/images/textures/item/porkchop.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5c413baa2a93786b0ec74823fba29f061931c4 Binary files /dev/null and b/resources/images/textures/item/porkchop.png differ diff --git a/resources/images/textures/item/potato.png b/resources/images/textures/item/potato.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee9d8e55e2b2447c41aae295e44f4926ce7c258 Binary files /dev/null and b/resources/images/textures/item/potato.png differ diff --git a/resources/images/textures/item/potion.png b/resources/images/textures/item/potion.png new file mode 100644 index 0000000000000000000000000000000000000000..ddea70cee7616a0bb955aa74009bd9a385187285 Binary files /dev/null and b/resources/images/textures/item/potion.png differ diff --git a/resources/images/textures/item/potion_overlay.png b/resources/images/textures/item/potion_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..5e02b84a123f67f15ba548814fd46459d5e3af57 Binary files /dev/null and b/resources/images/textures/item/potion_overlay.png differ diff --git a/resources/images/textures/item/powder_snow_bucket.png b/resources/images/textures/item/powder_snow_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..5fe95b06c72e4bf847dde43ffdf1b3e3c1201c4a Binary files /dev/null and b/resources/images/textures/item/powder_snow_bucket.png differ diff --git a/resources/images/textures/item/prismarine_crystals.png b/resources/images/textures/item/prismarine_crystals.png new file mode 100644 index 0000000000000000000000000000000000000000..baae1714ae3ecc0f4fd5ac20f702aa4d2cf9ee97 Binary files /dev/null and b/resources/images/textures/item/prismarine_crystals.png differ diff --git a/resources/images/textures/item/prismarine_shard.png b/resources/images/textures/item/prismarine_shard.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc8f46f587253b9ead48b4bfcc69901d2863b6f Binary files /dev/null and b/resources/images/textures/item/prismarine_shard.png differ diff --git a/resources/images/textures/item/pufferfish.png b/resources/images/textures/item/pufferfish.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2efd50ac5d0a20d172770c9eee1b1783cdf589 Binary files /dev/null and b/resources/images/textures/item/pufferfish.png differ diff --git a/resources/images/textures/item/pufferfish_bucket.png b/resources/images/textures/item/pufferfish_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..10e01352f5b870c10ecd674adece010eaae7bd1e Binary files /dev/null and b/resources/images/textures/item/pufferfish_bucket.png differ diff --git a/resources/images/textures/item/pumpkin_pie.png b/resources/images/textures/item/pumpkin_pie.png new file mode 100644 index 0000000000000000000000000000000000000000..f4086fe49524a5530c433c5de5a91692b8cb5306 Binary files /dev/null and b/resources/images/textures/item/pumpkin_pie.png differ diff --git a/resources/images/textures/item/pumpkin_seeds.png b/resources/images/textures/item/pumpkin_seeds.png new file mode 100644 index 0000000000000000000000000000000000000000..4d0c9b6b3d7c819b80e54b88a4d698bab66ab089 Binary files /dev/null and b/resources/images/textures/item/pumpkin_seeds.png differ diff --git a/resources/images/textures/item/purple_candle.png b/resources/images/textures/item/purple_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9b3ec6862ca77e3a78f1776273f7bf71e21da8 Binary files /dev/null and b/resources/images/textures/item/purple_candle.png differ diff --git a/resources/images/textures/item/purple_dye.png b/resources/images/textures/item/purple_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..0712caddd9e87f5dbfb6a9b3b5ac091124c114eb Binary files /dev/null and b/resources/images/textures/item/purple_dye.png differ diff --git a/resources/images/textures/item/quartz.png b/resources/images/textures/item/quartz.png new file mode 100644 index 0000000000000000000000000000000000000000..af7f9059fc07cd73faaa6b37afefc252967209b2 Binary files /dev/null and b/resources/images/textures/item/quartz.png differ diff --git a/resources/images/textures/item/quiver.png b/resources/images/textures/item/quiver.png new file mode 100644 index 0000000000000000000000000000000000000000..76d648ead7e016a1bcd2360d8c573b498774f640 Binary files /dev/null and b/resources/images/textures/item/quiver.png differ diff --git a/resources/images/textures/item/rabbit.png b/resources/images/textures/item/rabbit.png new file mode 100644 index 0000000000000000000000000000000000000000..8a9e0e7eebca9a3f713540dce6e5f7da2024916d Binary files /dev/null and b/resources/images/textures/item/rabbit.png differ diff --git a/resources/images/textures/item/rabbit_foot.png b/resources/images/textures/item/rabbit_foot.png new file mode 100644 index 0000000000000000000000000000000000000000..7f983d240bbe2c906f4c249e92d851d0320e09b0 Binary files /dev/null and b/resources/images/textures/item/rabbit_foot.png differ diff --git a/resources/images/textures/item/rabbit_hide.png b/resources/images/textures/item/rabbit_hide.png new file mode 100644 index 0000000000000000000000000000000000000000..a04e495bceedbe97deecf5a1074fc93dbbdc8c81 Binary files /dev/null and b/resources/images/textures/item/rabbit_hide.png differ diff --git a/resources/images/textures/item/rabbit_stew.png b/resources/images/textures/item/rabbit_stew.png new file mode 100644 index 0000000000000000000000000000000000000000..a8cbaee99f016f0c90ee07e9722bd25a80722588 Binary files /dev/null and b/resources/images/textures/item/rabbit_stew.png differ diff --git a/resources/images/textures/item/raw_copper.png b/resources/images/textures/item/raw_copper.png new file mode 100644 index 0000000000000000000000000000000000000000..b44e61c5de1166f3ede494d5c84781a670a46d89 Binary files /dev/null and b/resources/images/textures/item/raw_copper.png differ diff --git a/resources/images/textures/item/raw_gold.png b/resources/images/textures/item/raw_gold.png new file mode 100644 index 0000000000000000000000000000000000000000..1b390d38d574cfc5adea5c5fcad3af1349b5329f Binary files /dev/null and b/resources/images/textures/item/raw_gold.png differ diff --git a/resources/images/textures/item/raw_iron.png b/resources/images/textures/item/raw_iron.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7aefbfc213a185f98203c9dffa9e4881276b17 Binary files /dev/null and b/resources/images/textures/item/raw_iron.png differ diff --git a/resources/images/textures/item/red_candle.png b/resources/images/textures/item/red_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..408f4d182ee88fbce22f14582b1dc52c770a66a6 Binary files /dev/null and b/resources/images/textures/item/red_candle.png differ diff --git a/resources/images/textures/item/red_dye.png b/resources/images/textures/item/red_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..656d420644a6da42ac38507abe3091ff28b069ad Binary files /dev/null and b/resources/images/textures/item/red_dye.png differ diff --git a/resources/images/textures/item/redstone.png b/resources/images/textures/item/redstone.png new file mode 100644 index 0000000000000000000000000000000000000000..ad2a038b72e49bbfc99da97f6ecc5316ccd6203d Binary files /dev/null and b/resources/images/textures/item/redstone.png differ diff --git a/resources/images/textures/item/repeater.png b/resources/images/textures/item/repeater.png new file mode 100644 index 0000000000000000000000000000000000000000..1408f70f7a21dca1b7be2aee49447ea904c8cf2f Binary files /dev/null and b/resources/images/textures/item/repeater.png differ diff --git a/resources/images/textures/item/rotten_flesh.png b/resources/images/textures/item/rotten_flesh.png new file mode 100644 index 0000000000000000000000000000000000000000..c7177e87e0b99454439ef52b70dfd18bd4db1785 Binary files /dev/null and b/resources/images/textures/item/rotten_flesh.png differ diff --git a/resources/images/textures/item/ruby.png b/resources/images/textures/item/ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..60badc0e96c91c48b3ceed05f73b1c233f941b06 Binary files /dev/null and b/resources/images/textures/item/ruby.png differ diff --git a/resources/images/textures/item/saddle.png b/resources/images/textures/item/saddle.png new file mode 100644 index 0000000000000000000000000000000000000000..19a8ab38c2a53bb0ec06699c72ba7a127297428e Binary files /dev/null and b/resources/images/textures/item/saddle.png differ diff --git a/resources/images/textures/item/salmon.png b/resources/images/textures/item/salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..badcbd788286dcf3dcc9a8ab8d103e059ceefa1a Binary files /dev/null and b/resources/images/textures/item/salmon.png differ diff --git a/resources/images/textures/item/salmon_bucket.png b/resources/images/textures/item/salmon_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..ce77944f9f2a114a23f71890a7615cb99be82a52 Binary files /dev/null and b/resources/images/textures/item/salmon_bucket.png differ diff --git a/resources/images/textures/item/scute.png b/resources/images/textures/item/scute.png new file mode 100644 index 0000000000000000000000000000000000000000..018696a15fd76811e941dfd14120ebc419b19480 Binary files /dev/null and b/resources/images/textures/item/scute.png differ diff --git a/resources/images/textures/item/sea_pickle.png b/resources/images/textures/item/sea_pickle.png new file mode 100644 index 0000000000000000000000000000000000000000..e318bd396430f03bd0657064fc709fdbbce61be6 Binary files /dev/null and b/resources/images/textures/item/sea_pickle.png differ diff --git a/resources/images/textures/item/seagrass.png b/resources/images/textures/item/seagrass.png new file mode 100644 index 0000000000000000000000000000000000000000..46b80d02cbba4dedc114e16ff51eed4902b27b81 Binary files /dev/null and b/resources/images/textures/item/seagrass.png differ diff --git a/resources/images/textures/item/shears.png b/resources/images/textures/item/shears.png new file mode 100644 index 0000000000000000000000000000000000000000..7535daf5649691aee65ba371c04a8bd22c674964 Binary files /dev/null and b/resources/images/textures/item/shears.png differ diff --git a/resources/images/textures/item/shulker_shell.png b/resources/images/textures/item/shulker_shell.png new file mode 100644 index 0000000000000000000000000000000000000000..518fe3ba0eb602768b7f8091827f097ecbcbe595 Binary files /dev/null and b/resources/images/textures/item/shulker_shell.png differ diff --git a/resources/images/textures/item/shulker_shell/bottom.png b/resources/images/textures/item/shulker_shell/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8ccb02786fac5f27e5845d320962436fa5dcc6 Binary files /dev/null and b/resources/images/textures/item/shulker_shell/bottom.png differ diff --git a/resources/images/textures/item/shulker_shell/side.png b/resources/images/textures/item/shulker_shell/side.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5386243542a53ac04d0b3e3c23293430c4a210 Binary files /dev/null and b/resources/images/textures/item/shulker_shell/side.png differ diff --git a/resources/images/textures/item/shulker_shell/top.png b/resources/images/textures/item/shulker_shell/top.png new file mode 100644 index 0000000000000000000000000000000000000000..217260970dcba98d5fc70bd2333b2e87c32dcab8 Binary files /dev/null and b/resources/images/textures/item/shulker_shell/top.png differ diff --git a/resources/images/textures/item/skull_banner_pattern.png b/resources/images/textures/item/skull_banner_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6788f6bf4093ea7946345027dc168f0395d17c Binary files /dev/null and b/resources/images/textures/item/skull_banner_pattern.png differ diff --git a/resources/images/textures/item/slime_ball.png b/resources/images/textures/item/slime_ball.png new file mode 100644 index 0000000000000000000000000000000000000000..2f345eabb75c10a17e96c556d9ade1d8ddf4c00a Binary files /dev/null and b/resources/images/textures/item/slime_ball.png differ diff --git a/resources/images/textures/item/snowball.png b/resources/images/textures/item/snowball.png new file mode 100644 index 0000000000000000000000000000000000000000..41e321985226ef803b1d3297563f3f3d2cb282aa Binary files /dev/null and b/resources/images/textures/item/snowball.png differ diff --git a/resources/images/textures/item/soul_campfire.png b/resources/images/textures/item/soul_campfire.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6506564275e76495b48866d73b0b50cfe7d251 Binary files /dev/null and b/resources/images/textures/item/soul_campfire.png differ diff --git a/resources/images/textures/item/soul_lantern.png b/resources/images/textures/item/soul_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..a46243237acc609a2b158b4a7f1e625d26ecde42 Binary files /dev/null and b/resources/images/textures/item/soul_lantern.png differ diff --git a/resources/images/textures/item/spawn_egg.png b/resources/images/textures/item/spawn_egg.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ad38e358e6fdd11f91ab6fb420f0d730c40eda Binary files /dev/null and b/resources/images/textures/item/spawn_egg.png differ diff --git a/resources/images/textures/item/spawn_egg_overlay.png b/resources/images/textures/item/spawn_egg_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..79f45c48b19880cda8e9f3430ca5f3a9a890d1fe Binary files /dev/null and b/resources/images/textures/item/spawn_egg_overlay.png differ diff --git a/resources/images/textures/item/spectral_arrow.png b/resources/images/textures/item/spectral_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..d64582c71753d841f362ceeb6e62e9b222ba6bea Binary files /dev/null and b/resources/images/textures/item/spectral_arrow.png differ diff --git a/resources/images/textures/item/spider_eye.png b/resources/images/textures/item/spider_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..efb1adb216d5b840ff4f6e2f580d4b37872d3dcc Binary files /dev/null and b/resources/images/textures/item/spider_eye.png differ diff --git a/resources/images/textures/item/splash_potion.png b/resources/images/textures/item/splash_potion.png new file mode 100644 index 0000000000000000000000000000000000000000..150d8949076e201ed8c28fa5c24be269131c4b3e Binary files /dev/null and b/resources/images/textures/item/splash_potion.png differ diff --git a/resources/images/textures/item/spruce_boat.png b/resources/images/textures/item/spruce_boat.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce5459854f21a7de49666aafd04359429832567 Binary files /dev/null and b/resources/images/textures/item/spruce_boat.png differ diff --git a/resources/images/textures/item/spruce_door.png b/resources/images/textures/item/spruce_door.png new file mode 100644 index 0000000000000000000000000000000000000000..473c1f15738b4c753420c28c4f5a84bdc3b3850d Binary files /dev/null and b/resources/images/textures/item/spruce_door.png differ diff --git a/resources/images/textures/item/spruce_sign.png b/resources/images/textures/item/spruce_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..329630cefd27fd389e99fad8a70beaf8eada366e Binary files /dev/null and b/resources/images/textures/item/spruce_sign.png differ diff --git a/resources/images/textures/item/spyglass.png b/resources/images/textures/item/spyglass.png new file mode 100644 index 0000000000000000000000000000000000000000..0c31193735de87a90b86fe1e3f1c40eb074d4b5b Binary files /dev/null and b/resources/images/textures/item/spyglass.png differ diff --git a/resources/images/textures/item/spyglass_model.png b/resources/images/textures/item/spyglass_model.png new file mode 100644 index 0000000000000000000000000000000000000000..c15d219bf8a5effebcaa8be630154339fb010aa3 Binary files /dev/null and b/resources/images/textures/item/spyglass_model.png differ diff --git a/resources/images/textures/item/stick.png b/resources/images/textures/item/stick.png new file mode 100644 index 0000000000000000000000000000000000000000..58133ee2681b674282c1b5269773adece2c45a30 Binary files /dev/null and b/resources/images/textures/item/stick.png differ diff --git a/resources/images/textures/item/stone_axe.png b/resources/images/textures/item/stone_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..1c4a81556bf4254a7a005a0e63fefc1dfb46f04b Binary files /dev/null and b/resources/images/textures/item/stone_axe.png differ diff --git a/resources/images/textures/item/stone_hoe.png b/resources/images/textures/item/stone_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..2cca9d16d440269a166cae2312ca7ea6357a4482 Binary files /dev/null and b/resources/images/textures/item/stone_hoe.png differ diff --git a/resources/images/textures/item/stone_pickaxe.png b/resources/images/textures/item/stone_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..e0776444ca3147828ab3dfd36ec369cc765b77f4 Binary files /dev/null and b/resources/images/textures/item/stone_pickaxe.png differ diff --git a/resources/images/textures/item/stone_shovel.png b/resources/images/textures/item/stone_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..de82c09736107ed3e73e4b3fc19bf8f5ad552881 Binary files /dev/null and b/resources/images/textures/item/stone_shovel.png differ diff --git a/resources/images/textures/item/stone_sword.png b/resources/images/textures/item/stone_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..cf92c977f7462ed6f5ceba7e5d6f9be8db206054 Binary files /dev/null and b/resources/images/textures/item/stone_sword.png differ diff --git a/resources/images/textures/item/string.png b/resources/images/textures/item/string.png new file mode 100644 index 0000000000000000000000000000000000000000..25c937b43c38b439f1dbfb6077841bfe8b14d944 Binary files /dev/null and b/resources/images/textures/item/string.png differ diff --git a/resources/images/textures/item/structure_void.png b/resources/images/textures/item/structure_void.png new file mode 100644 index 0000000000000000000000000000000000000000..fd21fa816b1c5e9a32b09b43f5f76700fea236c9 Binary files /dev/null and b/resources/images/textures/item/structure_void.png differ diff --git a/resources/images/textures/item/sugar.png b/resources/images/textures/item/sugar.png new file mode 100644 index 0000000000000000000000000000000000000000..f012450ee54266f4c7c27a2b7efd852f0932aab1 Binary files /dev/null and b/resources/images/textures/item/sugar.png differ diff --git a/resources/images/textures/item/sugar_cane.png b/resources/images/textures/item/sugar_cane.png new file mode 100644 index 0000000000000000000000000000000000000000..794cdb1f8920e47df1077c907b2521beb943ab71 Binary files /dev/null and b/resources/images/textures/item/sugar_cane.png differ diff --git a/resources/images/textures/item/suspicious_stew.png b/resources/images/textures/item/suspicious_stew.png new file mode 100644 index 0000000000000000000000000000000000000000..66864d43d83fd1add63d64700e49d248ca04d7b2 Binary files /dev/null and b/resources/images/textures/item/suspicious_stew.png differ diff --git a/resources/images/textures/item/sweet_berries.png b/resources/images/textures/item/sweet_berries.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1dbed0bfa4518014cc46a9da034c54d947499f Binary files /dev/null and b/resources/images/textures/item/sweet_berries.png differ diff --git a/resources/images/textures/item/tipped_arrow_base.png b/resources/images/textures/item/tipped_arrow_base.png new file mode 100644 index 0000000000000000000000000000000000000000..60fdb18fad1ab5ab032820bca521ef871e37992a Binary files /dev/null and b/resources/images/textures/item/tipped_arrow_base.png differ diff --git a/resources/images/textures/item/tipped_arrow_head.png b/resources/images/textures/item/tipped_arrow_head.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbf661aa3baba76f71b3ae4b52b49c4aa0976d8 Binary files /dev/null and b/resources/images/textures/item/tipped_arrow_head.png differ diff --git a/resources/images/textures/item/tnt_minecart.png b/resources/images/textures/item/tnt_minecart.png new file mode 100644 index 0000000000000000000000000000000000000000..2499b4256c30eecaf2b6f495314aa0be516982d9 Binary files /dev/null and b/resources/images/textures/item/tnt_minecart.png differ diff --git a/resources/images/textures/item/totem_of_undying.png b/resources/images/textures/item/totem_of_undying.png new file mode 100644 index 0000000000000000000000000000000000000000..ae39fd141a53a1bac5bacae060d2dc9a19c057f1 Binary files /dev/null and b/resources/images/textures/item/totem_of_undying.png differ diff --git a/resources/images/textures/item/trident.png b/resources/images/textures/item/trident.png new file mode 100644 index 0000000000000000000000000000000000000000..05880c5ae5ced8935b562abdd57f869d28aa7468 Binary files /dev/null and b/resources/images/textures/item/trident.png differ diff --git a/resources/images/textures/item/tropical_fish.png b/resources/images/textures/item/tropical_fish.png new file mode 100644 index 0000000000000000000000000000000000000000..0bbf709c75062f27d0d04c680df80e547862b660 Binary files /dev/null and b/resources/images/textures/item/tropical_fish.png differ diff --git a/resources/images/textures/item/tropical_fish_bucket.png b/resources/images/textures/item/tropical_fish_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..4be834363da46e35532659f4aa2c43ccddc2fc03 Binary files /dev/null and b/resources/images/textures/item/tropical_fish_bucket.png differ diff --git a/resources/images/textures/item/turtle_egg.png b/resources/images/textures/item/turtle_egg.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fefc91c85741e4241fab194c6269520c878e2f Binary files /dev/null and b/resources/images/textures/item/turtle_egg.png differ diff --git a/resources/images/textures/item/turtle_helmet.png b/resources/images/textures/item/turtle_helmet.png new file mode 100644 index 0000000000000000000000000000000000000000..6748c685429c0b12babb93fb14bea5887dddb754 Binary files /dev/null and b/resources/images/textures/item/turtle_helmet.png differ diff --git a/resources/images/textures/item/warped_door.png b/resources/images/textures/item/warped_door.png new file mode 100644 index 0000000000000000000000000000000000000000..69413d421c4df14aeed47db5eb5d6764154fe00c Binary files /dev/null and b/resources/images/textures/item/warped_door.png differ diff --git a/resources/images/textures/item/warped_fungus_on_a_stick.png b/resources/images/textures/item/warped_fungus_on_a_stick.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff97cd91bd8fc431dfc11ebfc092bfe17ae71fa Binary files /dev/null and b/resources/images/textures/item/warped_fungus_on_a_stick.png differ diff --git a/resources/images/textures/item/warped_fungus_on_a_stick.png.mcmeta b/resources/images/textures/item/warped_fungus_on_a_stick.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..5af93670ffcef5de13e016974e9aebf83dcc5b7f --- /dev/null +++ b/resources/images/textures/item/warped_fungus_on_a_stick.png.mcmeta @@ -0,0 +1,36 @@ +{ + "animation": { + "frametime":10, + "frames":[ + 0, + 1, + 2, + 3, + 4, + 3, + 2, + 1, + 0, + 1, + 2, + 2, + 3, + 4, + 3, + 2, + 1, + 1, + 0, + 0, + 1, + 2, + 3, + 2, + 1, + 0, + 1, + 2, + 1 + ] + } +} diff --git a/resources/images/textures/item/warped_sign.png b/resources/images/textures/item/warped_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..b2555e6f1b0d5c75f9cae3e20fe3c37c6167a110 Binary files /dev/null and b/resources/images/textures/item/warped_sign.png differ diff --git a/resources/images/textures/item/water_bucket.png b/resources/images/textures/item/water_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..5fb16feda796d10161f9c04a19d414291f9a9ab5 Binary files /dev/null and b/resources/images/textures/item/water_bucket.png differ diff --git a/resources/images/textures/item/wheat.png b/resources/images/textures/item/wheat.png new file mode 100644 index 0000000000000000000000000000000000000000..e2949cd12b6f8edd67a7e67c664deb8d06ff2a61 Binary files /dev/null and b/resources/images/textures/item/wheat.png differ diff --git a/resources/images/textures/item/wheat_seeds.png b/resources/images/textures/item/wheat_seeds.png new file mode 100644 index 0000000000000000000000000000000000000000..182fe58baee17a8720706c4625c382393995a2f1 Binary files /dev/null and b/resources/images/textures/item/wheat_seeds.png differ diff --git a/resources/images/textures/item/white_candle.png b/resources/images/textures/item/white_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdeaadf2d6acdf952d889330e3737b0f39ec375 Binary files /dev/null and b/resources/images/textures/item/white_candle.png differ diff --git a/resources/images/textures/item/white_dye.png b/resources/images/textures/item/white_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa4dcc0195d46d44233c11ff6135d16f8bf19b6 Binary files /dev/null and b/resources/images/textures/item/white_dye.png differ diff --git a/resources/images/textures/item/wooden_axe.png b/resources/images/textures/item/wooden_axe.png new file mode 100644 index 0000000000000000000000000000000000000000..ad231058dd12352f6b8c7e93951813224f7440b1 Binary files /dev/null and b/resources/images/textures/item/wooden_axe.png differ diff --git a/resources/images/textures/item/wooden_hoe.png b/resources/images/textures/item/wooden_hoe.png new file mode 100644 index 0000000000000000000000000000000000000000..38f7e47972fb76fc4089275fa08761c3f1e8c89a Binary files /dev/null and b/resources/images/textures/item/wooden_hoe.png differ diff --git a/resources/images/textures/item/wooden_pickaxe.png b/resources/images/textures/item/wooden_pickaxe.png new file mode 100644 index 0000000000000000000000000000000000000000..4a9c7b956f0fdd1860e5382b6991cc870e731855 Binary files /dev/null and b/resources/images/textures/item/wooden_pickaxe.png differ diff --git a/resources/images/textures/item/wooden_shovel.png b/resources/images/textures/item/wooden_shovel.png new file mode 100644 index 0000000000000000000000000000000000000000..57979decb5e70b10a58fd199cb718d1433aa6f7b Binary files /dev/null and b/resources/images/textures/item/wooden_shovel.png differ diff --git a/resources/images/textures/item/wooden_sword.png b/resources/images/textures/item/wooden_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..5d1a68ba3abc31d9364e26ee3dc94de2d51cdd28 Binary files /dev/null and b/resources/images/textures/item/wooden_sword.png differ diff --git a/resources/images/textures/item/writable_book.png b/resources/images/textures/item/writable_book.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4641cd03e492e1dbd95d9221f71a514299e837 Binary files /dev/null and b/resources/images/textures/item/writable_book.png differ diff --git a/resources/images/textures/item/written_book.png b/resources/images/textures/item/written_book.png new file mode 100644 index 0000000000000000000000000000000000000000..3d12aa908f3dd38762c0d382b9a01a052b984908 Binary files /dev/null and b/resources/images/textures/item/written_book.png differ diff --git a/resources/images/textures/item/yellow_candle.png b/resources/images/textures/item/yellow_candle.png new file mode 100644 index 0000000000000000000000000000000000000000..afcf50b6f898eae44e50df0f4aa8b6fa951e9db0 Binary files /dev/null and b/resources/images/textures/item/yellow_candle.png differ diff --git a/resources/images/textures/item/yellow_dye.png b/resources/images/textures/item/yellow_dye.png new file mode 100644 index 0000000000000000000000000000000000000000..5d982deceaad9cf9c352da53be26172e23f8550e Binary files /dev/null and b/resources/images/textures/item/yellow_dye.png differ diff --git a/resources/images/textures/map/map_background.png b/resources/images/textures/map/map_background.png new file mode 100644 index 0000000000000000000000000000000000000000..7349bf03fd1b8c4849c8e6cf39258a19f3c76c9f Binary files /dev/null and b/resources/images/textures/map/map_background.png differ diff --git a/resources/images/textures/map/map_background_checkerboard.png b/resources/images/textures/map/map_background_checkerboard.png new file mode 100644 index 0000000000000000000000000000000000000000..459708c7463032d4a5cc03cdb7abb617f2e1ced6 Binary files /dev/null and b/resources/images/textures/map/map_background_checkerboard.png differ diff --git a/resources/images/textures/map/map_icons.png b/resources/images/textures/map/map_icons.png new file mode 100644 index 0000000000000000000000000000000000000000..5dea146427a72e0d55b980edec270a4179ae2e59 Binary files /dev/null and b/resources/images/textures/map/map_icons.png differ diff --git a/resources/images/textures/misc/enchanted_item_glint.png b/resources/images/textures/misc/enchanted_item_glint.png new file mode 100644 index 0000000000000000000000000000000000000000..f58de48fe8e25eeb587871673bd4a785b10e9874 Binary files /dev/null and b/resources/images/textures/misc/enchanted_item_glint.png differ diff --git a/resources/images/textures/misc/enchanted_item_glint.png.mcmeta b/resources/images/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..e38a5ad30b0570a2ba1df175ce035f040fa49d65 --- /dev/null +++ b/resources/images/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/resources/images/textures/misc/forcefield.png b/resources/images/textures/misc/forcefield.png new file mode 100644 index 0000000000000000000000000000000000000000..a4000fda5ddb118e6661f482819eaa7939e802fa Binary files /dev/null and b/resources/images/textures/misc/forcefield.png differ diff --git a/resources/images/textures/misc/powder_snow_outline.png b/resources/images/textures/misc/powder_snow_outline.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb645f24a26b7734f79736afa53ddc43840c11 Binary files /dev/null and b/resources/images/textures/misc/powder_snow_outline.png differ diff --git a/resources/images/textures/misc/pumpkinblur.png b/resources/images/textures/misc/pumpkinblur.png new file mode 100644 index 0000000000000000000000000000000000000000..800bc4d95f59f73189906298af01b2fe6943b516 Binary files /dev/null and b/resources/images/textures/misc/pumpkinblur.png differ diff --git a/resources/images/textures/misc/pumpkinblur.png.mcmeta b/resources/images/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..e38a5ad30b0570a2ba1df175ce035f040fa49d65 --- /dev/null +++ b/resources/images/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/resources/images/textures/misc/shadow.png b/resources/images/textures/misc/shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee0e82b61cffc02861ebe63c916d9c7ab89f03d Binary files /dev/null and b/resources/images/textures/misc/shadow.png differ diff --git a/resources/images/textures/misc/shadow.png.mcmeta b/resources/images/textures/misc/shadow.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..8c6c7d1d5bf792391685c81c8196f4c7cb4bd0cb --- /dev/null +++ b/resources/images/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/resources/images/textures/misc/spyglass_scope.png b/resources/images/textures/misc/spyglass_scope.png new file mode 100644 index 0000000000000000000000000000000000000000..32cf71d12ad5fcd1967e2b5f7fce9c3067317f63 Binary files /dev/null and b/resources/images/textures/misc/spyglass_scope.png differ diff --git a/resources/images/textures/misc/underwater.png b/resources/images/textures/misc/underwater.png new file mode 100644 index 0000000000000000000000000000000000000000..e44b1aa4e1cce188eec13ae3271e1626a964a0cc Binary files /dev/null and b/resources/images/textures/misc/underwater.png differ diff --git a/resources/images/textures/misc/unknown_pack.png b/resources/images/textures/misc/unknown_pack.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e0c28212fa4590d330fc18a2596ec7fa667b09 Binary files /dev/null and b/resources/images/textures/misc/unknown_pack.png differ diff --git a/resources/images/textures/misc/unknown_server.png b/resources/images/textures/misc/unknown_server.png new file mode 100644 index 0000000000000000000000000000000000000000..a7079cb71601368ef69850c753c278d8763077fa Binary files /dev/null and b/resources/images/textures/misc/unknown_server.png differ diff --git a/resources/images/textures/misc/vignette.png b/resources/images/textures/misc/vignette.png new file mode 100644 index 0000000000000000000000000000000000000000..c80e096c3b34f4c25c03972d38eb21a6657d61f5 Binary files /dev/null and b/resources/images/textures/misc/vignette.png differ diff --git a/resources/images/textures/misc/vignette.png.mcmeta b/resources/images/textures/misc/vignette.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..d52833aab0102fe6bb8af9a2d51af24073fb9ea8 --- /dev/null +++ b/resources/images/textures/misc/vignette.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": false + } +} diff --git a/resources/images/textures/missing.png b/resources/images/textures/missing.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1c83714ca315990056afc75bae13aa13ce06c2 Binary files /dev/null and b/resources/images/textures/missing.png differ diff --git a/resources/images/textures/mob_effect/absorption.png b/resources/images/textures/mob_effect/absorption.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d642665e6407f963fc9ee5e82e9898797d67d9 Binary files /dev/null and b/resources/images/textures/mob_effect/absorption.png differ diff --git a/resources/images/textures/mob_effect/bad_omen.png b/resources/images/textures/mob_effect/bad_omen.png new file mode 100644 index 0000000000000000000000000000000000000000..bdfd654ff015927280b9dd462be99b5354bdbb14 Binary files /dev/null and b/resources/images/textures/mob_effect/bad_omen.png differ diff --git a/resources/images/textures/mob_effect/blindness.png b/resources/images/textures/mob_effect/blindness.png new file mode 100644 index 0000000000000000000000000000000000000000..19ccdf84f720cc72075d46bf134f4ba8907b2cb5 Binary files /dev/null and b/resources/images/textures/mob_effect/blindness.png differ diff --git a/resources/images/textures/mob_effect/conduit_power.png b/resources/images/textures/mob_effect/conduit_power.png new file mode 100644 index 0000000000000000000000000000000000000000..774a2e384593381d6f217717fca26fb789ade1cd Binary files /dev/null and b/resources/images/textures/mob_effect/conduit_power.png differ diff --git a/resources/images/textures/mob_effect/dolphins_grace.png b/resources/images/textures/mob_effect/dolphins_grace.png new file mode 100644 index 0000000000000000000000000000000000000000..719b784983f49744fc38962eac4679127468d466 Binary files /dev/null and b/resources/images/textures/mob_effect/dolphins_grace.png differ diff --git a/resources/images/textures/mob_effect/fire_resistance.png b/resources/images/textures/mob_effect/fire_resistance.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3358fa6d21b1d14030e215de4fbb74da74722c Binary files /dev/null and b/resources/images/textures/mob_effect/fire_resistance.png differ diff --git a/resources/images/textures/mob_effect/glowing.png b/resources/images/textures/mob_effect/glowing.png new file mode 100644 index 0000000000000000000000000000000000000000..25060802da521987f23538f20ab600de6fbb3acd Binary files /dev/null and b/resources/images/textures/mob_effect/glowing.png differ diff --git a/resources/images/textures/mob_effect/haste.png b/resources/images/textures/mob_effect/haste.png new file mode 100644 index 0000000000000000000000000000000000000000..e51d2866c2ae5f7dbd9fb4fa97423d4a7a19d358 Binary files /dev/null and b/resources/images/textures/mob_effect/haste.png differ diff --git a/resources/images/textures/mob_effect/health_boost.png b/resources/images/textures/mob_effect/health_boost.png new file mode 100644 index 0000000000000000000000000000000000000000..62f6cdbff1ddaea35631ae8898e4a109db755c8f Binary files /dev/null and b/resources/images/textures/mob_effect/health_boost.png differ diff --git a/resources/images/textures/mob_effect/hero_of_the_village.png b/resources/images/textures/mob_effect/hero_of_the_village.png new file mode 100644 index 0000000000000000000000000000000000000000..5625060ebb0a180572627264b2ba22101cdb807e Binary files /dev/null and b/resources/images/textures/mob_effect/hero_of_the_village.png differ diff --git a/resources/images/textures/mob_effect/hunger.png b/resources/images/textures/mob_effect/hunger.png new file mode 100644 index 0000000000000000000000000000000000000000..54f75e6db770bf122b8fecb4a38549c1f2653116 Binary files /dev/null and b/resources/images/textures/mob_effect/hunger.png differ diff --git a/resources/images/textures/mob_effect/instant_damage.png b/resources/images/textures/mob_effect/instant_damage.png new file mode 100644 index 0000000000000000000000000000000000000000..ab07c6d7b07be8f2f57a1c9b3a7dc4213bd2b3f1 Binary files /dev/null and b/resources/images/textures/mob_effect/instant_damage.png differ diff --git a/resources/images/textures/mob_effect/instant_health.png b/resources/images/textures/mob_effect/instant_health.png new file mode 100644 index 0000000000000000000000000000000000000000..68cc71a4e2478ca42dc88b46ef6198298ad18c77 Binary files /dev/null and b/resources/images/textures/mob_effect/instant_health.png differ diff --git a/resources/images/textures/mob_effect/invisibility.png b/resources/images/textures/mob_effect/invisibility.png new file mode 100644 index 0000000000000000000000000000000000000000..239dd6c2ffa5fd6ab458b21999cc7eb4028f575c Binary files /dev/null and b/resources/images/textures/mob_effect/invisibility.png differ diff --git a/resources/images/textures/mob_effect/jump_boost.png b/resources/images/textures/mob_effect/jump_boost.png new file mode 100644 index 0000000000000000000000000000000000000000..6633815d70e2861b88d2dc1eaf537a318f2e5aa8 Binary files /dev/null and b/resources/images/textures/mob_effect/jump_boost.png differ diff --git a/resources/images/textures/mob_effect/levitation.png b/resources/images/textures/mob_effect/levitation.png new file mode 100644 index 0000000000000000000000000000000000000000..668e9afe4dde90f6b7e94bc4088f86ff43ab8f64 Binary files /dev/null and b/resources/images/textures/mob_effect/levitation.png differ diff --git a/resources/images/textures/mob_effect/luck.png b/resources/images/textures/mob_effect/luck.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc948f1a01e6dcdb5cfe2e2ecf7fafbb5111f0a Binary files /dev/null and b/resources/images/textures/mob_effect/luck.png differ diff --git a/resources/images/textures/mob_effect/mining_fatigue.png b/resources/images/textures/mob_effect/mining_fatigue.png new file mode 100644 index 0000000000000000000000000000000000000000..626bceae252f26f0c0eeb070978b1a29cd2aaadd Binary files /dev/null and b/resources/images/textures/mob_effect/mining_fatigue.png differ diff --git a/resources/images/textures/mob_effect/nausea.png b/resources/images/textures/mob_effect/nausea.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2a7f8fc487c235646a1a41fa59c79417c80bf0 Binary files /dev/null and b/resources/images/textures/mob_effect/nausea.png differ diff --git a/resources/images/textures/mob_effect/night_vision.png b/resources/images/textures/mob_effect/night_vision.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5c957eeb5726dd99f36f325d25b4d6f2a0271c Binary files /dev/null and b/resources/images/textures/mob_effect/night_vision.png differ diff --git a/resources/images/textures/mob_effect/poison.png b/resources/images/textures/mob_effect/poison.png new file mode 100644 index 0000000000000000000000000000000000000000..a66f523a3d59278ae11678f4b50f19d3c70b3f22 Binary files /dev/null and b/resources/images/textures/mob_effect/poison.png differ diff --git a/resources/images/textures/mob_effect/regeneration.png b/resources/images/textures/mob_effect/regeneration.png new file mode 100644 index 0000000000000000000000000000000000000000..c84171f924912cf44bea7d050a6c47d79030bf44 Binary files /dev/null and b/resources/images/textures/mob_effect/regeneration.png differ diff --git a/resources/images/textures/mob_effect/resistance.png b/resources/images/textures/mob_effect/resistance.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc611a40c33e774bc9c570198e28f3f9c2816f3 Binary files /dev/null and b/resources/images/textures/mob_effect/resistance.png differ diff --git a/resources/images/textures/mob_effect/saturation.png b/resources/images/textures/mob_effect/saturation.png new file mode 100644 index 0000000000000000000000000000000000000000..88f92d8bfa4b8cafc91e0d79acc9ac2a4d2507bf Binary files /dev/null and b/resources/images/textures/mob_effect/saturation.png differ diff --git a/resources/images/textures/mob_effect/slow_falling.png b/resources/images/textures/mob_effect/slow_falling.png new file mode 100644 index 0000000000000000000000000000000000000000..3102976bf7001e33afe4e2443517e64349ef39b1 Binary files /dev/null and b/resources/images/textures/mob_effect/slow_falling.png differ diff --git a/resources/images/textures/mob_effect/slowness.png b/resources/images/textures/mob_effect/slowness.png new file mode 100644 index 0000000000000000000000000000000000000000..b4115b64ab3bdcdf3f36cd695b74decb18a6f9d2 Binary files /dev/null and b/resources/images/textures/mob_effect/slowness.png differ diff --git a/resources/images/textures/mob_effect/speed.png b/resources/images/textures/mob_effect/speed.png new file mode 100644 index 0000000000000000000000000000000000000000..14d7303a9592b96fb4979af1079f2e884c585e1e Binary files /dev/null and b/resources/images/textures/mob_effect/speed.png differ diff --git a/resources/images/textures/mob_effect/strength.png b/resources/images/textures/mob_effect/strength.png new file mode 100644 index 0000000000000000000000000000000000000000..5641eeb1684b1b42abbee15f6b3b9b213b19d683 Binary files /dev/null and b/resources/images/textures/mob_effect/strength.png differ diff --git a/resources/images/textures/mob_effect/unluck.png b/resources/images/textures/mob_effect/unluck.png new file mode 100644 index 0000000000000000000000000000000000000000..41339a14b361a36ba4dd4d2369a5ee22f90f1a9f Binary files /dev/null and b/resources/images/textures/mob_effect/unluck.png differ diff --git a/resources/images/textures/mob_effect/water_breathing.png b/resources/images/textures/mob_effect/water_breathing.png new file mode 100644 index 0000000000000000000000000000000000000000..9edeeed154bf39b85198adc65182e0bd266a3c02 Binary files /dev/null and b/resources/images/textures/mob_effect/water_breathing.png differ diff --git a/resources/images/textures/mob_effect/weakness.png b/resources/images/textures/mob_effect/weakness.png new file mode 100644 index 0000000000000000000000000000000000000000..fec455380f0afc2cb3bf7b59d2e3986944aa6beb Binary files /dev/null and b/resources/images/textures/mob_effect/weakness.png differ diff --git a/resources/images/textures/mob_effect/wither.png b/resources/images/textures/mob_effect/wither.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd73cafca73fda91dcdb9240b00be90a87c0dd5 Binary files /dev/null and b/resources/images/textures/mob_effect/wither.png differ diff --git a/resources/images/textures/models/armor/chainmail_layer_1.png b/resources/images/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1dc134dfdf3ac0e391723baeb8033c29ca4f18 Binary files /dev/null and b/resources/images/textures/models/armor/chainmail_layer_1.png differ diff --git a/resources/images/textures/models/armor/chainmail_layer_2.png b/resources/images/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce4ecb3d5b24929303d88ebf533a149fa9356f6 Binary files /dev/null and b/resources/images/textures/models/armor/chainmail_layer_2.png differ diff --git a/resources/images/textures/models/armor/diamond_layer_1.png b/resources/images/textures/models/armor/diamond_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f96992e51f567ddfd534b515d0e996dec88dc89a Binary files /dev/null and b/resources/images/textures/models/armor/diamond_layer_1.png differ diff --git a/resources/images/textures/models/armor/diamond_layer_2.png b/resources/images/textures/models/armor/diamond_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..7ef50d8e356961cb8fb44bc8632ddb8cd12246ca Binary files /dev/null and b/resources/images/textures/models/armor/diamond_layer_2.png differ diff --git a/resources/images/textures/models/armor/gold_layer_1.png b/resources/images/textures/models/armor/gold_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8010988b7b6a3e2133478bf85e254450e208f501 Binary files /dev/null and b/resources/images/textures/models/armor/gold_layer_1.png differ diff --git a/resources/images/textures/models/armor/gold_layer_2.png b/resources/images/textures/models/armor/gold_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..595260374d376189ae1eda700d61cb19f9301859 Binary files /dev/null and b/resources/images/textures/models/armor/gold_layer_2.png differ diff --git a/resources/images/textures/models/armor/iron_layer_1.png b/resources/images/textures/models/armor/iron_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a62777a985cd29026f1577a025b1090c0b0e36a7 Binary files /dev/null and b/resources/images/textures/models/armor/iron_layer_1.png differ diff --git a/resources/images/textures/models/armor/iron_layer_2.png b/resources/images/textures/models/armor/iron_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b887f518984c25abe754b2604c66279a0c87771c Binary files /dev/null and b/resources/images/textures/models/armor/iron_layer_2.png differ diff --git a/resources/images/textures/models/armor/leather_layer_1.png b/resources/images/textures/models/armor/leather_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..13dd2cf482e127a114ae36d451fbf671e9bec38d Binary files /dev/null and b/resources/images/textures/models/armor/leather_layer_1.png differ diff --git a/resources/images/textures/models/armor/leather_layer_1_overlay.png b/resources/images/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..910d5c7255ba83f0f3dfd1446fa558bbdf8d7e4d Binary files /dev/null and b/resources/images/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/resources/images/textures/models/armor/leather_layer_2.png b/resources/images/textures/models/armor/leather_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..9c6d76610eac89aa2452e7c9f4deeb90106751ba Binary files /dev/null and b/resources/images/textures/models/armor/leather_layer_2.png differ diff --git a/resources/images/textures/models/armor/leather_layer_2_overlay.png b/resources/images/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..5f973631c80cc27a234b16945229ea9515ce4455 Binary files /dev/null and b/resources/images/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/resources/images/textures/models/armor/netherite_layer_1.png b/resources/images/textures/models/armor/netherite_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fc6d3d44aeafc90cd7d0226916e8a501815b30af Binary files /dev/null and b/resources/images/textures/models/armor/netherite_layer_1.png differ diff --git a/resources/images/textures/models/armor/netherite_layer_2.png b/resources/images/textures/models/armor/netherite_layer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..40a22473d45bbb0eebbdae54cb37684c23ba5e8b Binary files /dev/null and b/resources/images/textures/models/armor/netherite_layer_2.png differ diff --git a/resources/images/textures/models/armor/piglin_leather_layer_1.png b/resources/images/textures/models/armor/piglin_leather_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..81f283da97af7084b2d7bc2598959016bb07bfd6 Binary files /dev/null and b/resources/images/textures/models/armor/piglin_leather_layer_1.png differ diff --git a/resources/images/textures/models/armor/piglin_leather_layer_1_overlay.png b/resources/images/textures/models/armor/piglin_leather_layer_1_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..203b8f89b198ec84c5cb61f222b1a2791839ce52 Binary files /dev/null and b/resources/images/textures/models/armor/piglin_leather_layer_1_overlay.png differ diff --git a/resources/images/textures/models/armor/turtle_layer_1.png b/resources/images/textures/models/armor/turtle_layer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..939b90a35d1120dea64ffb5628711930e574c5bd Binary files /dev/null and b/resources/images/textures/models/armor/turtle_layer_1.png differ diff --git a/resources/images/textures/painting/Art Credits.txt b/resources/images/textures/painting/Art Credits.txt new file mode 100644 index 0000000000000000000000000000000000000000..103b0de48eaea7e775b9e2092c6253bd02721c76 --- /dev/null +++ b/resources/images/textures/painting/Art Credits.txt @@ -0,0 +1,21 @@ + +1x1 Art: +Cloelia, Cloelia, Soar49, Soar49, Unknown, Darkrose, Soar49 + +2x1 +Cloelia, Cloelia, Cloelia, Cloelia, Cloelia + +1x2 +Unknown, Unknown + +4x2 +WonderCraft + +2x2 +AJ LaGasse, minecraft. 8 bit beauty, theDeadlyShadow, Sainez, Patrick Gunderson, The Rough Page + +4x3 +DeltoraFann, Unknown + +4x4 +Borruen, Moartex, Sainez diff --git a/resources/images/textures/painting/alban.png b/resources/images/textures/painting/alban.png new file mode 100644 index 0000000000000000000000000000000000000000..bbdf9d99b0c0c0db0233230774d47efddda715ef Binary files /dev/null and b/resources/images/textures/painting/alban.png differ diff --git a/resources/images/textures/painting/aztec.png b/resources/images/textures/painting/aztec.png new file mode 100644 index 0000000000000000000000000000000000000000..d476dd5912336c94c6dbc73af102631c5b02cb8e Binary files /dev/null and b/resources/images/textures/painting/aztec.png differ diff --git a/resources/images/textures/painting/aztec2.png b/resources/images/textures/painting/aztec2.png new file mode 100644 index 0000000000000000000000000000000000000000..21504d53670ba52858419cb0a51dcecfb916d5b9 Binary files /dev/null and b/resources/images/textures/painting/aztec2.png differ diff --git a/resources/images/textures/painting/back.png b/resources/images/textures/painting/back.png new file mode 100644 index 0000000000000000000000000000000000000000..cb373053642ba516e2f029ca1c09ae44547fea20 Binary files /dev/null and b/resources/images/textures/painting/back.png differ diff --git a/resources/images/textures/painting/bomb.png b/resources/images/textures/painting/bomb.png new file mode 100644 index 0000000000000000000000000000000000000000..8b11963e253592ba6ca418854b2aafc02bbd8d91 Binary files /dev/null and b/resources/images/textures/painting/bomb.png differ diff --git a/resources/images/textures/painting/burning_skull.png b/resources/images/textures/painting/burning_skull.png new file mode 100644 index 0000000000000000000000000000000000000000..ce23248ed50b66cb21dccf9985b96b7b9f93e4fb Binary files /dev/null and b/resources/images/textures/painting/burning_skull.png differ diff --git a/resources/images/textures/painting/bust.png b/resources/images/textures/painting/bust.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ebcdf0087012e9bd198732f222ace0b4a4870e Binary files /dev/null and b/resources/images/textures/painting/bust.png differ diff --git a/resources/images/textures/painting/courbet.png b/resources/images/textures/painting/courbet.png new file mode 100644 index 0000000000000000000000000000000000000000..5852c5a5e072c9eb078b880f71706ae796f46cab Binary files /dev/null and b/resources/images/textures/painting/courbet.png differ diff --git a/resources/images/textures/painting/creebet.png b/resources/images/textures/painting/creebet.png new file mode 100644 index 0000000000000000000000000000000000000000..9a35c56a7083d59cee5aef319c02651fdab3cc60 Binary files /dev/null and b/resources/images/textures/painting/creebet.png differ diff --git a/resources/images/textures/painting/donkey_kong.png b/resources/images/textures/painting/donkey_kong.png new file mode 100644 index 0000000000000000000000000000000000000000..85d321680f6c75f5beba78e3beaca43e01d418df Binary files /dev/null and b/resources/images/textures/painting/donkey_kong.png differ diff --git a/resources/images/textures/painting/fighters.png b/resources/images/textures/painting/fighters.png new file mode 100644 index 0000000000000000000000000000000000000000..8596395e9a2ecdb9eceb4a0a770a252d5896997b Binary files /dev/null and b/resources/images/textures/painting/fighters.png differ diff --git a/resources/images/textures/painting/graham.png b/resources/images/textures/painting/graham.png new file mode 100644 index 0000000000000000000000000000000000000000..b5dec26c5117650bee1aa16fb7347739eff57ef6 Binary files /dev/null and b/resources/images/textures/painting/graham.png differ diff --git a/resources/images/textures/painting/kebab.png b/resources/images/textures/painting/kebab.png new file mode 100644 index 0000000000000000000000000000000000000000..bd70172a76ef7fa6b43cba4226f994d7bc4578c0 Binary files /dev/null and b/resources/images/textures/painting/kebab.png differ diff --git a/resources/images/textures/painting/match.png b/resources/images/textures/painting/match.png new file mode 100644 index 0000000000000000000000000000000000000000..12bad0eb58e1620020abaf63777c12b220c07b06 Binary files /dev/null and b/resources/images/textures/painting/match.png differ diff --git a/resources/images/textures/painting/pigscene.png b/resources/images/textures/painting/pigscene.png new file mode 100644 index 0000000000000000000000000000000000000000..56afe156c99bf20a4de30f855348d01c8f5f9a26 Binary files /dev/null and b/resources/images/textures/painting/pigscene.png differ diff --git a/resources/images/textures/painting/plant.png b/resources/images/textures/painting/plant.png new file mode 100644 index 0000000000000000000000000000000000000000..a087c407cf7aef7b03316814e6e29cb79ecb83c0 Binary files /dev/null and b/resources/images/textures/painting/plant.png differ diff --git a/resources/images/textures/painting/pointer.png b/resources/images/textures/painting/pointer.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd53a094ee0f22a8b6a65f173bacbf8ce75ed1a Binary files /dev/null and b/resources/images/textures/painting/pointer.png differ diff --git a/resources/images/textures/painting/pool.png b/resources/images/textures/painting/pool.png new file mode 100644 index 0000000000000000000000000000000000000000..de7efcd8d169708077bad2969bb90321c6f8ced8 Binary files /dev/null and b/resources/images/textures/painting/pool.png differ diff --git a/resources/images/textures/painting/sea.png b/resources/images/textures/painting/sea.png new file mode 100644 index 0000000000000000000000000000000000000000..63889227c5a900d7e7aec46762b4bae59699b481 Binary files /dev/null and b/resources/images/textures/painting/sea.png differ diff --git a/resources/images/textures/painting/skeleton.png b/resources/images/textures/painting/skeleton.png new file mode 100644 index 0000000000000000000000000000000000000000..e7632938606c9bfe35c829ac1ac0b39373f7cf0c Binary files /dev/null and b/resources/images/textures/painting/skeleton.png differ diff --git a/resources/images/textures/painting/skull_and_roses.png b/resources/images/textures/painting/skull_and_roses.png new file mode 100644 index 0000000000000000000000000000000000000000..8c490216d00b1fa471bb104da6f93cb3ce1020a5 Binary files /dev/null and b/resources/images/textures/painting/skull_and_roses.png differ diff --git a/resources/images/textures/painting/stage.png b/resources/images/textures/painting/stage.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bd7cf42e7cba38cf77996ee78e05001c71d3c9 Binary files /dev/null and b/resources/images/textures/painting/stage.png differ diff --git a/resources/images/textures/painting/sunset.png b/resources/images/textures/painting/sunset.png new file mode 100644 index 0000000000000000000000000000000000000000..9fbea49b9f5f91416946b40d528a90a7e4afd461 Binary files /dev/null and b/resources/images/textures/painting/sunset.png differ diff --git a/resources/images/textures/painting/void.png b/resources/images/textures/painting/void.png new file mode 100644 index 0000000000000000000000000000000000000000..c6fb0e7c29bb15620503ebfc451336316d6d8ba4 Binary files /dev/null and b/resources/images/textures/painting/void.png differ diff --git a/resources/images/textures/painting/wanderer.png b/resources/images/textures/painting/wanderer.png new file mode 100644 index 0000000000000000000000000000000000000000..5c27e44f6a889e52bfe8760d559978c3eedc048a Binary files /dev/null and b/resources/images/textures/painting/wanderer.png differ diff --git a/resources/images/textures/painting/wasteland.png b/resources/images/textures/painting/wasteland.png new file mode 100644 index 0000000000000000000000000000000000000000..dd53e754b813bdabb35a2f02c4ac529283a903c7 Binary files /dev/null and b/resources/images/textures/painting/wasteland.png differ diff --git a/resources/images/textures/painting/wither.png b/resources/images/textures/painting/wither.png new file mode 100644 index 0000000000000000000000000000000000000000..77524b57a08f83fcf919313558b17b1e16f9a849 Binary files /dev/null and b/resources/images/textures/painting/wither.png differ diff --git a/resources/images/textures/particle/angry.png b/resources/images/textures/particle/angry.png new file mode 100644 index 0000000000000000000000000000000000000000..40b65f0cd211f06fc5dfbdc0c46e9fce513a574f Binary files /dev/null and b/resources/images/textures/particle/angry.png differ diff --git a/resources/images/textures/particle/big_smoke_0.png b/resources/images/textures/particle/big_smoke_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6174c265270bfd798f564edd9fed91bf8ad6740b Binary files /dev/null and b/resources/images/textures/particle/big_smoke_0.png differ diff --git a/resources/images/textures/particle/big_smoke_1.png b/resources/images/textures/particle/big_smoke_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2630f0570f87b9b078f4af13e0825446c60e5b14 Binary files /dev/null and b/resources/images/textures/particle/big_smoke_1.png differ diff --git a/resources/images/textures/particle/big_smoke_10.png b/resources/images/textures/particle/big_smoke_10.png new file mode 100644 index 0000000000000000000000000000000000000000..c61524ca804d48a105b350bd9a6f2659b034b756 Binary files /dev/null and b/resources/images/textures/particle/big_smoke_10.png differ diff --git a/resources/images/textures/particle/big_smoke_11.png b/resources/images/textures/particle/big_smoke_11.png new file mode 100644 index 0000000000000000000000000000000000000000..4a95c5ea0a9e4e61d840d3c3df5c70228510aec0 Binary files /dev/null and b/resources/images/textures/particle/big_smoke_11.png differ diff --git a/resources/images/textures/particle/big_smoke_2.png b/resources/images/textures/particle/big_smoke_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b5bc36ffabfc0879dcef33d8b945b67f27fc14bd Binary files /dev/null and b/resources/images/textures/particle/big_smoke_2.png differ diff --git a/resources/images/textures/particle/big_smoke_3.png b/resources/images/textures/particle/big_smoke_3.png new file mode 100644 index 0000000000000000000000000000000000000000..badb3ab6db339ed222891361b2c43dc9596edfc6 Binary files /dev/null and b/resources/images/textures/particle/big_smoke_3.png differ diff --git a/resources/images/textures/particle/big_smoke_4.png b/resources/images/textures/particle/big_smoke_4.png new file mode 100644 index 0000000000000000000000000000000000000000..4b717e6db62e60c47c3dab8126e2bfcfe439df7d Binary files /dev/null and b/resources/images/textures/particle/big_smoke_4.png differ diff --git a/resources/images/textures/particle/big_smoke_5.png b/resources/images/textures/particle/big_smoke_5.png new file mode 100644 index 0000000000000000000000000000000000000000..abce652fccab752cf3a814349fdd9e39657fc12b Binary files /dev/null and b/resources/images/textures/particle/big_smoke_5.png differ diff --git a/resources/images/textures/particle/big_smoke_6.png b/resources/images/textures/particle/big_smoke_6.png new file mode 100644 index 0000000000000000000000000000000000000000..bc2d3e1081c91253ea080d57a54bc8bd1f8b3eb5 Binary files /dev/null and b/resources/images/textures/particle/big_smoke_6.png differ diff --git a/resources/images/textures/particle/big_smoke_7.png b/resources/images/textures/particle/big_smoke_7.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff95740a5128e7b033d7e23d200ba746c4bf957 Binary files /dev/null and b/resources/images/textures/particle/big_smoke_7.png differ diff --git a/resources/images/textures/particle/big_smoke_8.png b/resources/images/textures/particle/big_smoke_8.png new file mode 100644 index 0000000000000000000000000000000000000000..81d52f8ca7bbac157dc6d3583334d6f6b1b8bdbd Binary files /dev/null and b/resources/images/textures/particle/big_smoke_8.png differ diff --git a/resources/images/textures/particle/big_smoke_9.png b/resources/images/textures/particle/big_smoke_9.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e20620979409355b81c76d4448f889dc25aa1a Binary files /dev/null and b/resources/images/textures/particle/big_smoke_9.png differ diff --git a/resources/images/textures/particle/bubble.png b/resources/images/textures/particle/bubble.png new file mode 100644 index 0000000000000000000000000000000000000000..df70e94cff9cd69c06c0be4746923a57a7a20774 Binary files /dev/null and b/resources/images/textures/particle/bubble.png differ diff --git a/resources/images/textures/particle/bubble_pop_0.png b/resources/images/textures/particle/bubble_pop_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2b59bff58cf9fc7a13306eb3c446e033c44c6a Binary files /dev/null and b/resources/images/textures/particle/bubble_pop_0.png differ diff --git a/resources/images/textures/particle/bubble_pop_1.png b/resources/images/textures/particle/bubble_pop_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7156514f326a1b530b417c75805c5e3e63c7c416 Binary files /dev/null and b/resources/images/textures/particle/bubble_pop_1.png differ diff --git a/resources/images/textures/particle/bubble_pop_2.png b/resources/images/textures/particle/bubble_pop_2.png new file mode 100644 index 0000000000000000000000000000000000000000..803742f456fbceb94bbe42a2a1c9714138bf329e Binary files /dev/null and b/resources/images/textures/particle/bubble_pop_2.png differ diff --git a/resources/images/textures/particle/bubble_pop_3.png b/resources/images/textures/particle/bubble_pop_3.png new file mode 100644 index 0000000000000000000000000000000000000000..9ef870dabda7fd09e8021ca3073927ae78e34446 Binary files /dev/null and b/resources/images/textures/particle/bubble_pop_3.png differ diff --git a/resources/images/textures/particle/bubble_pop_4.png b/resources/images/textures/particle/bubble_pop_4.png new file mode 100644 index 0000000000000000000000000000000000000000..df186b3052437db7580bdf5766a5125e12fb77e9 Binary files /dev/null and b/resources/images/textures/particle/bubble_pop_4.png differ diff --git a/resources/images/textures/particle/critical_hit.png b/resources/images/textures/particle/critical_hit.png new file mode 100644 index 0000000000000000000000000000000000000000..48e2e6b8a38920684e0c4621d1758722d95f91c2 Binary files /dev/null and b/resources/images/textures/particle/critical_hit.png differ diff --git a/resources/images/textures/particle/damage.png b/resources/images/textures/particle/damage.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3ee3f85d973db996d5556f584b1a9c8af650c4 Binary files /dev/null and b/resources/images/textures/particle/damage.png differ diff --git a/resources/images/textures/particle/drip_fall.png b/resources/images/textures/particle/drip_fall.png new file mode 100644 index 0000000000000000000000000000000000000000..42bb8a1d7654d3cc67c187c1e177620783a97d42 Binary files /dev/null and b/resources/images/textures/particle/drip_fall.png differ diff --git a/resources/images/textures/particle/drip_hang.png b/resources/images/textures/particle/drip_hang.png new file mode 100644 index 0000000000000000000000000000000000000000..344ba6af7e507b8415943c11610208f031026b7d Binary files /dev/null and b/resources/images/textures/particle/drip_hang.png differ diff --git a/resources/images/textures/particle/drip_land.png b/resources/images/textures/particle/drip_land.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8eb0791b49653b69c48dfc2dd8cff88f3abc08 Binary files /dev/null and b/resources/images/textures/particle/drip_land.png differ diff --git a/resources/images/textures/particle/effect_0.png b/resources/images/textures/particle/effect_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eb9a185fcdbb7a261d7b98e34c49f4bcd3b740 Binary files /dev/null and b/resources/images/textures/particle/effect_0.png differ diff --git a/resources/images/textures/particle/effect_1.png b/resources/images/textures/particle/effect_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6cb292a843d9f5b8aff485232e12c50cc65848 Binary files /dev/null and b/resources/images/textures/particle/effect_1.png differ diff --git a/resources/images/textures/particle/effect_2.png b/resources/images/textures/particle/effect_2.png new file mode 100644 index 0000000000000000000000000000000000000000..20de9f1f03b59511105a41c88bacf21cfa79c42c Binary files /dev/null and b/resources/images/textures/particle/effect_2.png differ diff --git a/resources/images/textures/particle/effect_3.png b/resources/images/textures/particle/effect_3.png new file mode 100644 index 0000000000000000000000000000000000000000..777dd17a0fd9ade07c37b545f52d9109b6ee59a8 Binary files /dev/null and b/resources/images/textures/particle/effect_3.png differ diff --git a/resources/images/textures/particle/effect_4.png b/resources/images/textures/particle/effect_4.png new file mode 100644 index 0000000000000000000000000000000000000000..4718d96cee7dba0fdb4db7e8e379b0817bd63734 Binary files /dev/null and b/resources/images/textures/particle/effect_4.png differ diff --git a/resources/images/textures/particle/effect_5.png b/resources/images/textures/particle/effect_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c2804f3ec9fd2a23ef533f96561db662d43ab8a0 Binary files /dev/null and b/resources/images/textures/particle/effect_5.png differ diff --git a/resources/images/textures/particle/effect_6.png b/resources/images/textures/particle/effect_6.png new file mode 100644 index 0000000000000000000000000000000000000000..22486a65166e26bfb3bcb15baee2c35bdd49d6d8 Binary files /dev/null and b/resources/images/textures/particle/effect_6.png differ diff --git a/resources/images/textures/particle/effect_7.png b/resources/images/textures/particle/effect_7.png new file mode 100644 index 0000000000000000000000000000000000000000..9124d476b674a1cfeae96fa92f48ff72d9e78de8 Binary files /dev/null and b/resources/images/textures/particle/effect_7.png differ diff --git a/resources/images/textures/particle/enchanted_hit.png b/resources/images/textures/particle/enchanted_hit.png new file mode 100644 index 0000000000000000000000000000000000000000..d7acc27c865a9855954144bbf22b173c88535f24 Binary files /dev/null and b/resources/images/textures/particle/enchanted_hit.png differ diff --git a/resources/images/textures/particle/explosion_0.png b/resources/images/textures/particle/explosion_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d9340bd1914277330a34b262e0a0e6ebcc13d9c8 Binary files /dev/null and b/resources/images/textures/particle/explosion_0.png differ diff --git a/resources/images/textures/particle/explosion_1.png b/resources/images/textures/particle/explosion_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3df3aa2d20d5e373e5e34b8a0bbda4d0f49a5a Binary files /dev/null and b/resources/images/textures/particle/explosion_1.png differ diff --git a/resources/images/textures/particle/explosion_10.png b/resources/images/textures/particle/explosion_10.png new file mode 100644 index 0000000000000000000000000000000000000000..f502fef9eebcdb7a24670c5d509c87a2f5fc375e Binary files /dev/null and b/resources/images/textures/particle/explosion_10.png differ diff --git a/resources/images/textures/particle/explosion_11.png b/resources/images/textures/particle/explosion_11.png new file mode 100644 index 0000000000000000000000000000000000000000..30a4bd315d873076aa3031db53b4d4c0a0bb1687 Binary files /dev/null and b/resources/images/textures/particle/explosion_11.png differ diff --git a/resources/images/textures/particle/explosion_12.png b/resources/images/textures/particle/explosion_12.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea890c9612a6701de8c84c1d748bc87c1a464a2 Binary files /dev/null and b/resources/images/textures/particle/explosion_12.png differ diff --git a/resources/images/textures/particle/explosion_13.png b/resources/images/textures/particle/explosion_13.png new file mode 100644 index 0000000000000000000000000000000000000000..7de976d0c384d6607202f4c926cb438f6543c1aa Binary files /dev/null and b/resources/images/textures/particle/explosion_13.png differ diff --git a/resources/images/textures/particle/explosion_14.png b/resources/images/textures/particle/explosion_14.png new file mode 100644 index 0000000000000000000000000000000000000000..c397a46e4a6707ba2d1876a119541387f6c69957 Binary files /dev/null and b/resources/images/textures/particle/explosion_14.png differ diff --git a/resources/images/textures/particle/explosion_15.png b/resources/images/textures/particle/explosion_15.png new file mode 100644 index 0000000000000000000000000000000000000000..3df6bbe3cbfa24fa8563515b14ec41b44930a96e Binary files /dev/null and b/resources/images/textures/particle/explosion_15.png differ diff --git a/resources/images/textures/particle/explosion_2.png b/resources/images/textures/particle/explosion_2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4c2c93cd99e7f72dec2471f0c76abd2e8ba3c6 Binary files /dev/null and b/resources/images/textures/particle/explosion_2.png differ diff --git a/resources/images/textures/particle/explosion_3.png b/resources/images/textures/particle/explosion_3.png new file mode 100644 index 0000000000000000000000000000000000000000..0e655aa6e0745388c3ad48683cbad86757780001 Binary files /dev/null and b/resources/images/textures/particle/explosion_3.png differ diff --git a/resources/images/textures/particle/explosion_4.png b/resources/images/textures/particle/explosion_4.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e1823399628150e3c6a9fe9c0e4ae38a159a11 Binary files /dev/null and b/resources/images/textures/particle/explosion_4.png differ diff --git a/resources/images/textures/particle/explosion_5.png b/resources/images/textures/particle/explosion_5.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b80603f95ee4145d830455c18fd3e542ac519d Binary files /dev/null and b/resources/images/textures/particle/explosion_5.png differ diff --git a/resources/images/textures/particle/explosion_6.png b/resources/images/textures/particle/explosion_6.png new file mode 100644 index 0000000000000000000000000000000000000000..370aa1aba851d5c807e827b036982512aceb942a Binary files /dev/null and b/resources/images/textures/particle/explosion_6.png differ diff --git a/resources/images/textures/particle/explosion_7.png b/resources/images/textures/particle/explosion_7.png new file mode 100644 index 0000000000000000000000000000000000000000..26cabee00cab9fe304eb5fbf60292881cdd42248 Binary files /dev/null and b/resources/images/textures/particle/explosion_7.png differ diff --git a/resources/images/textures/particle/explosion_8.png b/resources/images/textures/particle/explosion_8.png new file mode 100644 index 0000000000000000000000000000000000000000..c0986a5d26618abdd334302807ec86b1d50abd39 Binary files /dev/null and b/resources/images/textures/particle/explosion_8.png differ diff --git a/resources/images/textures/particle/explosion_9.png b/resources/images/textures/particle/explosion_9.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ee79f44db9da787e67a19bb8d3a86f6f66396e Binary files /dev/null and b/resources/images/textures/particle/explosion_9.png differ diff --git a/resources/images/textures/particle/flame.png b/resources/images/textures/particle/flame.png new file mode 100644 index 0000000000000000000000000000000000000000..484d76cdfcdda7cd94e328cd898fac9a1bebc9fa Binary files /dev/null and b/resources/images/textures/particle/flame.png differ diff --git a/resources/images/textures/particle/flame.png.mcmeta b/resources/images/textures/particle/flame.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..a328ca58d446a46b2f7415bdc906dd1370f1e436 --- /dev/null +++ b/resources/images/textures/particle/flame.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/resources/images/textures/particle/flash.png b/resources/images/textures/particle/flash.png new file mode 100644 index 0000000000000000000000000000000000000000..80651dcf4dda8b23ed66330265ac5d0041d347de Binary files /dev/null and b/resources/images/textures/particle/flash.png differ diff --git a/resources/images/textures/particle/footprint.png b/resources/images/textures/particle/footprint.png new file mode 100644 index 0000000000000000000000000000000000000000..fec502d10a11e54f954630ff6c029654021fec02 Binary files /dev/null and b/resources/images/textures/particle/footprint.png differ diff --git a/resources/images/textures/particle/generic_0.png b/resources/images/textures/particle/generic_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2432ee4991f2e74c3700b9f2455582f0d0e9f9bd Binary files /dev/null and b/resources/images/textures/particle/generic_0.png differ diff --git a/resources/images/textures/particle/generic_1.png b/resources/images/textures/particle/generic_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf917162055669cb4c6ec4747a7a99a03f149ce Binary files /dev/null and b/resources/images/textures/particle/generic_1.png differ diff --git a/resources/images/textures/particle/generic_2.png b/resources/images/textures/particle/generic_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b3cd4615e4d2233f1661fc3e8c9481351b509cb5 Binary files /dev/null and b/resources/images/textures/particle/generic_2.png differ diff --git a/resources/images/textures/particle/generic_3.png b/resources/images/textures/particle/generic_3.png new file mode 100644 index 0000000000000000000000000000000000000000..49fb5fc96efbc588d3962cce7dde2084ef102baf Binary files /dev/null and b/resources/images/textures/particle/generic_3.png differ diff --git a/resources/images/textures/particle/generic_4.png b/resources/images/textures/particle/generic_4.png new file mode 100644 index 0000000000000000000000000000000000000000..e230538db5256b4b8b1a0fa66b5dc417741ee9e2 Binary files /dev/null and b/resources/images/textures/particle/generic_4.png differ diff --git a/resources/images/textures/particle/generic_5.png b/resources/images/textures/particle/generic_5.png new file mode 100644 index 0000000000000000000000000000000000000000..4e7662c4c00f38312d77e3da62a005f2b784f286 Binary files /dev/null and b/resources/images/textures/particle/generic_5.png differ diff --git a/resources/images/textures/particle/generic_6.png b/resources/images/textures/particle/generic_6.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6aeb8e27ff7051ce32254d13c76b112891ab62 Binary files /dev/null and b/resources/images/textures/particle/generic_6.png differ diff --git a/resources/images/textures/particle/generic_7.png b/resources/images/textures/particle/generic_7.png new file mode 100644 index 0000000000000000000000000000000000000000..180bac96e79bb2b41e8cd51cbfe49c94a838d54a Binary files /dev/null and b/resources/images/textures/particle/generic_7.png differ diff --git a/resources/images/textures/particle/glint.png b/resources/images/textures/particle/glint.png new file mode 100644 index 0000000000000000000000000000000000000000..c835b55883ed3a3f8866aee9e0c40f0ed4c309f2 Binary files /dev/null and b/resources/images/textures/particle/glint.png differ diff --git a/resources/images/textures/particle/glitter_0.png b/resources/images/textures/particle/glitter_0.png new file mode 100644 index 0000000000000000000000000000000000000000..82cd27e1def83b4a6a5311a844d32e8b3b8600c5 Binary files /dev/null and b/resources/images/textures/particle/glitter_0.png differ diff --git a/resources/images/textures/particle/glitter_1.png b/resources/images/textures/particle/glitter_1.png new file mode 100644 index 0000000000000000000000000000000000000000..437bc259076ac91b139daf1af9029442a11ed20f Binary files /dev/null and b/resources/images/textures/particle/glitter_1.png differ diff --git a/resources/images/textures/particle/glitter_2.png b/resources/images/textures/particle/glitter_2.png new file mode 100644 index 0000000000000000000000000000000000000000..2da0687dcccd6336075b030d9b305df8004a5e70 Binary files /dev/null and b/resources/images/textures/particle/glitter_2.png differ diff --git a/resources/images/textures/particle/glitter_3.png b/resources/images/textures/particle/glitter_3.png new file mode 100644 index 0000000000000000000000000000000000000000..ff97e6b11d60adf15547b6e90dd395457b14137c Binary files /dev/null and b/resources/images/textures/particle/glitter_3.png differ diff --git a/resources/images/textures/particle/glitter_4.png b/resources/images/textures/particle/glitter_4.png new file mode 100644 index 0000000000000000000000000000000000000000..013d544b593d211189bd2db2915b915221bc731d Binary files /dev/null and b/resources/images/textures/particle/glitter_4.png differ diff --git a/resources/images/textures/particle/glitter_5.png b/resources/images/textures/particle/glitter_5.png new file mode 100644 index 0000000000000000000000000000000000000000..de36a6b2d97a077ff79b67f6e86b0dcf77046ef5 Binary files /dev/null and b/resources/images/textures/particle/glitter_5.png differ diff --git a/resources/images/textures/particle/glitter_6.png b/resources/images/textures/particle/glitter_6.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa52c31736325867092215d0310d214e57292db Binary files /dev/null and b/resources/images/textures/particle/glitter_6.png differ diff --git a/resources/images/textures/particle/glitter_7.png b/resources/images/textures/particle/glitter_7.png new file mode 100644 index 0000000000000000000000000000000000000000..71d353d6eb5b7bc8f1d222f8902af1e50370da7d Binary files /dev/null and b/resources/images/textures/particle/glitter_7.png differ diff --git a/resources/images/textures/particle/glow.png b/resources/images/textures/particle/glow.png new file mode 100644 index 0000000000000000000000000000000000000000..8a65597df86714f6dcc7a6bb61e20c436ea503b8 Binary files /dev/null and b/resources/images/textures/particle/glow.png differ diff --git a/resources/images/textures/particle/heart.png b/resources/images/textures/particle/heart.png new file mode 100644 index 0000000000000000000000000000000000000000..7a728ae1efeaefaa58600c8fc120425962711b14 Binary files /dev/null and b/resources/images/textures/particle/heart.png differ diff --git a/resources/images/textures/particle/lava.png b/resources/images/textures/particle/lava.png new file mode 100644 index 0000000000000000000000000000000000000000..403bbe7730dcb14955175213df5aa89132594e5a Binary files /dev/null and b/resources/images/textures/particle/lava.png differ diff --git a/resources/images/textures/particle/nautilus.png b/resources/images/textures/particle/nautilus.png new file mode 100644 index 0000000000000000000000000000000000000000..74be7cb64c832dcfe24a83a833c261dfcf295de4 Binary files /dev/null and b/resources/images/textures/particle/nautilus.png differ diff --git a/resources/images/textures/particle/note.png b/resources/images/textures/particle/note.png new file mode 100644 index 0000000000000000000000000000000000000000..300fd5381a90c5e7f4cb8f0240f722ce50435c7e Binary files /dev/null and b/resources/images/textures/particle/note.png differ diff --git a/resources/images/textures/particle/sga_a.png b/resources/images/textures/particle/sga_a.png new file mode 100644 index 0000000000000000000000000000000000000000..871779276e61a54d81fd9c5e86f036617257c474 Binary files /dev/null and b/resources/images/textures/particle/sga_a.png differ diff --git a/resources/images/textures/particle/sga_b.png b/resources/images/textures/particle/sga_b.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4c4908d38ff75cc4f8414838dc69747327680a Binary files /dev/null and b/resources/images/textures/particle/sga_b.png differ diff --git a/resources/images/textures/particle/sga_c.png b/resources/images/textures/particle/sga_c.png new file mode 100644 index 0000000000000000000000000000000000000000..52a0d5e78e71f7c35076b3dfee040824b47c915e Binary files /dev/null and b/resources/images/textures/particle/sga_c.png differ diff --git a/resources/images/textures/particle/sga_d.png b/resources/images/textures/particle/sga_d.png new file mode 100644 index 0000000000000000000000000000000000000000..b70a1ab2b0b7320bf18d7435daa2407c09ab83fa Binary files /dev/null and b/resources/images/textures/particle/sga_d.png differ diff --git a/resources/images/textures/particle/sga_e.png b/resources/images/textures/particle/sga_e.png new file mode 100644 index 0000000000000000000000000000000000000000..ab85b9b4ea7771d11a81f257ee7dcc9c6601f3ff Binary files /dev/null and b/resources/images/textures/particle/sga_e.png differ diff --git a/resources/images/textures/particle/sga_f.png b/resources/images/textures/particle/sga_f.png new file mode 100644 index 0000000000000000000000000000000000000000..197cd92614960e6754e0c7c9f41609e6d7410fc7 Binary files /dev/null and b/resources/images/textures/particle/sga_f.png differ diff --git a/resources/images/textures/particle/sga_g.png b/resources/images/textures/particle/sga_g.png new file mode 100644 index 0000000000000000000000000000000000000000..544ec4bd10e314dd3ed33790c30a1b17e365ab55 Binary files /dev/null and b/resources/images/textures/particle/sga_g.png differ diff --git a/resources/images/textures/particle/sga_h.png b/resources/images/textures/particle/sga_h.png new file mode 100644 index 0000000000000000000000000000000000000000..c41339d624102b1f165b37ed77b1730f5c3af31c Binary files /dev/null and b/resources/images/textures/particle/sga_h.png differ diff --git a/resources/images/textures/particle/sga_i.png b/resources/images/textures/particle/sga_i.png new file mode 100644 index 0000000000000000000000000000000000000000..73460a50b6015fded879324f166b9f02ae4e1ec3 Binary files /dev/null and b/resources/images/textures/particle/sga_i.png differ diff --git a/resources/images/textures/particle/sga_j.png b/resources/images/textures/particle/sga_j.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86e211c14c7014574b2fbf3079f30e99348f4b Binary files /dev/null and b/resources/images/textures/particle/sga_j.png differ diff --git a/resources/images/textures/particle/sga_k.png b/resources/images/textures/particle/sga_k.png new file mode 100644 index 0000000000000000000000000000000000000000..83dacab849943e8f900a5445db6083f350711c3c Binary files /dev/null and b/resources/images/textures/particle/sga_k.png differ diff --git a/resources/images/textures/particle/sga_l.png b/resources/images/textures/particle/sga_l.png new file mode 100644 index 0000000000000000000000000000000000000000..2a65ce7b62e70433e0aad7c3ecfbf122933f8b08 Binary files /dev/null and b/resources/images/textures/particle/sga_l.png differ diff --git a/resources/images/textures/particle/sga_m.png b/resources/images/textures/particle/sga_m.png new file mode 100644 index 0000000000000000000000000000000000000000..10af7724b532e76274a0604f0dbb4d7cea176028 Binary files /dev/null and b/resources/images/textures/particle/sga_m.png differ diff --git a/resources/images/textures/particle/sga_n.png b/resources/images/textures/particle/sga_n.png new file mode 100644 index 0000000000000000000000000000000000000000..bb27df802b51a2946ad2ba564e3a196afcc26ddc Binary files /dev/null and b/resources/images/textures/particle/sga_n.png differ diff --git a/resources/images/textures/particle/sga_o.png b/resources/images/textures/particle/sga_o.png new file mode 100644 index 0000000000000000000000000000000000000000..1e32ea0dcc8529dad0940b4c35fd05d170d76741 Binary files /dev/null and b/resources/images/textures/particle/sga_o.png differ diff --git a/resources/images/textures/particle/sga_p.png b/resources/images/textures/particle/sga_p.png new file mode 100644 index 0000000000000000000000000000000000000000..c345f97433655704602e1057788e3e5699ca0ddd Binary files /dev/null and b/resources/images/textures/particle/sga_p.png differ diff --git a/resources/images/textures/particle/sga_q.png b/resources/images/textures/particle/sga_q.png new file mode 100644 index 0000000000000000000000000000000000000000..8c8f57d3eaa3e890b669799580934a036a7d924b Binary files /dev/null and b/resources/images/textures/particle/sga_q.png differ diff --git a/resources/images/textures/particle/sga_r.png b/resources/images/textures/particle/sga_r.png new file mode 100644 index 0000000000000000000000000000000000000000..85b4362dc6dc3c38858a134a3b3897fd16bb0c03 Binary files /dev/null and b/resources/images/textures/particle/sga_r.png differ diff --git a/resources/images/textures/particle/sga_s.png b/resources/images/textures/particle/sga_s.png new file mode 100644 index 0000000000000000000000000000000000000000..8967b6389b479947969958e9285379ab431c47d7 Binary files /dev/null and b/resources/images/textures/particle/sga_s.png differ diff --git a/resources/images/textures/particle/sga_t.png b/resources/images/textures/particle/sga_t.png new file mode 100644 index 0000000000000000000000000000000000000000..6eba924c5918e5fb18d6e81c8387b2b4bd3bba99 Binary files /dev/null and b/resources/images/textures/particle/sga_t.png differ diff --git a/resources/images/textures/particle/sga_u.png b/resources/images/textures/particle/sga_u.png new file mode 100644 index 0000000000000000000000000000000000000000..26369803c39ae1ab2a6f7c3158abd54dd2b1f6b9 Binary files /dev/null and b/resources/images/textures/particle/sga_u.png differ diff --git a/resources/images/textures/particle/sga_v.png b/resources/images/textures/particle/sga_v.png new file mode 100644 index 0000000000000000000000000000000000000000..0931fb89ac048c5c6a99a25ac3ef1e1268a19e15 Binary files /dev/null and b/resources/images/textures/particle/sga_v.png differ diff --git a/resources/images/textures/particle/sga_w.png b/resources/images/textures/particle/sga_w.png new file mode 100644 index 0000000000000000000000000000000000000000..66b8f2738ad04748703dfab83c5cd6ce15690acc Binary files /dev/null and b/resources/images/textures/particle/sga_w.png differ diff --git a/resources/images/textures/particle/sga_x.png b/resources/images/textures/particle/sga_x.png new file mode 100644 index 0000000000000000000000000000000000000000..6c681069d881598d2301136d2e83cc4a8461787e Binary files /dev/null and b/resources/images/textures/particle/sga_x.png differ diff --git a/resources/images/textures/particle/sga_y.png b/resources/images/textures/particle/sga_y.png new file mode 100644 index 0000000000000000000000000000000000000000..05e981d9353f2797f6a5c629c73eccafb595d550 Binary files /dev/null and b/resources/images/textures/particle/sga_y.png differ diff --git a/resources/images/textures/particle/sga_z.png b/resources/images/textures/particle/sga_z.png new file mode 100644 index 0000000000000000000000000000000000000000..d35a89cf448047afac939794af717cabc50dfaf4 Binary files /dev/null and b/resources/images/textures/particle/sga_z.png differ diff --git a/resources/images/textures/particle/soul_0.png b/resources/images/textures/particle/soul_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b050da805d268b9a6b5bbe5bd433aeb64441f43a Binary files /dev/null and b/resources/images/textures/particle/soul_0.png differ diff --git a/resources/images/textures/particle/soul_1.png b/resources/images/textures/particle/soul_1.png new file mode 100644 index 0000000000000000000000000000000000000000..530a2be31e8bb9104cf891c03fd7ef5f8f6c7a0f Binary files /dev/null and b/resources/images/textures/particle/soul_1.png differ diff --git a/resources/images/textures/particle/soul_10.png b/resources/images/textures/particle/soul_10.png new file mode 100644 index 0000000000000000000000000000000000000000..cf69fdd630552408cc0a5d8ec95abc32e5acdcd7 Binary files /dev/null and b/resources/images/textures/particle/soul_10.png differ diff --git a/resources/images/textures/particle/soul_2.png b/resources/images/textures/particle/soul_2.png new file mode 100644 index 0000000000000000000000000000000000000000..f3037199c486928740de0d8f4b88d1b2007ff1c3 Binary files /dev/null and b/resources/images/textures/particle/soul_2.png differ diff --git a/resources/images/textures/particle/soul_3.png b/resources/images/textures/particle/soul_3.png new file mode 100644 index 0000000000000000000000000000000000000000..c8952e42acd5b74b79a02b9471fd64959863d4e6 Binary files /dev/null and b/resources/images/textures/particle/soul_3.png differ diff --git a/resources/images/textures/particle/soul_4.png b/resources/images/textures/particle/soul_4.png new file mode 100644 index 0000000000000000000000000000000000000000..ceaac913d281bbc1e036745fd0d315c18711876e Binary files /dev/null and b/resources/images/textures/particle/soul_4.png differ diff --git a/resources/images/textures/particle/soul_5.png b/resources/images/textures/particle/soul_5.png new file mode 100644 index 0000000000000000000000000000000000000000..a612bc66b0ce53f27aa0a87ff4ebca14f282c472 Binary files /dev/null and b/resources/images/textures/particle/soul_5.png differ diff --git a/resources/images/textures/particle/soul_6.png b/resources/images/textures/particle/soul_6.png new file mode 100644 index 0000000000000000000000000000000000000000..0792b9faa495a236b00601f8f9c8813cb6be86ad Binary files /dev/null and b/resources/images/textures/particle/soul_6.png differ diff --git a/resources/images/textures/particle/soul_7.png b/resources/images/textures/particle/soul_7.png new file mode 100644 index 0000000000000000000000000000000000000000..6942514dd47e26175e0d32f558f0b210435cf93f Binary files /dev/null and b/resources/images/textures/particle/soul_7.png differ diff --git a/resources/images/textures/particle/soul_8.png b/resources/images/textures/particle/soul_8.png new file mode 100644 index 0000000000000000000000000000000000000000..001912ba65f7357ec24ece073cd774e9dad24315 Binary files /dev/null and b/resources/images/textures/particle/soul_8.png differ diff --git a/resources/images/textures/particle/soul_9.png b/resources/images/textures/particle/soul_9.png new file mode 100644 index 0000000000000000000000000000000000000000..cd027fb4100a038d35991efbc0cc4e77ec69a1b4 Binary files /dev/null and b/resources/images/textures/particle/soul_9.png differ diff --git a/resources/images/textures/particle/soul_fire_flame.png b/resources/images/textures/particle/soul_fire_flame.png new file mode 100644 index 0000000000000000000000000000000000000000..5937898d197da100dcdbd5db4b7307b033018658 Binary files /dev/null and b/resources/images/textures/particle/soul_fire_flame.png differ diff --git a/resources/images/textures/particle/soul_fire_flame.png.mcmeta b/resources/images/textures/particle/soul_fire_flame.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..a328ca58d446a46b2f7415bdc906dd1370f1e436 --- /dev/null +++ b/resources/images/textures/particle/soul_fire_flame.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/resources/images/textures/particle/spark_0.png b/resources/images/textures/particle/spark_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ecdcd875f569c6eeff2505c2927fdf96d945a86b Binary files /dev/null and b/resources/images/textures/particle/spark_0.png differ diff --git a/resources/images/textures/particle/spark_1.png b/resources/images/textures/particle/spark_1.png new file mode 100644 index 0000000000000000000000000000000000000000..17325c06de04ddcd581d883d3a59b499abb51f6a Binary files /dev/null and b/resources/images/textures/particle/spark_1.png differ diff --git a/resources/images/textures/particle/spark_2.png b/resources/images/textures/particle/spark_2.png new file mode 100644 index 0000000000000000000000000000000000000000..6efdf63953a61d48c39cf1489045f41e9bab288f Binary files /dev/null and b/resources/images/textures/particle/spark_2.png differ diff --git a/resources/images/textures/particle/spark_3.png b/resources/images/textures/particle/spark_3.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f3029de2be78aee21b3be4651bbd31efc947ae Binary files /dev/null and b/resources/images/textures/particle/spark_3.png differ diff --git a/resources/images/textures/particle/spark_4.png b/resources/images/textures/particle/spark_4.png new file mode 100644 index 0000000000000000000000000000000000000000..f006067d6ba494951b19713ad6a40c289079f2cb Binary files /dev/null and b/resources/images/textures/particle/spark_4.png differ diff --git a/resources/images/textures/particle/spark_5.png b/resources/images/textures/particle/spark_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c6ce2f092f4a1b791319c8b090ebda6fb00d87e5 Binary files /dev/null and b/resources/images/textures/particle/spark_5.png differ diff --git a/resources/images/textures/particle/spark_6.png b/resources/images/textures/particle/spark_6.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec66485e4a247e896f508c9f4f7ceb9b0b882ce Binary files /dev/null and b/resources/images/textures/particle/spark_6.png differ diff --git a/resources/images/textures/particle/spark_7.png b/resources/images/textures/particle/spark_7.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4527a6a4811e3888edc29b47b93a6036b11fe4 Binary files /dev/null and b/resources/images/textures/particle/spark_7.png differ diff --git a/resources/images/textures/particle/spell_0.png b/resources/images/textures/particle/spell_0.png new file mode 100644 index 0000000000000000000000000000000000000000..16cf4e13664926fb3cd6fcf710f8149dcf0c01d2 Binary files /dev/null and b/resources/images/textures/particle/spell_0.png differ diff --git a/resources/images/textures/particle/spell_1.png b/resources/images/textures/particle/spell_1.png new file mode 100644 index 0000000000000000000000000000000000000000..08096a6305f9c951b3c21f449bb43a713e0cbf9b Binary files /dev/null and b/resources/images/textures/particle/spell_1.png differ diff --git a/resources/images/textures/particle/spell_2.png b/resources/images/textures/particle/spell_2.png new file mode 100644 index 0000000000000000000000000000000000000000..cab892c9ae70f72bcfae7a01b007a1aa5cb3dee4 Binary files /dev/null and b/resources/images/textures/particle/spell_2.png differ diff --git a/resources/images/textures/particle/spell_3.png b/resources/images/textures/particle/spell_3.png new file mode 100644 index 0000000000000000000000000000000000000000..035a72e9b5f216848c16d8db7e5261aa02c5482c Binary files /dev/null and b/resources/images/textures/particle/spell_3.png differ diff --git a/resources/images/textures/particle/spell_4.png b/resources/images/textures/particle/spell_4.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf950687c31dc7ab1a9cfafb448ab3d67b47f80 Binary files /dev/null and b/resources/images/textures/particle/spell_4.png differ diff --git a/resources/images/textures/particle/spell_5.png b/resources/images/textures/particle/spell_5.png new file mode 100644 index 0000000000000000000000000000000000000000..6d6b4393cc1eebe8ac84a501703bbf561ec906fc Binary files /dev/null and b/resources/images/textures/particle/spell_5.png differ diff --git a/resources/images/textures/particle/spell_6.png b/resources/images/textures/particle/spell_6.png new file mode 100644 index 0000000000000000000000000000000000000000..9912c524ef8493a000729da03bac3e4fc1ea38d9 Binary files /dev/null and b/resources/images/textures/particle/spell_6.png differ diff --git a/resources/images/textures/particle/spell_7.png b/resources/images/textures/particle/spell_7.png new file mode 100644 index 0000000000000000000000000000000000000000..e4b55e5dcaddf11e26eb8bf753a406c6dda7a037 Binary files /dev/null and b/resources/images/textures/particle/spell_7.png differ diff --git a/resources/images/textures/particle/splash_0.png b/resources/images/textures/particle/splash_0.png new file mode 100644 index 0000000000000000000000000000000000000000..654ccd188a01e53faaa603203ca893b673e44394 Binary files /dev/null and b/resources/images/textures/particle/splash_0.png differ diff --git a/resources/images/textures/particle/splash_1.png b/resources/images/textures/particle/splash_1.png new file mode 100644 index 0000000000000000000000000000000000000000..40a188ae8718f3087b0c2bed0549638243aca22a Binary files /dev/null and b/resources/images/textures/particle/splash_1.png differ diff --git a/resources/images/textures/particle/splash_2.png b/resources/images/textures/particle/splash_2.png new file mode 100644 index 0000000000000000000000000000000000000000..2cee0f90e54172558643bc88c6af44e6fb7ca1dc Binary files /dev/null and b/resources/images/textures/particle/splash_2.png differ diff --git a/resources/images/textures/particle/splash_3.png b/resources/images/textures/particle/splash_3.png new file mode 100644 index 0000000000000000000000000000000000000000..f80dfb2c1270e8cbb87f19cd00b2aa69ea9864d2 Binary files /dev/null and b/resources/images/textures/particle/splash_3.png differ diff --git a/resources/images/textures/particle/sweep_0.png b/resources/images/textures/particle/sweep_0.png new file mode 100644 index 0000000000000000000000000000000000000000..60b627206aee29d60e0d51b4c814bc9dbdbb2160 Binary files /dev/null and b/resources/images/textures/particle/sweep_0.png differ diff --git a/resources/images/textures/particle/sweep_1.png b/resources/images/textures/particle/sweep_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b609a087a9fd06167a8e0fef29dddfd938a52f45 Binary files /dev/null and b/resources/images/textures/particle/sweep_1.png differ diff --git a/resources/images/textures/particle/sweep_2.png b/resources/images/textures/particle/sweep_2.png new file mode 100644 index 0000000000000000000000000000000000000000..e31bec6bf6af6c8793adcb025df7afc2046cbced Binary files /dev/null and b/resources/images/textures/particle/sweep_2.png differ diff --git a/resources/images/textures/particle/sweep_3.png b/resources/images/textures/particle/sweep_3.png new file mode 100644 index 0000000000000000000000000000000000000000..5af988152cf97b6fec49b25c76c55ae3fadbe31a Binary files /dev/null and b/resources/images/textures/particle/sweep_3.png differ diff --git a/resources/images/textures/particle/sweep_4.png b/resources/images/textures/particle/sweep_4.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc6b1e264f0a7099f0dfe9734a09812116b4b53 Binary files /dev/null and b/resources/images/textures/particle/sweep_4.png differ diff --git a/resources/images/textures/particle/sweep_5.png b/resources/images/textures/particle/sweep_5.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d408216dc694776f43e42daee80da113f66908 Binary files /dev/null and b/resources/images/textures/particle/sweep_5.png differ diff --git a/resources/images/textures/particle/sweep_6.png b/resources/images/textures/particle/sweep_6.png new file mode 100644 index 0000000000000000000000000000000000000000..0bbb30532bd1d6c7d00cecfbbae037d0f4f76cd1 Binary files /dev/null and b/resources/images/textures/particle/sweep_6.png differ diff --git a/resources/images/textures/particle/sweep_7.png b/resources/images/textures/particle/sweep_7.png new file mode 100644 index 0000000000000000000000000000000000000000..f03393f1c701520e8422063c17dc7319d9394c0f Binary files /dev/null and b/resources/images/textures/particle/sweep_7.png differ diff --git a/resources/images/textures/particle/vibration.png b/resources/images/textures/particle/vibration.png new file mode 100644 index 0000000000000000000000000000000000000000..3f767e64e80cebb3fade7ebc509ba41b453fef2c Binary files /dev/null and b/resources/images/textures/particle/vibration.png differ diff --git a/resources/images/textures/particle/vibration.png.mcmeta b/resources/images/textures/particle/vibration.png.mcmeta new file mode 100644 index 0000000000000000000000000000000000000000..d1cd0799bdc67277e8eac4e96ee3f425d4544485 --- /dev/null +++ b/resources/images/textures/particle/vibration.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/resources/images/vitrine/elytra.png b/resources/images/vitrine/elytra.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fd2f0bea2093d3dc7b50b50bd102c08dc6b4ff Binary files /dev/null and b/resources/images/vitrine/elytra.png differ diff --git a/resources/images/vitrine/flying house.png b/resources/images/vitrine/flying house.png new file mode 100644 index 0000000000000000000000000000000000000000..0a53147aa7d7b594bbf0ac611938b8dcd808e9a9 Binary files /dev/null and b/resources/images/vitrine/flying house.png differ diff --git a/resources/images/vitrine/letsgo.png b/resources/images/vitrine/letsgo.png new file mode 100644 index 0000000000000000000000000000000000000000..2d3574d982713cbfc66dbfb7443a79dfbb39345e Binary files /dev/null and b/resources/images/vitrine/letsgo.png differ diff --git a/resources/images/vitrine/little village.png b/resources/images/vitrine/little village.png new file mode 100644 index 0000000000000000000000000000000000000000..4810b119d3556f82c1ee11e240014f3df7ffad2f Binary files /dev/null and b/resources/images/vitrine/little village.png differ diff --git a/resources/images/vitrine/multiple portals.png b/resources/images/vitrine/multiple portals.png new file mode 100644 index 0000000000000000000000000000000000000000..c97b4c8bdfa00b0e8e0279a54c2090edd20dd825 Binary files /dev/null and b/resources/images/vitrine/multiple portals.png differ diff --git a/resources/images/vitrine/nether portal.png b/resources/images/vitrine/nether portal.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee5bdedc6021669ed1636e20c1291487896f9f4 Binary files /dev/null and b/resources/images/vitrine/nether portal.png differ diff --git a/resources/scss/_base.scss b/resources/scss/_base.scss new file mode 100644 index 0000000000000000000000000000000000000000..176219dd67521a7f0acc8be283715fd9639e00be --- /dev/null +++ b/resources/scss/_base.scss @@ -0,0 +1,292 @@ +@use "fonts"; +:root{ + --mainColor: #ec6f20; + --lightMainColor: #fff4ec; + --color-border-grey: #e0dede; + + /* Vert */ + --green-light: #6bc349; + --green: #3b8526; + --green-dark: #2a631c; + + /* Orange */ + --orange-light: #f4730f; + --orange: #eb6804; + --orange-dark: #d35a00; +} +body{ + margin: 0; + font-family: "Proxima Nova Regular", sans-serif !important; +} + +h1, h2, h3, h4, h5, h6{ + font-family: "Proxima Nova Bold", sans-serif !important; +} + +/* Scrollbar */ +::-webkit-scrollbar { + width: 5px; + height: 7px; +} +::-webkit-scrollbar-button { + width: 0; + height: 0; +} +::-webkit-scrollbar-corner { + background: transparent; +} +::-webkit-scrollbar-thumb { + background: #525965; + border: 0 none #ffffff; + border-radius: 0; +} +::-webkit-scrollbar-track { + background: transparent; + border: 0 none #ffffff; + border-radius: 50px; +} + +/* General */ +.mainColor-bg{ + background-color: var(--mainColor) !important; +} +.text-orange{ + color: var(--mainColor) !important; +} +.container{ + width: 100%; + max-width: 1600px!important; + margin: 0 auto; +} +.navbar .container{ + justify-content: start!important; +} + +.text-black{ + color: black!important; +} +.logoFont{ + font-family: "Zaptron-Regular", sans-serif; +} + +p { + margin-top: 0 !important; + margin-bottom: 1rem !important; +} + +.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { + margin-top: 0 !important; + margin-bottom: .5rem !important; + font-weight: 500 !important; + line-height: 1.2; +} + +/* Bouton orange */ +.btn-orange { + color: #fff; + background-color: var(--mainColor); + border-color: var(--mainColor); +} + +.btn-orange:hover { + color: #fff; + background-color: #ca601d; + border-color: #ca601d; +} + +.btn-orange:focus, .btn-orange.focus { + color: #fff; + background-color: #df6920; + border-color: #ca601d; + box-shadow: 0 0 0 0.2rem rgba(236, 111, 32, 0.5); +} + +.btn-orange.disabled, .btn-orange:disabled { + color: #fff; + background-color: var(--mainColor); + border-color: var(--mainColor); +} + +.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, +.show > .btn-orange.dropdown-toggle { + color: #fff; + background-color: #ca601d; + border-color: #df6920; +} + +.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, +.show > .btn-orange.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(236, 111, 32, 0.5); +} + +.btn-outline-orange { + color: var(--mainColor); + border-color: var(--mainColor); +} +.btn-outline-orange:focus, .btn-outline-orange.focus { + color: #fff; + background-color: var(--mainColor); + border-color: var(--mainColor); + box-shadow: 0 0 0 0.2rem rgba(167, 124, 88, 0.5); +} + +.card-header{ + background-color: var(--lightMainColor)!important; +} + +.dropdown-item:focus{ + background-color: var(--mainColor); +} +.form-control:focus{ + border-color: var(--mainColor); + box-shadow: 0 0 0 0.2rem rgba(167, 124, 88, 0.5); +} + +/* Minecraft Style Button */ +.mc-button { + font: 12pt "Minecraftia", sans-serif; + height: var(--btn-size); + width: calc(var(--btn-size) * 10); + cursor: pointer; + overflow: hidden; + white-space: nowrap; + user-select: none; + background: #999 url("../images/backgrounds/bgbtn.png") center/cover; + image-rendering: pixelated; + border: 2px solid #000; + /* Mouse over */ + /* Button title */ + /* Others */ +} +.mc-button:hover .title { + background-color: rgba(100, 100, 255, 0.45); + text-shadow: 2px 2px #202013cc; + color: #ffffa0; +} +.mc-button:active .title { + box-shadow: inset -2px -4px #0004, inset 2px 2px #fff5; +} +.mc-button .title { + width: 100%; + height: 100%; + padding-bottom: 0.3em; + display: flex; + justify-content: center; + align-items: center; + color: #ddd; + text-shadow: 2px 2px #000a; + box-shadow: inset -2px -4px #0006, inset 2px 2px #fff7; +} +.mc-button.full { + width: 100%; + height: 100%; +} +.mc-button.normal { + width: 100%; + height: 3rem; +} +.mc-button.lang img { + width: 26px; + height: 26px; +} +.mc-button.lang .title { + padding-bottom: 0; +} +/* Fin du btn minecraft */ + +/* Modification du modal par défaut */ +.modal-dialog{ + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%)!important; +} +.modal-content{ + border: 0!important; + background-size: auto 442px; +} +.modal-title{ + font-family: "Proxima Nova Bold", sans-serif !important; + color: white!important; +} +.modal-header{ + background-color: #000!important; + padding: .25rem 1rem!important; +} +.modal-body{ + padding: .25rem 1rem!important; + color: white!important; +} +.modal-footer{ + padding: .25rem 1rem!important; + border-top: 0!important; +} +/* Fin du modal */ + +/* Carte à la Minecraft */ +.card{ + border-radius: 0!important; + border-top: var(--green-light) solid 5px!important; + border-bottom: var(--green-dark) solid 5px!important; + border-left: 0!important; + border-right: 0!important; + background-color: var(--green)!important; + + font-family: "Minecraft Ten", sans-serif !important; + color: white!important; + padding: 1rem!important; +} +.card h1, .card h2, .card h3, .card h4, .card h5, .card h6{ + font-family: "Minecraft Ten", sans-serif !important; + color: white!important; +} +.card.green{ + border-top: var(--green-light) solid 5px!important; + border-bottom: var(--green-dark) solid 5px!important; + background-color: var(--green)!important; +} + +.card.orange{ + border-top: var(--orange-light) solid 5px!important; + border-bottom: var(--orange-dark) solid 5px!important; + background-color: var(--orange)!important; +} +a.card{ + text-decoration: none; +} +a.card:hover{ + filter: brightness(1.05); +} +a.card:active{ + filter: brightness(0.95); +} +/* Fin de la carte */ + +/* Fonds */ +.bg-dark-wool{ + background-image: url("../images/backgrounds/bg-wool-dark.png"); + background-size: auto 442px; +} +.bg-white-wool{ + background-image: url("../images/backgrounds/bg-wool-white.png"); + background-size: auto 442px; +} +/* Fin des fonds */ + +/* Boutons */ +button.mc{ + border-top: var(--green-light) solid 5px; + border-bottom: var(--green-dark) solid 5px; + border-left: 0; + border-right: 0; + background-color: var(--green); + font-family: "Minecraft Ten", sans-serif; + color: white; + padding: .5rem 1rem; +} +button.mc:hover{ + filter: brightness(1.1); +} +button.mc:active{ + filter: brightness(0.8); +} diff --git a/resources/scss/_fonts.scss b/resources/scss/_fonts.scss new file mode 100644 index 0000000000000000000000000000000000000000..9c8cd07d14bf6ef3a3932717692298965d750628 --- /dev/null +++ b/resources/scss/_fonts.scss @@ -0,0 +1,179 @@ +/*@font-face { + font-family: 'Inter Regular'; + font-style: normal; + font-weight: normal; + src: local('Inter Regular'), url('../fonts/Inter-Regular.woff') format('woff'); +} +@font-face { + font-family: 'Inter Italic'; + font-style: normal; + font-weight: normal; + src: local('Inter Italic'), url('../fonts/Inter-Italic.woff') format('woff'); +} +@font-face { + font-family: 'Inter Thin BETA'; + font-style: normal; + font-weight: normal; + src: local('Inter Thin BETA'), url('../fonts/Inter-Thin-BETA.woff') format('woff'); +} +@font-face { + font-family: 'Inter Thin Italic BETA'; + font-style: normal; + font-weight: normal; + src: local('Inter Thin Italic BETA'), url('../fonts/Inter-ThinItalic-BETA.woff') format('woff'); +} +@font-face { + font-family: 'Inter Extra Light BETA'; + font-style: normal; + font-weight: normal; + src: local('Inter Extra Light BETA'), url('../fonts/Inter-ExtraLight-BETA.woff') format('woff'); +} +@font-face { + font-family: 'Inter Extra Light Italic BETA'; + font-style: normal; + font-weight: normal; + src: local('Inter Extra Light Italic BETA'), url('../fonts/Inter-ExtraLightItalic-BETA.woff') format('woff'); +} +@font-face { + font-family: 'Inter Light BETA'; + font-style: normal; + font-weight: normal; + src: local('Inter Light BETA'), url('../fonts/Inter-Light-BETA.woff') format('woff'); +} +@font-face { + font-family: 'Inter Light Italic BETA'; + font-style: normal; + font-weight: normal; + src: local('Inter Light Italic BETA'), url('../fonts/Inter-LightItalic-BETA.woff') format('woff'); +} +@font-face { + font-family: 'Inter Medium'; + font-style: normal; + font-weight: normal; + src: local('Inter Medium'), url('../fonts/Inter-Medium.woff') format('woff'); +} +@font-face { + font-family: 'Inter Medium Italic'; + font-style: normal; + font-weight: normal; + src: local('Inter Medium Italic'), url('../fonts/Inter-MediumItalic.woff') format('woff'); +} +@font-face { + font-family: 'Inter Semi Bold'; + font-style: normal; + font-weight: normal; + src: local('Inter Semi Bold'), url('../fonts/Inter-SemiBold.woff') format('woff'); +} +@font-face { + font-family: 'Inter Semi Bold Italic'; + font-style: normal; + font-weight: normal; + src: local('Inter Semi Bold Italic'), url('../fonts/Inter-SemiBoldItalic.woff') format('woff'); +} +@font-face { + font-family: 'Inter Bold'; + font-style: normal; + font-weight: normal; + src: local('Inter Bold'), url('../fonts/Inter-Bold.woff') format('woff'); +} +@font-face { + font-family: 'Inter Bold Italic'; + font-style: normal; + font-weight: normal; + src: local('Inter Bold Italic'), url('../fonts/Inter-BoldItalic.woff') format('woff'); +} +@font-face { + font-family: 'Inter Extra Bold'; + font-style: normal; + font-weight: normal; + src: local('Inter Extra Bold'), url('../fonts/Inter-ExtraBold.woff') format('woff'); +} +@font-face { + font-family: 'Inter Extra Bold Italic'; + font-style: normal; + font-weight: normal; + src: local('Inter Extra Bold Italic'), url('../fonts/Inter-ExtraBoldItalic.woff') format('woff'); +} +@font-face { + font-family: 'Inter Black'; + font-style: normal; + font-weight: normal; + src: local('Inter Black'), url('../fonts/Inter-Black.woff') format('woff'); +} +@font-face { + font-family: 'Inter Black Italic'; + font-style: normal; + font-weight: normal; + src: local('Inter Black Italic'), url('../fonts/Inter-BlackItalic.woff') format('woff'); +}*/ + +@font-face { + font-family: "Zaptron-Regular"; + src: url('../fonts/zaptron.woff2') format('woff2'), url('../fonts/zaptron.woff') format('woff'); +} + +/*@font-face {font-family: "DIN Next LT W04 Medium Cond"; + src: url("../fonts/DinNextLtW04MediumCond.eot"); !* IE9*! + src: url("../fonts/DinNextLtW04MediumCond.eot?#iefix") format("embedded-opentype"), !* IE6-IE8 *! + url("../fonts/DinNextLtW04MediumCond.woff2") format("woff2"), !* chrome、firefox *! + url("../fonts/DinNextLtW04MediumCond.woff") format("woff"), !* chrome、firefox *! + url("../fonts/DinNextLtW04MediumCond.ttf") format("truetype"), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*! + url("../fonts/DinNextLtW04MediumCond.svg#DIN Next LT W04 Medium Cond") format("svg"); !* iOS 4.1- *! +} +@font-face {font-family: "DIN Next LT W04 Regular Cond"; + src: url("../fonts/DinNextLtW04MediumCond.eot"); !* IE9*! + src: url("../fonts/DinNextLtW04MediumCond.eot?#iefix") format("embedded-opentype"), !* IE6-IE8 *! + url("../fonts/DinNextLtW04MediumCond.woff2") format("woff2"), !* chrome、firefox *! + url("../fonts/DinNextLtW04MediumCond.woff") format("woff"), !* chrome、firefox *! + url("../fonts/DinNextLtW04MediumCond.ttf") format("truetype"), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*! + url("../fonts/DinNextLtW04MediumCond.svg#DIN Next LT W04 Regular Cond") format("svg"); !* iOS 4.1- *! +} + +@font-face {font-family: "Raleway Regular"; + src: url("../fonts/RalewayRegular.eot"); !* IE9*! + src: url("../fonts/RalewayRegular.eot?#iefix") format("embedded-opentype"), !* IE6-IE8 *! + url("../fonts/RalewayRegular.woff2") format("woff2"), !* chrome、firefox *! + url("../fonts/RalewayRegular.woff") format("woff"), !* chrome、firefox *! + url("../fonts/RalewayRegular.ttf") format("truetype"), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*! + url("../fonts/RalewayRegular.svg#Raleway Regular") format("svg"); !* iOS 4.1- *! +}*/ + +@font-face {font-family: "Proxima Nova Regular"; + src: url("../fonts/proxima-nova-regular.eot"); /* IE9*/ + src: url("../fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("../fonts/proxima-nova-regular.woff2") format("woff2"), /* chrome、firefox */ + url("../fonts/proxima-nova-regular.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ +} +@font-face {font-family: "Proxima Nova Bold"; + src: url("../fonts/proxima-nova-bold.eot"); /* IE9*/ + src: url("../fonts/proxima-nova-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("../fonts/proxima-nova-bold.woff2") format("woff2"), /* chrome、firefox */ + url("../fonts/proxima-nova-bold.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ +} +@font-face {font-family: "Proxima Nova Condensed Black"; + src: url("../fonts/proxima-nova-condesed-black.eot"); /* IE9*/ + src: url("../fonts/proxima-nova-condesed-black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("../fonts/proxima-nova-condesed-black.woff2") format("woff2"), /* chrome、firefox */ + url("../fonts/proxima-nova-condesed-black.woff") format("woff"), /* chrome、firefox */ + url("../fonts/proxima-nova-condesed-black.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ + url("../fonts/proxima-nova-condesed-black.svg#Proxima Nova Condensed Black") format("svg"); /* iOS 4.1- */ +} +@font-face {font-family: "Proxima Nova Condensed"; + src: url("../fonts/proxima-nova-condesed.eot"); /* IE9*/ + src: url("../fonts/proxima-nova-condesed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("../fonts/proxima-nova-condesed.woff2") format("woff2"), /* chrome、firefox */ + url("../fonts/proxima-nova-condesed.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ +} + +@font-face { + font-family: Minecraftia; + src: url('../fonts/Minecraftia-Regular.ttf') format('truetype'); +} +@font-face {font-family: "Minecraft Ten"; + src: url("../fonts/MinecraftTen.eot"); /* IE9*/ + src: url("../fonts/MinecraftTen.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("../fonts/MinecraftTen.woff2") format("woff2"), /* chrome、firefox */ + url("../fonts/MinecraftTen.woff") format("woff"), /* chrome、firefox */ + url("../fonts/MinecraftTen.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ + url("../fonts/MinecraftTen.svg#Minecraft Ten") format("svg"); /* iOS 4.1- */ +} diff --git a/resources/scss/app.scss b/resources/scss/app.scss new file mode 100644 index 0000000000000000000000000000000000000000..bbaee2213f283e717809f2fa4015f850304047c8 --- /dev/null +++ b/resources/scss/app.scss @@ -0,0 +1,324 @@ +@use "base"; +@use "fontawesome/fontawesome"; +@use "fontawesome/brands"; +@use "fontawesome/duotone"; +@use "fontawesome/light"; +@use "fontawesome/regular"; +@use "fontawesome/solid"; +@use "fontawesome/thin"; + +@tailwind base; +@tailwind components; +@tailwind utilities; + +/* Navbar */ +/* Structure */ +.navbar{ + z-index: 999; + box-shadow: 0 0 20px rgb(0 0 0 / 30%); + /* On annule les styles de Bootstrap */ + padding: 0; +} +.navbar .upperPart{ + background-color: black; + width: 100%; + display: flex; + justify-content: center; +} +.navbar .upperPart .container{ + display: flex; + flex-direction: row; + justify-content: flex-end!important; +} + +.navbar .lowerPart{ + width: 100%; + height: 83px; + background-image: url("../images/backgrounds/bg-wool-dark.png"); + background-size: auto 442px; + box-shadow: 0 5px 0 0 rgb(0 0 0 / 25%); +} +.navbar .lowerPart .container{ + display: flex; + flex-direction: row; + justify-content: space-between !important; /* Bootstrap l'en empêche sinon */ + align-items: center; + height: 100%; +} +.navbar .lowerPart .siteLogo .logoFont{ + color: white !important; /* Evite de faire la classe :hover */ + font-size: 2rem; + text-align: left; + text-decoration: none; +} +.navbar .lowerPart .siteLogo img{ + height: 1.5rem; +} + +.navbar .lowerPart .desktopNavLinksContainer{ + display: flex; + flex-direction: row; + /* Juste pour être sûr que les liens soient alignés à droite, au milieu */ + justify-content: flex-end; + align-items: center; +} + +.desktopNavLinksContainer dl, .desktopNavLinksContainer ol, .desktopNavLinksContainer ul{ + margin: 0; + padding: 0; +} +.desktopNavLinksContainer{ + li{ + text-align: center; + display: table-cell; + + a{ + .nav-icon { + display: inline-block; + font-size: 12px; + line-height: inherit; + margin-right: 4px; + width: 69px; + + img{ + display: inline!important; + margin-top: -5px; + margin-right: -12px; + width: 75%; + margin-left: -1px; + animation-play-state: paused; + } + } + } + } +} + +#mobileNavButton{ + display: none; +} + +/* Médias Queries */ +/* Format téléphone */ +@media (max-width: 450px){ + .navbar{ + box-shadow: 0 0 0 0!important; + } + .navbar .upperPart{ + display: none !important; + } + .navbar .lowerPart{ + box-shadow: 0 0 0 0!important; + } + .navbar .lowerPart .container{ + justify-content: flex-start !important; /* Bootstrap l'en empêche sinon */ + } + .desktopNavLinksContainer{ + display: none !important; + } + .navbar .lowerPart .siteLogo{ + flex-grow: 1; + display: flex; + justify-content: center; + align-items: center; + } + .navbar .lowerPart .siteLogo img{ + height: 1.4rem; + } + #mobileNavButton{ + display: block; + position: absolute; + cursor: pointer; + padding: 0; + margin: 0; + border: none; + background-color: transparent; + } + #mobileNavButton img{ + width: 36px; + height: auto; + background-repeat: no-repeat; + text-align: center; + margin: 0 auto; + border-style: none; + } +} + +/* Format tablette */ +@media (max-width: 1023px){ + .desktopNavLinksContainer{ + display: none !important; + } +} + +/* Toolbox */ +.nav-link{ + padding: .5rem .75rem ; + color: white !important; /* Evite de faire la classe :hover */ + line-height: 1; + text-transform: uppercase; + font-size: .8rem; +} + +/* Fin navbar */ + +/* Vitrine */ +.vitrine-intro{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + width: 100%; + /*height: calc(100vh - 83px);*/ +} +.vitrine-intro .backgroundVideo{ + /* La hauteur de la div va être définie en Javascript */ + z-index: -1; + position: absolute; + width: 100%; + background-image: url("../images/backgrounds/vitrineIntroVideoBg.jpg"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; +} +.vitrine-intro .backgroundVideo video{ + width: 100%; + height: 100%; + object-fit: cover; +} +.vitrine-intro .backgroundOverlay{ + position: absolute; + width: inherit; + height: inherit; + background-color: rgba(0,0,0,0.1); +} +.intro-container{ + z-index: 1; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; + width: 100%; + /* 110px correspond à peut de choses près, à la hauteur de la navbar. De toute façon on réajuste en JS */ + height: calc(100vh - 110px); + flex-grow: 1; + + .welcomeMessage{ + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; + align-items: center; + color: white; + flex-grow: 1; + + h1{ + font-size: 2.5rem; + text-transform: uppercase; + color: white; + font-family: "Minecraft Ten", sans-serif !important; + } + } + .newsCardsSlider{ + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + + .newsCard { + display: flex; + flex-direction: column; + justify-content: flex-start; + width: 21rem; + height: 11rem; + margin: 1rem; + + .subtitle { + font-size: .8rem; + color: white; + text-transform: uppercase; + margin-top: -.5rem; + margin-bottom: .5rem; + } + + h4 { + font-size: 1.5rem; + } + + p { + font-size: .8rem; + color: white; + } + } + } +} + +.transparentTop-to-whiteWool{ + z-index: 1; + width: 100%; + height: 100px; + background-image: url("../images/backgrounds/trans-top-transparent-to-whitewool.png"); + background-repeat: repeat-x; + background-position: bottom; +} + +/* Médias Queries */ +/* Format téléphone */ +@media (max-width: 450px){ + .newsCardsSlider .newsCard{ + width: 100%; + } +} + +/* Format tablette */ +@media (max-width: 1023px){ + +} + +/* Format écran pc de taille moyenne */ +@media (max-width: 1600px){ + /*.vitrine-intro{ + height: calc(100vh - 100px); + } + .vitrine-intro .update-post{ + width: 40rem; + height: 20rem; + }*/ +} +/* Fin vitrine */ + +.testContent{ + width: 100%; + height: 50rem; +} + +/* Shops */ +.shopsFilters select{ + height: 15rem!important; +} +.card-top{ + height: 7rem; + display: flex; + justify-content: center; + image-rendering: pixelated; + image-rendering: -moz-crisp-edges; + image-rendering: crisp-edges; +} +.enchant { + text-align: center; + background: linear-gradient(to right, #000 20%, #bd34eb 40%, #bd34eb 60%, #000 80%); + background-size: 200% auto; + color: #000; + background-clip: text; + text-fill-color: transparent; + animation: shine 1s linear infinite; +} +@-webkit-keyframes shine { + to { + background-position: 200% center; + } +} +@keyframes shine { + to { + background-position: 200% center; + } +} diff --git a/resources/scss/fontawesome/_animated.scss b/resources/scss/fontawesome/_animated.scss new file mode 100644 index 0000000000000000000000000000000000000000..de88568583a15676c73a43253769c791d9bbf0a1 --- /dev/null +++ b/resources/scss/fontawesome/_animated.scss @@ -0,0 +1,153 @@ +// animating icons +// -------------------------- + +.#{$fa-css-prefix}-beat { + animation-name: #{$fa-css-prefix}-beat; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out); +} + +.#{$fa-css-prefix}-bounce { + animation-name: #{$fa-css-prefix}-bounce; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1)); +} + +.#{$fa-css-prefix}-fade { + animation-name: #{$fa-css-prefix}-fade; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1)); +} + +.#{$fa-css-prefix}-beat-fade { + animation-name: #{$fa-css-prefix}-beat-fade; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1)); +} + +.#{$fa-css-prefix}-flip { + animation-name: #{$fa-css-prefix}-flip; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out); +} + +.#{$fa-css-prefix}-shake { + animation-name: #{$fa-css-prefix}-shake; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear); +} + +.#{$fa-css-prefix}-spin { + animation-name: #{$fa-css-prefix}-spin; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 2s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear); +} + +.#{$fa-css-prefix}-spin-reverse { + --#{$fa-css-prefix}-animation-direction: reverse; +} + +.#{$fa-css-prefix}-pulse, +.#{$fa-css-prefix}-spin-pulse { + animation-name: #{$fa-css-prefix}-spin; + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, steps(8)); +} + +// if agent or operating system prefers reduced motion, disable animations +// see: https://www.smashingmagazine.com/2020/09/design-reduced-motion-sensitivities/ +// see: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion +@media (prefers-reduced-motion: reduce) { + .#{$fa-css-prefix}-beat, + .#{$fa-css-prefix}-bounce, + .#{$fa-css-prefix}-fade, + .#{$fa-css-prefix}-beat-fade, + .#{$fa-css-prefix}-flip, + .#{$fa-css-prefix}-pulse, + .#{$fa-css-prefix}-shake, + .#{$fa-css-prefix}-spin, + .#{$fa-css-prefix}-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; + } +} + +@keyframes #{$fa-css-prefix}-beat { + 0%, 90% { transform: scale(1); } + 45% { transform: scale(var(--#{$fa-css-prefix}-beat-scale, 1.25)); } +} + +@keyframes #{$fa-css-prefix}-bounce { + 0% { transform: scale(1,1) translateY(0); } + 10% { transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em)); } + 50% { transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em)); } + 64% { transform: scale(1,1) translateY(0); } + 100% { transform: scale(1,1) translateY(0); } +} + +@keyframes #{$fa-css-prefix}-fade { + 50% { opacity: var(--#{$fa-css-prefix}-fade-opacity, 0.4); } +} + +@keyframes #{$fa-css-prefix}-beat-fade { + 0%, 100% { + opacity: var(--#{$fa-css-prefix}-beat-fade-opacity, 0.4); + transform: scale(1); + } + 50% { + opacity: 1; + transform: scale(var(--#{$fa-css-prefix}-beat-fade-scale, 1.125)); + } +} + +@keyframes #{$fa-css-prefix}-flip { + 50% { + transform: rotate3d(var(--#{$fa-css-prefix}-flip-x, 0), var(--#{$fa-css-prefix}-flip-y, 1), var(--#{$fa-css-prefix}-flip-z, 0), var(--#{$fa-css-prefix}-flip-angle, -180deg)); + } +} + +@keyframes #{$fa-css-prefix}-shake { + 0% { transform: rotate(-15deg); } + 4% { transform: rotate(15deg); } + 8%, 24% { transform: rotate(-18deg); } + 12%, 28% { transform: rotate(18deg); } + 16% { transform: rotate(-22deg); } + 20% { transform: rotate(22deg); } + 32% { transform: rotate(-12deg); } + 36% { transform: rotate(12deg); } + 40%, 100% { transform: rotate(0deg); } +} + +@keyframes #{$fa-css-prefix}-spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} + diff --git a/resources/scss/fontawesome/_bordered-pulled.scss b/resources/scss/fontawesome/_bordered-pulled.scss new file mode 100644 index 0000000000000000000000000000000000000000..9068253a7421d8abf8d7c20f56f826cad77503ff --- /dev/null +++ b/resources/scss/fontawesome/_bordered-pulled.scss @@ -0,0 +1,20 @@ +// bordered + pulled icons +// ------------------------- + +.#{$fa-css-prefix}-border { + border-color: var(--#{$fa-css-prefix}-border-color, #{$fa-border-color}); + border-radius: var(--#{$fa-css-prefix}-border-radius, #{$fa-border-radius}); + border-style: var(--#{$fa-css-prefix}-border-style, #{$fa-border-style}); + border-width: var(--#{$fa-css-prefix}-border-width, #{$fa-border-width}); + padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding}); +} + +.#{$fa-css-prefix}-pull-left { + float: left; + margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); +} + +.#{$fa-css-prefix}-pull-right { + float: right; + margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); +} diff --git a/resources/scss/fontawesome/_core.scss b/resources/scss/fontawesome/_core.scss new file mode 100644 index 0000000000000000000000000000000000000000..382335afc49648930e1d46c7fbe93deb7a022041 --- /dev/null +++ b/resources/scss/fontawesome/_core.scss @@ -0,0 +1,33 @@ +// base icon class definition +// ------------------------- + +.#{$fa-css-prefix} { + font-family: var(--#{$fa-css-prefix}-style-family, '#{$fa-style-family}'); + font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style}); +} + +.#{$fa-css-prefix}, +.fas, +.#{$fa-css-prefix}-solid, +.far, +.#{$fa-css-prefix}-regular, +.fal, +.#{$fa-css-prefix}-light, +.fat, +.#{$fa-css-prefix}-thin, +.fad, +.#{$fa-css-prefix}-duotone, +.fab, +.#{$fa-css-prefix}-brands { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--#{$fa-css-prefix}-display, #{$fa-display}); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; +} + +%fa-icon { + @include fa-icon; +} diff --git a/resources/scss/fontawesome/_duotone-icons.scss b/resources/scss/fontawesome/_duotone-icons.scss new file mode 100644 index 0000000000000000000000000000000000000000..1e2aa6f312447bac16c18496a4f89e45c949b297 --- /dev/null +++ b/resources/scss/fontawesome/_duotone-icons.scss @@ -0,0 +1,11 @@ +// specific duotone icon class definition +// ------------------------- + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +@each $name, $icon in $fa-icons { + .fad.#{$fa-css-prefix}-#{$name}::after, .#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-#{$name}::after { + content: unquote("\"#{ $icon }#{ $icon }\""); + } +} diff --git a/resources/scss/fontawesome/_fixed-width.scss b/resources/scss/fontawesome/_fixed-width.scss new file mode 100644 index 0000000000000000000000000000000000000000..72342368af23453b0a00e4ffc81e86bb0f563afc --- /dev/null +++ b/resources/scss/fontawesome/_fixed-width.scss @@ -0,0 +1,7 @@ +// fixed-width icons +// ------------------------- + +.#{$fa-css-prefix}-fw { + text-align: center; + width: $fa-fw-width; +} diff --git a/resources/scss/fontawesome/_functions.scss b/resources/scss/fontawesome/_functions.scss new file mode 100644 index 0000000000000000000000000000000000000000..a17ffe87cc48215081b6af9ad4a6ddb1b20ca3b7 --- /dev/null +++ b/resources/scss/fontawesome/_functions.scss @@ -0,0 +1,57 @@ +// functions +// -------------------------- + +// fa-content: convenience function used to set content property +@function fa-content($fa-var) { + @return unquote("\"#{ $fa-var }\""); +} + +// fa-divide: Originally obtained from the Bootstrap https://github.com/twbs/bootstrap +// +// Licensed under: The MIT License (MIT) +// +// Copyright (c) 2011-2021 Twitter, Inc. +// Copyright (c) 2011-2021 The Bootstrap Authors +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +@function fa-divide($dividend, $divisor, $precision: 10) { + $sign: if($dividend > 0 and $divisor > 0, 1, -1); + $dividend: abs($dividend); + $divisor: abs($divisor); + $quotient: 0; + $remainder: $dividend; + @if $dividend == 0 { + @return 0; + } + @if $divisor == 0 { + @error "Cannot divide by 0"; + } + @if $divisor == 1 { + @return $dividend; + } + @while $remainder >= $divisor { + $quotient: $quotient + 1; + $remainder: $remainder - $divisor; + } + @if $remainder > 0 and $precision > 0 { + $remainder: fa-divide($remainder * 10, $divisor, $precision - 1) * .1; + } + @return ($quotient + $remainder) * $sign; +} diff --git a/resources/scss/fontawesome/_icons.scss b/resources/scss/fontawesome/_icons.scss new file mode 100644 index 0000000000000000000000000000000000000000..9e57e39cb3441af97bfac3136fd5ee3e19be97a2 --- /dev/null +++ b/resources/scss/fontawesome/_icons.scss @@ -0,0 +1,9 @@ +// specific icon class definition +// ------------------------- + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +@each $name, $icon in $fa-icons { + .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); } +} diff --git a/resources/scss/fontawesome/_larger.scss b/resources/scss/fontawesome/_larger.scss new file mode 100644 index 0000000000000000000000000000000000000000..27c2ad5fc45272972e7e894e2b1dc4ae7e10367b --- /dev/null +++ b/resources/scss/fontawesome/_larger.scss @@ -0,0 +1,23 @@ +// Icon Sizes +// ------------------------- + +// makes the font 33% larger relative to the icon container +.#{$fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -.0667em; +} + +.#{$fa-css-prefix}-xs { + font-size: .75em; +} + +.#{$fa-css-prefix}-sm { + font-size: .875em; +} + +@for $i from 1 through 10 { + .#{$fa-css-prefix}-#{$i}x { + font-size: $i * 1em; + } +} diff --git a/resources/scss/fontawesome/_list.scss b/resources/scss/fontawesome/_list.scss new file mode 100644 index 0000000000000000000000000000000000000000..ced36e20a25ca84f4e8936654ce5bab94daedbcc --- /dev/null +++ b/resources/scss/fontawesome/_list.scss @@ -0,0 +1,18 @@ +// icons in a list +// ------------------------- + +.#{$fa-css-prefix}-ul { + list-style-type: none; + margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin}); + padding-left: 0; + + > li { position: relative; } +} + +.#{$fa-css-prefix}-li { + left: calc(var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}) * -1); + position: absolute; + text-align: center; + width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}); + line-height: inherit; +} diff --git a/resources/scss/fontawesome/_mixins.scss b/resources/scss/fontawesome/_mixins.scss new file mode 100644 index 0000000000000000000000000000000000000000..a46dc961be06bd9ede1f0b2099d80e58cd32f9cc --- /dev/null +++ b/resources/scss/fontawesome/_mixins.scss @@ -0,0 +1,103 @@ +// mixins +// -------------------------- + +// base rendering for an icon +@mixin fa-icon { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + display: inline-block; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; +} + +// sets relative font-sizing and alignment (in _sizing) +@mixin fa-size ($font-size) { + font-size: fa-divide($font-size, $fa-size-scale-base) * 1em; // converts step in sizing scale into an em-based value that's relative to the scale's base + line-height: fa-divide(1, $font-size) * 1em; // sets the line-height of the icon back to that of it's parent + vertical-align: (fa-divide(6, $font-size) - fa-divide(3, 8)) * 1em; // vertically centers the icon taking into account the surrounding text's descender +} + +// only display content to screen readers +// see: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ +// see: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ +@mixin fa-sr-only() { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; +} + +// use in conjunction with .sr-only to only display content when it's focused +@mixin fa-sr-only-focusable() { + &:not(:focus) { + @include fa-sr-only(); + } +} + +// convenience mixins for declaring pseudo-elements by CSS variable, +// including all style-specific font properties, and both the ::before +// and ::after elements in the duotone case. +@mixin fa-icon-solid($fa-var) { + @extend %fa-icon; + @extend .fa-solid; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + +@mixin fa-icon-regular($fa-var) { + @extend %fa-icon; + @extend .fa-regular; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + +@mixin fa-icon-light($fa-var) { + @extend %fa-icon; + @extend .fa-light; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + +@mixin fa-icon-thin($fa-var) { + @extend %fa-icon; + @extend .fa-thin; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + +@mixin fa-icon-duotone($fa-var) { + @extend %fa-icon; + @extend .fa-duotone; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } + &::after { + content: unquote("\"#{ $fa-var }#{ $fa-var }\""); + } +} + +@mixin fa-icon-brands($fa-var) { + @extend %fa-icon; + @extend .fa-brands; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} + diff --git a/resources/scss/fontawesome/_rotated-flipped.scss b/resources/scss/fontawesome/_rotated-flipped.scss new file mode 100644 index 0000000000000000000000000000000000000000..f27fabee400cc181e32a3dfe19d30c7b9e899626 --- /dev/null +++ b/resources/scss/fontawesome/_rotated-flipped.scss @@ -0,0 +1,31 @@ +// rotating + flipping icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { + transform: rotate(90deg); +} + +.#{$fa-css-prefix}-rotate-180 { + transform: rotate(180deg); +} + +.#{$fa-css-prefix}-rotate-270 { + transform: rotate(270deg); +} + +.#{$fa-css-prefix}-flip-horizontal { + transform: scale(-1, 1); +} + +.#{$fa-css-prefix}-flip-vertical { + transform: scale(1, -1); +} + +.#{$fa-css-prefix}-flip-both, +.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { + transform: scale(-1, -1); +} + +.#{$fa-css-prefix}-rotate-by { + transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none)); +} diff --git a/resources/scss/fontawesome/_screen-reader.scss b/resources/scss/fontawesome/_screen-reader.scss new file mode 100644 index 0000000000000000000000000000000000000000..2beb887b491b865b8259ad43a43281f317b2cdc1 --- /dev/null +++ b/resources/scss/fontawesome/_screen-reader.scss @@ -0,0 +1,14 @@ +// screen-reader utilities +// ------------------------- + +// only display content to screen readers +.sr-only, +.#{$fa-css-prefix}-sr-only { + @include fa-sr-only; +} + +// use in conjunction with .sr-only to only display content when it's focused +.sr-only-focusable, +.#{$fa-css-prefix}-sr-only-focusable { + @include fa-sr-only-focusable; +} diff --git a/resources/scss/fontawesome/_shims.scss b/resources/scss/fontawesome/_shims.scss new file mode 100644 index 0000000000000000000000000000000000000000..c7a2a5eac4724191fb6f5c667597768077ea539b --- /dev/null +++ b/resources/scss/fontawesome/_shims.scss @@ -0,0 +1,2027 @@ +.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: unquote("\"#{ $fa-var-martini-glass-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before { content: unquote("\"#{ $fa-var-envelope }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before { content: unquote("\"#{ $fa-var-star }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before { content: unquote("\"#{ $fa-var-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-close:before { content: unquote("\"#{ $fa-var-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before { content: unquote("\"#{ $fa-var-gear }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before { content: unquote("\"#{ $fa-var-trash-can }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-home:before { content: unquote("\"#{ $fa-var-house }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before { content: unquote("\"#{ $fa-var-file }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before { content: unquote("\"#{ $fa-var-clock }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before { content: unquote("\"#{ $fa-var-circle-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before { content: unquote("\"#{ $fa-var-circle-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before { content: unquote("\"#{ $fa-var-circle-play }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before { content: unquote("\"#{ $fa-var-arrows-rotate }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before { content: unquote("\"#{ $fa-var-rectangle-list }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before { content: unquote("\"#{ $fa-var-outdent }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before { content: unquote("\"#{ $fa-var-video }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before { content: unquote("\"#{ $fa-var-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before { content: unquote("\"#{ $fa-var-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-image { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-image:before { content: unquote("\"#{ $fa-var-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before { content: unquote("\"#{ $fa-var-location-dot }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-edit { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before { content: unquote("\"#{ $fa-var-share-from-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before { content: unquote("\"#{ $fa-var-square-check }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before { content: unquote("\"#{ $fa-var-up-down-left-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before { content: unquote("\"#{ $fa-var-circle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before { content: unquote("\"#{ $fa-var-circle-check }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before { content: unquote("\"#{ $fa-var-share }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before { content: unquote("\"#{ $fa-var-up-right-and-down-left-from-center }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before { content: unquote("\"#{ $fa-var-down-left-and-up-right-to-center }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before { content: unquote("\"#{ $fa-var-triangle-exclamation }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before { content: unquote("\"#{ $fa-var-calendar-days }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before { content: unquote("\"#{ $fa-var-up-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before { content: unquote("\"#{ $fa-var-left-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before { content: unquote("\"#{ $fa-var-chart-column }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before { content: unquote("\"#{ $fa-var-chart-column }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before { content: unquote("\"#{ $fa-var-gears }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before { content: unquote("\"#{ $fa-var-thumbs-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before { content: unquote("\"#{ $fa-var-thumbs-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before { content: unquote("\"#{ $fa-var-heart }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before { content: unquote("\"#{ $fa-var-right-from-bracket }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before { content: unquote("\"#{ $fa-var-linkedin }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before { content: unquote("\"#{ $fa-var-thumbtack }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before { content: unquote("\"#{ $fa-var-up-right-from-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before { content: unquote("\"#{ $fa-var-right-to-bracket }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before { content: unquote("\"#{ $fa-var-lemon }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before { content: unquote("\"#{ $fa-var-square }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before { content: unquote("\"#{ $fa-var-bookmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before { content: unquote("\"#{ $fa-var-facebook-f }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before { content: unquote("\"#{ $fa-var-facebook-f }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before { content: unquote("\"#{ $fa-var-rss }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before { content: unquote("\"#{ $fa-var-hard-drive }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before { content: unquote("\"#{ $fa-var-hand-point-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before { content: unquote("\"#{ $fa-var-hand-point-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before { content: unquote("\"#{ $fa-var-hand-point-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before { content: unquote("\"#{ $fa-var-hand-point-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before { content: unquote("\"#{ $fa-var-earth-americas }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before { content: unquote("\"#{ $fa-var-bars-progress }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before { content: unquote("\"#{ $fa-var-maximize }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-group:before { content: unquote("\"#{ $fa-var-users }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before { content: unquote("\"#{ $fa-var-link }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before { content: unquote("\"#{ $fa-var-scissors }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before { content: unquote("\"#{ $fa-var-copy }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-save { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-save:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before { content: unquote("\"#{ $fa-var-bars }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before { content: unquote("\"#{ $fa-var-bars }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before { content: unquote("\"#{ $fa-var-wand-magic-sparkles }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before { content: unquote("\"#{ $fa-var-google-plus-g }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-money:before { content: unquote("\"#{ $fa-var-money-bill-1 }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before { content: unquote("\"#{ $fa-var-sort }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before { content: unquote("\"#{ $fa-var-sort-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before { content: unquote("\"#{ $fa-var-sort-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before { content: unquote("\"#{ $fa-var-linkedin-in }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before { content: unquote("\"#{ $fa-var-arrow-rotate-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before { content: unquote("\"#{ $fa-var-gavel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before { content: unquote("\"#{ $fa-var-gauge-high }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before { content: unquote("\"#{ $fa-var-gauge-high }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before { content: unquote("\"#{ $fa-var-comment }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before { content: unquote("\"#{ $fa-var-comments }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before { content: unquote("\"#{ $fa-var-bolt }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before { content: unquote("\"#{ $fa-var-paste }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before { content: unquote("\"#{ $fa-var-lightbulb }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before { content: unquote("\"#{ $fa-var-right-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before { content: unquote("\"#{ $fa-var-cloud-arrow-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before { content: unquote("\"#{ $fa-var-cloud-arrow-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before { content: unquote("\"#{ $fa-var-bell }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before { content: unquote("\"#{ $fa-var-utensils }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before { content: unquote("\"#{ $fa-var-file-lines }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before { content: unquote("\"#{ $fa-var-building }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before { content: unquote("\"#{ $fa-var-hospital }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before { content: unquote("\"#{ $fa-var-tablet-screen-button }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before { content: unquote("\"#{ $fa-var-circle }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before { content: unquote("\"#{ $fa-var-reply }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before { content: unquote("\"#{ $fa-var-folder }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before { content: unquote("\"#{ $fa-var-folder-open }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before { content: unquote("\"#{ $fa-var-face-smile }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before { content: unquote("\"#{ $fa-var-face-frown }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before { content: unquote("\"#{ $fa-var-face-meh }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before { content: unquote("\"#{ $fa-var-keyboard }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before { content: unquote("\"#{ $fa-var-flag }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before { content: unquote("\"#{ $fa-var-reply-all }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before { content: unquote("\"#{ $fa-var-code-branch }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before { content: unquote("\"#{ $fa-var-link-slash }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before { content: unquote("\"#{ $fa-var-link-slash }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before { content: unquote("\"#{ $fa-var-calendar }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-html5 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-css3 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before { content: unquote("\"#{ $fa-var-unlock }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before { content: unquote("\"#{ $fa-var-square-minus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before { content: unquote("\"#{ $fa-var-turn-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before { content: unquote("\"#{ $fa-var-turn-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before { content: unquote("\"#{ $fa-var-square-pen }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before { content: unquote("\"#{ $fa-var-square-up-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-compass { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before { content: unquote("\"#{ $fa-var-euro-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before { content: unquote("\"#{ $fa-var-euro-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before { content: unquote("\"#{ $fa-var-sterling-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before { content: unquote("\"#{ $fa-var-won-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-won:before { content: unquote("\"#{ $fa-var-won-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-btc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before { content: unquote("\"#{ $fa-var-btc }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before { content: unquote("\"#{ $fa-var-file-lines }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: unquote("\"#{ $fa-var-arrow-down-a-z }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: unquote("\"#{ $fa-var-arrow-down-z-a }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: unquote("\"#{ $fa-var-arrow-down-short-wide }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: unquote("\"#{ $fa-var-arrow-down-wide-short }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: unquote("\"#{ $fa-var-arrow-down-1-9 }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: unquote("\"#{ $fa-var-arrow-down-9-1 }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before { content: unquote("\"#{ $fa-var-youtube }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-instagram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flickr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-adn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before { content: unquote("\"#{ $fa-var-bitbucket }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before { content: unquote("\"#{ $fa-var-down-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before { content: unquote("\"#{ $fa-var-up-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before { content: unquote("\"#{ $fa-var-left-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before { content: unquote("\"#{ $fa-var-right-long }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-apple { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-windows { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-android { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linux { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-skype { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trello { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before { content: unquote("\"#{ $fa-var-gratipay }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before { content: unquote("\"#{ $fa-var-sun }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before { content: unquote("\"#{ $fa-var-moon }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-renren { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before { content: unquote("\"#{ $fa-var-circle-right }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before { content: unquote("\"#{ $fa-var-circle-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before { content: unquote("\"#{ $fa-var-circle-dot }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-try:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before { content: unquote("\"#{ $fa-var-square-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-slack { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-openid { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before { content: unquote("\"#{ $fa-var-building-columns }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before { content: unquote("\"#{ $fa-var-building-columns }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before { content: unquote("\"#{ $fa-var-graduation-cap }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-delicious { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-digg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drupal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-joomla { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before { content: unquote("\"#{ $fa-var-car }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before { content: unquote("\"#{ $fa-var-taxi }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-spotify { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before { content: unquote("\"#{ $fa-var-file-pdf }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before { content: unquote("\"#{ $fa-var-file-word }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before { content: unquote("\"#{ $fa-var-file-excel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before { content: unquote("\"#{ $fa-var-file-powerpoint }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before { content: unquote("\"#{ $fa-var-file-video }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before { content: unquote("\"#{ $fa-var-file-video }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before { content: unquote("\"#{ $fa-var-file-code }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vine { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-codepen { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-support:before { content: unquote("\"#{ $fa-var-life-ring }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before { content: unquote("\"#{ $fa-var-circle-notch }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rebel { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before { content: unquote("\"#{ $fa-var-rebel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before { content: unquote("\"#{ $fa-var-rebel }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-empire { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before { content: unquote("\"#{ $fa-var-empire }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-git { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-qq { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-weixin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before { content: unquote("\"#{ $fa-var-weixin }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-send:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before { content: unquote("\"#{ $fa-var-circle }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-header:before { content: unquote("\"#{ $fa-var-heading }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before { content: unquote("\"#{ $fa-var-futbol }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before { content: unquote("\"#{ $fa-var-futbol }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitch { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yelp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before { content: unquote("\"#{ $fa-var-newspaper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before { content: unquote("\"#{ $fa-var-bell-slash }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before { content: unquote("\"#{ $fa-var-trash-can }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-copyright { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before { content: unquote("\"#{ $fa-var-eye-dropper }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before { content: unquote("\"#{ $fa-var-chart-area }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before { content: unquote("\"#{ $fa-var-chart-pie }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before { content: unquote("\"#{ $fa-var-chart-line }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-angellist { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before { content: unquote("\"#{ $fa-var-closed-captioning }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before { content: unquote("\"#{ $fa-var-gem }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before { content: unquote("\"#{ $fa-var-transgender }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before { content: unquote("\"#{ $fa-var-facebook }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before { content: unquote("\"#{ $fa-var-bed }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-medium { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before { content: unquote("\"#{ $fa-var-y-combinator }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-opencart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before { content: unquote("\"#{ $fa-var-battery-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before { content: unquote("\"#{ $fa-var-battery-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before { content: unquote("\"#{ $fa-var-battery-three-quarters }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before { content: unquote("\"#{ $fa-var-battery-half }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before { content: unquote("\"#{ $fa-var-battery-quarter }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before { content: unquote("\"#{ $fa-var-battery-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-group { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before { content: unquote("\"#{ $fa-var-note-sticky }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clone { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before { content: unquote("\"#{ $fa-var-hourglass-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before { content: unquote("\"#{ $fa-var-hourglass-start }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-half:before { content: unquote("\"#{ $fa-var-hourglass }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before { content: unquote("\"#{ $fa-var-hourglass }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before { content: unquote("\"#{ $fa-var-hourglass-end }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before { content: unquote("\"#{ $fa-var-hand }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before { content: unquote("\"#{ $fa-var-hand }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before { content: unquote("\"#{ $fa-var-hand-scissors }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before { content: unquote("\"#{ $fa-var-hand-lizard }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before { content: unquote("\"#{ $fa-var-hand-spock }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before { content: unquote("\"#{ $fa-var-hand-pointer }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before { content: unquote("\"#{ $fa-var-hand-peace }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-registered { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-safari { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chrome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-firefox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-opera { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-television:before { content: unquote("\"#{ $fa-var-tv }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-contao { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-500px { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-amazon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before { content: unquote("\"#{ $fa-var-calendar-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before { content: unquote("\"#{ $fa-var-calendar-minus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before { content: unquote("\"#{ $fa-var-calendar-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before { content: unquote("\"#{ $fa-var-calendar-check }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before { content: unquote("\"#{ $fa-var-map }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before { content: unquote("\"#{ $fa-var-comment-dots }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before { content: unquote("\"#{ $fa-var-comment-dots }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-houzz { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before { content: unquote("\"#{ $fa-var-vimeo-v }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-edge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before { content: unquote("\"#{ $fa-var-credit-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-modx { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-usb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-scribd { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before { content: unquote("\"#{ $fa-var-circle-pause }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before { content: unquote("\"#{ $fa-var-circle-stop }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envira { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before { content: unquote("\"#{ $fa-var-accessible-icon }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before { content: unquote("\"#{ $fa-var-circle-question }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before { content: unquote("\"#{ $fa-var-phone-volume }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before { content: unquote("\"#{ $fa-var-hands-asl-interpreting }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before { content: unquote("\"#{ $fa-var-hands }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before { content: unquote("\"#{ $fa-var-snapchat }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-first-order { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yoast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before { content: unquote("\"#{ $fa-var-google-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before { content: unquote("\"#{ $fa-var-google-plus }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before { content: unquote("\"#{ $fa-var-font-awesome }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before { content: unquote("\"#{ $fa-var-handshake }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before { content: unquote("\"#{ $fa-var-envelope-open }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linode { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before { content: unquote("\"#{ $fa-var-address-book }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before { content: unquote("\"#{ $fa-var-address-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before { content: unquote("\"#{ $fa-var-address-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before { content: unquote("\"#{ $fa-var-address-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before { content: unquote("\"#{ $fa-var-circle-user }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before { content: unquote("\"#{ $fa-var-user }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before { content: unquote("\"#{ $fa-var-id-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before { content: unquote("\"#{ $fa-var-id-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before { content: unquote("\"#{ $fa-var-id-card }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-quora { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-telegram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before { content: unquote("\"#{ $fa-var-temperature-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before { content: unquote("\"#{ $fa-var-temperature-full }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before { content: unquote("\"#{ $fa-var-temperature-three-quarters }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before { content: unquote("\"#{ $fa-var-temperature-half }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before { content: unquote("\"#{ $fa-var-temperature-quarter }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before { content: unquote("\"#{ $fa-var-temperature-empty }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before { content: unquote("\"#{ $fa-var-bath }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before { content: unquote("\"#{ $fa-var-bath }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-grav { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-etsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-imdb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before { content: unquote("\"#{ $fa-var-sellcast }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before { content: unquote("\"#{ $fa-var-snowflake }\""); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meetup { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + diff --git a/resources/scss/fontawesome/_sizing.scss b/resources/scss/fontawesome/_sizing.scss new file mode 100644 index 0000000000000000000000000000000000000000..e171e7df4c75c48b48974e4750da07c0c0a256a6 --- /dev/null +++ b/resources/scss/fontawesome/_sizing.scss @@ -0,0 +1,16 @@ +// sizing icons +// ------------------------- + +// literal magnification scale +@for $i from 1 through 10 { + .#{$fa-css-prefix}-#{$i}x { + font-size: $i * 1em; + } +} + +// step-based scale (with alignment) +@each $size, $value in $fa-sizes { + .#{$fa-css-prefix}-#{$size} { + @include fa-size($value); + } +} diff --git a/resources/scss/fontawesome/_stacked.scss b/resources/scss/fontawesome/_stacked.scss new file mode 100644 index 0000000000000000000000000000000000000000..d9a9d4e98f0a501d2e110f6a122e3cfb7a24c0a1 --- /dev/null +++ b/resources/scss/fontawesome/_stacked.scss @@ -0,0 +1,32 @@ +// stacking icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: $fa-stack-vertical-align; + width: $fa-stack-width; +} + +.#{$fa-css-prefix}-stack-1x, +.#{$fa-css-prefix}-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--#{$fa-css-prefix}-stack-z-index, #{$fa-stack-z-index}); +} + +.#{$fa-css-prefix}-stack-1x { + line-height: inherit; +} + +.#{$fa-css-prefix}-stack-2x { + font-size: 2em; +} + +.#{$fa-css-prefix}-inverse { + color: var(--#{$fa-css-prefix}-inverse, #{$fa-inverse}); +} diff --git a/resources/scss/fontawesome/_variables.scss b/resources/scss/fontawesome/_variables.scss new file mode 100644 index 0000000000000000000000000000000000000000..e4d894bae620ee075a87c415b8bf9c41f964e4fb --- /dev/null +++ b/resources/scss/fontawesome/_variables.scss @@ -0,0 +1,9191 @@ +// variables +// -------------------------- + +$fa-css-prefix : fa !default; +$fa-style : 900 !default; +$fa-style-family : "Font Awesome 6 Pro" !default; + +$fa-display : inline-block !default; + +$fa-fw-width : fa-divide(20em, 16); +$fa-inverse : #fff !default; + +$fa-border-color : #eee !default; +$fa-border-padding : .2em .25em .15em !default; +$fa-border-radius : .1em !default; +$fa-border-style : solid !default; +$fa-border-width : .08em !default; + +$fa-size-scale-2xs : 10 !default; +$fa-size-scale-xs : 12 !default; +$fa-size-scale-sm : 14 !default; +$fa-size-scale-base : 16 !default; +$fa-size-scale-lg : 20 !default; +$fa-size-scale-xl : 24 !default; +$fa-size-scale-2xl : 32 !default; + +$fa-sizes: ( + "2xs" : $fa-size-scale-2xs, + "xs" : $fa-size-scale-xs, + "sm" : $fa-size-scale-sm, + "lg" : $fa-size-scale-lg, + "xl" : $fa-size-scale-xl, + "2xl" : $fa-size-scale-2xl +) !default; + +$fa-li-width : 2em !default; +$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default; + +$fa-pull-margin : .3em !default; + +$fa-primary-opacity : 1 !default; +$fa-secondary-opacity : .4 !default; + +$fa-stack-vertical-align: middle !default; +$fa-stack-width : ($fa-fw-width * 2) !default; +$fa-stack-z-index : auto !default; + +$fa-font-display : block !default; +$fa-font-path : "../../fonts/fontawesome" !default; + +$fa-var-0: \30; +$fa-var-1: \31; +$fa-var-2: \32; +$fa-var-3: \33; +$fa-var-4: \34; +$fa-var-5: \35; +$fa-var-6: \36; +$fa-var-7: \37; +$fa-var-8: \38; +$fa-var-9: \39; +$fa-var-00: \e467; +$fa-var-360-degrees: \e2dc; +$fa-var-a: \41; +$fa-var-abacus: \f640; +$fa-var-accent-grave: \60; +$fa-var-acorn: \f6ae; +$fa-var-address-book: \f2b9; +$fa-var-contact-book: \f2b9; +$fa-var-address-card: \f2bb; +$fa-var-contact-card: \f2bb; +$fa-var-vcard: \f2bb; +$fa-var-air-conditioner: \f8f4; +$fa-var-airplay: \e089; +$fa-var-alarm-clock: \f34e; +$fa-var-alarm-exclamation: \f843; +$fa-var-alarm-plus: \f844; +$fa-var-alarm-snooze: \f845; +$fa-var-album: \f89f; +$fa-var-album-circle-plus: \e48c; +$fa-var-album-circle-user: \e48d; +$fa-var-album-collection: \f8a0; +$fa-var-album-collection-circle-plus: \e48e; +$fa-var-album-collection-circle-user: \e48f; +$fa-var-alicorn: \f6b0; +$fa-var-alien: \f8f5; +$fa-var-alien-8bit: \f8f6; +$fa-var-alien-monster: \f8f6; +$fa-var-align-center: \f037; +$fa-var-align-justify: \f039; +$fa-var-align-left: \f036; +$fa-var-align-right: \f038; +$fa-var-align-slash: \f846; +$fa-var-alt: \e08a; +$fa-var-amp-guitar: \f8a1; +$fa-var-ampersand: \26; +$fa-var-anchor: \f13d; +$fa-var-anchor-circle-check: \e4aa; +$fa-var-anchor-circle-exclamation: \e4ab; +$fa-var-anchor-circle-xmark: \e4ac; +$fa-var-anchor-lock: \e4ad; +$fa-var-angel: \f779; +$fa-var-angle: \e08c; +$fa-var-angle-90: \e08d; +$fa-var-angle-down: \f107; +$fa-var-angle-left: \f104; +$fa-var-angle-right: \f105; +$fa-var-angle-up: \f106; +$fa-var-angles-down: \f103; +$fa-var-angle-double-down: \f103; +$fa-var-angles-left: \f100; +$fa-var-angle-double-left: \f100; +$fa-var-angles-right: \f101; +$fa-var-angle-double-right: \f101; +$fa-var-angles-up: \f102; +$fa-var-angle-double-up: \f102; +$fa-var-ankh: \f644; +$fa-var-apartment: \e468; +$fa-var-aperture: \e2df; +$fa-var-apostrophe: \27; +$fa-var-apple-core: \e08f; +$fa-var-apple-whole: \f5d1; +$fa-var-apple-alt: \f5d1; +$fa-var-archway: \f557; +$fa-var-arrow-down: \f063; +$fa-var-arrow-down-1-9: \f162; +$fa-var-sort-numeric-asc: \f162; +$fa-var-sort-numeric-down: \f162; +$fa-var-arrow-down-9-1: \f886; +$fa-var-sort-numeric-desc: \f886; +$fa-var-sort-numeric-down-alt: \f886; +$fa-var-arrow-down-a-z: \f15d; +$fa-var-sort-alpha-asc: \f15d; +$fa-var-sort-alpha-down: \f15d; +$fa-var-arrow-down-arrow-up: \f883; +$fa-var-sort-alt: \f883; +$fa-var-arrow-down-big-small: \f88c; +$fa-var-sort-size-down: \f88c; +$fa-var-arrow-down-from-dotted-line: \e090; +$fa-var-arrow-down-from-line: \f345; +$fa-var-arrow-from-top: \f345; +$fa-var-arrow-down-left: \e091; +$fa-var-arrow-down-left-and-arrow-up-right-to-center: \e092; +$fa-var-arrow-down-long: \f175; +$fa-var-long-arrow-down: \f175; +$fa-var-arrow-down-right: \e093; +$fa-var-arrow-down-short-wide: \f884; +$fa-var-sort-amount-desc: \f884; +$fa-var-sort-amount-down-alt: \f884; +$fa-var-arrow-down-small-big: \f88d; +$fa-var-sort-size-down-alt: \f88d; +$fa-var-arrow-down-square-triangle: \f889; +$fa-var-sort-shapes-down-alt: \f889; +$fa-var-arrow-down-to-arc: \e4ae; +$fa-var-arrow-down-to-bracket: \e094; +$fa-var-arrow-down-to-dotted-line: \e095; +$fa-var-arrow-down-to-line: \f33d; +$fa-var-arrow-to-bottom: \f33d; +$fa-var-arrow-down-to-square: \e096; +$fa-var-arrow-down-triangle-square: \f888; +$fa-var-sort-shapes-down: \f888; +$fa-var-arrow-down-up-across-line: \e4af; +$fa-var-arrow-down-up-lock: \e4b0; +$fa-var-arrow-down-wide-short: \f160; +$fa-var-sort-amount-asc: \f160; +$fa-var-sort-amount-down: \f160; +$fa-var-arrow-down-z-a: \f881; +$fa-var-sort-alpha-desc: \f881; +$fa-var-sort-alpha-down-alt: \f881; +$fa-var-arrow-left: \f060; +$fa-var-arrow-left-from-line: \f344; +$fa-var-arrow-from-right: \f344; +$fa-var-arrow-left-long: \f177; +$fa-var-long-arrow-left: \f177; +$fa-var-arrow-left-long-to-line: \e3d4; +$fa-var-arrow-left-to-line: \f33e; +$fa-var-arrow-to-left: \f33e; +$fa-var-arrow-pointer: \f245; +$fa-var-mouse-pointer: \f245; +$fa-var-arrow-right: \f061; +$fa-var-arrow-right-arrow-left: \f0ec; +$fa-var-exchange: \f0ec; +$fa-var-arrow-right-from-arc: \e4b1; +$fa-var-arrow-right-from-bracket: \f08b; +$fa-var-sign-out: \f08b; +$fa-var-arrow-right-from-line: \f343; +$fa-var-arrow-from-left: \f343; +$fa-var-arrow-right-long: \f178; +$fa-var-long-arrow-right: \f178; +$fa-var-arrow-right-long-to-line: \e3d5; +$fa-var-arrow-right-to-arc: \e4b2; +$fa-var-arrow-right-to-bracket: \f090; +$fa-var-sign-in: \f090; +$fa-var-arrow-right-to-city: \e4b3; +$fa-var-arrow-right-to-line: \f340; +$fa-var-arrow-to-right: \f340; +$fa-var-arrow-rotate-left: \f0e2; +$fa-var-arrow-left-rotate: \f0e2; +$fa-var-arrow-rotate-back: \f0e2; +$fa-var-arrow-rotate-backward: \f0e2; +$fa-var-undo: \f0e2; +$fa-var-arrow-rotate-right: \f01e; +$fa-var-arrow-right-rotate: \f01e; +$fa-var-arrow-rotate-forward: \f01e; +$fa-var-redo: \f01e; +$fa-var-arrow-trend-down: \e097; +$fa-var-arrow-trend-up: \e098; +$fa-var-arrow-turn-down: \f149; +$fa-var-level-down: \f149; +$fa-var-arrow-turn-down-left: \e2e1; +$fa-var-arrow-turn-down-right: \e3d6; +$fa-var-arrow-turn-up: \f148; +$fa-var-level-up: \f148; +$fa-var-arrow-up: \f062; +$fa-var-arrow-up-1-9: \f163; +$fa-var-sort-numeric-up: \f163; +$fa-var-arrow-up-9-1: \f887; +$fa-var-sort-numeric-up-alt: \f887; +$fa-var-arrow-up-a-z: \f15e; +$fa-var-sort-alpha-up: \f15e; +$fa-var-arrow-up-arrow-down: \e099; +$fa-var-sort-up-down: \e099; +$fa-var-arrow-up-big-small: \f88e; +$fa-var-sort-size-up: \f88e; +$fa-var-arrow-up-from-arc: \e4b4; +$fa-var-arrow-up-from-bracket: \e09a; +$fa-var-arrow-up-from-dotted-line: \e09b; +$fa-var-arrow-up-from-ground-water: \e4b5; +$fa-var-arrow-up-from-line: \f342; +$fa-var-arrow-from-bottom: \f342; +$fa-var-arrow-up-from-square: \e09c; +$fa-var-arrow-up-from-water-pump: \e4b6; +$fa-var-arrow-up-left: \e09d; +$fa-var-arrow-up-left-from-circle: \e09e; +$fa-var-arrow-up-long: \f176; +$fa-var-long-arrow-up: \f176; +$fa-var-arrow-up-right: \e09f; +$fa-var-arrow-up-right-and-arrow-down-left-from-center: \e0a0; +$fa-var-arrow-up-right-dots: \e4b7; +$fa-var-arrow-up-right-from-square: \f08e; +$fa-var-external-link: \f08e; +$fa-var-arrow-up-short-wide: \f885; +$fa-var-sort-amount-up-alt: \f885; +$fa-var-arrow-up-small-big: \f88f; +$fa-var-sort-size-up-alt: \f88f; +$fa-var-arrow-up-square-triangle: \f88b; +$fa-var-sort-shapes-up-alt: \f88b; +$fa-var-arrow-up-to-dotted-line: \e0a1; +$fa-var-arrow-up-to-line: \f341; +$fa-var-arrow-to-top: \f341; +$fa-var-arrow-up-triangle-square: \f88a; +$fa-var-sort-shapes-up: \f88a; +$fa-var-arrow-up-wide-short: \f161; +$fa-var-sort-amount-up: \f161; +$fa-var-arrow-up-z-a: \f882; +$fa-var-sort-alpha-up-alt: \f882; +$fa-var-arrows-cross: \e0a2; +$fa-var-arrows-down-to-line: \e4b8; +$fa-var-arrows-down-to-people: \e4b9; +$fa-var-arrows-from-dotted-line: \e0a3; +$fa-var-arrows-from-line: \e0a4; +$fa-var-arrows-left-right: \f07e; +$fa-var-arrows-h: \f07e; +$fa-var-arrows-left-right-to-line: \e4ba; +$fa-var-arrows-maximize: \f31d; +$fa-var-expand-arrows: \f31d; +$fa-var-arrows-minimize: \e0a5; +$fa-var-compress-arrows: \e0a5; +$fa-var-arrows-repeat: \f364; +$fa-var-repeat-alt: \f364; +$fa-var-arrows-repeat-1: \f366; +$fa-var-repeat-1-alt: \f366; +$fa-var-arrows-retweet: \f361; +$fa-var-retweet-alt: \f361; +$fa-var-arrows-rotate: \f021; +$fa-var-refresh: \f021; +$fa-var-sync: \f021; +$fa-var-arrows-spin: \e4bb; +$fa-var-arrows-split-up-and-left: \e4bc; +$fa-var-arrows-to-circle: \e4bd; +$fa-var-arrows-to-dot: \e4be; +$fa-var-arrows-to-dotted-line: \e0a6; +$fa-var-arrows-to-eye: \e4bf; +$fa-var-arrows-to-line: \e0a7; +$fa-var-arrows-turn-right: \e4c0; +$fa-var-arrows-turn-to-dots: \e4c1; +$fa-var-arrows-up-down: \f07d; +$fa-var-arrows-v: \f07d; +$fa-var-arrows-up-down-left-right: \f047; +$fa-var-arrows: \f047; +$fa-var-arrows-up-to-line: \e4c2; +$fa-var-asterisk: \2a; +$fa-var-at: \40; +$fa-var-atom: \f5d2; +$fa-var-atom-simple: \f5d3; +$fa-var-atom-alt: \f5d3; +$fa-var-audio-description: \f29e; +$fa-var-audio-description-slash: \e0a8; +$fa-var-austral-sign: \e0a9; +$fa-var-avocado: \e0aa; +$fa-var-award: \f559; +$fa-var-award-simple: \e0ab; +$fa-var-axe: \f6b2; +$fa-var-axe-battle: \f6b3; +$fa-var-b: \42; +$fa-var-baby: \f77c; +$fa-var-baby-carriage: \f77d; +$fa-var-carriage-baby: \f77d; +$fa-var-backpack: \f5d4; +$fa-var-backward: \f04a; +$fa-var-backward-fast: \f049; +$fa-var-fast-backward: \f049; +$fa-var-backward-step: \f048; +$fa-var-step-backward: \f048; +$fa-var-bacon: \f7e5; +$fa-var-bacteria: \e059; +$fa-var-bacterium: \e05a; +$fa-var-badge: \f335; +$fa-var-badge-check: \f336; +$fa-var-badge-dollar: \f645; +$fa-var-badge-percent: \f646; +$fa-var-badge-sheriff: \f8a2; +$fa-var-badger-honey: \f6b4; +$fa-var-badminton: \e33a; +$fa-var-bag-shopping: \f290; +$fa-var-shopping-bag: \f290; +$fa-var-bagel: \e3d7; +$fa-var-bags-shopping: \f847; +$fa-var-baguette: \e3d8; +$fa-var-bahai: \f666; +$fa-var-baht-sign: \e0ac; +$fa-var-ball-pile: \f77e; +$fa-var-balloon: \e2e3; +$fa-var-balloons: \e2e4; +$fa-var-ballot: \f732; +$fa-var-ballot-check: \f733; +$fa-var-ban: \f05e; +$fa-var-cancel: \f05e; +$fa-var-ban-bug: \f7f9; +$fa-var-debug: \f7f9; +$fa-var-ban-parking: \f616; +$fa-var-parking-circle-slash: \f616; +$fa-var-ban-smoking: \f54d; +$fa-var-smoking-ban: \f54d; +$fa-var-banana: \e2e5; +$fa-var-bandage: \f462; +$fa-var-band-aid: \f462; +$fa-var-bangladeshi-taka-sign: \e2e6; +$fa-var-banjo: \f8a3; +$fa-var-barcode: \f02a; +$fa-var-barcode-read: \f464; +$fa-var-barcode-scan: \f465; +$fa-var-bars: \f0c9; +$fa-var-navicon: \f0c9; +$fa-var-bars-filter: \e0ad; +$fa-var-bars-progress: \f828; +$fa-var-tasks-alt: \f828; +$fa-var-bars-sort: \e0ae; +$fa-var-bars-staggered: \f550; +$fa-var-reorder: \f550; +$fa-var-stream: \f550; +$fa-var-baseball: \f433; +$fa-var-baseball-ball: \f433; +$fa-var-baseball-bat-ball: \f432; +$fa-var-basket-shopping: \f291; +$fa-var-shopping-basket: \f291; +$fa-var-basket-shopping-simple: \e0af; +$fa-var-shopping-basket-alt: \e0af; +$fa-var-basketball: \f434; +$fa-var-basketball-ball: \f434; +$fa-var-basketball-hoop: \f435; +$fa-var-bat: \f6b5; +$fa-var-bath: \f2cd; +$fa-var-bathtub: \f2cd; +$fa-var-battery-bolt: \f376; +$fa-var-battery-empty: \f244; +$fa-var-battery-0: \f244; +$fa-var-battery-exclamation: \e0b0; +$fa-var-battery-full: \f240; +$fa-var-battery: \f240; +$fa-var-battery-5: \f240; +$fa-var-battery-half: \f242; +$fa-var-battery-3: \f242; +$fa-var-battery-low: \e0b1; +$fa-var-battery-1: \e0b1; +$fa-var-battery-quarter: \f243; +$fa-var-battery-2: \f243; +$fa-var-battery-slash: \f377; +$fa-var-battery-three-quarters: \f241; +$fa-var-battery-4: \f241; +$fa-var-bed: \f236; +$fa-var-bed-bunk: \f8f8; +$fa-var-bed-empty: \f8f9; +$fa-var-bed-front: \f8f7; +$fa-var-bed-alt: \f8f7; +$fa-var-bed-pulse: \f487; +$fa-var-procedures: \f487; +$fa-var-bee: \e0b2; +$fa-var-beer-mug: \e0b3; +$fa-var-beer-foam: \e0b3; +$fa-var-beer-mug-empty: \f0fc; +$fa-var-beer: \f0fc; +$fa-var-bell: \f0f3; +$fa-var-bell-concierge: \f562; +$fa-var-concierge-bell: \f562; +$fa-var-bell-exclamation: \f848; +$fa-var-bell-on: \f8fa; +$fa-var-bell-plus: \f849; +$fa-var-bell-school: \f5d5; +$fa-var-bell-school-slash: \f5d6; +$fa-var-bell-slash: \f1f6; +$fa-var-bells: \f77f; +$fa-var-bench-tree: \e2e7; +$fa-var-bezier-curve: \f55b; +$fa-var-bicycle: \f206; +$fa-var-binary: \e33b; +$fa-var-binary-circle-check: \e33c; +$fa-var-binary-lock: \e33d; +$fa-var-binary-slash: \e33e; +$fa-var-binoculars: \f1e5; +$fa-var-biohazard: \f780; +$fa-var-bird: \e469; +$fa-var-bitcoin-sign: \e0b4; +$fa-var-blanket: \f498; +$fa-var-blanket-fire: \e3da; +$fa-var-blender: \f517; +$fa-var-blender-phone: \f6b6; +$fa-var-blinds: \f8fb; +$fa-var-blinds-open: \f8fc; +$fa-var-blinds-raised: \f8fd; +$fa-var-block: \e46a; +$fa-var-block-brick: \e3db; +$fa-var-wall-brick: \e3db; +$fa-var-block-brick-fire: \e3dc; +$fa-var-firewall: \e3dc; +$fa-var-block-question: \e3dd; +$fa-var-block-quote: \e0b5; +$fa-var-blog: \f781; +$fa-var-blueberries: \e2e8; +$fa-var-bold: \f032; +$fa-var-bolt: \f0e7; +$fa-var-zap: \f0e7; +$fa-var-bolt-auto: \e0b6; +$fa-var-bolt-lightning: \e0b7; +$fa-var-bolt-slash: \e0b8; +$fa-var-bomb: \f1e2; +$fa-var-bone: \f5d7; +$fa-var-bone-break: \f5d8; +$fa-var-bong: \f55c; +$fa-var-book: \f02d; +$fa-var-book-arrow-right: \e0b9; +$fa-var-book-arrow-up: \e0ba; +$fa-var-book-atlas: \f558; +$fa-var-atlas: \f558; +$fa-var-book-bible: \f647; +$fa-var-bible: \f647; +$fa-var-book-blank: \f5d9; +$fa-var-book-alt: \f5d9; +$fa-var-book-bookmark: \e0bb; +$fa-var-book-circle-arrow-right: \e0bc; +$fa-var-book-circle-arrow-up: \e0bd; +$fa-var-book-copy: \e0be; +$fa-var-book-font: \e0bf; +$fa-var-book-heart: \f499; +$fa-var-book-journal-whills: \f66a; +$fa-var-journal-whills: \f66a; +$fa-var-book-medical: \f7e6; +$fa-var-book-open: \f518; +$fa-var-book-open-cover: \e0c0; +$fa-var-book-open-alt: \e0c0; +$fa-var-book-open-reader: \f5da; +$fa-var-book-reader: \f5da; +$fa-var-book-quran: \f687; +$fa-var-quran: \f687; +$fa-var-book-section: \e0c1; +$fa-var-book-law: \e0c1; +$fa-var-book-skull: \f6b7; +$fa-var-book-dead: \f6b7; +$fa-var-book-sparkles: \f6b8; +$fa-var-book-spells: \f6b8; +$fa-var-book-tanakh: \f827; +$fa-var-tanakh: \f827; +$fa-var-book-user: \f7e7; +$fa-var-bookmark: \f02e; +$fa-var-bookmark-slash: \e0c2; +$fa-var-books: \f5db; +$fa-var-books-medical: \f7e8; +$fa-var-boombox: \f8a5; +$fa-var-boot: \f782; +$fa-var-boot-heeled: \e33f; +$fa-var-booth-curtain: \f734; +$fa-var-border-all: \f84c; +$fa-var-border-bottom: \f84d; +$fa-var-border-bottom-right: \f854; +$fa-var-border-style-alt: \f854; +$fa-var-border-center-h: \f89c; +$fa-var-border-center-v: \f89d; +$fa-var-border-inner: \f84e; +$fa-var-border-left: \f84f; +$fa-var-border-none: \f850; +$fa-var-border-outer: \f851; +$fa-var-border-right: \f852; +$fa-var-border-top: \f855; +$fa-var-border-top-left: \f853; +$fa-var-border-style: \f853; +$fa-var-bore-hole: \e4c3; +$fa-var-bottle-droplet: \e4c4; +$fa-var-bottle-water: \e4c5; +$fa-var-bow-arrow: \f6b9; +$fa-var-bowl-chopsticks: \e2e9; +$fa-var-bowl-chopsticks-noodles: \e2ea; +$fa-var-bowl-food: \e4c6; +$fa-var-bowl-hot: \f823; +$fa-var-soup: \f823; +$fa-var-bowl-rice: \e2eb; +$fa-var-bowl-scoop: \e3de; +$fa-var-bowl-shaved-ice: \e3de; +$fa-var-bowl-scoops: \e3df; +$fa-var-bowl-soft-serve: \e46b; +$fa-var-bowl-spoon: \e3e0; +$fa-var-bowling-ball: \f436; +$fa-var-bowling-ball-pin: \e0c3; +$fa-var-bowling-pins: \f437; +$fa-var-box: \f466; +$fa-var-box-archive: \f187; +$fa-var-archive: \f187; +$fa-var-box-ballot: \f735; +$fa-var-box-check: \f467; +$fa-var-box-circle-check: \e0c4; +$fa-var-box-dollar: \f4a0; +$fa-var-box-usd: \f4a0; +$fa-var-box-heart: \f49d; +$fa-var-box-open: \f49e; +$fa-var-box-open-full: \f49c; +$fa-var-box-full: \f49c; +$fa-var-box-taped: \f49a; +$fa-var-box-alt: \f49a; +$fa-var-box-tissue: \e05b; +$fa-var-boxes-packing: \e4c7; +$fa-var-boxes-stacked: \f468; +$fa-var-boxes: \f468; +$fa-var-boxes-alt: \f468; +$fa-var-boxing-glove: \f438; +$fa-var-glove-boxing: \f438; +$fa-var-bracket-curly: \7b; +$fa-var-bracket-curly-left: \7b; +$fa-var-bracket-curly-right: \7d; +$fa-var-bracket-round: \28; +$fa-var-parenthesis: \28; +$fa-var-bracket-round-right: \29; +$fa-var-bracket-square: \5b; +$fa-var-bracket: \5b; +$fa-var-bracket-left: \5b; +$fa-var-bracket-square-right: \5d; +$fa-var-brackets-curly: \f7ea; +$fa-var-brackets-round: \e0c5; +$fa-var-parentheses: \e0c5; +$fa-var-brackets-square: \f7e9; +$fa-var-brackets: \f7e9; +$fa-var-braille: \f2a1; +$fa-var-brain: \f5dc; +$fa-var-brain-arrow-curved-right: \f677; +$fa-var-mind-share: \f677; +$fa-var-brain-circuit: \e0c6; +$fa-var-brake-warning: \e0c7; +$fa-var-brazilian-real-sign: \e46c; +$fa-var-bread-loaf: \f7eb; +$fa-var-bread-slice: \f7ec; +$fa-var-bread-slice-butter: \e3e1; +$fa-var-bridge: \e4c8; +$fa-var-bridge-circle-check: \e4c9; +$fa-var-bridge-circle-exclamation: \e4ca; +$fa-var-bridge-circle-xmark: \e4cb; +$fa-var-bridge-lock: \e4cc; +$fa-var-bridge-suspension: \e4cd; +$fa-var-bridge-water: \e4ce; +$fa-var-briefcase: \f0b1; +$fa-var-briefcase-arrow-right: \e2f2; +$fa-var-briefcase-blank: \e0c8; +$fa-var-briefcase-medical: \f469; +$fa-var-brightness: \e0c9; +$fa-var-brightness-low: \e0ca; +$fa-var-bring-forward: \f856; +$fa-var-bring-front: \f857; +$fa-var-broccoli: \e3e2; +$fa-var-broom: \f51a; +$fa-var-broom-ball: \f458; +$fa-var-quidditch: \f458; +$fa-var-quidditch-broom-ball: \f458; +$fa-var-browser: \f37e; +$fa-var-browsers: \e0cb; +$fa-var-brush: \f55d; +$fa-var-bucket: \e4cf; +$fa-var-bug: \f188; +$fa-var-bug-slash: \e490; +$fa-var-bugs: \e4d0; +$fa-var-building: \f1ad; +$fa-var-building-circle-arrow-right: \e4d1; +$fa-var-building-circle-check: \e4d2; +$fa-var-building-circle-exclamation: \e4d3; +$fa-var-building-circle-xmark: \e4d4; +$fa-var-building-columns: \f19c; +$fa-var-bank: \f19c; +$fa-var-institution: \f19c; +$fa-var-museum: \f19c; +$fa-var-university: \f19c; +$fa-var-building-flag: \e4d5; +$fa-var-building-lock: \e4d6; +$fa-var-building-ngo: \e4d7; +$fa-var-building-shield: \e4d8; +$fa-var-building-un: \e4d9; +$fa-var-building-user: \e4da; +$fa-var-building-wheat: \e4db; +$fa-var-buildings: \e0cc; +$fa-var-bullhorn: \f0a1; +$fa-var-bullseye: \f140; +$fa-var-bullseye-arrow: \f648; +$fa-var-bullseye-pointer: \f649; +$fa-var-burger: \f805; +$fa-var-hamburger: \f805; +$fa-var-burger-cheese: \f7f1; +$fa-var-cheeseburger: \f7f1; +$fa-var-burger-fries: \e0cd; +$fa-var-burger-glass: \e0ce; +$fa-var-burger-lettuce: \e3e3; +$fa-var-burger-soda: \f858; +$fa-var-burrito: \f7ed; +$fa-var-burst: \e4dc; +$fa-var-bus: \f207; +$fa-var-bus-school: \f5dd; +$fa-var-bus-simple: \f55e; +$fa-var-bus-alt: \f55e; +$fa-var-business-time: \f64a; +$fa-var-briefcase-clock: \f64a; +$fa-var-butter: \e3e4; +$fa-var-c: \43; +$fa-var-cabin: \e46d; +$fa-var-cabinet-filing: \f64b; +$fa-var-cable-car: \e0cf; +$fa-var-cactus: \f8a7; +$fa-var-cake-candles: \f1fd; +$fa-var-birthday-cake: \f1fd; +$fa-var-cake: \f1fd; +$fa-var-cake-slice: \e3e5; +$fa-var-shortcake: \e3e5; +$fa-var-calculator: \f1ec; +$fa-var-calculator-simple: \f64c; +$fa-var-calculator-alt: \f64c; +$fa-var-calendar: \f133; +$fa-var-calendar-arrow-down: \e0d0; +$fa-var-calendar-download: \e0d0; +$fa-var-calendar-arrow-up: \e0d1; +$fa-var-calendar-upload: \e0d1; +$fa-var-calendar-check: \f274; +$fa-var-calendar-circle-exclamation: \e46e; +$fa-var-calendar-circle-minus: \e46f; +$fa-var-calendar-circle-plus: \e470; +$fa-var-calendar-circle-user: \e471; +$fa-var-calendar-clock: \e0d2; +$fa-var-calendar-time: \e0d2; +$fa-var-calendar-day: \f783; +$fa-var-calendar-days: \f073; +$fa-var-calendar-alt: \f073; +$fa-var-calendar-exclamation: \f334; +$fa-var-calendar-heart: \e0d3; +$fa-var-calendar-image: \e0d4; +$fa-var-calendar-lines: \e0d5; +$fa-var-calendar-note: \e0d5; +$fa-var-calendar-lines-pen: \e472; +$fa-var-calendar-minus: \f272; +$fa-var-calendar-pen: \f333; +$fa-var-calendar-edit: \f333; +$fa-var-calendar-plus: \f271; +$fa-var-calendar-range: \e0d6; +$fa-var-calendar-star: \f736; +$fa-var-calendar-week: \f784; +$fa-var-calendar-xmark: \f273; +$fa-var-calendar-times: \f273; +$fa-var-calendars: \e0d7; +$fa-var-camcorder: \f8a8; +$fa-var-video-handheld: \f8a8; +$fa-var-camera: \f030; +$fa-var-camera-alt: \f030; +$fa-var-camera-cctv: \f8ac; +$fa-var-cctv: \f8ac; +$fa-var-camera-movie: \f8a9; +$fa-var-camera-polaroid: \f8aa; +$fa-var-camera-retro: \f083; +$fa-var-camera-rotate: \e0d8; +$fa-var-camera-security: \f8fe; +$fa-var-camera-home: \f8fe; +$fa-var-camera-slash: \e0d9; +$fa-var-camera-viewfinder: \e0da; +$fa-var-screenshot: \e0da; +$fa-var-camera-web: \f832; +$fa-var-webcam: \f832; +$fa-var-camera-web-slash: \f833; +$fa-var-webcam-slash: \f833; +$fa-var-campfire: \f6ba; +$fa-var-campground: \f6bb; +$fa-var-can-food: \e3e6; +$fa-var-candle-holder: \f6bc; +$fa-var-candy: \e3e7; +$fa-var-candy-bar: \e3e8; +$fa-var-chocolate-bar: \e3e8; +$fa-var-candy-cane: \f786; +$fa-var-candy-corn: \f6bd; +$fa-var-cannabis: \f55f; +$fa-var-capsules: \f46b; +$fa-var-car: \f1b9; +$fa-var-automobile: \f1b9; +$fa-var-car-battery: \f5df; +$fa-var-battery-car: \f5df; +$fa-var-car-bolt: \e341; +$fa-var-car-building: \f859; +$fa-var-car-bump: \f5e0; +$fa-var-car-burst: \f5e1; +$fa-var-car-crash: \f5e1; +$fa-var-car-bus: \f85a; +$fa-var-car-circle-bolt: \e342; +$fa-var-car-garage: \f5e2; +$fa-var-car-mirrors: \e343; +$fa-var-car-on: \e4dd; +$fa-var-car-rear: \f5de; +$fa-var-car-alt: \f5de; +$fa-var-car-side: \f5e4; +$fa-var-car-side-bolt: \e344; +$fa-var-car-tilt: \f5e5; +$fa-var-car-tunnel: \e4de; +$fa-var-car-wash: \f5e6; +$fa-var-car-wrench: \f5e3; +$fa-var-car-mechanic: \f5e3; +$fa-var-caravan: \f8ff; +$fa-var-caravan-simple: \e000; +$fa-var-caravan-alt: \e000; +$fa-var-card-club: \e3e9; +$fa-var-card-diamond: \e3ea; +$fa-var-card-heart: \e3eb; +$fa-var-card-spade: \e3ec; +$fa-var-cards: \e3ed; +$fa-var-cards-blank: \e4df; +$fa-var-caret-down: \f0d7; +$fa-var-caret-left: \f0d9; +$fa-var-caret-right: \f0da; +$fa-var-caret-up: \f0d8; +$fa-var-carrot: \f787; +$fa-var-cars: \f85b; +$fa-var-cart-arrow-down: \f218; +$fa-var-cart-arrow-up: \e3ee; +$fa-var-cart-circle-arrow-down: \e3ef; +$fa-var-cart-circle-arrow-up: \e3f0; +$fa-var-cart-circle-check: \e3f1; +$fa-var-cart-circle-exclamation: \e3f2; +$fa-var-cart-circle-plus: \e3f3; +$fa-var-cart-circle-xmark: \e3f4; +$fa-var-cart-flatbed: \f474; +$fa-var-dolly-flatbed: \f474; +$fa-var-cart-flatbed-boxes: \f475; +$fa-var-dolly-flatbed-alt: \f475; +$fa-var-cart-flatbed-empty: \f476; +$fa-var-dolly-flatbed-empty: \f476; +$fa-var-cart-flatbed-suitcase: \f59d; +$fa-var-luggage-cart: \f59d; +$fa-var-cart-minus: \e0db; +$fa-var-cart-plus: \f217; +$fa-var-cart-shopping: \f07a; +$fa-var-shopping-cart: \f07a; +$fa-var-cart-shopping-fast: \e0dc; +$fa-var-cart-xmark: \e0dd; +$fa-var-cash-register: \f788; +$fa-var-cassette-betamax: \f8a4; +$fa-var-betamax: \f8a4; +$fa-var-cassette-tape: \f8ab; +$fa-var-cassette-vhs: \f8ec; +$fa-var-vhs: \f8ec; +$fa-var-castle: \e0de; +$fa-var-cat: \f6be; +$fa-var-cat-space: \e001; +$fa-var-cauldron: \f6bf; +$fa-var-cedi-sign: \e0df; +$fa-var-cent-sign: \e3f5; +$fa-var-certificate: \f0a3; +$fa-var-chair: \f6c0; +$fa-var-chair-office: \f6c1; +$fa-var-chalkboard: \f51b; +$fa-var-blackboard: \f51b; +$fa-var-chalkboard-user: \f51c; +$fa-var-chalkboard-teacher: \f51c; +$fa-var-champagne-glass: \f79e; +$fa-var-glass-champagne: \f79e; +$fa-var-champagne-glasses: \f79f; +$fa-var-glass-cheers: \f79f; +$fa-var-charging-station: \f5e7; +$fa-var-chart-area: \f1fe; +$fa-var-area-chart: \f1fe; +$fa-var-chart-bar: \f080; +$fa-var-bar-chart: \f080; +$fa-var-chart-bullet: \e0e1; +$fa-var-chart-candlestick: \e0e2; +$fa-var-chart-column: \e0e3; +$fa-var-chart-gantt: \e0e4; +$fa-var-chart-line: \f201; +$fa-var-line-chart: \f201; +$fa-var-chart-line-down: \f64d; +$fa-var-chart-line-up: \e0e5; +$fa-var-chart-mixed: \f643; +$fa-var-analytics: \f643; +$fa-var-chart-network: \f78a; +$fa-var-chart-pie: \f200; +$fa-var-pie-chart: \f200; +$fa-var-chart-pie-simple: \f64e; +$fa-var-chart-pie-alt: \f64e; +$fa-var-chart-pyramid: \e0e6; +$fa-var-chart-radar: \e0e7; +$fa-var-chart-scatter: \f7ee; +$fa-var-chart-scatter-3d: \e0e8; +$fa-var-chart-scatter-bubble: \e0e9; +$fa-var-chart-simple: \e473; +$fa-var-chart-simple-horizontal: \e474; +$fa-var-chart-tree-map: \e0ea; +$fa-var-chart-user: \f6a3; +$fa-var-user-chart: \f6a3; +$fa-var-chart-waterfall: \e0eb; +$fa-var-check: \f00c; +$fa-var-check-double: \f560; +$fa-var-check-to-slot: \f772; +$fa-var-vote-yea: \f772; +$fa-var-cheese: \f7ef; +$fa-var-cheese-swiss: \f7f0; +$fa-var-cherries: \e0ec; +$fa-var-chess: \f439; +$fa-var-chess-bishop: \f43a; +$fa-var-chess-bishop-piece: \f43b; +$fa-var-chess-bishop-alt: \f43b; +$fa-var-chess-board: \f43c; +$fa-var-chess-clock: \f43d; +$fa-var-chess-clock-flip: \f43e; +$fa-var-chess-clock-alt: \f43e; +$fa-var-chess-king: \f43f; +$fa-var-chess-king-piece: \f440; +$fa-var-chess-king-alt: \f440; +$fa-var-chess-knight: \f441; +$fa-var-chess-knight-piece: \f442; +$fa-var-chess-knight-alt: \f442; +$fa-var-chess-pawn: \f443; +$fa-var-chess-pawn-piece: \f444; +$fa-var-chess-pawn-alt: \f444; +$fa-var-chess-queen: \f445; +$fa-var-chess-queen-piece: \f446; +$fa-var-chess-queen-alt: \f446; +$fa-var-chess-rook: \f447; +$fa-var-chess-rook-piece: \f448; +$fa-var-chess-rook-alt: \f448; +$fa-var-chestnut: \e3f6; +$fa-var-chevron-down: \f078; +$fa-var-chevron-left: \f053; +$fa-var-chevron-right: \f054; +$fa-var-chevron-up: \f077; +$fa-var-chevrons-down: \f322; +$fa-var-chevron-double-down: \f322; +$fa-var-chevrons-left: \f323; +$fa-var-chevron-double-left: \f323; +$fa-var-chevrons-right: \f324; +$fa-var-chevron-double-right: \f324; +$fa-var-chevrons-up: \f325; +$fa-var-chevron-double-up: \f325; +$fa-var-child: \f1ae; +$fa-var-child-rifle: \e4e0; +$fa-var-children: \e4e1; +$fa-var-chimney: \f78b; +$fa-var-chopsticks: \e3f7; +$fa-var-church: \f51d; +$fa-var-circle: \f111; +$fa-var-circle-0: \e0ed; +$fa-var-circle-1: \e0ee; +$fa-var-circle-2: \e0ef; +$fa-var-circle-3: \e0f0; +$fa-var-circle-4: \e0f1; +$fa-var-circle-5: \e0f2; +$fa-var-circle-6: \e0f3; +$fa-var-circle-7: \e0f4; +$fa-var-circle-8: \e0f5; +$fa-var-circle-9: \e0f6; +$fa-var-circle-a: \e0f7; +$fa-var-circle-ampersand: \e0f8; +$fa-var-circle-arrow-down: \f0ab; +$fa-var-arrow-circle-down: \f0ab; +$fa-var-circle-arrow-down-left: \e0f9; +$fa-var-circle-arrow-down-right: \e0fa; +$fa-var-circle-arrow-left: \f0a8; +$fa-var-arrow-circle-left: \f0a8; +$fa-var-circle-arrow-right: \f0a9; +$fa-var-arrow-circle-right: \f0a9; +$fa-var-circle-arrow-up: \f0aa; +$fa-var-arrow-circle-up: \f0aa; +$fa-var-circle-arrow-up-left: \e0fb; +$fa-var-circle-arrow-up-right: \e0fc; +$fa-var-circle-b: \e0fd; +$fa-var-circle-bolt: \e0fe; +$fa-var-circle-book-open: \e0ff; +$fa-var-book-circle: \e0ff; +$fa-var-circle-bookmark: \e100; +$fa-var-bookmark-circle: \e100; +$fa-var-circle-c: \e101; +$fa-var-circle-calendar: \e102; +$fa-var-calendar-circle: \e102; +$fa-var-circle-camera: \e103; +$fa-var-camera-circle: \e103; +$fa-var-circle-caret-down: \f32d; +$fa-var-caret-circle-down: \f32d; +$fa-var-circle-caret-left: \f32e; +$fa-var-caret-circle-left: \f32e; +$fa-var-circle-caret-right: \f330; +$fa-var-caret-circle-right: \f330; +$fa-var-circle-caret-up: \f331; +$fa-var-caret-circle-up: \f331; +$fa-var-circle-check: \f058; +$fa-var-check-circle: \f058; +$fa-var-circle-chevron-down: \f13a; +$fa-var-chevron-circle-down: \f13a; +$fa-var-circle-chevron-left: \f137; +$fa-var-chevron-circle-left: \f137; +$fa-var-circle-chevron-right: \f138; +$fa-var-chevron-circle-right: \f138; +$fa-var-circle-chevron-up: \f139; +$fa-var-chevron-circle-up: \f139; +$fa-var-circle-d: \e104; +$fa-var-circle-dashed: \e105; +$fa-var-circle-divide: \e106; +$fa-var-circle-dollar: \f2e8; +$fa-var-dollar-circle: \f2e8; +$fa-var-usd-circle: \f2e8; +$fa-var-circle-dollar-to-slot: \f4b9; +$fa-var-donate: \f4b9; +$fa-var-circle-dot: \f192; +$fa-var-dot-circle: \f192; +$fa-var-circle-down: \f358; +$fa-var-arrow-alt-circle-down: \f358; +$fa-var-circle-down-left: \e107; +$fa-var-circle-down-right: \e108; +$fa-var-circle-e: \e109; +$fa-var-circle-ellipsis: \e10a; +$fa-var-circle-ellipsis-vertical: \e10b; +$fa-var-circle-envelope: \e10c; +$fa-var-envelope-circle: \e10c; +$fa-var-circle-exclamation: \f06a; +$fa-var-exclamation-circle: \f06a; +$fa-var-circle-exclamation-check: \e10d; +$fa-var-circle-f: \e10e; +$fa-var-circle-g: \e10f; +$fa-var-circle-h: \f47e; +$fa-var-hospital-symbol: \f47e; +$fa-var-circle-half: \e110; +$fa-var-circle-half-stroke: \f042; +$fa-var-adjust: \f042; +$fa-var-circle-heart: \f4c7; +$fa-var-heart-circle: \f4c7; +$fa-var-circle-i: \e111; +$fa-var-circle-info: \f05a; +$fa-var-info-circle: \f05a; +$fa-var-circle-j: \e112; +$fa-var-circle-k: \e113; +$fa-var-circle-l: \e114; +$fa-var-circle-left: \f359; +$fa-var-arrow-alt-circle-left: \f359; +$fa-var-circle-location-arrow: \f602; +$fa-var-location-circle: \f602; +$fa-var-circle-m: \e115; +$fa-var-circle-microphone: \e116; +$fa-var-microphone-circle: \e116; +$fa-var-circle-microphone-lines: \e117; +$fa-var-microphone-circle-alt: \e117; +$fa-var-circle-minus: \f056; +$fa-var-minus-circle: \f056; +$fa-var-circle-n: \e118; +$fa-var-circle-nodes: \e4e2; +$fa-var-circle-notch: \f1ce; +$fa-var-circle-o: \e119; +$fa-var-circle-p: \e11a; +$fa-var-circle-parking: \f615; +$fa-var-parking-circle: \f615; +$fa-var-circle-pause: \f28b; +$fa-var-pause-circle: \f28b; +$fa-var-circle-phone: \e11b; +$fa-var-phone-circle: \e11b; +$fa-var-circle-phone-flip: \e11c; +$fa-var-phone-circle-alt: \e11c; +$fa-var-circle-phone-hangup: \e11d; +$fa-var-phone-circle-down: \e11d; +$fa-var-circle-play: \f144; +$fa-var-play-circle: \f144; +$fa-var-circle-plus: \f055; +$fa-var-plus-circle: \f055; +$fa-var-circle-q: \e11e; +$fa-var-circle-quarter: \e11f; +$fa-var-circle-quarters: \e3f8; +$fa-var-circle-question: \f059; +$fa-var-question-circle: \f059; +$fa-var-circle-r: \e120; +$fa-var-circle-radiation: \f7ba; +$fa-var-radiation-alt: \f7ba; +$fa-var-circle-right: \f35a; +$fa-var-arrow-alt-circle-right: \f35a; +$fa-var-circle-s: \e121; +$fa-var-circle-small: \e122; +$fa-var-circle-sort: \e030; +$fa-var-sort-circle: \e030; +$fa-var-circle-sort-down: \e031; +$fa-var-sort-circle-down: \e031; +$fa-var-circle-sort-up: \e032; +$fa-var-sort-circle-up: \e032; +$fa-var-circle-star: \e123; +$fa-var-star-circle: \e123; +$fa-var-circle-stop: \f28d; +$fa-var-stop-circle: \f28d; +$fa-var-circle-t: \e124; +$fa-var-circle-three-quarters: \e125; +$fa-var-circle-trash: \e126; +$fa-var-trash-circle: \e126; +$fa-var-circle-u: \e127; +$fa-var-circle-up: \f35b; +$fa-var-arrow-alt-circle-up: \f35b; +$fa-var-circle-up-left: \e128; +$fa-var-circle-up-right: \e129; +$fa-var-circle-user: \f2bd; +$fa-var-user-circle: \f2bd; +$fa-var-circle-v: \e12a; +$fa-var-circle-video: \e12b; +$fa-var-video-circle: \e12b; +$fa-var-circle-w: \e12c; +$fa-var-circle-waveform-lines: \e12d; +$fa-var-waveform-circle: \e12d; +$fa-var-circle-x: \e12e; +$fa-var-circle-xmark: \f057; +$fa-var-times-circle: \f057; +$fa-var-xmark-circle: \f057; +$fa-var-circle-y: \e12f; +$fa-var-circle-z: \e130; +$fa-var-citrus: \e2f4; +$fa-var-citrus-slice: \e2f5; +$fa-var-city: \f64f; +$fa-var-clapperboard: \e131; +$fa-var-clapperboard-play: \e132; +$fa-var-clarinet: \f8ad; +$fa-var-claw-marks: \f6c2; +$fa-var-clipboard: \f328; +$fa-var-clipboard-check: \f46c; +$fa-var-clipboard-list: \f46d; +$fa-var-clipboard-list-check: \f737; +$fa-var-clipboard-medical: \e133; +$fa-var-clipboard-prescription: \f5e8; +$fa-var-clipboard-question: \e4e3; +$fa-var-clipboard-user: \f7f3; +$fa-var-clock: \f017; +$fa-var-clock-four: \f017; +$fa-var-clock-desk: \e134; +$fa-var-clock-eight: \e345; +$fa-var-clock-eight-thirty: \e346; +$fa-var-clock-eleven: \e347; +$fa-var-clock-eleven-thirty: \e348; +$fa-var-clock-five: \e349; +$fa-var-clock-five-thirty: \e34a; +$fa-var-clock-four-thirty: \e34b; +$fa-var-clock-nine: \e34c; +$fa-var-clock-nine-thirty: \e34d; +$fa-var-clock-one: \e34e; +$fa-var-clock-one-thirty: \e34f; +$fa-var-clock-rotate-left: \f1da; +$fa-var-history: \f1da; +$fa-var-clock-seven: \e350; +$fa-var-clock-seven-thirty: \e351; +$fa-var-clock-six: \e352; +$fa-var-clock-six-thirty: \e353; +$fa-var-clock-ten: \e354; +$fa-var-clock-ten-thirty: \e355; +$fa-var-clock-three: \e356; +$fa-var-clock-three-thirty: \e357; +$fa-var-clock-twelve: \e358; +$fa-var-clock-twelve-thirty: \e359; +$fa-var-clock-two: \e35a; +$fa-var-clock-two-thirty: \e35b; +$fa-var-clone: \f24d; +$fa-var-closed-captioning: \f20a; +$fa-var-closed-captioning-slash: \e135; +$fa-var-clothes-hanger: \e136; +$fa-var-cloud: \f0c2; +$fa-var-cloud-arrow-down: \f0ed; +$fa-var-cloud-download: \f0ed; +$fa-var-cloud-download-alt: \f0ed; +$fa-var-cloud-arrow-up: \f0ee; +$fa-var-cloud-upload: \f0ee; +$fa-var-cloud-upload-alt: \f0ee; +$fa-var-cloud-bolt: \f76c; +$fa-var-thunderstorm: \f76c; +$fa-var-cloud-bolt-moon: \f76d; +$fa-var-thunderstorm-moon: \f76d; +$fa-var-cloud-bolt-sun: \f76e; +$fa-var-thunderstorm-sun: \f76e; +$fa-var-cloud-check: \e35c; +$fa-var-cloud-drizzle: \f738; +$fa-var-cloud-exclamation: \e491; +$fa-var-cloud-fog: \f74e; +$fa-var-fog: \f74e; +$fa-var-cloud-hail: \f739; +$fa-var-cloud-hail-mixed: \f73a; +$fa-var-cloud-meatball: \f73b; +$fa-var-cloud-minus: \e35d; +$fa-var-cloud-moon: \f6c3; +$fa-var-cloud-moon-rain: \f73c; +$fa-var-cloud-music: \f8ae; +$fa-var-cloud-plus: \e35e; +$fa-var-cloud-question: \e492; +$fa-var-cloud-rain: \f73d; +$fa-var-cloud-rainbow: \f73e; +$fa-var-cloud-showers: \f73f; +$fa-var-cloud-showers-heavy: \f740; +$fa-var-cloud-showers-water: \e4e4; +$fa-var-cloud-slash: \e137; +$fa-var-cloud-sleet: \f741; +$fa-var-cloud-snow: \f742; +$fa-var-cloud-sun: \f6c4; +$fa-var-cloud-sun-rain: \f743; +$fa-var-cloud-word: \e138; +$fa-var-cloud-xmark: \e35f; +$fa-var-clouds: \f744; +$fa-var-clouds-moon: \f745; +$fa-var-clouds-sun: \f746; +$fa-var-clover: \e139; +$fa-var-club: \f327; +$fa-var-coconut: \e2f6; +$fa-var-code: \f121; +$fa-var-code-branch: \f126; +$fa-var-code-commit: \f386; +$fa-var-code-compare: \e13a; +$fa-var-code-fork: \e13b; +$fa-var-code-merge: \f387; +$fa-var-code-pull-request: \e13c; +$fa-var-code-pull-request-closed: \e3f9; +$fa-var-code-pull-request-draft: \e3fa; +$fa-var-code-simple: \e13d; +$fa-var-coffee-bean: \e13e; +$fa-var-coffee-beans: \e13f; +$fa-var-coffee-pot: \e002; +$fa-var-coffin: \f6c6; +$fa-var-coffin-cross: \e051; +$fa-var-coin: \f85c; +$fa-var-coin-blank: \e3fb; +$fa-var-coin-front: \e3fc; +$fa-var-coin-vertical: \e3fd; +$fa-var-coins: \f51e; +$fa-var-colon: \3a; +$fa-var-colon-sign: \e140; +$fa-var-columns-3: \e361; +$fa-var-comet: \e003; +$fa-var-comma: \2c; +$fa-var-command: \e142; +$fa-var-comment: \f075; +$fa-var-comment-arrow-down: \e143; +$fa-var-comment-arrow-up: \e144; +$fa-var-comment-arrow-up-right: \e145; +$fa-var-comment-captions: \e146; +$fa-var-comment-check: \f4ac; +$fa-var-comment-code: \e147; +$fa-var-comment-dollar: \f651; +$fa-var-comment-dots: \f4ad; +$fa-var-commenting: \f4ad; +$fa-var-comment-exclamation: \f4af; +$fa-var-comment-image: \e148; +$fa-var-comment-lines: \f4b0; +$fa-var-comment-medical: \f7f5; +$fa-var-comment-middle: \e149; +$fa-var-comment-middle-top: \e14a; +$fa-var-comment-minus: \f4b1; +$fa-var-comment-music: \f8b0; +$fa-var-comment-pen: \f4ae; +$fa-var-comment-edit: \f4ae; +$fa-var-comment-plus: \f4b2; +$fa-var-comment-question: \e14b; +$fa-var-comment-quote: \e14c; +$fa-var-comment-slash: \f4b3; +$fa-var-comment-smile: \f4b4; +$fa-var-comment-sms: \f7cd; +$fa-var-sms: \f7cd; +$fa-var-comment-text: \e14d; +$fa-var-comment-xmark: \f4b5; +$fa-var-comment-times: \f4b5; +$fa-var-comments: \f086; +$fa-var-comments-dollar: \f653; +$fa-var-comments-question: \e14e; +$fa-var-comments-question-check: \e14f; +$fa-var-compact-disc: \f51f; +$fa-var-compass: \f14e; +$fa-var-compass-drafting: \f568; +$fa-var-drafting-compass: \f568; +$fa-var-compass-slash: \f5e9; +$fa-var-compress: \f066; +$fa-var-compress-wide: \f326; +$fa-var-computer: \e4e5; +$fa-var-computer-classic: \f8b1; +$fa-var-computer-mouse: \f8cc; +$fa-var-mouse: \f8cc; +$fa-var-computer-mouse-scrollwheel: \f8cd; +$fa-var-mouse-alt: \f8cd; +$fa-var-computer-speaker: \f8b2; +$fa-var-container-storage: \f4b7; +$fa-var-conveyor-belt: \f46e; +$fa-var-conveyor-belt-boxes: \f46f; +$fa-var-conveyor-belt-alt: \f46f; +$fa-var-conveyor-belt-empty: \e150; +$fa-var-cookie: \f563; +$fa-var-cookie-bite: \f564; +$fa-var-copy: \f0c5; +$fa-var-copyright: \f1f9; +$fa-var-corn: \f6c7; +$fa-var-corner: \e3fe; +$fa-var-couch: \f4b8; +$fa-var-cow: \f6c8; +$fa-var-cowbell: \f8b3; +$fa-var-cowbell-circle-plus: \f8b4; +$fa-var-cowbell-more: \f8b4; +$fa-var-crab: \e3ff; +$fa-var-crate-apple: \f6b1; +$fa-var-apple-crate: \f6b1; +$fa-var-crate-empty: \e151; +$fa-var-credit-card: \f09d; +$fa-var-credit-card-alt: \f09d; +$fa-var-credit-card-blank: \f389; +$fa-var-credit-card-front: \f38a; +$fa-var-cricket-bat-ball: \f449; +$fa-var-cricket: \f449; +$fa-var-croissant: \f7f6; +$fa-var-crop: \f125; +$fa-var-crop-simple: \f565; +$fa-var-crop-alt: \f565; +$fa-var-cross: \f654; +$fa-var-crosshairs: \f05b; +$fa-var-crow: \f520; +$fa-var-crown: \f521; +$fa-var-crutch: \f7f7; +$fa-var-crutches: \f7f8; +$fa-var-cruzeiro-sign: \e152; +$fa-var-crystal-ball: \e362; +$fa-var-cube: \f1b2; +$fa-var-cubes: \f1b3; +$fa-var-cubes-stacked: \e4e6; +$fa-var-cucumber: \e401; +$fa-var-cup-straw: \e363; +$fa-var-cup-straw-swoosh: \e364; +$fa-var-cup-togo: \f6c5; +$fa-var-coffee-togo: \f6c5; +$fa-var-cupcake: \e402; +$fa-var-curling-stone: \f44a; +$fa-var-curling: \f44a; +$fa-var-custard: \e403; +$fa-var-d: \44; +$fa-var-dagger: \f6cb; +$fa-var-dash: \e404; +$fa-var-database: \f1c0; +$fa-var-deer: \f78e; +$fa-var-deer-rudolph: \f78f; +$fa-var-delete-left: \f55a; +$fa-var-backspace: \f55a; +$fa-var-delete-right: \e154; +$fa-var-democrat: \f747; +$fa-var-desktop: \f390; +$fa-var-desktop-alt: \f390; +$fa-var-desktop-arrow-down: \e155; +$fa-var-dharmachakra: \f655; +$fa-var-diagram-cells: \e475; +$fa-var-diagram-lean-canvas: \e156; +$fa-var-diagram-nested: \e157; +$fa-var-diagram-next: \e476; +$fa-var-diagram-predecessor: \e477; +$fa-var-diagram-previous: \e478; +$fa-var-diagram-project: \f542; +$fa-var-project-diagram: \f542; +$fa-var-diagram-sankey: \e158; +$fa-var-diagram-subtask: \e479; +$fa-var-diagram-successor: \e47a; +$fa-var-diagram-venn: \e15a; +$fa-var-dial: \e15b; +$fa-var-dial-med-high: \e15b; +$fa-var-dial-high: \e15c; +$fa-var-dial-low: \e15d; +$fa-var-dial-max: \e15e; +$fa-var-dial-med: \e15f; +$fa-var-dial-med-low: \e160; +$fa-var-dial-min: \e161; +$fa-var-dial-off: \e162; +$fa-var-diamond: \f219; +$fa-var-diamond-exclamation: \e405; +$fa-var-diamond-turn-right: \f5eb; +$fa-var-directions: \f5eb; +$fa-var-dice: \f522; +$fa-var-dice-d10: \f6cd; +$fa-var-dice-d12: \f6ce; +$fa-var-dice-d20: \f6cf; +$fa-var-dice-d4: \f6d0; +$fa-var-dice-d6: \f6d1; +$fa-var-dice-d8: \f6d2; +$fa-var-dice-five: \f523; +$fa-var-dice-four: \f524; +$fa-var-dice-one: \f525; +$fa-var-dice-six: \f526; +$fa-var-dice-three: \f527; +$fa-var-dice-two: \f528; +$fa-var-diploma: \f5ea; +$fa-var-scroll-ribbon: \f5ea; +$fa-var-disc-drive: \f8b5; +$fa-var-disease: \f7fa; +$fa-var-display: \e163; +$fa-var-display-arrow-down: \e164; +$fa-var-display-code: \e165; +$fa-var-desktop-code: \e165; +$fa-var-display-medical: \e166; +$fa-var-desktop-medical: \e166; +$fa-var-display-slash: \e2fa; +$fa-var-desktop-slash: \e2fa; +$fa-var-distribute-spacing-horizontal: \e365; +$fa-var-distribute-spacing-vertical: \e366; +$fa-var-ditto: \22; +$fa-var-divide: \f529; +$fa-var-dna: \f471; +$fa-var-do-not-enter: \f5ec; +$fa-var-dog: \f6d3; +$fa-var-dog-leashed: \f6d4; +$fa-var-dollar-sign: \24; +$fa-var-dollar: \24; +$fa-var-usd: \24; +$fa-var-dolly: \f472; +$fa-var-dolly-box: \f472; +$fa-var-dolly-empty: \f473; +$fa-var-dolphin: \e168; +$fa-var-dong-sign: \e169; +$fa-var-donut: \e406; +$fa-var-doughnut: \e406; +$fa-var-door-closed: \f52a; +$fa-var-door-open: \f52b; +$fa-var-dove: \f4ba; +$fa-var-down: \f354; +$fa-var-arrow-alt-down: \f354; +$fa-var-down-from-dotted-line: \e407; +$fa-var-down-from-line: \f349; +$fa-var-arrow-alt-from-top: \f349; +$fa-var-down-left: \e16a; +$fa-var-down-left-and-up-right-to-center: \f422; +$fa-var-compress-alt: \f422; +$fa-var-down-long: \f309; +$fa-var-long-arrow-alt-down: \f309; +$fa-var-down-right: \e16b; +$fa-var-down-to-bracket: \e4e7; +$fa-var-down-to-dotted-line: \e408; +$fa-var-down-to-line: \f34a; +$fa-var-arrow-alt-to-bottom: \f34a; +$fa-var-download: \f019; +$fa-var-dragon: \f6d5; +$fa-var-draw-circle: \f5ed; +$fa-var-draw-polygon: \f5ee; +$fa-var-draw-square: \f5ef; +$fa-var-dreidel: \f792; +$fa-var-drone: \f85f; +$fa-var-drone-front: \f860; +$fa-var-drone-alt: \f860; +$fa-var-droplet: \f043; +$fa-var-tint: \f043; +$fa-var-droplet-degree: \f748; +$fa-var-dewpoint: \f748; +$fa-var-droplet-percent: \f750; +$fa-var-humidity: \f750; +$fa-var-droplet-slash: \f5c7; +$fa-var-tint-slash: \f5c7; +$fa-var-drum: \f569; +$fa-var-drum-steelpan: \f56a; +$fa-var-drumstick: \f6d6; +$fa-var-drumstick-bite: \f6d7; +$fa-var-dryer: \f861; +$fa-var-dryer-heat: \f862; +$fa-var-dryer-alt: \f862; +$fa-var-duck: \f6d8; +$fa-var-dumbbell: \f44b; +$fa-var-dumpster: \f793; +$fa-var-dumpster-fire: \f794; +$fa-var-dungeon: \f6d9; +$fa-var-e: \45; +$fa-var-ear: \f5f0; +$fa-var-ear-deaf: \f2a4; +$fa-var-deaf: \f2a4; +$fa-var-deafness: \f2a4; +$fa-var-hard-of-hearing: \f2a4; +$fa-var-ear-listen: \f2a2; +$fa-var-assistive-listening-systems: \f2a2; +$fa-var-ear-muffs: \f795; +$fa-var-earth-africa: \f57c; +$fa-var-globe-africa: \f57c; +$fa-var-earth-americas: \f57d; +$fa-var-earth: \f57d; +$fa-var-earth-america: \f57d; +$fa-var-globe-americas: \f57d; +$fa-var-earth-asia: \f57e; +$fa-var-globe-asia: \f57e; +$fa-var-earth-europe: \f7a2; +$fa-var-globe-europe: \f7a2; +$fa-var-earth-oceania: \e47b; +$fa-var-globe-oceania: \e47b; +$fa-var-eclipse: \f749; +$fa-var-egg: \f7fb; +$fa-var-egg-fried: \f7fc; +$fa-var-eggplant: \e16c; +$fa-var-eject: \f052; +$fa-var-elephant: \f6da; +$fa-var-elevator: \e16d; +$fa-var-ellipsis: \f141; +$fa-var-ellipsis-h: \f141; +$fa-var-ellipsis-stroke: \f39b; +$fa-var-ellipsis-h-alt: \f39b; +$fa-var-ellipsis-stroke-vertical: \f39c; +$fa-var-ellipsis-v-alt: \f39c; +$fa-var-ellipsis-vertical: \f142; +$fa-var-ellipsis-v: \f142; +$fa-var-empty-set: \f656; +$fa-var-engine: \e16e; +$fa-var-engine-warning: \f5f2; +$fa-var-engine-exclamation: \f5f2; +$fa-var-envelope: \f0e0; +$fa-var-envelope-circle-check: \e4e8; +$fa-var-envelope-dot: \e16f; +$fa-var-envelope-badge: \e16f; +$fa-var-envelope-open: \f2b6; +$fa-var-envelope-open-dollar: \f657; +$fa-var-envelope-open-text: \f658; +$fa-var-envelopes: \e170; +$fa-var-envelopes-bulk: \f674; +$fa-var-mail-bulk: \f674; +$fa-var-equals: \3d; +$fa-var-eraser: \f12d; +$fa-var-escalator: \e171; +$fa-var-ethernet: \f796; +$fa-var-euro-sign: \f153; +$fa-var-eur: \f153; +$fa-var-euro: \f153; +$fa-var-exclamation: \21; +$fa-var-expand: \f065; +$fa-var-expand-wide: \f320; +$fa-var-explosion: \e4e9; +$fa-var-eye: \f06e; +$fa-var-eye-dropper: \f1fb; +$fa-var-eye-dropper-empty: \f1fb; +$fa-var-eyedropper: \f1fb; +$fa-var-eye-dropper-full: \e172; +$fa-var-eye-dropper-half: \e173; +$fa-var-eye-evil: \f6db; +$fa-var-eye-low-vision: \f2a8; +$fa-var-low-vision: \f2a8; +$fa-var-eye-slash: \f070; +$fa-var-eyes: \e367; +$fa-var-f: \46; +$fa-var-face-angry: \f556; +$fa-var-angry: \f556; +$fa-var-face-angry-horns: \e368; +$fa-var-face-anguished: \e369; +$fa-var-face-anxious-sweat: \e36a; +$fa-var-face-astonished: \e36b; +$fa-var-face-awesome: \e409; +$fa-var-gave-dandy: \e409; +$fa-var-face-beam-hand-over-mouth: \e47c; +$fa-var-face-clouds: \e47d; +$fa-var-face-confounded: \e36c; +$fa-var-face-confused: \e36d; +$fa-var-face-cowboy-hat: \e36e; +$fa-var-face-diagonal-mouth: \e47e; +$fa-var-face-disappointed: \e36f; +$fa-var-face-disguise: \e370; +$fa-var-face-dizzy: \f567; +$fa-var-dizzy: \f567; +$fa-var-face-dotted: \e47f; +$fa-var-face-downcast-sweat: \e371; +$fa-var-face-drooling: \e372; +$fa-var-face-exhaling: \e480; +$fa-var-face-explode: \e2fe; +$fa-var-exploding-head: \e2fe; +$fa-var-face-expressionless: \e373; +$fa-var-face-eyes-xmarks: \e374; +$fa-var-face-fearful: \e375; +$fa-var-face-flushed: \f579; +$fa-var-flushed: \f579; +$fa-var-face-frown: \f119; +$fa-var-frown: \f119; +$fa-var-face-frown-open: \f57a; +$fa-var-frown-open: \f57a; +$fa-var-face-frown-slight: \e376; +$fa-var-face-glasses: \e377; +$fa-var-face-grimace: \f57f; +$fa-var-grimace: \f57f; +$fa-var-face-grin: \f580; +$fa-var-grin: \f580; +$fa-var-face-grin-beam: \f582; +$fa-var-grin-beam: \f582; +$fa-var-face-grin-beam-sweat: \f583; +$fa-var-grin-beam-sweat: \f583; +$fa-var-face-grin-hearts: \f584; +$fa-var-grin-hearts: \f584; +$fa-var-face-grin-squint: \f585; +$fa-var-grin-squint: \f585; +$fa-var-face-grin-squint-tears: \f586; +$fa-var-grin-squint-tears: \f586; +$fa-var-face-grin-stars: \f587; +$fa-var-grin-stars: \f587; +$fa-var-face-grin-tears: \f588; +$fa-var-grin-tears: \f588; +$fa-var-face-grin-tongue: \f589; +$fa-var-grin-tongue: \f589; +$fa-var-face-grin-tongue-squint: \f58a; +$fa-var-grin-tongue-squint: \f58a; +$fa-var-face-grin-tongue-wink: \f58b; +$fa-var-grin-tongue-wink: \f58b; +$fa-var-face-grin-wide: \f581; +$fa-var-grin-alt: \f581; +$fa-var-face-grin-wink: \f58c; +$fa-var-grin-wink: \f58c; +$fa-var-face-hand-over-mouth: \e378; +$fa-var-face-hand-peeking: \e481; +$fa-var-face-hand-yawn: \e379; +$fa-var-face-head-bandage: \e37a; +$fa-var-face-holding-back-tears: \e482; +$fa-var-face-hushed: \e37b; +$fa-var-face-icicles: \e37c; +$fa-var-face-kiss: \f596; +$fa-var-kiss: \f596; +$fa-var-face-kiss-beam: \f597; +$fa-var-kiss-beam: \f597; +$fa-var-face-kiss-closed-eyes: \e37d; +$fa-var-face-kiss-wink-heart: \f598; +$fa-var-kiss-wink-heart: \f598; +$fa-var-face-laugh: \f599; +$fa-var-laugh: \f599; +$fa-var-face-laugh-beam: \f59a; +$fa-var-laugh-beam: \f59a; +$fa-var-face-laugh-squint: \f59b; +$fa-var-laugh-squint: \f59b; +$fa-var-face-laugh-wink: \f59c; +$fa-var-laugh-wink: \f59c; +$fa-var-face-lying: \e37e; +$fa-var-face-mask: \e37f; +$fa-var-face-meh: \f11a; +$fa-var-meh: \f11a; +$fa-var-face-meh-blank: \f5a4; +$fa-var-meh-blank: \f5a4; +$fa-var-face-melting: \e483; +$fa-var-face-monocle: \e380; +$fa-var-face-nauseated: \e381; +$fa-var-face-nose-steam: \e382; +$fa-var-face-party: \e383; +$fa-var-face-pensive: \e384; +$fa-var-face-persevering: \e385; +$fa-var-face-pleading: \e386; +$fa-var-face-pouting: \e387; +$fa-var-face-raised-eyebrow: \e388; +$fa-var-face-relieved: \e389; +$fa-var-face-rolling-eyes: \f5a5; +$fa-var-meh-rolling-eyes: \f5a5; +$fa-var-face-sad-cry: \f5b3; +$fa-var-sad-cry: \f5b3; +$fa-var-face-sad-sweat: \e38a; +$fa-var-face-sad-tear: \f5b4; +$fa-var-sad-tear: \f5b4; +$fa-var-face-saluting: \e484; +$fa-var-face-scream: \e38b; +$fa-var-face-shush: \e38c; +$fa-var-face-sleeping: \e38d; +$fa-var-face-sleepy: \e38e; +$fa-var-face-smile: \f118; +$fa-var-smile: \f118; +$fa-var-face-smile-beam: \f5b8; +$fa-var-smile-beam: \f5b8; +$fa-var-face-smile-halo: \e38f; +$fa-var-face-smile-hearts: \e390; +$fa-var-face-smile-horns: \e391; +$fa-var-face-smile-plus: \f5b9; +$fa-var-smile-plus: \f5b9; +$fa-var-face-smile-relaxed: \e392; +$fa-var-face-smile-tear: \e393; +$fa-var-face-smile-tongue: \e394; +$fa-var-face-smile-upside-down: \e395; +$fa-var-face-smile-wink: \f4da; +$fa-var-smile-wink: \f4da; +$fa-var-face-smiling-hands: \e396; +$fa-var-face-smirking: \e397; +$fa-var-face-spiral-eyes: \e485; +$fa-var-face-sunglasses: \e398; +$fa-var-face-surprise: \f5c2; +$fa-var-surprise: \f5c2; +$fa-var-face-swear: \e399; +$fa-var-face-thermometer: \e39a; +$fa-var-face-thinking: \e39b; +$fa-var-face-tired: \f5c8; +$fa-var-tired: \f5c8; +$fa-var-face-tissue: \e39c; +$fa-var-face-tongue-money: \e39d; +$fa-var-face-tongue-sweat: \e39e; +$fa-var-face-unamused: \e39f; +$fa-var-face-viewfinder: \e2ff; +$fa-var-face-vomit: \e3a0; +$fa-var-face-weary: \e3a1; +$fa-var-face-woozy: \e3a2; +$fa-var-face-worried: \e3a3; +$fa-var-face-zany: \e3a4; +$fa-var-face-zipper: \e3a5; +$fa-var-falafel: \e40a; +$fa-var-family: \e300; +$fa-var-family-dress: \e301; +$fa-var-family-pants: \e302; +$fa-var-fan: \f863; +$fa-var-fan-table: \e004; +$fa-var-farm: \f864; +$fa-var-barn-silo: \f864; +$fa-var-faucet: \e005; +$fa-var-faucet-drip: \e006; +$fa-var-fax: \f1ac; +$fa-var-feather: \f52d; +$fa-var-feather-pointed: \f56b; +$fa-var-feather-alt: \f56b; +$fa-var-fence: \e303; +$fa-var-ferris-wheel: \e174; +$fa-var-ferry: \e4ea; +$fa-var-field-hockey-stick-ball: \f44c; +$fa-var-field-hockey: \f44c; +$fa-var-file: \f15b; +$fa-var-file-arrow-down: \f56d; +$fa-var-file-download: \f56d; +$fa-var-file-arrow-up: \f574; +$fa-var-file-upload: \f574; +$fa-var-file-audio: \f1c7; +$fa-var-file-binary: \e175; +$fa-var-file-certificate: \f5f3; +$fa-var-file-award: \f5f3; +$fa-var-file-chart-column: \f659; +$fa-var-file-chart-line: \f659; +$fa-var-file-chart-pie: \f65a; +$fa-var-file-check: \f316; +$fa-var-file-circle-check: \e493; +$fa-var-file-circle-exclamation: \e4eb; +$fa-var-file-circle-info: \e4ec; +$fa-var-file-circle-minus: \e4ed; +$fa-var-file-circle-plus: \e4ee; +$fa-var-file-circle-question: \e4ef; +$fa-var-file-circle-xmark: \e494; +$fa-var-file-code: \f1c9; +$fa-var-file-contract: \f56c; +$fa-var-file-csv: \f6dd; +$fa-var-file-dashed-line: \f877; +$fa-var-page-break: \f877; +$fa-var-file-excel: \f1c3; +$fa-var-file-exclamation: \f31a; +$fa-var-file-export: \f56e; +$fa-var-arrow-right-from-file: \f56e; +$fa-var-file-heart: \e176; +$fa-var-file-image: \f1c5; +$fa-var-file-import: \f56f; +$fa-var-arrow-right-to-file: \f56f; +$fa-var-file-invoice: \f570; +$fa-var-file-invoice-dollar: \f571; +$fa-var-file-lines: \f15c; +$fa-var-file-alt: \f15c; +$fa-var-file-text: \f15c; +$fa-var-file-lock: \e3a6; +$fa-var-file-magnifying-glass: \f865; +$fa-var-file-search: \f865; +$fa-var-file-medical: \f477; +$fa-var-file-minus: \f318; +$fa-var-file-music: \f8b6; +$fa-var-file-pdf: \f1c1; +$fa-var-file-pen: \f31c; +$fa-var-file-edit: \f31c; +$fa-var-file-plus: \f319; +$fa-var-file-plus-minus: \e177; +$fa-var-file-powerpoint: \f1c4; +$fa-var-file-prescription: \f572; +$fa-var-file-shield: \e4f0; +$fa-var-file-signature: \f573; +$fa-var-file-slash: \e3a7; +$fa-var-file-spreadsheet: \f65b; +$fa-var-file-user: \f65c; +$fa-var-file-video: \f1c8; +$fa-var-file-waveform: \f478; +$fa-var-file-medical-alt: \f478; +$fa-var-file-word: \f1c2; +$fa-var-file-xmark: \f317; +$fa-var-file-times: \f317; +$fa-var-file-zipper: \f1c6; +$fa-var-file-archive: \f1c6; +$fa-var-files: \e178; +$fa-var-files-medical: \f7fd; +$fa-var-fill: \f575; +$fa-var-fill-drip: \f576; +$fa-var-film: \f008; +$fa-var-film-canister: \f8b7; +$fa-var-film-simple: \f3a0; +$fa-var-film-alt: \f3a0; +$fa-var-film-slash: \e179; +$fa-var-films: \e17a; +$fa-var-filter: \f0b0; +$fa-var-filter-circle-dollar: \f662; +$fa-var-funnel-dollar: \f662; +$fa-var-filter-circle-xmark: \e17b; +$fa-var-filter-list: \e17c; +$fa-var-filter-slash: \e17d; +$fa-var-filters: \e17e; +$fa-var-fingerprint: \f577; +$fa-var-fire: \f06d; +$fa-var-fire-burner: \e4f1; +$fa-var-fire-extinguisher: \f134; +$fa-var-fire-flame: \f6df; +$fa-var-flame: \f6df; +$fa-var-fire-flame-curved: \f7e4; +$fa-var-fire-alt: \f7e4; +$fa-var-fire-flame-simple: \f46a; +$fa-var-burn: \f46a; +$fa-var-fire-hydrant: \e17f; +$fa-var-fire-smoke: \f74b; +$fa-var-fireplace: \f79a; +$fa-var-fish: \f578; +$fa-var-fish-bones: \e304; +$fa-var-fish-cooked: \f7fe; +$fa-var-fish-fins: \e4f2; +$fa-var-fishing-rod: \e3a8; +$fa-var-flag: \f024; +$fa-var-flag-checkered: \f11e; +$fa-var-flag-pennant: \f456; +$fa-var-pennant: \f456; +$fa-var-flag-swallowtail: \f74c; +$fa-var-flag-alt: \f74c; +$fa-var-flag-usa: \f74d; +$fa-var-flashlight: \f8b8; +$fa-var-flask: \f0c3; +$fa-var-flask-round-poison: \f6e0; +$fa-var-flask-poison: \f6e0; +$fa-var-flask-round-potion: \f6e1; +$fa-var-flask-potion: \f6e1; +$fa-var-flask-vial: \e4f3; +$fa-var-flatbread: \e40b; +$fa-var-flatbread-stuffed: \e40c; +$fa-var-floppy-disk: \f0c7; +$fa-var-save: \f0c7; +$fa-var-floppy-disk-circle-arrow-right: \e180; +$fa-var-save-circle-arrow-right: \e180; +$fa-var-floppy-disk-circle-xmark: \e181; +$fa-var-floppy-disk-times: \e181; +$fa-var-save-circle-xmark: \e181; +$fa-var-save-times: \e181; +$fa-var-floppy-disk-pen: \e182; +$fa-var-floppy-disks: \e183; +$fa-var-florin-sign: \e184; +$fa-var-flower: \f7ff; +$fa-var-flower-daffodil: \f800; +$fa-var-flower-tulip: \f801; +$fa-var-flute: \f8b9; +$fa-var-flux-capacitor: \f8ba; +$fa-var-flying-disc: \e3a9; +$fa-var-folder: \f07b; +$fa-var-folder-blank: \f07b; +$fa-var-folder-arrow-down: \e053; +$fa-var-folder-download: \e053; +$fa-var-folder-arrow-up: \e054; +$fa-var-folder-upload: \e054; +$fa-var-folder-bookmark: \e186; +$fa-var-folder-closed: \e185; +$fa-var-folder-gear: \e187; +$fa-var-folder-cog: \e187; +$fa-var-folder-grid: \e188; +$fa-var-folder-heart: \e189; +$fa-var-folder-image: \e18a; +$fa-var-folder-magnifying-glass: \e18b; +$fa-var-folder-search: \e18b; +$fa-var-folder-medical: \e18c; +$fa-var-folder-minus: \f65d; +$fa-var-folder-music: \e18d; +$fa-var-folder-open: \f07c; +$fa-var-folder-plus: \f65e; +$fa-var-folder-tree: \f802; +$fa-var-folder-user: \e18e; +$fa-var-folder-xmark: \f65f; +$fa-var-folder-times: \f65f; +$fa-var-folders: \f660; +$fa-var-fondue-pot: \e40d; +$fa-var-font: \f031; +$fa-var-font-case: \f866; +$fa-var-football: \f44e; +$fa-var-football-ball: \f44e; +$fa-var-football-helmet: \f44f; +$fa-var-fork: \f2e3; +$fa-var-utensil-fork: \f2e3; +$fa-var-fork-knife: \f2e6; +$fa-var-utensils-alt: \f2e6; +$fa-var-forklift: \f47a; +$fa-var-fort: \e486; +$fa-var-forward: \f04e; +$fa-var-forward-fast: \f050; +$fa-var-fast-forward: \f050; +$fa-var-forward-step: \f051; +$fa-var-step-forward: \f051; +$fa-var-frame: \e495; +$fa-var-franc-sign: \e18f; +$fa-var-french-fries: \f803; +$fa-var-frog: \f52e; +$fa-var-function: \f661; +$fa-var-futbol: \f1e3; +$fa-var-futbol-ball: \f1e3; +$fa-var-soccer-ball: \f1e3; +$fa-var-g: \47; +$fa-var-galaxy: \e008; +$fa-var-gallery-thumbnails: \e3aa; +$fa-var-game-board: \f867; +$fa-var-game-board-simple: \f868; +$fa-var-game-board-alt: \f868; +$fa-var-game-console-handheld: \f8bb; +$fa-var-gamepad: \f11b; +$fa-var-gamepad-modern: \f8bc; +$fa-var-gamepad-alt: \f8bc; +$fa-var-garage: \e009; +$fa-var-garage-car: \e00a; +$fa-var-garage-open: \e00b; +$fa-var-garlic: \e40e; +$fa-var-gas-pump: \f52f; +$fa-var-gas-pump-slash: \f5f4; +$fa-var-gauge: \f624; +$fa-var-dashboard: \f624; +$fa-var-gauge-med: \f624; +$fa-var-tachometer-alt-average: \f624; +$fa-var-gauge-circle-bolt: \e496; +$fa-var-gauge-circle-minus: \e497; +$fa-var-gauge-circle-plus: \e498; +$fa-var-gauge-high: \f625; +$fa-var-tachometer-alt: \f625; +$fa-var-tachometer-alt-fast: \f625; +$fa-var-gauge-low: \f627; +$fa-var-tachometer-alt-slow: \f627; +$fa-var-gauge-max: \f626; +$fa-var-tachometer-alt-fastest: \f626; +$fa-var-gauge-min: \f628; +$fa-var-tachometer-alt-slowest: \f628; +$fa-var-gauge-simple: \f629; +$fa-var-gauge-simple-med: \f629; +$fa-var-tachometer-average: \f629; +$fa-var-gauge-simple-high: \f62a; +$fa-var-tachometer: \f62a; +$fa-var-tachometer-fast: \f62a; +$fa-var-gauge-simple-low: \f62c; +$fa-var-tachometer-slow: \f62c; +$fa-var-gauge-simple-max: \f62b; +$fa-var-tachometer-fastest: \f62b; +$fa-var-gauge-simple-min: \f62d; +$fa-var-tachometer-slowest: \f62d; +$fa-var-gavel: \f0e3; +$fa-var-legal: \f0e3; +$fa-var-gear: \f013; +$fa-var-cog: \f013; +$fa-var-gears: \f085; +$fa-var-cogs: \f085; +$fa-var-gem: \f3a5; +$fa-var-genderless: \f22d; +$fa-var-ghost: \f6e2; +$fa-var-gif: \e190; +$fa-var-gift: \f06b; +$fa-var-gift-card: \f663; +$fa-var-gifts: \f79c; +$fa-var-gingerbread-man: \f79d; +$fa-var-glass: \f804; +$fa-var-glass-citrus: \f869; +$fa-var-glass-empty: \e191; +$fa-var-glass-half: \e192; +$fa-var-glass-half-empty: \e192; +$fa-var-glass-half-full: \e192; +$fa-var-glass-water: \e4f4; +$fa-var-glass-water-droplet: \e4f5; +$fa-var-glasses: \f530; +$fa-var-glasses-round: \f5f5; +$fa-var-glasses-alt: \f5f5; +$fa-var-globe: \f0ac; +$fa-var-globe-snow: \f7a3; +$fa-var-globe-stand: \f5f6; +$fa-var-goal-net: \e3ab; +$fa-var-golf-ball-tee: \f450; +$fa-var-golf-ball: \f450; +$fa-var-golf-club: \f451; +$fa-var-golf-flag-hole: \e3ac; +$fa-var-gopuram: \f664; +$fa-var-graduation-cap: \f19d; +$fa-var-mortar-board: \f19d; +$fa-var-gramophone: \f8bd; +$fa-var-grapes: \e306; +$fa-var-grate: \e193; +$fa-var-grate-droplet: \e194; +$fa-var-greater-than: \3e; +$fa-var-greater-than-equal: \f532; +$fa-var-grid: \e195; +$fa-var-grid-3: \e195; +$fa-var-grid-2: \e196; +$fa-var-grid-2-plus: \e197; +$fa-var-grid-4: \e198; +$fa-var-grid-5: \e199; +$fa-var-grid-dividers: \e3ad; +$fa-var-grid-horizontal: \e307; +$fa-var-grip: \f58d; +$fa-var-grip-horizontal: \f58d; +$fa-var-grip-dots: \e410; +$fa-var-grip-dots-vertical: \e411; +$fa-var-grip-lines: \f7a4; +$fa-var-grip-lines-vertical: \f7a5; +$fa-var-grip-vertical: \f58e; +$fa-var-group-arrows-rotate: \e4f6; +$fa-var-guarani-sign: \e19a; +$fa-var-guitar: \f7a6; +$fa-var-guitar-electric: \f8be; +$fa-var-guitars: \f8bf; +$fa-var-gun: \e19b; +$fa-var-gun-slash: \e19c; +$fa-var-gun-squirt: \e19d; +$fa-var-h: \48; +$fa-var-h1: \f313; +$fa-var-h2: \f314; +$fa-var-h3: \f315; +$fa-var-h4: \f86a; +$fa-var-h5: \e412; +$fa-var-h6: \e413; +$fa-var-hammer: \f6e3; +$fa-var-hammer-crash: \e414; +$fa-var-hammer-war: \f6e4; +$fa-var-hamsa: \f665; +$fa-var-hand: \f256; +$fa-var-hand-paper: \f256; +$fa-var-hand-back-fist: \f255; +$fa-var-hand-rock: \f255; +$fa-var-hand-back-point-down: \e19e; +$fa-var-hand-back-point-left: \e19f; +$fa-var-hand-back-point-ribbon: \e1a0; +$fa-var-hand-back-point-right: \e1a1; +$fa-var-hand-back-point-up: \e1a2; +$fa-var-hand-dots: \f461; +$fa-var-allergies: \f461; +$fa-var-hand-fingers-crossed: \e1a3; +$fa-var-hand-fist: \f6de; +$fa-var-fist-raised: \f6de; +$fa-var-hand-heart: \f4bc; +$fa-var-hand-holding: \f4bd; +$fa-var-hand-holding-box: \f47b; +$fa-var-hand-holding-dollar: \f4c0; +$fa-var-hand-holding-usd: \f4c0; +$fa-var-hand-holding-droplet: \f4c1; +$fa-var-hand-holding-water: \f4c1; +$fa-var-hand-holding-hand: \e4f7; +$fa-var-hand-holding-heart: \f4be; +$fa-var-hand-holding-magic: \f6e5; +$fa-var-hand-holding-medical: \e05c; +$fa-var-hand-holding-seedling: \f4bf; +$fa-var-hand-holding-skull: \e1a4; +$fa-var-hand-horns: \e1a9; +$fa-var-hand-lizard: \f258; +$fa-var-hand-love: \e1a5; +$fa-var-hand-middle-finger: \f806; +$fa-var-hand-peace: \f25b; +$fa-var-hand-point-down: \f0a7; +$fa-var-hand-point-left: \f0a5; +$fa-var-hand-point-ribbon: \e1a6; +$fa-var-hand-point-right: \f0a4; +$fa-var-hand-point-up: \f0a6; +$fa-var-hand-pointer: \f25a; +$fa-var-hand-scissors: \f257; +$fa-var-hand-sparkles: \e05d; +$fa-var-hand-spock: \f259; +$fa-var-hand-wave: \e1a7; +$fa-var-handcuffs: \e4f8; +$fa-var-hands: \f2a7; +$fa-var-sign-language: \f2a7; +$fa-var-signing: \f2a7; +$fa-var-hands-asl-interpreting: \f2a3; +$fa-var-american-sign-language-interpreting: \f2a3; +$fa-var-asl-interpreting: \f2a3; +$fa-var-hands-american-sign-language-interpreting: \f2a3; +$fa-var-hands-bound: \e4f9; +$fa-var-hands-bubbles: \e05e; +$fa-var-hands-wash: \e05e; +$fa-var-hands-clapping: \e1a8; +$fa-var-hands-holding: \f4c2; +$fa-var-hands-holding-child: \e4fa; +$fa-var-hands-holding-circle: \e4fb; +$fa-var-hands-holding-diamond: \f47c; +$fa-var-hand-receiving: \f47c; +$fa-var-hands-holding-dollar: \f4c5; +$fa-var-hands-usd: \f4c5; +$fa-var-hands-holding-heart: \f4c3; +$fa-var-hands-heart: \f4c3; +$fa-var-hands-praying: \f684; +$fa-var-praying-hands: \f684; +$fa-var-handshake: \f2b5; +$fa-var-handshake-angle: \f4c4; +$fa-var-hands-helping: \f4c4; +$fa-var-handshake-simple: \f4c6; +$fa-var-handshake-alt: \f4c6; +$fa-var-handshake-simple-slash: \e05f; +$fa-var-handshake-alt-slash: \e05f; +$fa-var-handshake-slash: \e060; +$fa-var-hanukiah: \f6e6; +$fa-var-hard-drive: \f0a0; +$fa-var-hdd: \f0a0; +$fa-var-hashtag: \23; +$fa-var-hashtag-lock: \e415; +$fa-var-hat-chef: \f86b; +$fa-var-hat-cowboy: \f8c0; +$fa-var-hat-cowboy-side: \f8c1; +$fa-var-hat-santa: \f7a7; +$fa-var-hat-winter: \f7a8; +$fa-var-hat-witch: \f6e7; +$fa-var-hat-wizard: \f6e8; +$fa-var-head-side: \f6e9; +$fa-var-head-side-brain: \f808; +$fa-var-head-side-cough: \e061; +$fa-var-head-side-cough-slash: \e062; +$fa-var-head-side-goggles: \f6ea; +$fa-var-head-vr: \f6ea; +$fa-var-head-side-headphones: \f8c2; +$fa-var-head-side-heart: \e1aa; +$fa-var-head-side-mask: \e063; +$fa-var-head-side-medical: \f809; +$fa-var-head-side-virus: \e064; +$fa-var-heading: \f1dc; +$fa-var-header: \f1dc; +$fa-var-headphones: \f025; +$fa-var-headphones-simple: \f58f; +$fa-var-headphones-alt: \f58f; +$fa-var-headset: \f590; +$fa-var-heart: \f004; +$fa-var-heart-circle-bolt: \e4fc; +$fa-var-heart-circle-check: \e4fd; +$fa-var-heart-circle-exclamation: \e4fe; +$fa-var-heart-circle-minus: \e4ff; +$fa-var-heart-circle-plus: \e500; +$fa-var-heart-circle-xmark: \e501; +$fa-var-heart-crack: \f7a9; +$fa-var-heart-broken: \f7a9; +$fa-var-heart-half: \e1ab; +$fa-var-heart-half-stroke: \e1ac; +$fa-var-heart-half-alt: \e1ac; +$fa-var-heart-pulse: \f21e; +$fa-var-heartbeat: \f21e; +$fa-var-heat: \e00c; +$fa-var-helicopter: \f533; +$fa-var-helicopter-symbol: \e502; +$fa-var-helmet-battle: \f6eb; +$fa-var-helmet-safety: \f807; +$fa-var-hard-hat: \f807; +$fa-var-hat-hard: \f807; +$fa-var-helmet-un: \e503; +$fa-var-hexagon: \f312; +$fa-var-hexagon-check: \e416; +$fa-var-hexagon-divide: \e1ad; +$fa-var-hexagon-exclamation: \e417; +$fa-var-hexagon-image: \e504; +$fa-var-hexagon-minus: \f307; +$fa-var-minus-hexagon: \f307; +$fa-var-hexagon-plus: \f300; +$fa-var-plus-hexagon: \f300; +$fa-var-hexagon-vertical-nft: \e505; +$fa-var-hexagon-vertical-nft-slanted: \e506; +$fa-var-hexagon-xmark: \f2ee; +$fa-var-times-hexagon: \f2ee; +$fa-var-xmark-hexagon: \f2ee; +$fa-var-high-definition: \e1ae; +$fa-var-rectangle-hd: \e1ae; +$fa-var-highlighter: \f591; +$fa-var-highlighter-line: \e1af; +$fa-var-hill-avalanche: \e507; +$fa-var-hill-rockslide: \e508; +$fa-var-hippo: \f6ed; +$fa-var-hockey-mask: \f6ee; +$fa-var-hockey-puck: \f453; +$fa-var-hockey-stick-puck: \e3ae; +$fa-var-hockey-sticks: \f454; +$fa-var-holly-berry: \f7aa; +$fa-var-honey-pot: \e418; +$fa-var-hood-cloak: \f6ef; +$fa-var-horizontal-rule: \f86c; +$fa-var-horse: \f6f0; +$fa-var-horse-head: \f7ab; +$fa-var-horse-saddle: \f8c3; +$fa-var-hose: \e419; +$fa-var-hose-reel: \e41a; +$fa-var-hospital: \f0f8; +$fa-var-hospital-alt: \f0f8; +$fa-var-hospital-wide: \f0f8; +$fa-var-hospital-user: \f80d; +$fa-var-hospitals: \f80e; +$fa-var-hot-tub-person: \f593; +$fa-var-hot-tub: \f593; +$fa-var-hotdog: \f80f; +$fa-var-hotel: \f594; +$fa-var-hourglass: \f254; +$fa-var-hourglass-2: \f254; +$fa-var-hourglass-half: \f254; +$fa-var-hourglass-clock: \e41b; +$fa-var-hourglass-empty: \f252; +$fa-var-hourglass-end: \f253; +$fa-var-hourglass-3: \f253; +$fa-var-hourglass-start: \f251; +$fa-var-hourglass-1: \f251; +$fa-var-house: \f015; +$fa-var-home: \f015; +$fa-var-home-alt: \f015; +$fa-var-home-lg-alt: \f015; +$fa-var-house-blank: \e487; +$fa-var-home-blank: \e487; +$fa-var-house-building: \e1b1; +$fa-var-house-chimney: \e3af; +$fa-var-home-lg: \e3af; +$fa-var-house-chimney-blank: \e3b0; +$fa-var-house-chimney-crack: \f6f1; +$fa-var-house-damage: \f6f1; +$fa-var-house-chimney-heart: \e1b2; +$fa-var-house-chimney-medical: \f7f2; +$fa-var-clinic-medical: \f7f2; +$fa-var-house-chimney-user: \e065; +$fa-var-house-chimney-window: \e00d; +$fa-var-house-circle-check: \e509; +$fa-var-house-circle-exclamation: \e50a; +$fa-var-house-circle-xmark: \e50b; +$fa-var-house-crack: \e3b1; +$fa-var-house-day: \e00e; +$fa-var-house-fire: \e50c; +$fa-var-house-flag: \e50d; +$fa-var-house-flood-water: \e50e; +$fa-var-house-flood-water-circle-arrow-right: \e50f; +$fa-var-house-heart: \f4c9; +$fa-var-home-heart: \f4c9; +$fa-var-house-laptop: \e066; +$fa-var-laptop-house: \e066; +$fa-var-house-lock: \e510; +$fa-var-house-medical: \e3b2; +$fa-var-house-medical-circle-check: \e511; +$fa-var-house-medical-circle-exclamation: \e512; +$fa-var-house-medical-circle-xmark: \e513; +$fa-var-house-medical-flag: \e514; +$fa-var-house-night: \e010; +$fa-var-house-person-leave: \e00f; +$fa-var-house-leave: \e00f; +$fa-var-house-person-depart: \e00f; +$fa-var-house-person-return: \e011; +$fa-var-house-person-arrive: \e011; +$fa-var-house-return: \e011; +$fa-var-house-signal: \e012; +$fa-var-house-tree: \e1b3; +$fa-var-house-tsunami: \e515; +$fa-var-house-turret: \e1b4; +$fa-var-house-user: \e1b0; +$fa-var-home-user: \e1b0; +$fa-var-house-water: \f74f; +$fa-var-house-flood: \f74f; +$fa-var-house-window: \e3b3; +$fa-var-hryvnia-sign: \f6f2; +$fa-var-hryvnia: \f6f2; +$fa-var-hundred-points: \e41c; +$fa-var-100: \e41c; +$fa-var-hurricane: \f751; +$fa-var-hyphen: \2d; +$fa-var-i: \49; +$fa-var-i-cursor: \f246; +$fa-var-ice-cream: \f810; +$fa-var-ice-skate: \f7ac; +$fa-var-icicles: \f7ad; +$fa-var-icons: \f86d; +$fa-var-heart-music-camera-bolt: \f86d; +$fa-var-id-badge: \f2c1; +$fa-var-id-card: \f2c2; +$fa-var-drivers-license: \f2c2; +$fa-var-id-card-clip: \f47f; +$fa-var-id-card-alt: \f47f; +$fa-var-igloo: \f7ae; +$fa-var-image: \f03e; +$fa-var-image-landscape: \e1b5; +$fa-var-landscape: \e1b5; +$fa-var-image-polaroid: \f8c4; +$fa-var-image-polaroid-user: \e1b6; +$fa-var-image-portrait: \f3e0; +$fa-var-portrait: \f3e0; +$fa-var-image-slash: \e1b7; +$fa-var-image-user: \e1b8; +$fa-var-images: \f302; +$fa-var-images-user: \e1b9; +$fa-var-inbox: \f01c; +$fa-var-inbox-full: \e1ba; +$fa-var-inbox-in: \f310; +$fa-var-inbox-arrow-down: \f310; +$fa-var-inbox-out: \f311; +$fa-var-inbox-arrow-up: \f311; +$fa-var-inboxes: \e1bb; +$fa-var-indent: \f03c; +$fa-var-indian-rupee-sign: \e1bc; +$fa-var-indian-rupee: \e1bc; +$fa-var-inr: \e1bc; +$fa-var-industry: \f275; +$fa-var-industry-windows: \f3b3; +$fa-var-industry-alt: \f3b3; +$fa-var-infinity: \f534; +$fa-var-info: \f129; +$fa-var-inhaler: \f5f9; +$fa-var-input-numeric: \e1bd; +$fa-var-input-pipe: \e1be; +$fa-var-input-text: \e1bf; +$fa-var-integral: \f667; +$fa-var-intersection: \f668; +$fa-var-island-tropical: \f811; +$fa-var-island-tree-palm: \f811; +$fa-var-italic: \f033; +$fa-var-j: \4a; +$fa-var-jack-o-lantern: \f30e; +$fa-var-jar: \e516; +$fa-var-jar-wheat: \e517; +$fa-var-jedi: \f669; +$fa-var-jet-fighter: \f0fb; +$fa-var-fighter-jet: \f0fb; +$fa-var-jet-fighter-up: \e518; +$fa-var-joint: \f595; +$fa-var-joystick: \f8c5; +$fa-var-jug: \f8c6; +$fa-var-jug-detergent: \e519; +$fa-var-k: \4b; +$fa-var-kaaba: \f66b; +$fa-var-kazoo: \f8c7; +$fa-var-kerning: \f86f; +$fa-var-key: \f084; +$fa-var-key-skeleton: \f6f3; +$fa-var-key-skeleton-left-right: \e3b4; +$fa-var-keyboard: \f11c; +$fa-var-keyboard-brightness: \e1c0; +$fa-var-keyboard-brightness-low: \e1c1; +$fa-var-keyboard-down: \e1c2; +$fa-var-keyboard-left: \e1c3; +$fa-var-keynote: \f66c; +$fa-var-khanda: \f66d; +$fa-var-kidneys: \f5fb; +$fa-var-kip-sign: \e1c4; +$fa-var-kit-medical: \f479; +$fa-var-first-aid: \f479; +$fa-var-kitchen-set: \e51a; +$fa-var-kite: \f6f4; +$fa-var-kiwi-bird: \f535; +$fa-var-kiwi-fruit: \e30c; +$fa-var-knife: \f2e4; +$fa-var-utensil-knife: \f2e4; +$fa-var-knife-kitchen: \f6f5; +$fa-var-l: \4c; +$fa-var-lacrosse-stick: \e3b5; +$fa-var-lacrosse-stick-ball: \e3b6; +$fa-var-lambda: \f66e; +$fa-var-lamp: \f4ca; +$fa-var-lamp-desk: \e014; +$fa-var-lamp-floor: \e015; +$fa-var-lamp-street: \e1c5; +$fa-var-land-mine-on: \e51b; +$fa-var-landmark: \f66f; +$fa-var-landmark-dome: \f752; +$fa-var-landmark-alt: \f752; +$fa-var-landmark-flag: \e51c; +$fa-var-language: \f1ab; +$fa-var-laptop: \f109; +$fa-var-laptop-arrow-down: \e1c6; +$fa-var-laptop-code: \f5fc; +$fa-var-laptop-file: \e51d; +$fa-var-laptop-medical: \f812; +$fa-var-laptop-mobile: \f87a; +$fa-var-phone-laptop: \f87a; +$fa-var-laptop-slash: \e1c7; +$fa-var-lari-sign: \e1c8; +$fa-var-lasso: \f8c8; +$fa-var-lasso-sparkles: \e1c9; +$fa-var-layer-group: \f5fd; +$fa-var-layer-minus: \f5fe; +$fa-var-layer-group-minus: \f5fe; +$fa-var-layer-plus: \f5ff; +$fa-var-layer-group-plus: \f5ff; +$fa-var-leaf: \f06c; +$fa-var-leaf-heart: \f4cb; +$fa-var-leaf-maple: \f6f6; +$fa-var-leaf-oak: \f6f7; +$fa-var-leafy-green: \e41d; +$fa-var-left: \f355; +$fa-var-arrow-alt-left: \f355; +$fa-var-left-from-line: \f348; +$fa-var-arrow-alt-from-right: \f348; +$fa-var-left-long: \f30a; +$fa-var-long-arrow-alt-left: \f30a; +$fa-var-left-long-to-line: \e41e; +$fa-var-left-right: \f337; +$fa-var-arrows-alt-h: \f337; +$fa-var-left-to-line: \f34b; +$fa-var-arrow-alt-to-left: \f34b; +$fa-var-lemon: \f094; +$fa-var-less-than: \3c; +$fa-var-less-than-equal: \f537; +$fa-var-life-ring: \f1cd; +$fa-var-light-ceiling: \e016; +$fa-var-light-emergency: \e41f; +$fa-var-light-emergency-on: \e420; +$fa-var-light-switch: \e017; +$fa-var-light-switch-off: \e018; +$fa-var-light-switch-on: \e019; +$fa-var-lightbulb: \f0eb; +$fa-var-lightbulb-dollar: \f670; +$fa-var-lightbulb-exclamation: \f671; +$fa-var-lightbulb-exclamation-on: \e1ca; +$fa-var-lightbulb-on: \f672; +$fa-var-lightbulb-slash: \f673; +$fa-var-lights-holiday: \f7b2; +$fa-var-line-columns: \f870; +$fa-var-line-height: \f871; +$fa-var-lines-leaning: \e51e; +$fa-var-link: \f0c1; +$fa-var-chain: \f0c1; +$fa-var-link-horizontal: \e1cb; +$fa-var-chain-horizontal: \e1cb; +$fa-var-link-horizontal-slash: \e1cc; +$fa-var-chain-horizontal-slash: \e1cc; +$fa-var-link-simple: \e1cd; +$fa-var-link-simple-slash: \e1ce; +$fa-var-link-slash: \f127; +$fa-var-chain-broken: \f127; +$fa-var-chain-slash: \f127; +$fa-var-unlink: \f127; +$fa-var-lips: \f600; +$fa-var-lira-sign: \f195; +$fa-var-list: \f03a; +$fa-var-list-squares: \f03a; +$fa-var-list-check: \f0ae; +$fa-var-tasks: \f0ae; +$fa-var-list-dropdown: \e1cf; +$fa-var-list-music: \f8c9; +$fa-var-list-ol: \f0cb; +$fa-var-list-1-2: \f0cb; +$fa-var-list-numeric: \f0cb; +$fa-var-list-radio: \e1d0; +$fa-var-list-timeline: \e1d1; +$fa-var-list-tree: \e1d2; +$fa-var-list-ul: \f0ca; +$fa-var-list-dots: \f0ca; +$fa-var-litecoin-sign: \e1d3; +$fa-var-loader: \e1d4; +$fa-var-lobster: \e421; +$fa-var-location-arrow: \f124; +$fa-var-location-check: \f606; +$fa-var-map-marker-check: \f606; +$fa-var-location-crosshairs: \f601; +$fa-var-location: \f601; +$fa-var-location-crosshairs-slash: \f603; +$fa-var-location-slash: \f603; +$fa-var-location-dot: \f3c5; +$fa-var-map-marker-alt: \f3c5; +$fa-var-location-dot-slash: \f605; +$fa-var-map-marker-alt-slash: \f605; +$fa-var-location-exclamation: \f608; +$fa-var-map-marker-exclamation: \f608; +$fa-var-location-minus: \f609; +$fa-var-map-marker-minus: \f609; +$fa-var-location-pen: \f607; +$fa-var-map-marker-edit: \f607; +$fa-var-location-pin: \f041; +$fa-var-map-marker: \f041; +$fa-var-location-pin-lock: \e51f; +$fa-var-location-pin-slash: \f60c; +$fa-var-map-marker-slash: \f60c; +$fa-var-location-plus: \f60a; +$fa-var-map-marker-plus: \f60a; +$fa-var-location-question: \f60b; +$fa-var-map-marker-question: \f60b; +$fa-var-location-smile: \f60d; +$fa-var-map-marker-smile: \f60d; +$fa-var-location-xmark: \f60e; +$fa-var-map-marker-times: \f60e; +$fa-var-map-marker-xmark: \f60e; +$fa-var-lock: \f023; +$fa-var-lock-a: \e422; +$fa-var-lock-hashtag: \e423; +$fa-var-lock-keyhole: \f30d; +$fa-var-lock-alt: \f30d; +$fa-var-lock-keyhole-open: \f3c2; +$fa-var-lock-open-alt: \f3c2; +$fa-var-lock-open: \f3c1; +$fa-var-locust: \e520; +$fa-var-lollipop: \e424; +$fa-var-lollypop: \e424; +$fa-var-loveseat: \f4cc; +$fa-var-couch-small: \f4cc; +$fa-var-luchador-mask: \f455; +$fa-var-luchador: \f455; +$fa-var-mask-luchador: \f455; +$fa-var-lungs: \f604; +$fa-var-lungs-virus: \e067; +$fa-var-m: \4d; +$fa-var-mace: \f6f8; +$fa-var-magnet: \f076; +$fa-var-magnifying-glass: \f002; +$fa-var-search: \f002; +$fa-var-magnifying-glass-arrow-right: \e521; +$fa-var-magnifying-glass-chart: \e522; +$fa-var-magnifying-glass-dollar: \f688; +$fa-var-search-dollar: \f688; +$fa-var-magnifying-glass-location: \f689; +$fa-var-search-location: \f689; +$fa-var-magnifying-glass-minus: \f010; +$fa-var-search-minus: \f010; +$fa-var-magnifying-glass-plus: \f00e; +$fa-var-search-plus: \f00e; +$fa-var-mailbox: \f813; +$fa-var-manat-sign: \e1d5; +$fa-var-mandolin: \f6f9; +$fa-var-mango: \e30f; +$fa-var-manhole: \e1d6; +$fa-var-map: \f279; +$fa-var-map-location: \f59f; +$fa-var-map-marked: \f59f; +$fa-var-map-location-dot: \f5a0; +$fa-var-map-marked-alt: \f5a0; +$fa-var-map-pin: \f276; +$fa-var-marker: \f5a1; +$fa-var-mars: \f222; +$fa-var-mars-and-venus: \f224; +$fa-var-mars-and-venus-burst: \e523; +$fa-var-mars-double: \f227; +$fa-var-mars-stroke: \f229; +$fa-var-mars-stroke-right: \f22b; +$fa-var-mars-stroke-h: \f22b; +$fa-var-mars-stroke-up: \f22a; +$fa-var-mars-stroke-v: \f22a; +$fa-var-martini-glass: \f57b; +$fa-var-glass-martini-alt: \f57b; +$fa-var-martini-glass-citrus: \f561; +$fa-var-cocktail: \f561; +$fa-var-martini-glass-empty: \f000; +$fa-var-glass-martini: \f000; +$fa-var-mask: \f6fa; +$fa-var-mask-face: \e1d7; +$fa-var-mask-snorkel: \e3b7; +$fa-var-mask-ventilator: \e524; +$fa-var-masks-theater: \f630; +$fa-var-theater-masks: \f630; +$fa-var-mattress-pillow: \e525; +$fa-var-maximize: \f31e; +$fa-var-expand-arrows-alt: \f31e; +$fa-var-meat: \f814; +$fa-var-medal: \f5a2; +$fa-var-megaphone: \f675; +$fa-var-melon: \e310; +$fa-var-melon-slice: \e311; +$fa-var-memo: \e1d8; +$fa-var-memo-circle-check: \e1d9; +$fa-var-memo-circle-info: \e49a; +$fa-var-memo-pad: \e1da; +$fa-var-memory: \f538; +$fa-var-menorah: \f676; +$fa-var-mercury: \f223; +$fa-var-merge: \e526; +$fa-var-message: \f27a; +$fa-var-comment-alt: \f27a; +$fa-var-message-arrow-down: \e1db; +$fa-var-comment-alt-arrow-down: \e1db; +$fa-var-message-arrow-up: \e1dc; +$fa-var-comment-alt-arrow-up: \e1dc; +$fa-var-message-arrow-up-right: \e1dd; +$fa-var-message-bot: \e3b8; +$fa-var-message-captions: \e1de; +$fa-var-comment-alt-captions: \e1de; +$fa-var-message-check: \f4a2; +$fa-var-comment-alt-check: \f4a2; +$fa-var-message-code: \e1df; +$fa-var-message-dollar: \f650; +$fa-var-comment-alt-dollar: \f650; +$fa-var-message-dots: \f4a3; +$fa-var-comment-alt-dots: \f4a3; +$fa-var-messaging: \f4a3; +$fa-var-message-exclamation: \f4a5; +$fa-var-comment-alt-exclamation: \f4a5; +$fa-var-message-image: \e1e0; +$fa-var-comment-alt-image: \e1e0; +$fa-var-message-lines: \f4a6; +$fa-var-comment-alt-lines: \f4a6; +$fa-var-message-medical: \f7f4; +$fa-var-comment-alt-medical: \f7f4; +$fa-var-message-middle: \e1e1; +$fa-var-comment-middle-alt: \e1e1; +$fa-var-message-middle-top: \e1e2; +$fa-var-comment-middle-top-alt: \e1e2; +$fa-var-message-minus: \f4a7; +$fa-var-comment-alt-minus: \f4a7; +$fa-var-message-music: \f8af; +$fa-var-comment-alt-music: \f8af; +$fa-var-message-pen: \f4a4; +$fa-var-comment-alt-edit: \f4a4; +$fa-var-message-edit: \f4a4; +$fa-var-message-plus: \f4a8; +$fa-var-comment-alt-plus: \f4a8; +$fa-var-message-question: \e1e3; +$fa-var-message-quote: \e1e4; +$fa-var-comment-alt-quote: \e1e4; +$fa-var-message-slash: \f4a9; +$fa-var-comment-alt-slash: \f4a9; +$fa-var-message-smile: \f4aa; +$fa-var-comment-alt-smile: \f4aa; +$fa-var-message-sms: \e1e5; +$fa-var-message-text: \e1e6; +$fa-var-comment-alt-text: \e1e6; +$fa-var-message-xmark: \f4ab; +$fa-var-comment-alt-times: \f4ab; +$fa-var-message-times: \f4ab; +$fa-var-messages: \f4b6; +$fa-var-comments-alt: \f4b6; +$fa-var-messages-dollar: \f652; +$fa-var-comments-alt-dollar: \f652; +$fa-var-messages-question: \e1e7; +$fa-var-meteor: \f753; +$fa-var-meter: \e1e8; +$fa-var-meter-bolt: \e1e9; +$fa-var-meter-droplet: \e1ea; +$fa-var-meter-fire: \e1eb; +$fa-var-microchip: \f2db; +$fa-var-microchip-ai: \e1ec; +$fa-var-microphone: \f130; +$fa-var-microphone-lines: \f3c9; +$fa-var-microphone-alt: \f3c9; +$fa-var-microphone-lines-slash: \f539; +$fa-var-microphone-alt-slash: \f539; +$fa-var-microphone-slash: \f131; +$fa-var-microphone-stand: \f8cb; +$fa-var-microscope: \f610; +$fa-var-microwave: \e01b; +$fa-var-mill-sign: \e1ed; +$fa-var-minimize: \f78c; +$fa-var-compress-arrows-alt: \f78c; +$fa-var-minus: \f068; +$fa-var-subtract: \f068; +$fa-var-mistletoe: \f7b4; +$fa-var-mitten: \f7b5; +$fa-var-mobile: \f3ce; +$fa-var-mobile-android: \f3ce; +$fa-var-mobile-phone: \f3ce; +$fa-var-mobile-button: \f10b; +$fa-var-mobile-notch: \e1ee; +$fa-var-mobile-iphone: \e1ee; +$fa-var-mobile-retro: \e527; +$fa-var-mobile-screen: \f3cf; +$fa-var-mobile-android-alt: \f3cf; +$fa-var-mobile-screen-button: \f3cd; +$fa-var-mobile-alt: \f3cd; +$fa-var-mobile-signal: \e1ef; +$fa-var-mobile-signal-out: \e1f0; +$fa-var-money-bill: \f0d6; +$fa-var-money-bill-1: \f3d1; +$fa-var-money-bill-alt: \f3d1; +$fa-var-money-bill-1-wave: \f53b; +$fa-var-money-bill-wave-alt: \f53b; +$fa-var-money-bill-simple: \e1f1; +$fa-var-money-bill-simple-wave: \e1f2; +$fa-var-money-bill-transfer: \e528; +$fa-var-money-bill-trend-up: \e529; +$fa-var-money-bill-wave: \f53a; +$fa-var-money-bill-wheat: \e52a; +$fa-var-money-bills: \e1f3; +$fa-var-money-bills-simple: \e1f4; +$fa-var-money-bills-alt: \e1f4; +$fa-var-money-check: \f53c; +$fa-var-money-check-dollar: \f53d; +$fa-var-money-check-alt: \f53d; +$fa-var-money-check-dollar-pen: \f873; +$fa-var-money-check-edit-alt: \f873; +$fa-var-money-check-pen: \f872; +$fa-var-money-check-edit: \f872; +$fa-var-money-from-bracket: \e312; +$fa-var-money-simple-from-bracket: \e313; +$fa-var-monitor-waveform: \f611; +$fa-var-monitor-heart-rate: \f611; +$fa-var-monkey: \f6fb; +$fa-var-monument: \f5a6; +$fa-var-moon: \f186; +$fa-var-moon-cloud: \f754; +$fa-var-moon-over-sun: \f74a; +$fa-var-eclipse-alt: \f74a; +$fa-var-moon-stars: \f755; +$fa-var-moped: \e3b9; +$fa-var-mortar-pestle: \f5a7; +$fa-var-mosque: \f678; +$fa-var-mosquito: \e52b; +$fa-var-mosquito-net: \e52c; +$fa-var-motorcycle: \f21c; +$fa-var-mound: \e52d; +$fa-var-mountain: \f6fc; +$fa-var-mountain-city: \e52e; +$fa-var-mountain-sun: \e52f; +$fa-var-mountains: \f6fd; +$fa-var-mp3-player: \f8ce; +$fa-var-mug: \f874; +$fa-var-mug-hot: \f7b6; +$fa-var-mug-marshmallows: \f7b7; +$fa-var-mug-saucer: \f0f4; +$fa-var-coffee: \f0f4; +$fa-var-mug-tea: \f875; +$fa-var-mug-tea-saucer: \e1f5; +$fa-var-mushroom: \e425; +$fa-var-music: \f001; +$fa-var-music-note: \f8cf; +$fa-var-music-alt: \f8cf; +$fa-var-music-note-slash: \f8d0; +$fa-var-music-alt-slash: \f8d0; +$fa-var-music-slash: \f8d1; +$fa-var-n: \4e; +$fa-var-naira-sign: \e1f6; +$fa-var-narwhal: \f6fe; +$fa-var-nesting-dolls: \e3ba; +$fa-var-network-wired: \f6ff; +$fa-var-neuter: \f22c; +$fa-var-newspaper: \f1ea; +$fa-var-nfc: \e1f7; +$fa-var-nfc-lock: \e1f8; +$fa-var-nfc-magnifying-glass: \e1f9; +$fa-var-nfc-pen: \e1fa; +$fa-var-nfc-signal: \e1fb; +$fa-var-nfc-slash: \e1fc; +$fa-var-nfc-trash: \e1fd; +$fa-var-not-equal: \f53e; +$fa-var-notdef: \e1fe; +$fa-var-note: \e1ff; +$fa-var-note-medical: \e200; +$fa-var-note-sticky: \f249; +$fa-var-sticky-note: \f249; +$fa-var-notebook: \e201; +$fa-var-notes: \e202; +$fa-var-notes-medical: \f481; +$fa-var-o: \4f; +$fa-var-object-exclude: \e49c; +$fa-var-object-group: \f247; +$fa-var-object-intersect: \e49d; +$fa-var-object-subtract: \e49e; +$fa-var-object-ungroup: \f248; +$fa-var-object-union: \e49f; +$fa-var-objects-align-bottom: \e3bb; +$fa-var-objects-align-center-horizontal: \e3bc; +$fa-var-objects-align-center-vertical: \e3bd; +$fa-var-objects-align-left: \e3be; +$fa-var-objects-align-right: \e3bf; +$fa-var-objects-align-top: \e3c0; +$fa-var-objects-column: \e3c1; +$fa-var-octagon: \f306; +$fa-var-octagon-check: \e426; +$fa-var-octagon-divide: \e203; +$fa-var-octagon-exclamation: \e204; +$fa-var-octagon-minus: \f308; +$fa-var-minus-octagon: \f308; +$fa-var-octagon-plus: \f301; +$fa-var-plus-octagon: \f301; +$fa-var-octagon-xmark: \f2f0; +$fa-var-times-octagon: \f2f0; +$fa-var-xmark-octagon: \f2f0; +$fa-var-oil-can: \f613; +$fa-var-oil-can-drip: \e205; +$fa-var-oil-temperature: \f614; +$fa-var-oil-temp: \f614; +$fa-var-oil-well: \e532; +$fa-var-olive: \e316; +$fa-var-olive-branch: \e317; +$fa-var-om: \f679; +$fa-var-omega: \f67a; +$fa-var-onion: \e427; +$fa-var-option: \e318; +$fa-var-ornament: \f7b8; +$fa-var-otter: \f700; +$fa-var-outdent: \f03b; +$fa-var-dedent: \f03b; +$fa-var-outlet: \e01c; +$fa-var-oven: \e01d; +$fa-var-overline: \f876; +$fa-var-p: \50; +$fa-var-page: \e428; +$fa-var-page-caret-down: \e429; +$fa-var-file-caret-down: \e429; +$fa-var-page-caret-up: \e42a; +$fa-var-file-caret-up: \e42a; +$fa-var-pager: \f815; +$fa-var-paint-roller: \f5aa; +$fa-var-paintbrush: \f1fc; +$fa-var-paint-brush: \f1fc; +$fa-var-paintbrush-fine: \f5a9; +$fa-var-paint-brush-alt: \f5a9; +$fa-var-paint-brush-fine: \f5a9; +$fa-var-paintbrush-alt: \f5a9; +$fa-var-paintbrush-pencil: \e206; +$fa-var-palette: \f53f; +$fa-var-pallet: \f482; +$fa-var-pallet-box: \e208; +$fa-var-pallet-boxes: \f483; +$fa-var-palette-boxes: \f483; +$fa-var-pallet-alt: \f483; +$fa-var-pan-food: \e42b; +$fa-var-pan-frying: \e42c; +$fa-var-pancakes: \e42d; +$fa-var-panel-ews: \e42e; +$fa-var-panel-fire: \e42f; +$fa-var-panorama: \e209; +$fa-var-paper-plane: \f1d8; +$fa-var-paper-plane-top: \e20a; +$fa-var-paper-plane-alt: \e20a; +$fa-var-send: \e20a; +$fa-var-paperclip: \f0c6; +$fa-var-paperclip-vertical: \e3c2; +$fa-var-parachute-box: \f4cd; +$fa-var-paragraph: \f1dd; +$fa-var-paragraph-left: \f878; +$fa-var-paragraph-rtl: \f878; +$fa-var-party-bell: \e31a; +$fa-var-party-horn: \e31b; +$fa-var-passport: \f5ab; +$fa-var-paste: \f0ea; +$fa-var-file-clipboard: \f0ea; +$fa-var-pause: \f04c; +$fa-var-paw: \f1b0; +$fa-var-paw-claws: \f702; +$fa-var-paw-simple: \f701; +$fa-var-paw-alt: \f701; +$fa-var-peace: \f67c; +$fa-var-peach: \e20b; +$fa-var-peanut: \e430; +$fa-var-peanuts: \e431; +$fa-var-peapod: \e31c; +$fa-var-pear: \e20c; +$fa-var-pedestal: \e20d; +$fa-var-pegasus: \f703; +$fa-var-pen: \f304; +$fa-var-pen-circle: \e20e; +$fa-var-pen-clip: \f305; +$fa-var-pen-alt: \f305; +$fa-var-pen-clip-slash: \e20f; +$fa-var-pen-alt-slash: \e20f; +$fa-var-pen-fancy: \f5ac; +$fa-var-pen-fancy-slash: \e210; +$fa-var-pen-field: \e211; +$fa-var-pen-line: \e212; +$fa-var-pen-nib: \f5ad; +$fa-var-pen-nib-slash: \e4a1; +$fa-var-pen-paintbrush: \f618; +$fa-var-pencil-paintbrush: \f618; +$fa-var-pen-ruler: \f5ae; +$fa-var-pencil-ruler: \f5ae; +$fa-var-pen-slash: \e213; +$fa-var-pen-swirl: \e214; +$fa-var-pen-to-square: \f044; +$fa-var-edit: \f044; +$fa-var-pencil: \f303; +$fa-var-pencil-alt: \f303; +$fa-var-pencil-slash: \e215; +$fa-var-people: \e216; +$fa-var-people-arrows-left-right: \e068; +$fa-var-people-arrows: \e068; +$fa-var-people-carry-box: \f4ce; +$fa-var-people-carry: \f4ce; +$fa-var-people-dress: \e217; +$fa-var-people-dress-simple: \e218; +$fa-var-people-group: \e533; +$fa-var-people-line: \e534; +$fa-var-people-pants: \e219; +$fa-var-people-pants-simple: \e21a; +$fa-var-people-pulling: \e535; +$fa-var-people-robbery: \e536; +$fa-var-people-roof: \e537; +$fa-var-people-simple: \e21b; +$fa-var-pepper: \e432; +$fa-var-pepper-hot: \f816; +$fa-var-percent: \25; +$fa-var-percentage: \25; +$fa-var-period: \2e; +$fa-var-person: \f183; +$fa-var-male: \f183; +$fa-var-person-arrow-down-to-line: \e538; +$fa-var-person-arrow-up-from-line: \e539; +$fa-var-person-biking: \f84a; +$fa-var-biking: \f84a; +$fa-var-person-biking-mountain: \f84b; +$fa-var-biking-mountain: \f84b; +$fa-var-person-booth: \f756; +$fa-var-person-breastfeeding: \e53a; +$fa-var-person-burst: \e53b; +$fa-var-person-cane: \e53c; +$fa-var-person-carry-box: \f4cf; +$fa-var-person-carry: \f4cf; +$fa-var-person-chalkboard: \e53d; +$fa-var-person-circle-check: \e53e; +$fa-var-person-circle-exclamation: \e53f; +$fa-var-person-circle-minus: \e540; +$fa-var-person-circle-plus: \e541; +$fa-var-person-circle-question: \e542; +$fa-var-person-circle-xmark: \e543; +$fa-var-person-digging: \f85e; +$fa-var-digging: \f85e; +$fa-var-person-dolly: \f4d0; +$fa-var-person-dolly-empty: \f4d1; +$fa-var-person-dots-from-line: \f470; +$fa-var-diagnoses: \f470; +$fa-var-person-dress: \f182; +$fa-var-female: \f182; +$fa-var-person-dress-burst: \e544; +$fa-var-person-dress-simple: \e21c; +$fa-var-person-drowning: \e545; +$fa-var-person-falling: \e546; +$fa-var-person-falling-burst: \e547; +$fa-var-person-from-portal: \e023; +$fa-var-portal-exit: \e023; +$fa-var-person-half-dress: \e548; +$fa-var-person-harassing: \e549; +$fa-var-person-hiking: \f6ec; +$fa-var-hiking: \f6ec; +$fa-var-person-military-pointing: \e54a; +$fa-var-person-military-rifle: \e54b; +$fa-var-person-military-to-person: \e54c; +$fa-var-person-pinball: \e21d; +$fa-var-person-praying: \f683; +$fa-var-pray: \f683; +$fa-var-person-pregnant: \e31e; +$fa-var-person-rays: \e54d; +$fa-var-person-rifle: \e54e; +$fa-var-person-running: \f70c; +$fa-var-running: \f70c; +$fa-var-person-seat: \e21e; +$fa-var-person-seat-reclined: \e21f; +$fa-var-person-shelter: \e54f; +$fa-var-person-sign: \f757; +$fa-var-person-simple: \e220; +$fa-var-person-skating: \f7c5; +$fa-var-skating: \f7c5; +$fa-var-person-ski-jumping: \f7c7; +$fa-var-ski-jump: \f7c7; +$fa-var-person-ski-lift: \f7c8; +$fa-var-ski-lift: \f7c8; +$fa-var-person-skiing: \f7c9; +$fa-var-skiing: \f7c9; +$fa-var-person-skiing-nordic: \f7ca; +$fa-var-skiing-nordic: \f7ca; +$fa-var-person-sledding: \f7cb; +$fa-var-sledding: \f7cb; +$fa-var-person-snowboarding: \f7ce; +$fa-var-snowboarding: \f7ce; +$fa-var-person-snowmobiling: \f7d1; +$fa-var-snowmobile: \f7d1; +$fa-var-person-swimming: \f5c4; +$fa-var-swimmer: \f5c4; +$fa-var-person-through-window: \e433; +$fa-var-person-to-door: \e550; +$fa-var-person-to-portal: \e022; +$fa-var-portal-enter: \e022; +$fa-var-person-walking: \f554; +$fa-var-walking: \f554; +$fa-var-person-walking-arrow-loop-left: \e551; +$fa-var-person-walking-arrow-right: \e552; +$fa-var-person-walking-dashed-line-arrow-right: \e553; +$fa-var-person-walking-luggage: \e554; +$fa-var-person-walking-with-cane: \f29d; +$fa-var-blind: \f29d; +$fa-var-peseta-sign: \e221; +$fa-var-peso-sign: \e222; +$fa-var-phone: \f095; +$fa-var-phone-arrow-down-left: \e223; +$fa-var-phone-arrow-down: \e223; +$fa-var-phone-incoming: \e223; +$fa-var-phone-arrow-up-right: \e224; +$fa-var-phone-arrow-up: \e224; +$fa-var-phone-outgoing: \e224; +$fa-var-phone-flip: \f879; +$fa-var-phone-alt: \f879; +$fa-var-phone-hangup: \e225; +$fa-var-phone-intercom: \e434; +$fa-var-phone-missed: \e226; +$fa-var-phone-office: \f67d; +$fa-var-phone-plus: \f4d2; +$fa-var-phone-rotary: \f8d3; +$fa-var-phone-slash: \f3dd; +$fa-var-phone-volume: \f2a0; +$fa-var-volume-control-phone: \f2a0; +$fa-var-phone-xmark: \e227; +$fa-var-photo-film: \f87c; +$fa-var-photo-video: \f87c; +$fa-var-photo-film-music: \e228; +$fa-var-pi: \f67e; +$fa-var-piano: \f8d4; +$fa-var-piano-keyboard: \f8d5; +$fa-var-pickleball: \e435; +$fa-var-pie: \f705; +$fa-var-pig: \f706; +$fa-var-piggy-bank: \f4d3; +$fa-var-pills: \f484; +$fa-var-pinata: \e3c3; +$fa-var-pinball: \e229; +$fa-var-pineapple: \e31f; +$fa-var-pipe: \7c; +$fa-var-pipe-circle-check: \e436; +$fa-var-pipe-collar: \e437; +$fa-var-pipe-section: \e438; +$fa-var-pipe-smoking: \e3c4; +$fa-var-pipe-valve: \e439; +$fa-var-pizza: \f817; +$fa-var-pizza-slice: \f818; +$fa-var-place-of-worship: \f67f; +$fa-var-plane: \f072; +$fa-var-plane-arrival: \f5af; +$fa-var-plane-circle-check: \e555; +$fa-var-plane-circle-exclamation: \e556; +$fa-var-plane-circle-xmark: \e557; +$fa-var-plane-departure: \f5b0; +$fa-var-plane-engines: \f3de; +$fa-var-plane-alt: \f3de; +$fa-var-plane-lock: \e558; +$fa-var-plane-prop: \e22b; +$fa-var-plane-slash: \e069; +$fa-var-plane-tail: \e22c; +$fa-var-plane-up: \e22d; +$fa-var-plane-up-slash: \e22e; +$fa-var-planet-moon: \e01f; +$fa-var-planet-ringed: \e020; +$fa-var-plant-wilt: \e43b; +$fa-var-plate-utensils: \e559; +$fa-var-plate-wheat: \e55a; +$fa-var-play: \f04b; +$fa-var-play-pause: \e22f; +$fa-var-plug: \f1e6; +$fa-var-plug-circle-bolt: \e55b; +$fa-var-plug-circle-check: \e55c; +$fa-var-plug-circle-exclamation: \e55d; +$fa-var-plug-circle-minus: \e55e; +$fa-var-plug-circle-plus: \e55f; +$fa-var-plug-circle-xmark: \e560; +$fa-var-plus: \2b; +$fa-var-add: \2b; +$fa-var-plus-minus: \e43c; +$fa-var-podcast: \f2ce; +$fa-var-podium: \f680; +$fa-var-podium-star: \f758; +$fa-var-police-box: \e021; +$fa-var-poll-people: \f759; +$fa-var-pompebled: \e43d; +$fa-var-poo: \f2fe; +$fa-var-poo-storm: \f75a; +$fa-var-poo-bolt: \f75a; +$fa-var-pool-8-ball: \e3c5; +$fa-var-poop: \f619; +$fa-var-popcorn: \f819; +$fa-var-popsicle: \e43e; +$fa-var-pot-food: \e43f; +$fa-var-potato: \e440; +$fa-var-power-off: \f011; +$fa-var-prescription: \f5b1; +$fa-var-prescription-bottle: \f485; +$fa-var-prescription-bottle-medical: \f486; +$fa-var-prescription-bottle-alt: \f486; +$fa-var-presentation-screen: \f685; +$fa-var-presentation: \f685; +$fa-var-pretzel: \e441; +$fa-var-print: \f02f; +$fa-var-print-magnifying-glass: \f81a; +$fa-var-print-search: \f81a; +$fa-var-print-slash: \f686; +$fa-var-projector: \f8d6; +$fa-var-pump: \e442; +$fa-var-pump-medical: \e06a; +$fa-var-pump-soap: \e06b; +$fa-var-pumpkin: \f707; +$fa-var-puzzle: \e443; +$fa-var-puzzle-piece: \f12e; +$fa-var-puzzle-piece-simple: \e231; +$fa-var-puzzle-piece-alt: \e231; +$fa-var-q: \51; +$fa-var-qrcode: \f029; +$fa-var-question: \3f; +$fa-var-quote-left: \f10d; +$fa-var-quote-left-alt: \f10d; +$fa-var-quote-right: \f10e; +$fa-var-quote-right-alt: \f10e; +$fa-var-quotes: \e234; +$fa-var-r: \52; +$fa-var-rabbit: \f708; +$fa-var-rabbit-running: \f709; +$fa-var-rabbit-fast: \f709; +$fa-var-racquet: \f45a; +$fa-var-radar: \e024; +$fa-var-radiation: \f7b9; +$fa-var-radio: \f8d7; +$fa-var-radio-tuner: \f8d8; +$fa-var-radio-alt: \f8d8; +$fa-var-rainbow: \f75b; +$fa-var-raindrops: \f75c; +$fa-var-ram: \f70a; +$fa-var-ramp-loading: \f4d4; +$fa-var-ranking-star: \e561; +$fa-var-raygun: \e025; +$fa-var-receipt: \f543; +$fa-var-record-vinyl: \f8d9; +$fa-var-rectangle: \f2fa; +$fa-var-rectangle-landscape: \f2fa; +$fa-var-rectangle-ad: \f641; +$fa-var-ad: \f641; +$fa-var-rectangle-barcode: \f463; +$fa-var-barcode-alt: \f463; +$fa-var-rectangle-code: \e322; +$fa-var-rectangle-history: \e4a2; +$fa-var-rectangle-history-circle-plus: \e4a3; +$fa-var-rectangle-history-circle-user: \e4a4; +$fa-var-rectangle-list: \f022; +$fa-var-list-alt: \f022; +$fa-var-rectangle-pro: \e235; +$fa-var-pro: \e235; +$fa-var-rectangle-terminal: \e236; +$fa-var-rectangle-vertical: \f2fb; +$fa-var-rectangle-portrait: \f2fb; +$fa-var-rectangle-vertical-history: \e237; +$fa-var-rectangle-wide: \f2fc; +$fa-var-rectangle-xmark: \f410; +$fa-var-rectangle-times: \f410; +$fa-var-times-rectangle: \f410; +$fa-var-window-close: \f410; +$fa-var-rectangles-mixed: \e323; +$fa-var-recycle: \f1b8; +$fa-var-reel: \e238; +$fa-var-refrigerator: \e026; +$fa-var-registered: \f25d; +$fa-var-repeat: \f363; +$fa-var-repeat-1: \f365; +$fa-var-reply: \f3e5; +$fa-var-mail-reply: \f3e5; +$fa-var-reply-all: \f122; +$fa-var-mail-reply-all: \f122; +$fa-var-reply-clock: \e239; +$fa-var-reply-time: \e239; +$fa-var-republican: \f75e; +$fa-var-restroom: \f7bd; +$fa-var-restroom-simple: \e23a; +$fa-var-retweet: \f079; +$fa-var-rhombus: \e23b; +$fa-var-ribbon: \f4d6; +$fa-var-right: \f356; +$fa-var-arrow-alt-right: \f356; +$fa-var-right-from-bracket: \f2f5; +$fa-var-sign-out-alt: \f2f5; +$fa-var-right-from-line: \f347; +$fa-var-arrow-alt-from-left: \f347; +$fa-var-right-left: \f362; +$fa-var-exchange-alt: \f362; +$fa-var-right-long: \f30b; +$fa-var-long-arrow-alt-right: \f30b; +$fa-var-right-long-to-line: \e444; +$fa-var-right-to-bracket: \f2f6; +$fa-var-sign-in-alt: \f2f6; +$fa-var-right-to-line: \f34c; +$fa-var-arrow-alt-to-right: \f34c; +$fa-var-ring: \f70b; +$fa-var-rings-wedding: \f81b; +$fa-var-road: \f018; +$fa-var-road-barrier: \e562; +$fa-var-road-bridge: \e563; +$fa-var-road-circle-check: \e564; +$fa-var-road-circle-exclamation: \e565; +$fa-var-road-circle-xmark: \e566; +$fa-var-road-lock: \e567; +$fa-var-road-spikes: \e568; +$fa-var-robot: \f544; +$fa-var-robot-astromech: \e2d2; +$fa-var-rocket: \f135; +$fa-var-rocket-launch: \e027; +$fa-var-roller-coaster: \e324; +$fa-var-rotate: \f2f1; +$fa-var-sync-alt: \f2f1; +$fa-var-rotate-exclamation: \e23c; +$fa-var-rotate-left: \f2ea; +$fa-var-rotate-back: \f2ea; +$fa-var-rotate-backward: \f2ea; +$fa-var-undo-alt: \f2ea; +$fa-var-rotate-right: \f2f9; +$fa-var-redo-alt: \f2f9; +$fa-var-rotate-forward: \f2f9; +$fa-var-route: \f4d7; +$fa-var-route-highway: \f61a; +$fa-var-route-interstate: \f61b; +$fa-var-router: \f8da; +$fa-var-rss: \f09e; +$fa-var-feed: \f09e; +$fa-var-ruble-sign: \f158; +$fa-var-rouble: \f158; +$fa-var-rub: \f158; +$fa-var-ruble: \f158; +$fa-var-rug: \e569; +$fa-var-rugby-ball: \e3c6; +$fa-var-ruler: \f545; +$fa-var-ruler-combined: \f546; +$fa-var-ruler-horizontal: \f547; +$fa-var-ruler-triangle: \f61c; +$fa-var-ruler-vertical: \f548; +$fa-var-rupee-sign: \f156; +$fa-var-rupee: \f156; +$fa-var-rupiah-sign: \e23d; +$fa-var-rv: \f7be; +$fa-var-s: \53; +$fa-var-sack: \f81c; +$fa-var-sack-dollar: \f81d; +$fa-var-sack-xmark: \e56a; +$fa-var-sailboat: \e445; +$fa-var-salad: \f81e; +$fa-var-bowl-salad: \f81e; +$fa-var-salt-shaker: \e446; +$fa-var-sandwich: \f81f; +$fa-var-satellite: \f7bf; +$fa-var-satellite-dish: \f7c0; +$fa-var-sausage: \f820; +$fa-var-saxophone: \f8dc; +$fa-var-saxophone-fire: \f8db; +$fa-var-sax-hot: \f8db; +$fa-var-scale-balanced: \f24e; +$fa-var-balance-scale: \f24e; +$fa-var-scale-unbalanced: \f515; +$fa-var-balance-scale-left: \f515; +$fa-var-scale-unbalanced-flip: \f516; +$fa-var-balance-scale-right: \f516; +$fa-var-scalpel: \f61d; +$fa-var-scalpel-line-dashed: \f61e; +$fa-var-scalpel-path: \f61e; +$fa-var-scanner: \f8f3; +$fa-var-scanner-image: \f8f3; +$fa-var-scanner-gun: \f488; +$fa-var-scanner-keyboard: \f489; +$fa-var-scanner-touchscreen: \f48a; +$fa-var-scarecrow: \f70d; +$fa-var-scarf: \f7c1; +$fa-var-school: \f549; +$fa-var-school-circle-check: \e56b; +$fa-var-school-circle-exclamation: \e56c; +$fa-var-school-circle-xmark: \e56d; +$fa-var-school-flag: \e56e; +$fa-var-school-lock: \e56f; +$fa-var-scissors: \f0c4; +$fa-var-cut: \f0c4; +$fa-var-screen-users: \f63d; +$fa-var-users-class: \f63d; +$fa-var-screencast: \e23e; +$fa-var-screwdriver: \f54a; +$fa-var-screwdriver-wrench: \f7d9; +$fa-var-tools: \f7d9; +$fa-var-scribble: \e23f; +$fa-var-scroll: \f70e; +$fa-var-scroll-old: \f70f; +$fa-var-scroll-torah: \f6a0; +$fa-var-torah: \f6a0; +$fa-var-scrubber: \f2f8; +$fa-var-scythe: \f710; +$fa-var-sd-card: \f7c2; +$fa-var-sd-cards: \e240; +$fa-var-seal: \e241; +$fa-var-seal-exclamation: \e242; +$fa-var-seal-question: \e243; +$fa-var-seat-airline: \e244; +$fa-var-section: \e447; +$fa-var-seedling: \f4d8; +$fa-var-sprout: \f4d8; +$fa-var-semicolon: \3b; +$fa-var-send-back: \f87e; +$fa-var-send-backward: \f87f; +$fa-var-sensor: \e028; +$fa-var-sensor-cloud: \e02c; +$fa-var-sensor-smoke: \e02c; +$fa-var-sensor-fire: \e02a; +$fa-var-sensor-on: \e02b; +$fa-var-sensor-triangle-exclamation: \e029; +$fa-var-sensor-alert: \e029; +$fa-var-server: \f233; +$fa-var-shapes: \f61f; +$fa-var-triangle-circle-square: \f61f; +$fa-var-share: \f064; +$fa-var-arrow-turn-right: \f064; +$fa-var-mail-forward: \f064; +$fa-var-share-all: \f367; +$fa-var-share-from-square: \f14d; +$fa-var-share-square: \f14d; +$fa-var-share-nodes: \f1e0; +$fa-var-share-alt: \f1e0; +$fa-var-sheep: \f711; +$fa-var-sheet-plastic: \e571; +$fa-var-shekel-sign: \f20b; +$fa-var-ils: \f20b; +$fa-var-shekel: \f20b; +$fa-var-sheqel: \f20b; +$fa-var-sheqel-sign: \f20b; +$fa-var-shelves: \f480; +$fa-var-inventory: \f480; +$fa-var-shelves-empty: \e246; +$fa-var-shield: \f132; +$fa-var-shield-blank: \f132; +$fa-var-shield-cat: \e572; +$fa-var-shield-check: \f2f7; +$fa-var-shield-cross: \f712; +$fa-var-shield-dog: \e573; +$fa-var-shield-exclamation: \e247; +$fa-var-shield-halved: \f3ed; +$fa-var-shield-alt: \f3ed; +$fa-var-shield-heart: \e574; +$fa-var-shield-keyhole: \e248; +$fa-var-shield-minus: \e249; +$fa-var-shield-plus: \e24a; +$fa-var-shield-quartered: \e575; +$fa-var-shield-slash: \e24b; +$fa-var-shield-virus: \e06c; +$fa-var-shield-xmark: \e24c; +$fa-var-shield-times: \e24c; +$fa-var-ship: \f21a; +$fa-var-shirt: \f553; +$fa-var-t-shirt: \f553; +$fa-var-tshirt: \f553; +$fa-var-shirt-long-sleeve: \e3c7; +$fa-var-shirt-running: \e3c8; +$fa-var-shirt-tank-top: \e3c9; +$fa-var-shish-kebab: \f821; +$fa-var-shoe-prints: \f54b; +$fa-var-shop: \f54f; +$fa-var-store-alt: \f54f; +$fa-var-shop-lock: \e4a5; +$fa-var-shop-slash: \e070; +$fa-var-store-alt-slash: \e070; +$fa-var-shovel: \f713; +$fa-var-shovel-snow: \f7c3; +$fa-var-shower: \f2cc; +$fa-var-shower-down: \e24d; +$fa-var-shower-alt: \e24d; +$fa-var-shredder: \f68a; +$fa-var-shrimp: \e448; +$fa-var-shuffle: \f074; +$fa-var-random: \f074; +$fa-var-shutters: \e449; +$fa-var-shuttle-space: \f197; +$fa-var-space-shuttle: \f197; +$fa-var-shuttlecock: \f45b; +$fa-var-sickle: \f822; +$fa-var-sidebar: \e24e; +$fa-var-sidebar-flip: \e24f; +$fa-var-sigma: \f68b; +$fa-var-sign-hanging: \f4d9; +$fa-var-sign: \f4d9; +$fa-var-signal: \f012; +$fa-var-signal-5: \f012; +$fa-var-signal-perfect: \f012; +$fa-var-signal-bars: \f690; +$fa-var-signal-alt: \f690; +$fa-var-signal-alt-4: \f690; +$fa-var-signal-bars-strong: \f690; +$fa-var-signal-bars-fair: \f692; +$fa-var-signal-alt-2: \f692; +$fa-var-signal-bars-good: \f693; +$fa-var-signal-alt-3: \f693; +$fa-var-signal-bars-slash: \f694; +$fa-var-signal-alt-slash: \f694; +$fa-var-signal-bars-weak: \f691; +$fa-var-signal-alt-1: \f691; +$fa-var-signal-fair: \f68d; +$fa-var-signal-2: \f68d; +$fa-var-signal-good: \f68e; +$fa-var-signal-3: \f68e; +$fa-var-signal-slash: \f695; +$fa-var-signal-stream: \f8dd; +$fa-var-signal-stream-slash: \e250; +$fa-var-signal-strong: \f68f; +$fa-var-signal-4: \f68f; +$fa-var-signal-weak: \f68c; +$fa-var-signal-1: \f68c; +$fa-var-signature: \f5b7; +$fa-var-signature-lock: \e3ca; +$fa-var-signature-slash: \e3cb; +$fa-var-signs-post: \f277; +$fa-var-map-signs: \f277; +$fa-var-sim-card: \f7c4; +$fa-var-sim-cards: \e251; +$fa-var-sink: \e06d; +$fa-var-siren: \e02d; +$fa-var-siren-on: \e02e; +$fa-var-sitemap: \f0e8; +$fa-var-skeleton: \f620; +$fa-var-ski-boot: \e3cc; +$fa-var-ski-boot-ski: \e3cd; +$fa-var-skull: \f54c; +$fa-var-skull-cow: \f8de; +$fa-var-skull-crossbones: \f714; +$fa-var-slash: \f715; +$fa-var-slash-back: \5c; +$fa-var-slash-forward: \2f; +$fa-var-sleigh: \f7cc; +$fa-var-slider: \e252; +$fa-var-sliders: \f1de; +$fa-var-sliders-h: \f1de; +$fa-var-sliders-simple: \e253; +$fa-var-sliders-up: \f3f1; +$fa-var-sliders-v: \f3f1; +$fa-var-slot-machine: \e3ce; +$fa-var-smog: \f75f; +$fa-var-smoke: \f760; +$fa-var-smoking: \f48d; +$fa-var-snake: \f716; +$fa-var-snooze: \f880; +$fa-var-zzz: \f880; +$fa-var-snow-blowing: \f761; +$fa-var-snowflake: \f2dc; +$fa-var-snowflakes: \f7cf; +$fa-var-snowman: \f7d0; +$fa-var-snowman-head: \f79b; +$fa-var-frosty-head: \f79b; +$fa-var-snowplow: \f7d2; +$fa-var-soap: \e06e; +$fa-var-socks: \f696; +$fa-var-soft-serve: \e400; +$fa-var-creemee: \e400; +$fa-var-solar-panel: \f5ba; +$fa-var-solar-system: \e02f; +$fa-var-sort: \f0dc; +$fa-var-unsorted: \f0dc; +$fa-var-sort-down: \f0dd; +$fa-var-sort-desc: \f0dd; +$fa-var-sort-up: \f0de; +$fa-var-sort-asc: \f0de; +$fa-var-spa: \f5bb; +$fa-var-space-station-moon: \e033; +$fa-var-space-station-moon-construction: \e034; +$fa-var-space-station-moon-alt: \e034; +$fa-var-spade: \f2f4; +$fa-var-spaghetti-monster-flying: \f67b; +$fa-var-pastafarianism: \f67b; +$fa-var-sparkles: \f890; +$fa-var-speaker: \f8df; +$fa-var-speakers: \f8e0; +$fa-var-spell-check: \f891; +$fa-var-spider: \f717; +$fa-var-spider-black-widow: \f718; +$fa-var-spider-web: \f719; +$fa-var-spinner: \f110; +$fa-var-spinner-third: \f3f4; +$fa-var-split: \e254; +$fa-var-splotch: \f5bc; +$fa-var-spoon: \f2e5; +$fa-var-utensil-spoon: \f2e5; +$fa-var-sportsball: \e44b; +$fa-var-spray-can: \f5bd; +$fa-var-spray-can-sparkles: \f5d0; +$fa-var-air-freshener: \f5d0; +$fa-var-sprinkler: \e035; +$fa-var-sprinkler-ceiling: \e44c; +$fa-var-square: \f0c8; +$fa-var-square-0: \e255; +$fa-var-square-1: \e256; +$fa-var-square-2: \e257; +$fa-var-square-3: \e258; +$fa-var-square-4: \e259; +$fa-var-square-5: \e25a; +$fa-var-square-6: \e25b; +$fa-var-square-7: \e25c; +$fa-var-square-8: \e25d; +$fa-var-square-9: \e25e; +$fa-var-square-a: \e25f; +$fa-var-square-a-lock: \e44d; +$fa-var-square-ampersand: \e260; +$fa-var-square-arrow-down: \f339; +$fa-var-arrow-square-down: \f339; +$fa-var-square-arrow-down-left: \e261; +$fa-var-square-arrow-down-right: \e262; +$fa-var-square-arrow-left: \f33a; +$fa-var-arrow-square-left: \f33a; +$fa-var-square-arrow-right: \f33b; +$fa-var-arrow-square-right: \f33b; +$fa-var-square-arrow-up: \f33c; +$fa-var-arrow-square-up: \f33c; +$fa-var-square-arrow-up-left: \e263; +$fa-var-square-arrow-up-right: \f14c; +$fa-var-external-link-square: \f14c; +$fa-var-square-b: \e264; +$fa-var-square-bolt: \e265; +$fa-var-square-c: \e266; +$fa-var-square-caret-down: \f150; +$fa-var-caret-square-down: \f150; +$fa-var-square-caret-left: \f191; +$fa-var-caret-square-left: \f191; +$fa-var-square-caret-right: \f152; +$fa-var-caret-square-right: \f152; +$fa-var-square-caret-up: \f151; +$fa-var-caret-square-up: \f151; +$fa-var-square-check: \f14a; +$fa-var-check-square: \f14a; +$fa-var-square-chevron-down: \f329; +$fa-var-chevron-square-down: \f329; +$fa-var-square-chevron-left: \f32a; +$fa-var-chevron-square-left: \f32a; +$fa-var-square-chevron-right: \f32b; +$fa-var-chevron-square-right: \f32b; +$fa-var-square-chevron-up: \f32c; +$fa-var-chevron-square-up: \f32c; +$fa-var-square-code: \e267; +$fa-var-square-d: \e268; +$fa-var-square-dashed: \e269; +$fa-var-square-divide: \e26a; +$fa-var-square-dollar: \f2e9; +$fa-var-dollar-square: \f2e9; +$fa-var-usd-square: \f2e9; +$fa-var-square-down: \f350; +$fa-var-arrow-alt-square-down: \f350; +$fa-var-square-down-left: \e26b; +$fa-var-square-down-right: \e26c; +$fa-var-square-e: \e26d; +$fa-var-square-ellipsis: \e26e; +$fa-var-square-ellipsis-vertical: \e26f; +$fa-var-square-envelope: \f199; +$fa-var-envelope-square: \f199; +$fa-var-square-exclamation: \f321; +$fa-var-exclamation-square: \f321; +$fa-var-square-f: \e270; +$fa-var-square-fragile: \f49b; +$fa-var-box-fragile: \f49b; +$fa-var-square-wine-glass-crack: \f49b; +$fa-var-square-full: \f45c; +$fa-var-square-g: \e271; +$fa-var-square-h: \f0fd; +$fa-var-h-square: \f0fd; +$fa-var-square-heart: \f4c8; +$fa-var-heart-square: \f4c8; +$fa-var-square-i: \e272; +$fa-var-square-info: \f30f; +$fa-var-info-square: \f30f; +$fa-var-square-j: \e273; +$fa-var-square-k: \e274; +$fa-var-square-kanban: \e488; +$fa-var-square-l: \e275; +$fa-var-square-left: \f351; +$fa-var-arrow-alt-square-left: \f351; +$fa-var-square-list: \e489; +$fa-var-square-m: \e276; +$fa-var-square-minus: \f146; +$fa-var-minus-square: \f146; +$fa-var-square-n: \e277; +$fa-var-square-nfi: \e576; +$fa-var-square-o: \e278; +$fa-var-square-p: \e279; +$fa-var-square-parking: \f540; +$fa-var-parking: \f540; +$fa-var-square-parking-slash: \f617; +$fa-var-parking-slash: \f617; +$fa-var-square-pen: \f14b; +$fa-var-pen-square: \f14b; +$fa-var-pencil-square: \f14b; +$fa-var-square-person-confined: \e577; +$fa-var-square-phone: \f098; +$fa-var-phone-square: \f098; +$fa-var-square-phone-flip: \f87b; +$fa-var-phone-square-alt: \f87b; +$fa-var-square-phone-hangup: \e27a; +$fa-var-phone-square-down: \e27a; +$fa-var-square-plus: \f0fe; +$fa-var-plus-square: \f0fe; +$fa-var-square-poll-horizontal: \f682; +$fa-var-poll-h: \f682; +$fa-var-square-poll-vertical: \f681; +$fa-var-poll: \f681; +$fa-var-square-q: \e27b; +$fa-var-square-quarters: \e44e; +$fa-var-square-question: \f2fd; +$fa-var-question-square: \f2fd; +$fa-var-square-quote: \e329; +$fa-var-square-r: \e27c; +$fa-var-square-right: \f352; +$fa-var-arrow-alt-square-right: \f352; +$fa-var-square-ring: \e44f; +$fa-var-square-root: \f697; +$fa-var-square-root-variable: \f698; +$fa-var-square-root-alt: \f698; +$fa-var-square-rss: \f143; +$fa-var-rss-square: \f143; +$fa-var-square-s: \e27d; +$fa-var-square-share-nodes: \f1e1; +$fa-var-share-alt-square: \f1e1; +$fa-var-square-sliders: \f3f0; +$fa-var-sliders-h-square: \f3f0; +$fa-var-square-sliders-vertical: \f3f2; +$fa-var-sliders-v-square: \f3f2; +$fa-var-square-small: \e27e; +$fa-var-square-star: \e27f; +$fa-var-square-t: \e280; +$fa-var-square-terminal: \e32a; +$fa-var-square-this-way-up: \f49f; +$fa-var-box-up: \f49f; +$fa-var-square-u: \e281; +$fa-var-square-up: \f353; +$fa-var-arrow-alt-square-up: \f353; +$fa-var-square-up-left: \e282; +$fa-var-square-up-right: \f360; +$fa-var-external-link-square-alt: \f360; +$fa-var-square-user: \e283; +$fa-var-square-v: \e284; +$fa-var-square-virus: \e578; +$fa-var-square-w: \e285; +$fa-var-square-x: \e286; +$fa-var-square-xmark: \f2d3; +$fa-var-times-square: \f2d3; +$fa-var-xmark-square: \f2d3; +$fa-var-square-y: \e287; +$fa-var-square-z: \e288; +$fa-var-squid: \e450; +$fa-var-squirrel: \f71a; +$fa-var-staff: \f71b; +$fa-var-staff-aesculapius: \e579; +$fa-var-rod-asclepius: \e579; +$fa-var-rod-snake: \e579; +$fa-var-staff-snake: \e579; +$fa-var-stairs: \e289; +$fa-var-stamp: \f5bf; +$fa-var-standard-definition: \e28a; +$fa-var-rectangle-sd: \e28a; +$fa-var-star: \f005; +$fa-var-star-and-crescent: \f699; +$fa-var-star-christmas: \f7d4; +$fa-var-star-exclamation: \f2f3; +$fa-var-star-half: \f089; +$fa-var-star-half-stroke: \f5c0; +$fa-var-star-half-alt: \f5c0; +$fa-var-star-of-david: \f69a; +$fa-var-star-of-life: \f621; +$fa-var-star-sharp: \e28b; +$fa-var-star-sharp-half: \e28c; +$fa-var-star-sharp-half-stroke: \e28d; +$fa-var-star-sharp-half-alt: \e28d; +$fa-var-star-shooting: \e036; +$fa-var-starfighter: \e037; +$fa-var-starfighter-twin-ion-engine: \e038; +$fa-var-starfighter-alt: \e038; +$fa-var-starfighter-twin-ion-engine-advanced: \e28e; +$fa-var-starfighter-alt-advanced: \e28e; +$fa-var-stars: \f762; +$fa-var-starship: \e039; +$fa-var-starship-freighter: \e03a; +$fa-var-steak: \f824; +$fa-var-steering-wheel: \f622; +$fa-var-sterling-sign: \f154; +$fa-var-gbp: \f154; +$fa-var-pound-sign: \f154; +$fa-var-stethoscope: \f0f1; +$fa-var-stocking: \f7d5; +$fa-var-stomach: \f623; +$fa-var-stop: \f04d; +$fa-var-stopwatch: \f2f2; +$fa-var-stopwatch-20: \e06f; +$fa-var-store: \f54e; +$fa-var-store-lock: \e4a6; +$fa-var-store-slash: \e071; +$fa-var-strawberry: \e32b; +$fa-var-street-view: \f21d; +$fa-var-stretcher: \f825; +$fa-var-strikethrough: \f0cc; +$fa-var-stroopwafel: \f551; +$fa-var-subscript: \f12c; +$fa-var-suitcase: \f0f2; +$fa-var-suitcase-medical: \f0fa; +$fa-var-medkit: \f0fa; +$fa-var-suitcase-rolling: \f5c1; +$fa-var-sun: \f185; +$fa-var-sun-bright: \e28f; +$fa-var-sun-alt: \e28f; +$fa-var-sun-cloud: \f763; +$fa-var-sun-dust: \f764; +$fa-var-sun-haze: \f765; +$fa-var-sun-plant-wilt: \e57a; +$fa-var-sunglasses: \f892; +$fa-var-sunrise: \f766; +$fa-var-sunset: \f767; +$fa-var-superscript: \f12b; +$fa-var-sushi: \e48a; +$fa-var-nigiri: \e48a; +$fa-var-sushi-roll: \e48b; +$fa-var-maki-roll: \e48b; +$fa-var-makizushi: \e48b; +$fa-var-swatchbook: \f5c3; +$fa-var-sword: \f71c; +$fa-var-sword-laser: \e03b; +$fa-var-sword-laser-alt: \e03c; +$fa-var-swords: \f71d; +$fa-var-swords-laser: \e03d; +$fa-var-symbols: \f86e; +$fa-var-icons-alt: \f86e; +$fa-var-synagogue: \f69b; +$fa-var-syringe: \f48e; +$fa-var-t: \54; +$fa-var-table: \f0ce; +$fa-var-table-cells: \f00a; +$fa-var-th: \f00a; +$fa-var-table-cells-large: \f009; +$fa-var-th-large: \f009; +$fa-var-table-columns: \f0db; +$fa-var-columns: \f0db; +$fa-var-table-layout: \e290; +$fa-var-table-list: \f00b; +$fa-var-th-list: \f00b; +$fa-var-table-picnic: \e32d; +$fa-var-table-pivot: \e291; +$fa-var-table-rows: \e292; +$fa-var-rows: \e292; +$fa-var-table-tennis-paddle-ball: \f45d; +$fa-var-ping-pong-paddle-ball: \f45d; +$fa-var-table-tennis: \f45d; +$fa-var-table-tree: \e293; +$fa-var-tablet: \f3fb; +$fa-var-tablet-android: \f3fb; +$fa-var-tablet-button: \f10a; +$fa-var-tablet-rugged: \f48f; +$fa-var-tablet-screen: \f3fc; +$fa-var-tablet-android-alt: \f3fc; +$fa-var-tablet-screen-button: \f3fa; +$fa-var-tablet-alt: \f3fa; +$fa-var-tablets: \f490; +$fa-var-tachograph-digital: \f566; +$fa-var-digital-tachograph: \f566; +$fa-var-taco: \f826; +$fa-var-tag: \f02b; +$fa-var-tags: \f02c; +$fa-var-tally: \f69c; +$fa-var-tally-5: \f69c; +$fa-var-tally-1: \e294; +$fa-var-tally-2: \e295; +$fa-var-tally-3: \e296; +$fa-var-tally-4: \e297; +$fa-var-tamale: \e451; +$fa-var-tank-water: \e452; +$fa-var-tape: \f4db; +$fa-var-tarp: \e57b; +$fa-var-tarp-droplet: \e57c; +$fa-var-taxi: \f1ba; +$fa-var-cab: \f1ba; +$fa-var-taxi-bus: \e298; +$fa-var-teddy-bear: \e3cf; +$fa-var-teeth: \f62e; +$fa-var-teeth-open: \f62f; +$fa-var-telescope: \e03e; +$fa-var-temperature-arrow-down: \e03f; +$fa-var-temperature-down: \e03f; +$fa-var-temperature-arrow-up: \e040; +$fa-var-temperature-up: \e040; +$fa-var-temperature-empty: \f2cb; +$fa-var-temperature-0: \f2cb; +$fa-var-thermometer-0: \f2cb; +$fa-var-thermometer-empty: \f2cb; +$fa-var-temperature-full: \f2c7; +$fa-var-temperature-4: \f2c7; +$fa-var-thermometer-4: \f2c7; +$fa-var-thermometer-full: \f2c7; +$fa-var-temperature-half: \f2c9; +$fa-var-temperature-2: \f2c9; +$fa-var-thermometer-2: \f2c9; +$fa-var-thermometer-half: \f2c9; +$fa-var-temperature-high: \f769; +$fa-var-temperature-list: \e299; +$fa-var-temperature-low: \f76b; +$fa-var-temperature-quarter: \f2ca; +$fa-var-temperature-1: \f2ca; +$fa-var-thermometer-1: \f2ca; +$fa-var-thermometer-quarter: \f2ca; +$fa-var-temperature-snow: \f768; +$fa-var-temperature-frigid: \f768; +$fa-var-temperature-sun: \f76a; +$fa-var-temperature-hot: \f76a; +$fa-var-temperature-three-quarters: \f2c8; +$fa-var-temperature-3: \f2c8; +$fa-var-thermometer-3: \f2c8; +$fa-var-thermometer-three-quarters: \f2c8; +$fa-var-tenge-sign: \f7d7; +$fa-var-tenge: \f7d7; +$fa-var-tennis-ball: \f45e; +$fa-var-tent: \e57d; +$fa-var-tent-arrow-down-to-line: \e57e; +$fa-var-tent-arrow-left-right: \e57f; +$fa-var-tent-arrow-turn-left: \e580; +$fa-var-tent-arrows-down: \e581; +$fa-var-tents: \e582; +$fa-var-terminal: \f120; +$fa-var-text: \f893; +$fa-var-text-height: \f034; +$fa-var-text-size: \f894; +$fa-var-text-slash: \f87d; +$fa-var-remove-format: \f87d; +$fa-var-text-width: \f035; +$fa-var-thermometer: \f491; +$fa-var-theta: \f69e; +$fa-var-thought-bubble: \e32e; +$fa-var-thumbs-down: \f165; +$fa-var-thumbs-up: \f164; +$fa-var-thumbtack: \f08d; +$fa-var-thumb-tack: \f08d; +$fa-var-tick: \e32f; +$fa-var-ticket: \f145; +$fa-var-ticket-airline: \e29a; +$fa-var-ticket-simple: \f3ff; +$fa-var-ticket-alt: \f3ff; +$fa-var-tickets-airline: \e29b; +$fa-var-tilde: \7e; +$fa-var-timeline: \e29c; +$fa-var-timeline-arrow: \e29d; +$fa-var-timer: \e29e; +$fa-var-tire: \f631; +$fa-var-tire-flat: \f632; +$fa-var-tire-pressure-warning: \f633; +$fa-var-tire-rugged: \f634; +$fa-var-toggle-off: \f204; +$fa-var-toggle-on: \f205; +$fa-var-toilet: \f7d8; +$fa-var-toilet-paper: \f71e; +$fa-var-toilet-paper-blank: \f71f; +$fa-var-toilet-paper-alt: \f71f; +$fa-var-toilet-paper-blank-under: \e29f; +$fa-var-toilet-paper-reverse-alt: \e29f; +$fa-var-toilet-paper-slash: \e072; +$fa-var-toilet-paper-under: \e2a0; +$fa-var-toilet-paper-reverse: \e2a0; +$fa-var-toilet-paper-under-slash: \e2a1; +$fa-var-toilet-paper-reverse-slash: \e2a1; +$fa-var-toilet-portable: \e583; +$fa-var-toilets-portable: \e584; +$fa-var-tomato: \e330; +$fa-var-tombstone: \f720; +$fa-var-tombstone-blank: \f721; +$fa-var-tombstone-alt: \f721; +$fa-var-toolbox: \f552; +$fa-var-tooth: \f5c9; +$fa-var-toothbrush: \f635; +$fa-var-torii-gate: \f6a1; +$fa-var-tornado: \f76f; +$fa-var-tower-broadcast: \f519; +$fa-var-broadcast-tower: \f519; +$fa-var-tower-cell: \e585; +$fa-var-tower-control: \e2a2; +$fa-var-tower-observation: \e586; +$fa-var-tractor: \f722; +$fa-var-trademark: \f25c; +$fa-var-traffic-cone: \f636; +$fa-var-traffic-light: \f637; +$fa-var-traffic-light-go: \f638; +$fa-var-traffic-light-slow: \f639; +$fa-var-traffic-light-stop: \f63a; +$fa-var-trailer: \e041; +$fa-var-train: \f238; +$fa-var-train-subway: \f239; +$fa-var-subway: \f239; +$fa-var-train-subway-tunnel: \e2a3; +$fa-var-subway-tunnel: \e2a3; +$fa-var-train-track: \e453; +$fa-var-train-tram: \f7da; +$fa-var-tram: \f7da; +$fa-var-train-tunnel: \e454; +$fa-var-transformer-bolt: \e2a4; +$fa-var-transgender: \f225; +$fa-var-transgender-alt: \f225; +$fa-var-transporter: \e042; +$fa-var-transporter-1: \e043; +$fa-var-transporter-2: \e044; +$fa-var-transporter-3: \e045; +$fa-var-transporter-4: \e2a5; +$fa-var-transporter-5: \e2a6; +$fa-var-transporter-6: \e2a7; +$fa-var-transporter-7: \e2a8; +$fa-var-transporter-empty: \e046; +$fa-var-trash: \f1f8; +$fa-var-trash-arrow-up: \f829; +$fa-var-trash-restore: \f829; +$fa-var-trash-can: \f2ed; +$fa-var-trash-alt: \f2ed; +$fa-var-trash-can-arrow-up: \f82a; +$fa-var-trash-restore-alt: \f82a; +$fa-var-trash-can-check: \e2a9; +$fa-var-trash-can-clock: \e2aa; +$fa-var-trash-can-list: \e2ab; +$fa-var-trash-can-plus: \e2ac; +$fa-var-trash-can-slash: \e2ad; +$fa-var-trash-alt-slash: \e2ad; +$fa-var-trash-can-undo: \f896; +$fa-var-trash-can-arrow-turn-left: \f896; +$fa-var-trash-undo-alt: \f896; +$fa-var-trash-can-xmark: \e2ae; +$fa-var-trash-check: \e2af; +$fa-var-trash-clock: \e2b0; +$fa-var-trash-list: \e2b1; +$fa-var-trash-plus: \e2b2; +$fa-var-trash-slash: \e2b3; +$fa-var-trash-undo: \f895; +$fa-var-trash-arrow-turn-left: \f895; +$fa-var-trash-xmark: \e2b4; +$fa-var-treasure-chest: \f723; +$fa-var-tree: \f1bb; +$fa-var-tree-christmas: \f7db; +$fa-var-tree-city: \e587; +$fa-var-tree-deciduous: \f400; +$fa-var-tree-alt: \f400; +$fa-var-tree-decorated: \f7dc; +$fa-var-tree-large: \f7dd; +$fa-var-tree-palm: \f82b; +$fa-var-trees: \f724; +$fa-var-triangle: \f2ec; +$fa-var-triangle-exclamation: \f071; +$fa-var-exclamation-triangle: \f071; +$fa-var-warning: \f071; +$fa-var-triangle-instrument: \f8e2; +$fa-var-triangle-music: \f8e2; +$fa-var-triangle-person-digging: \f85d; +$fa-var-construction: \f85d; +$fa-var-trillium: \e588; +$fa-var-trophy: \f091; +$fa-var-trophy-star: \f2eb; +$fa-var-trophy-alt: \f2eb; +$fa-var-trowel: \e589; +$fa-var-trowel-bricks: \e58a; +$fa-var-truck: \f0d1; +$fa-var-truck-arrow-right: \e58b; +$fa-var-truck-bolt: \e3d0; +$fa-var-truck-clock: \f48c; +$fa-var-shipping-timed: \f48c; +$fa-var-truck-container: \f4dc; +$fa-var-truck-container-empty: \e2b5; +$fa-var-truck-droplet: \e58c; +$fa-var-truck-fast: \f48b; +$fa-var-shipping-fast: \f48b; +$fa-var-truck-field: \e58d; +$fa-var-truck-field-un: \e58e; +$fa-var-truck-flatbed: \e2b6; +$fa-var-truck-front: \e2b7; +$fa-var-truck-medical: \f0f9; +$fa-var-ambulance: \f0f9; +$fa-var-truck-monster: \f63b; +$fa-var-truck-moving: \f4df; +$fa-var-truck-pickup: \f63c; +$fa-var-truck-plane: \e58f; +$fa-var-truck-plow: \f7de; +$fa-var-truck-ramp: \f4e0; +$fa-var-truck-ramp-box: \f4de; +$fa-var-truck-loading: \f4de; +$fa-var-truck-ramp-couch: \f4dd; +$fa-var-truck-couch: \f4dd; +$fa-var-truck-tow: \e2b8; +$fa-var-trumpet: \f8e3; +$fa-var-tty: \f1e4; +$fa-var-teletype: \f1e4; +$fa-var-tty-answer: \e2b9; +$fa-var-teletype-answer: \e2b9; +$fa-var-tugrik-sign: \e2ba; +$fa-var-turkey: \f725; +$fa-var-turkish-lira-sign: \e2bb; +$fa-var-try: \e2bb; +$fa-var-turkish-lira: \e2bb; +$fa-var-turn-down: \f3be; +$fa-var-level-down-alt: \f3be; +$fa-var-turn-down-left: \e331; +$fa-var-turn-down-right: \e455; +$fa-var-turn-up: \f3bf; +$fa-var-level-up-alt: \f3bf; +$fa-var-turntable: \f8e4; +$fa-var-turtle: \f726; +$fa-var-tv: \f26c; +$fa-var-television: \f26c; +$fa-var-tv-alt: \f26c; +$fa-var-tv-music: \f8e6; +$fa-var-tv-retro: \f401; +$fa-var-typewriter: \f8e7; +$fa-var-u: \55; +$fa-var-ufo: \e047; +$fa-var-ufo-beam: \e048; +$fa-var-umbrella: \f0e9; +$fa-var-umbrella-beach: \f5ca; +$fa-var-umbrella-simple: \e2bc; +$fa-var-umbrella-alt: \e2bc; +$fa-var-underline: \f0cd; +$fa-var-unicorn: \f727; +$fa-var-uniform-martial-arts: \e3d1; +$fa-var-union: \f6a2; +$fa-var-universal-access: \f29a; +$fa-var-unlock: \f09c; +$fa-var-unlock-keyhole: \f13e; +$fa-var-unlock-alt: \f13e; +$fa-var-up: \f357; +$fa-var-arrow-alt-up: \f357; +$fa-var-up-down: \f338; +$fa-var-arrows-alt-v: \f338; +$fa-var-up-down-left-right: \f0b2; +$fa-var-arrows-alt: \f0b2; +$fa-var-up-from-bracket: \e590; +$fa-var-up-from-dotted-line: \e456; +$fa-var-up-from-line: \f346; +$fa-var-arrow-alt-from-bottom: \f346; +$fa-var-up-left: \e2bd; +$fa-var-up-long: \f30c; +$fa-var-long-arrow-alt-up: \f30c; +$fa-var-up-right: \e2be; +$fa-var-up-right-and-down-left-from-center: \f424; +$fa-var-expand-alt: \f424; +$fa-var-up-right-from-square: \f35d; +$fa-var-external-link-alt: \f35d; +$fa-var-up-to-dotted-line: \e457; +$fa-var-up-to-line: \f34d; +$fa-var-arrow-alt-to-top: \f34d; +$fa-var-upload: \f093; +$fa-var-usb-drive: \f8e9; +$fa-var-user: \f007; +$fa-var-user-alien: \e04a; +$fa-var-user-astronaut: \f4fb; +$fa-var-user-bounty-hunter: \e2bf; +$fa-var-user-check: \f4fc; +$fa-var-user-chef: \e3d2; +$fa-var-user-clock: \f4fd; +$fa-var-user-cowboy: \f8ea; +$fa-var-user-crown: \f6a4; +$fa-var-user-doctor: \f0f0; +$fa-var-user-md: \f0f0; +$fa-var-user-doctor-hair: \e458; +$fa-var-user-doctor-hair-long: \e459; +$fa-var-user-doctor-message: \f82e; +$fa-var-user-md-chat: \f82e; +$fa-var-user-gear: \f4fe; +$fa-var-user-cog: \f4fe; +$fa-var-user-graduate: \f501; +$fa-var-user-group: \f500; +$fa-var-user-friends: \f500; +$fa-var-user-group-crown: \f6a5; +$fa-var-users-crown: \f6a5; +$fa-var-user-hair: \e45a; +$fa-var-user-hair-buns: \e3d3; +$fa-var-user-hair-long: \e45b; +$fa-var-user-hair-mullet: \e45c; +$fa-var-business-front: \e45c; +$fa-var-party-back: \e45c; +$fa-var-trian-balbot: \e45c; +$fa-var-user-headset: \f82d; +$fa-var-user-helmet-safety: \f82c; +$fa-var-user-construction: \f82c; +$fa-var-user-hard-hat: \f82c; +$fa-var-user-injured: \f728; +$fa-var-user-large: \f406; +$fa-var-user-alt: \f406; +$fa-var-user-large-slash: \f4fa; +$fa-var-user-alt-slash: \f4fa; +$fa-var-user-lock: \f502; +$fa-var-user-minus: \f503; +$fa-var-user-music: \f8eb; +$fa-var-user-ninja: \f504; +$fa-var-user-nurse: \f82f; +$fa-var-user-nurse-hair: \e45d; +$fa-var-user-nurse-hair-long: \e45e; +$fa-var-user-pen: \f4ff; +$fa-var-user-edit: \f4ff; +$fa-var-user-pilot: \e2c0; +$fa-var-user-pilot-tie: \e2c1; +$fa-var-user-plus: \f234; +$fa-var-user-police: \e333; +$fa-var-user-police-tie: \e334; +$fa-var-user-robot: \e04b; +$fa-var-user-robot-xmarks: \e4a7; +$fa-var-user-secret: \f21b; +$fa-var-user-shakespeare: \e2c2; +$fa-var-user-shield: \f505; +$fa-var-user-slash: \f506; +$fa-var-user-tag: \f507; +$fa-var-user-tie: \f508; +$fa-var-user-tie-hair: \e45f; +$fa-var-user-tie-hair-long: \e460; +$fa-var-user-unlock: \e058; +$fa-var-user-visor: \e04c; +$fa-var-user-vneck: \e461; +$fa-var-user-vneck-hair: \e462; +$fa-var-user-vneck-hair-long: \e463; +$fa-var-user-xmark: \f235; +$fa-var-user-times: \f235; +$fa-var-users: \f0c0; +$fa-var-users-between-lines: \e591; +$fa-var-users-gear: \f509; +$fa-var-users-cog: \f509; +$fa-var-users-line: \e592; +$fa-var-users-medical: \f830; +$fa-var-users-rays: \e593; +$fa-var-users-rectangle: \e594; +$fa-var-users-slash: \e073; +$fa-var-users-viewfinder: \e595; +$fa-var-utensils: \f2e7; +$fa-var-cutlery: \f2e7; +$fa-var-utensils-slash: \e464; +$fa-var-utility-pole: \e2c3; +$fa-var-utility-pole-double: \e2c4; +$fa-var-v: \56; +$fa-var-vacuum: \e04d; +$fa-var-vacuum-robot: \e04e; +$fa-var-value-absolute: \f6a6; +$fa-var-van-shuttle: \f5b6; +$fa-var-shuttle-van: \f5b6; +$fa-var-vault: \e2c5; +$fa-var-vector-circle: \e2c6; +$fa-var-vector-polygon: \e2c7; +$fa-var-vector-square: \f5cb; +$fa-var-vent-damper: \e465; +$fa-var-venus: \f221; +$fa-var-venus-double: \f226; +$fa-var-venus-mars: \f228; +$fa-var-vest: \e085; +$fa-var-vest-patches: \e086; +$fa-var-vial: \f492; +$fa-var-vial-circle-check: \e596; +$fa-var-vial-virus: \e597; +$fa-var-vials: \f493; +$fa-var-video: \f03d; +$fa-var-video-camera: \f03d; +$fa-var-video-arrow-down-left: \e2c8; +$fa-var-video-arrow-up-right: \e2c9; +$fa-var-video-plus: \f4e1; +$fa-var-video-slash: \f4e2; +$fa-var-vihara: \f6a7; +$fa-var-violin: \f8ed; +$fa-var-virus: \e074; +$fa-var-virus-covid: \e4a8; +$fa-var-virus-covid-slash: \e4a9; +$fa-var-virus-slash: \e075; +$fa-var-viruses: \e076; +$fa-var-voicemail: \f897; +$fa-var-volcano: \f770; +$fa-var-volleyball: \f45f; +$fa-var-volleyball-ball: \f45f; +$fa-var-volume: \f6a8; +$fa-var-volume-medium: \f6a8; +$fa-var-volume-high: \f028; +$fa-var-volume-up: \f028; +$fa-var-volume-low: \f027; +$fa-var-volume-down: \f027; +$fa-var-volume-off: \f026; +$fa-var-volume-slash: \f2e2; +$fa-var-volume-xmark: \f6a9; +$fa-var-volume-mute: \f6a9; +$fa-var-volume-times: \f6a9; +$fa-var-vr-cardboard: \f729; +$fa-var-w: \57; +$fa-var-waffle: \e466; +$fa-var-wagon-covered: \f8ee; +$fa-var-walker: \f831; +$fa-var-walkie-talkie: \f8ef; +$fa-var-wallet: \f555; +$fa-var-wand: \f72a; +$fa-var-wand-magic: \f0d0; +$fa-var-magic: \f0d0; +$fa-var-wand-magic-sparkles: \e2ca; +$fa-var-magic-wand-sparkles: \e2ca; +$fa-var-wand-sparkles: \f72b; +$fa-var-warehouse: \f494; +$fa-var-warehouse-full: \f495; +$fa-var-warehouse-alt: \f495; +$fa-var-washing-machine: \f898; +$fa-var-washer: \f898; +$fa-var-watch: \f2e1; +$fa-var-watch-apple: \e2cb; +$fa-var-watch-calculator: \f8f0; +$fa-var-watch-fitness: \f63e; +$fa-var-watch-smart: \e2cc; +$fa-var-water: \f773; +$fa-var-water-arrow-down: \f774; +$fa-var-water-lower: \f774; +$fa-var-water-arrow-up: \f775; +$fa-var-water-rise: \f775; +$fa-var-water-ladder: \f5c5; +$fa-var-ladder-water: \f5c5; +$fa-var-swimming-pool: \f5c5; +$fa-var-watermelon-slice: \e337; +$fa-var-wave-pulse: \f5f8; +$fa-var-heart-rate: \f5f8; +$fa-var-wave-sine: \f899; +$fa-var-wave-square: \f83e; +$fa-var-wave-triangle: \f89a; +$fa-var-waveform: \f8f1; +$fa-var-waveform-lines: \f8f2; +$fa-var-waveform-path: \f8f2; +$fa-var-weight-hanging: \f5cd; +$fa-var-weight-scale: \f496; +$fa-var-weight: \f496; +$fa-var-whale: \f72c; +$fa-var-wheat: \f72d; +$fa-var-wheat-awn: \e2cd; +$fa-var-wheat-alt: \e2cd; +$fa-var-wheat-awn-circle-exclamation: \e598; +$fa-var-wheat-awn-slash: \e338; +$fa-var-wheat-slash: \e339; +$fa-var-wheelchair: \f193; +$fa-var-wheelchair-move: \e2ce; +$fa-var-wheelchair-alt: \e2ce; +$fa-var-whiskey-glass: \f7a0; +$fa-var-glass-whiskey: \f7a0; +$fa-var-whiskey-glass-ice: \f7a1; +$fa-var-glass-whiskey-rocks: \f7a1; +$fa-var-whistle: \f460; +$fa-var-wifi: \f1eb; +$fa-var-wifi-3: \f1eb; +$fa-var-wifi-strong: \f1eb; +$fa-var-wifi-exclamation: \e2cf; +$fa-var-wifi-fair: \f6ab; +$fa-var-wifi-2: \f6ab; +$fa-var-wifi-slash: \f6ac; +$fa-var-wifi-weak: \f6aa; +$fa-var-wifi-1: \f6aa; +$fa-var-wind: \f72e; +$fa-var-wind-turbine: \f89b; +$fa-var-wind-warning: \f776; +$fa-var-wind-circle-exclamation: \f776; +$fa-var-window: \f40e; +$fa-var-window-flip: \f40f; +$fa-var-window-alt: \f40f; +$fa-var-window-frame: \e04f; +$fa-var-window-frame-open: \e050; +$fa-var-window-maximize: \f2d0; +$fa-var-window-minimize: \f2d1; +$fa-var-window-restore: \f2d2; +$fa-var-windsock: \f777; +$fa-var-wine-bottle: \f72f; +$fa-var-wine-glass: \f4e3; +$fa-var-wine-glass-crack: \f4bb; +$fa-var-fragile: \f4bb; +$fa-var-wine-glass-empty: \f5ce; +$fa-var-wine-glass-alt: \f5ce; +$fa-var-won-sign: \f159; +$fa-var-krw: \f159; +$fa-var-won: \f159; +$fa-var-worm: \e599; +$fa-var-wreath: \f7e2; +$fa-var-wrench: \f0ad; +$fa-var-wrench-simple: \e2d1; +$fa-var-x: \58; +$fa-var-x-ray: \f497; +$fa-var-xmark: \f00d; +$fa-var-close: \f00d; +$fa-var-multiply: \f00d; +$fa-var-remove: \f00d; +$fa-var-times: \f00d; +$fa-var-xmark-large: \e59b; +$fa-var-xmark-to-slot: \f771; +$fa-var-times-to-slot: \f771; +$fa-var-vote-nay: \f771; +$fa-var-xmarks-lines: \e59a; +$fa-var-y: \59; +$fa-var-yen-sign: \f157; +$fa-var-cny: \f157; +$fa-var-jpy: \f157; +$fa-var-rmb: \f157; +$fa-var-yen: \f157; +$fa-var-yin-yang: \f6ad; +$fa-var-z: \5a; + +$fa-var-42-group: \e080; +$fa-var-innosoft: \e080; +$fa-var-500px: \f26e; +$fa-var-accessible-icon: \f368; +$fa-var-accusoft: \f369; +$fa-var-adn: \f170; +$fa-var-adversal: \f36a; +$fa-var-affiliatetheme: \f36b; +$fa-var-airbnb: \f834; +$fa-var-algolia: \f36c; +$fa-var-alipay: \f642; +$fa-var-amazon: \f270; +$fa-var-amazon-pay: \f42c; +$fa-var-amilia: \f36d; +$fa-var-android: \f17b; +$fa-var-angellist: \f209; +$fa-var-angrycreative: \f36e; +$fa-var-angular: \f420; +$fa-var-app-store: \f36f; +$fa-var-app-store-ios: \f370; +$fa-var-apper: \f371; +$fa-var-apple: \f179; +$fa-var-apple-pay: \f415; +$fa-var-artstation: \f77a; +$fa-var-asymmetrik: \f372; +$fa-var-atlassian: \f77b; +$fa-var-audible: \f373; +$fa-var-autoprefixer: \f41c; +$fa-var-avianex: \f374; +$fa-var-aviato: \f421; +$fa-var-aws: \f375; +$fa-var-bandcamp: \f2d5; +$fa-var-battle-net: \f835; +$fa-var-behance: \f1b4; +$fa-var-behance-square: \f1b5; +$fa-var-bilibili: \e3d9; +$fa-var-bimobject: \f378; +$fa-var-bitbucket: \f171; +$fa-var-bitcoin: \f379; +$fa-var-bity: \f37a; +$fa-var-black-tie: \f27e; +$fa-var-blackberry: \f37b; +$fa-var-blogger: \f37c; +$fa-var-blogger-b: \f37d; +$fa-var-bluetooth: \f293; +$fa-var-bluetooth-b: \f294; +$fa-var-bootstrap: \f836; +$fa-var-bots: \e340; +$fa-var-btc: \f15a; +$fa-var-buffer: \f837; +$fa-var-buromobelexperte: \f37f; +$fa-var-buy-n-large: \f8a6; +$fa-var-buysellads: \f20d; +$fa-var-canadian-maple-leaf: \f785; +$fa-var-cc-amazon-pay: \f42d; +$fa-var-cc-amex: \f1f3; +$fa-var-cc-apple-pay: \f416; +$fa-var-cc-diners-club: \f24c; +$fa-var-cc-discover: \f1f2; +$fa-var-cc-jcb: \f24b; +$fa-var-cc-mastercard: \f1f1; +$fa-var-cc-paypal: \f1f4; +$fa-var-cc-stripe: \f1f5; +$fa-var-cc-visa: \f1f0; +$fa-var-centercode: \f380; +$fa-var-centos: \f789; +$fa-var-chrome: \f268; +$fa-var-chromecast: \f838; +$fa-var-cloudflare: \e07d; +$fa-var-cloudscale: \f383; +$fa-var-cloudsmith: \f384; +$fa-var-cloudversify: \f385; +$fa-var-cmplid: \e360; +$fa-var-codepen: \f1cb; +$fa-var-codiepie: \f284; +$fa-var-confluence: \f78d; +$fa-var-connectdevelop: \f20e; +$fa-var-contao: \f26d; +$fa-var-cotton-bureau: \f89e; +$fa-var-cpanel: \f388; +$fa-var-creative-commons: \f25e; +$fa-var-creative-commons-by: \f4e7; +$fa-var-creative-commons-nc: \f4e8; +$fa-var-creative-commons-nc-eu: \f4e9; +$fa-var-creative-commons-nc-jp: \f4ea; +$fa-var-creative-commons-nd: \f4eb; +$fa-var-creative-commons-pd: \f4ec; +$fa-var-creative-commons-pd-alt: \f4ed; +$fa-var-creative-commons-remix: \f4ee; +$fa-var-creative-commons-sa: \f4ef; +$fa-var-creative-commons-sampling: \f4f0; +$fa-var-creative-commons-sampling-plus: \f4f1; +$fa-var-creative-commons-share: \f4f2; +$fa-var-creative-commons-zero: \f4f3; +$fa-var-critical-role: \f6c9; +$fa-var-css3: \f13c; +$fa-var-css3-alt: \f38b; +$fa-var-cuttlefish: \f38c; +$fa-var-d-and-d: \f38d; +$fa-var-d-and-d-beyond: \f6ca; +$fa-var-dailymotion: \e052; +$fa-var-dashcube: \f210; +$fa-var-deezer: \e077; +$fa-var-delicious: \f1a5; +$fa-var-deploydog: \f38e; +$fa-var-deskpro: \f38f; +$fa-var-dev: \f6cc; +$fa-var-deviantart: \f1bd; +$fa-var-dhl: \f790; +$fa-var-diaspora: \f791; +$fa-var-digg: \f1a6; +$fa-var-digital-ocean: \f391; +$fa-var-discord: \f392; +$fa-var-discourse: \f393; +$fa-var-dochub: \f394; +$fa-var-docker: \f395; +$fa-var-draft2digital: \f396; +$fa-var-dribbble: \f17d; +$fa-var-dribbble-square: \f397; +$fa-var-dropbox: \f16b; +$fa-var-drupal: \f1a9; +$fa-var-dyalog: \f399; +$fa-var-earlybirds: \f39a; +$fa-var-ebay: \f4f4; +$fa-var-edge: \f282; +$fa-var-edge-legacy: \e078; +$fa-var-elementor: \f430; +$fa-var-ello: \f5f1; +$fa-var-ember: \f423; +$fa-var-empire: \f1d1; +$fa-var-envira: \f299; +$fa-var-erlang: \f39d; +$fa-var-ethereum: \f42e; +$fa-var-etsy: \f2d7; +$fa-var-evernote: \f839; +$fa-var-expeditedssl: \f23e; +$fa-var-facebook: \f09a; +$fa-var-facebook-f: \f39e; +$fa-var-facebook-messenger: \f39f; +$fa-var-facebook-square: \f082; +$fa-var-fantasy-flight-games: \f6dc; +$fa-var-fedex: \f797; +$fa-var-fedora: \f798; +$fa-var-figma: \f799; +$fa-var-firefox: \f269; +$fa-var-firefox-browser: \e007; +$fa-var-first-order: \f2b0; +$fa-var-first-order-alt: \f50a; +$fa-var-firstdraft: \f3a1; +$fa-var-flickr: \f16e; +$fa-var-flipboard: \f44d; +$fa-var-fly: \f417; +$fa-var-font-awesome: \f2b4; +$fa-var-font-awesome-flag: \f2b4; +$fa-var-font-awesome-logo-full: \f2b4; +$fa-var-fonticons: \f280; +$fa-var-fonticons-fi: \f3a2; +$fa-var-fort-awesome: \f286; +$fa-var-fort-awesome-alt: \f3a3; +$fa-var-forumbee: \f211; +$fa-var-foursquare: \f180; +$fa-var-free-code-camp: \f2c5; +$fa-var-freebsd: \f3a4; +$fa-var-fulcrum: \f50b; +$fa-var-galactic-republic: \f50c; +$fa-var-galactic-senate: \f50d; +$fa-var-get-pocket: \f265; +$fa-var-gg: \f260; +$fa-var-gg-circle: \f261; +$fa-var-git: \f1d3; +$fa-var-git-alt: \f841; +$fa-var-git-square: \f1d2; +$fa-var-github: \f09b; +$fa-var-github-alt: \f113; +$fa-var-github-square: \f092; +$fa-var-gitkraken: \f3a6; +$fa-var-gitlab: \f296; +$fa-var-gitter: \f426; +$fa-var-glide: \f2a5; +$fa-var-glide-g: \f2a6; +$fa-var-gofore: \f3a7; +$fa-var-golang: \e40f; +$fa-var-goodreads: \f3a8; +$fa-var-goodreads-g: \f3a9; +$fa-var-google: \f1a0; +$fa-var-google-drive: \f3aa; +$fa-var-google-pay: \e079; +$fa-var-google-play: \f3ab; +$fa-var-google-plus: \f2b3; +$fa-var-google-plus-g: \f0d5; +$fa-var-google-plus-square: \f0d4; +$fa-var-google-wallet: \f1ee; +$fa-var-gratipay: \f184; +$fa-var-grav: \f2d6; +$fa-var-gripfire: \f3ac; +$fa-var-grunt: \f3ad; +$fa-var-guilded: \e07e; +$fa-var-gulp: \f3ae; +$fa-var-hacker-news: \f1d4; +$fa-var-hacker-news-square: \f3af; +$fa-var-hackerrank: \f5f7; +$fa-var-hashnode: \e499; +$fa-var-hips: \f452; +$fa-var-hire-a-helper: \f3b0; +$fa-var-hive: \e07f; +$fa-var-hooli: \f427; +$fa-var-hornbill: \f592; +$fa-var-hotjar: \f3b1; +$fa-var-houzz: \f27c; +$fa-var-html5: \f13b; +$fa-var-hubspot: \f3b2; +$fa-var-ideal: \e013; +$fa-var-imdb: \f2d8; +$fa-var-instagram: \f16d; +$fa-var-instagram-square: \e055; +$fa-var-instalod: \e081; +$fa-var-intercom: \f7af; +$fa-var-internet-explorer: \f26b; +$fa-var-invision: \f7b0; +$fa-var-ioxhost: \f208; +$fa-var-itch-io: \f83a; +$fa-var-itunes: \f3b4; +$fa-var-itunes-note: \f3b5; +$fa-var-java: \f4e4; +$fa-var-jedi-order: \f50e; +$fa-var-jenkins: \f3b6; +$fa-var-jira: \f7b1; +$fa-var-joget: \f3b7; +$fa-var-joomla: \f1aa; +$fa-var-js: \f3b8; +$fa-var-js-square: \f3b9; +$fa-var-jsfiddle: \f1cc; +$fa-var-kaggle: \f5fa; +$fa-var-keybase: \f4f5; +$fa-var-keycdn: \f3ba; +$fa-var-kickstarter: \f3bb; +$fa-var-kickstarter-k: \f3bc; +$fa-var-korvue: \f42f; +$fa-var-laravel: \f3bd; +$fa-var-lastfm: \f202; +$fa-var-lastfm-square: \f203; +$fa-var-leanpub: \f212; +$fa-var-less: \f41d; +$fa-var-line: \f3c0; +$fa-var-linkedin: \f08c; +$fa-var-linkedin-in: \f0e1; +$fa-var-linode: \f2b8; +$fa-var-linux: \f17c; +$fa-var-lyft: \f3c3; +$fa-var-magento: \f3c4; +$fa-var-mailchimp: \f59e; +$fa-var-mandalorian: \f50f; +$fa-var-markdown: \f60f; +$fa-var-mastodon: \f4f6; +$fa-var-maxcdn: \f136; +$fa-var-mdb: \f8ca; +$fa-var-medapps: \f3c6; +$fa-var-medium: \f23a; +$fa-var-medium-m: \f23a; +$fa-var-medrt: \f3c8; +$fa-var-meetup: \f2e0; +$fa-var-megaport: \f5a3; +$fa-var-mendeley: \f7b3; +$fa-var-meta: \e49b; +$fa-var-microblog: \e01a; +$fa-var-microsoft: \f3ca; +$fa-var-mix: \f3cb; +$fa-var-mixcloud: \f289; +$fa-var-mixer: \e056; +$fa-var-mizuni: \f3cc; +$fa-var-modx: \f285; +$fa-var-monero: \f3d0; +$fa-var-napster: \f3d2; +$fa-var-neos: \f612; +$fa-var-nfc-directional: \e530; +$fa-var-nfc-symbol: \e531; +$fa-var-nimblr: \f5a8; +$fa-var-node: \f419; +$fa-var-node-js: \f3d3; +$fa-var-npm: \f3d4; +$fa-var-ns8: \f3d5; +$fa-var-nutritionix: \f3d6; +$fa-var-octopus-deploy: \e082; +$fa-var-odnoklassniki: \f263; +$fa-var-odnoklassniki-square: \f264; +$fa-var-old-republic: \f510; +$fa-var-opencart: \f23d; +$fa-var-openid: \f19b; +$fa-var-opera: \f26a; +$fa-var-optin-monster: \f23c; +$fa-var-orcid: \f8d2; +$fa-var-osi: \f41a; +$fa-var-padlet: \e4a0; +$fa-var-page4: \f3d7; +$fa-var-pagelines: \f18c; +$fa-var-palfed: \f3d8; +$fa-var-patreon: \f3d9; +$fa-var-paypal: \f1ed; +$fa-var-perbyte: \e083; +$fa-var-periscope: \f3da; +$fa-var-phabricator: \f3db; +$fa-var-phoenix-framework: \f3dc; +$fa-var-phoenix-squadron: \f511; +$fa-var-php: \f457; +$fa-var-pied-piper: \f2ae; +$fa-var-pied-piper-alt: \f1a8; +$fa-var-pied-piper-hat: \f4e5; +$fa-var-pied-piper-pp: \f1a7; +$fa-var-pied-piper-square: \e01e; +$fa-var-pinterest: \f0d2; +$fa-var-pinterest-p: \f231; +$fa-var-pinterest-square: \f0d3; +$fa-var-pix: \e43a; +$fa-var-playstation: \f3df; +$fa-var-product-hunt: \f288; +$fa-var-pushed: \f3e1; +$fa-var-python: \f3e2; +$fa-var-qq: \f1d6; +$fa-var-quinscape: \f459; +$fa-var-quora: \f2c4; +$fa-var-r-project: \f4f7; +$fa-var-raspberry-pi: \f7bb; +$fa-var-ravelry: \f2d9; +$fa-var-react: \f41b; +$fa-var-reacteurope: \f75d; +$fa-var-readme: \f4d5; +$fa-var-rebel: \f1d0; +$fa-var-red-river: \f3e3; +$fa-var-reddit: \f1a1; +$fa-var-reddit-alien: \f281; +$fa-var-reddit-square: \f1a2; +$fa-var-redhat: \f7bc; +$fa-var-renren: \f18b; +$fa-var-replyd: \f3e6; +$fa-var-researchgate: \f4f8; +$fa-var-resolving: \f3e7; +$fa-var-rev: \f5b2; +$fa-var-rocketchat: \f3e8; +$fa-var-rockrms: \f3e9; +$fa-var-rust: \e07a; +$fa-var-safari: \f267; +$fa-var-salesforce: \f83b; +$fa-var-sass: \f41e; +$fa-var-schlix: \f3ea; +$fa-var-screenpal: \e570; +$fa-var-scribd: \f28a; +$fa-var-searchengin: \f3eb; +$fa-var-sellcast: \f2da; +$fa-var-sellsy: \f213; +$fa-var-servicestack: \f3ec; +$fa-var-shirtsinbulk: \f214; +$fa-var-shopify: \e057; +$fa-var-shopware: \f5b5; +$fa-var-simplybuilt: \f215; +$fa-var-sistrix: \f3ee; +$fa-var-sith: \f512; +$fa-var-sitrox: \e44a; +$fa-var-sketch: \f7c6; +$fa-var-skyatlas: \f216; +$fa-var-skype: \f17e; +$fa-var-slack: \f198; +$fa-var-slack-hash: \f198; +$fa-var-slideshare: \f1e7; +$fa-var-snapchat: \f2ab; +$fa-var-snapchat-ghost: \f2ab; +$fa-var-snapchat-square: \f2ad; +$fa-var-soundcloud: \f1be; +$fa-var-sourcetree: \f7d3; +$fa-var-speakap: \f3f3; +$fa-var-speaker-deck: \f83c; +$fa-var-spotify: \f1bc; +$fa-var-square-font-awesome: \f425; +$fa-var-square-font-awesome-stroke: \f35c; +$fa-var-font-awesome-alt: \f35c; +$fa-var-squarespace: \f5be; +$fa-var-stack-exchange: \f18d; +$fa-var-stack-overflow: \f16c; +$fa-var-stackpath: \f842; +$fa-var-staylinked: \f3f5; +$fa-var-steam: \f1b6; +$fa-var-steam-square: \f1b7; +$fa-var-steam-symbol: \f3f6; +$fa-var-sticker-mule: \f3f7; +$fa-var-strava: \f428; +$fa-var-stripe: \f429; +$fa-var-stripe-s: \f42a; +$fa-var-studiovinari: \f3f8; +$fa-var-stumbleupon: \f1a4; +$fa-var-stumbleupon-circle: \f1a3; +$fa-var-superpowers: \f2dd; +$fa-var-supple: \f3f9; +$fa-var-suse: \f7d6; +$fa-var-swift: \f8e1; +$fa-var-symfony: \f83d; +$fa-var-teamspeak: \f4f9; +$fa-var-telegram: \f2c6; +$fa-var-telegram-plane: \f2c6; +$fa-var-tencent-weibo: \f1d5; +$fa-var-the-red-yeti: \f69d; +$fa-var-themeco: \f5c6; +$fa-var-themeisle: \f2b2; +$fa-var-think-peaks: \f731; +$fa-var-tiktok: \e07b; +$fa-var-trade-federation: \f513; +$fa-var-trello: \f181; +$fa-var-tumblr: \f173; +$fa-var-tumblr-square: \f174; +$fa-var-twitch: \f1e8; +$fa-var-twitter: \f099; +$fa-var-twitter-square: \f081; +$fa-var-typo3: \f42b; +$fa-var-uber: \f402; +$fa-var-ubuntu: \f7df; +$fa-var-uikit: \f403; +$fa-var-umbraco: \f8e8; +$fa-var-uncharted: \e084; +$fa-var-uniregistry: \f404; +$fa-var-unity: \e049; +$fa-var-unsplash: \e07c; +$fa-var-untappd: \f405; +$fa-var-ups: \f7e0; +$fa-var-usb: \f287; +$fa-var-usps: \f7e1; +$fa-var-ussunnah: \f407; +$fa-var-vaadin: \f408; +$fa-var-viacoin: \f237; +$fa-var-viadeo: \f2a9; +$fa-var-viadeo-square: \f2aa; +$fa-var-viber: \f409; +$fa-var-vimeo: \f40a; +$fa-var-vimeo-square: \f194; +$fa-var-vimeo-v: \f27d; +$fa-var-vine: \f1ca; +$fa-var-vk: \f189; +$fa-var-vnv: \f40b; +$fa-var-vuejs: \f41f; +$fa-var-watchman-monitoring: \e087; +$fa-var-waze: \f83f; +$fa-var-weebly: \f5cc; +$fa-var-weibo: \f18a; +$fa-var-weixin: \f1d7; +$fa-var-whatsapp: \f232; +$fa-var-whatsapp-square: \f40c; +$fa-var-whmcs: \f40d; +$fa-var-wikipedia-w: \f266; +$fa-var-windows: \f17a; +$fa-var-wirsindhandwerk: \e2d0; +$fa-var-wsh: \e2d0; +$fa-var-wix: \f5cf; +$fa-var-wizards-of-the-coast: \f730; +$fa-var-wodu: \e088; +$fa-var-wolf-pack-battalion: \f514; +$fa-var-wordpress: \f19a; +$fa-var-wordpress-simple: \f411; +$fa-var-wpbeginner: \f297; +$fa-var-wpexplorer: \f2de; +$fa-var-wpforms: \f298; +$fa-var-wpressr: \f3e4; +$fa-var-xbox: \f412; +$fa-var-xing: \f168; +$fa-var-xing-square: \f169; +$fa-var-y-combinator: \f23b; +$fa-var-yahoo: \f19e; +$fa-var-yammer: \f840; +$fa-var-yandex: \f413; +$fa-var-yandex-international: \f414; +$fa-var-yarn: \f7e3; +$fa-var-yelp: \f1e9; +$fa-var-yoast: \f2b1; +$fa-var-youtube: \f167; +$fa-var-youtube-square: \f431; +$fa-var-zhihu: \f63f; + +$fa-icons: ( + "0": $fa-var-0, + "1": $fa-var-1, + "2": $fa-var-2, + "3": $fa-var-3, + "4": $fa-var-4, + "5": $fa-var-5, + "6": $fa-var-6, + "7": $fa-var-7, + "8": $fa-var-8, + "9": $fa-var-9, + "00": $fa-var-00, + "360-degrees": $fa-var-360-degrees, + "a": $fa-var-a, + "abacus": $fa-var-abacus, + "accent-grave": $fa-var-accent-grave, + "acorn": $fa-var-acorn, + "address-book": $fa-var-address-book, + "contact-book": $fa-var-contact-book, + "address-card": $fa-var-address-card, + "contact-card": $fa-var-contact-card, + "vcard": $fa-var-vcard, + "air-conditioner": $fa-var-air-conditioner, + "airplay": $fa-var-airplay, + "alarm-clock": $fa-var-alarm-clock, + "alarm-exclamation": $fa-var-alarm-exclamation, + "alarm-plus": $fa-var-alarm-plus, + "alarm-snooze": $fa-var-alarm-snooze, + "album": $fa-var-album, + "album-circle-plus": $fa-var-album-circle-plus, + "album-circle-user": $fa-var-album-circle-user, + "album-collection": $fa-var-album-collection, + "album-collection-circle-plus": $fa-var-album-collection-circle-plus, + "album-collection-circle-user": $fa-var-album-collection-circle-user, + "alicorn": $fa-var-alicorn, + "alien": $fa-var-alien, + "alien-8bit": $fa-var-alien-8bit, + "alien-monster": $fa-var-alien-monster, + "align-center": $fa-var-align-center, + "align-justify": $fa-var-align-justify, + "align-left": $fa-var-align-left, + "align-right": $fa-var-align-right, + "align-slash": $fa-var-align-slash, + "alt": $fa-var-alt, + "amp-guitar": $fa-var-amp-guitar, + "ampersand": $fa-var-ampersand, + "anchor": $fa-var-anchor, + "anchor-circle-check": $fa-var-anchor-circle-check, + "anchor-circle-exclamation": $fa-var-anchor-circle-exclamation, + "anchor-circle-xmark": $fa-var-anchor-circle-xmark, + "anchor-lock": $fa-var-anchor-lock, + "angel": $fa-var-angel, + "angle": $fa-var-angle, + "angle-90": $fa-var-angle-90, + "angle-down": $fa-var-angle-down, + "angle-left": $fa-var-angle-left, + "angle-right": $fa-var-angle-right, + "angle-up": $fa-var-angle-up, + "angles-down": $fa-var-angles-down, + "angle-double-down": $fa-var-angle-double-down, + "angles-left": $fa-var-angles-left, + "angle-double-left": $fa-var-angle-double-left, + "angles-right": $fa-var-angles-right, + "angle-double-right": $fa-var-angle-double-right, + "angles-up": $fa-var-angles-up, + "angle-double-up": $fa-var-angle-double-up, + "ankh": $fa-var-ankh, + "apartment": $fa-var-apartment, + "aperture": $fa-var-aperture, + "apostrophe": $fa-var-apostrophe, + "apple-core": $fa-var-apple-core, + "apple-whole": $fa-var-apple-whole, + "apple-alt": $fa-var-apple-alt, + "archway": $fa-var-archway, + "arrow-down": $fa-var-arrow-down, + "arrow-down-1-9": $fa-var-arrow-down-1-9, + "sort-numeric-asc": $fa-var-sort-numeric-asc, + "sort-numeric-down": $fa-var-sort-numeric-down, + "arrow-down-9-1": $fa-var-arrow-down-9-1, + "sort-numeric-desc": $fa-var-sort-numeric-desc, + "sort-numeric-down-alt": $fa-var-sort-numeric-down-alt, + "arrow-down-a-z": $fa-var-arrow-down-a-z, + "sort-alpha-asc": $fa-var-sort-alpha-asc, + "sort-alpha-down": $fa-var-sort-alpha-down, + "arrow-down-arrow-up": $fa-var-arrow-down-arrow-up, + "sort-alt": $fa-var-sort-alt, + "arrow-down-big-small": $fa-var-arrow-down-big-small, + "sort-size-down": $fa-var-sort-size-down, + "arrow-down-from-dotted-line": $fa-var-arrow-down-from-dotted-line, + "arrow-down-from-line": $fa-var-arrow-down-from-line, + "arrow-from-top": $fa-var-arrow-from-top, + "arrow-down-left": $fa-var-arrow-down-left, + "arrow-down-left-and-arrow-up-right-to-center": $fa-var-arrow-down-left-and-arrow-up-right-to-center, + "arrow-down-long": $fa-var-arrow-down-long, + "long-arrow-down": $fa-var-long-arrow-down, + "arrow-down-right": $fa-var-arrow-down-right, + "arrow-down-short-wide": $fa-var-arrow-down-short-wide, + "sort-amount-desc": $fa-var-sort-amount-desc, + "sort-amount-down-alt": $fa-var-sort-amount-down-alt, + "arrow-down-small-big": $fa-var-arrow-down-small-big, + "sort-size-down-alt": $fa-var-sort-size-down-alt, + "arrow-down-square-triangle": $fa-var-arrow-down-square-triangle, + "sort-shapes-down-alt": $fa-var-sort-shapes-down-alt, + "arrow-down-to-arc": $fa-var-arrow-down-to-arc, + "arrow-down-to-bracket": $fa-var-arrow-down-to-bracket, + "arrow-down-to-dotted-line": $fa-var-arrow-down-to-dotted-line, + "arrow-down-to-line": $fa-var-arrow-down-to-line, + "arrow-to-bottom": $fa-var-arrow-to-bottom, + "arrow-down-to-square": $fa-var-arrow-down-to-square, + "arrow-down-triangle-square": $fa-var-arrow-down-triangle-square, + "sort-shapes-down": $fa-var-sort-shapes-down, + "arrow-down-up-across-line": $fa-var-arrow-down-up-across-line, + "arrow-down-up-lock": $fa-var-arrow-down-up-lock, + "arrow-down-wide-short": $fa-var-arrow-down-wide-short, + "sort-amount-asc": $fa-var-sort-amount-asc, + "sort-amount-down": $fa-var-sort-amount-down, + "arrow-down-z-a": $fa-var-arrow-down-z-a, + "sort-alpha-desc": $fa-var-sort-alpha-desc, + "sort-alpha-down-alt": $fa-var-sort-alpha-down-alt, + "arrow-left": $fa-var-arrow-left, + "arrow-left-from-line": $fa-var-arrow-left-from-line, + "arrow-from-right": $fa-var-arrow-from-right, + "arrow-left-long": $fa-var-arrow-left-long, + "long-arrow-left": $fa-var-long-arrow-left, + "arrow-left-long-to-line": $fa-var-arrow-left-long-to-line, + "arrow-left-to-line": $fa-var-arrow-left-to-line, + "arrow-to-left": $fa-var-arrow-to-left, + "arrow-pointer": $fa-var-arrow-pointer, + "mouse-pointer": $fa-var-mouse-pointer, + "arrow-right": $fa-var-arrow-right, + "arrow-right-arrow-left": $fa-var-arrow-right-arrow-left, + "exchange": $fa-var-exchange, + "arrow-right-from-arc": $fa-var-arrow-right-from-arc, + "arrow-right-from-bracket": $fa-var-arrow-right-from-bracket, + "sign-out": $fa-var-sign-out, + "arrow-right-from-line": $fa-var-arrow-right-from-line, + "arrow-from-left": $fa-var-arrow-from-left, + "arrow-right-long": $fa-var-arrow-right-long, + "long-arrow-right": $fa-var-long-arrow-right, + "arrow-right-long-to-line": $fa-var-arrow-right-long-to-line, + "arrow-right-to-arc": $fa-var-arrow-right-to-arc, + "arrow-right-to-bracket": $fa-var-arrow-right-to-bracket, + "sign-in": $fa-var-sign-in, + "arrow-right-to-city": $fa-var-arrow-right-to-city, + "arrow-right-to-line": $fa-var-arrow-right-to-line, + "arrow-to-right": $fa-var-arrow-to-right, + "arrow-rotate-left": $fa-var-arrow-rotate-left, + "arrow-left-rotate": $fa-var-arrow-left-rotate, + "arrow-rotate-back": $fa-var-arrow-rotate-back, + "arrow-rotate-backward": $fa-var-arrow-rotate-backward, + "undo": $fa-var-undo, + "arrow-rotate-right": $fa-var-arrow-rotate-right, + "arrow-right-rotate": $fa-var-arrow-right-rotate, + "arrow-rotate-forward": $fa-var-arrow-rotate-forward, + "redo": $fa-var-redo, + "arrow-trend-down": $fa-var-arrow-trend-down, + "arrow-trend-up": $fa-var-arrow-trend-up, + "arrow-turn-down": $fa-var-arrow-turn-down, + "level-down": $fa-var-level-down, + "arrow-turn-down-left": $fa-var-arrow-turn-down-left, + "arrow-turn-down-right": $fa-var-arrow-turn-down-right, + "arrow-turn-up": $fa-var-arrow-turn-up, + "level-up": $fa-var-level-up, + "arrow-up": $fa-var-arrow-up, + "arrow-up-1-9": $fa-var-arrow-up-1-9, + "sort-numeric-up": $fa-var-sort-numeric-up, + "arrow-up-9-1": $fa-var-arrow-up-9-1, + "sort-numeric-up-alt": $fa-var-sort-numeric-up-alt, + "arrow-up-a-z": $fa-var-arrow-up-a-z, + "sort-alpha-up": $fa-var-sort-alpha-up, + "arrow-up-arrow-down": $fa-var-arrow-up-arrow-down, + "sort-up-down": $fa-var-sort-up-down, + "arrow-up-big-small": $fa-var-arrow-up-big-small, + "sort-size-up": $fa-var-sort-size-up, + "arrow-up-from-arc": $fa-var-arrow-up-from-arc, + "arrow-up-from-bracket": $fa-var-arrow-up-from-bracket, + "arrow-up-from-dotted-line": $fa-var-arrow-up-from-dotted-line, + "arrow-up-from-ground-water": $fa-var-arrow-up-from-ground-water, + "arrow-up-from-line": $fa-var-arrow-up-from-line, + "arrow-from-bottom": $fa-var-arrow-from-bottom, + "arrow-up-from-square": $fa-var-arrow-up-from-square, + "arrow-up-from-water-pump": $fa-var-arrow-up-from-water-pump, + "arrow-up-left": $fa-var-arrow-up-left, + "arrow-up-left-from-circle": $fa-var-arrow-up-left-from-circle, + "arrow-up-long": $fa-var-arrow-up-long, + "long-arrow-up": $fa-var-long-arrow-up, + "arrow-up-right": $fa-var-arrow-up-right, + "arrow-up-right-and-arrow-down-left-from-center": $fa-var-arrow-up-right-and-arrow-down-left-from-center, + "arrow-up-right-dots": $fa-var-arrow-up-right-dots, + "arrow-up-right-from-square": $fa-var-arrow-up-right-from-square, + "external-link": $fa-var-external-link, + "arrow-up-short-wide": $fa-var-arrow-up-short-wide, + "sort-amount-up-alt": $fa-var-sort-amount-up-alt, + "arrow-up-small-big": $fa-var-arrow-up-small-big, + "sort-size-up-alt": $fa-var-sort-size-up-alt, + "arrow-up-square-triangle": $fa-var-arrow-up-square-triangle, + "sort-shapes-up-alt": $fa-var-sort-shapes-up-alt, + "arrow-up-to-dotted-line": $fa-var-arrow-up-to-dotted-line, + "arrow-up-to-line": $fa-var-arrow-up-to-line, + "arrow-to-top": $fa-var-arrow-to-top, + "arrow-up-triangle-square": $fa-var-arrow-up-triangle-square, + "sort-shapes-up": $fa-var-sort-shapes-up, + "arrow-up-wide-short": $fa-var-arrow-up-wide-short, + "sort-amount-up": $fa-var-sort-amount-up, + "arrow-up-z-a": $fa-var-arrow-up-z-a, + "sort-alpha-up-alt": $fa-var-sort-alpha-up-alt, + "arrows-cross": $fa-var-arrows-cross, + "arrows-down-to-line": $fa-var-arrows-down-to-line, + "arrows-down-to-people": $fa-var-arrows-down-to-people, + "arrows-from-dotted-line": $fa-var-arrows-from-dotted-line, + "arrows-from-line": $fa-var-arrows-from-line, + "arrows-left-right": $fa-var-arrows-left-right, + "arrows-h": $fa-var-arrows-h, + "arrows-left-right-to-line": $fa-var-arrows-left-right-to-line, + "arrows-maximize": $fa-var-arrows-maximize, + "expand-arrows": $fa-var-expand-arrows, + "arrows-minimize": $fa-var-arrows-minimize, + "compress-arrows": $fa-var-compress-arrows, + "arrows-repeat": $fa-var-arrows-repeat, + "repeat-alt": $fa-var-repeat-alt, + "arrows-repeat-1": $fa-var-arrows-repeat-1, + "repeat-1-alt": $fa-var-repeat-1-alt, + "arrows-retweet": $fa-var-arrows-retweet, + "retweet-alt": $fa-var-retweet-alt, + "arrows-rotate": $fa-var-arrows-rotate, + "refresh": $fa-var-refresh, + "sync": $fa-var-sync, + "arrows-spin": $fa-var-arrows-spin, + "arrows-split-up-and-left": $fa-var-arrows-split-up-and-left, + "arrows-to-circle": $fa-var-arrows-to-circle, + "arrows-to-dot": $fa-var-arrows-to-dot, + "arrows-to-dotted-line": $fa-var-arrows-to-dotted-line, + "arrows-to-eye": $fa-var-arrows-to-eye, + "arrows-to-line": $fa-var-arrows-to-line, + "arrows-turn-right": $fa-var-arrows-turn-right, + "arrows-turn-to-dots": $fa-var-arrows-turn-to-dots, + "arrows-up-down": $fa-var-arrows-up-down, + "arrows-v": $fa-var-arrows-v, + "arrows-up-down-left-right": $fa-var-arrows-up-down-left-right, + "arrows": $fa-var-arrows, + "arrows-up-to-line": $fa-var-arrows-up-to-line, + "asterisk": $fa-var-asterisk, + "at": $fa-var-at, + "atom": $fa-var-atom, + "atom-simple": $fa-var-atom-simple, + "atom-alt": $fa-var-atom-alt, + "audio-description": $fa-var-audio-description, + "audio-description-slash": $fa-var-audio-description-slash, + "austral-sign": $fa-var-austral-sign, + "avocado": $fa-var-avocado, + "award": $fa-var-award, + "award-simple": $fa-var-award-simple, + "axe": $fa-var-axe, + "axe-battle": $fa-var-axe-battle, + "b": $fa-var-b, + "baby": $fa-var-baby, + "baby-carriage": $fa-var-baby-carriage, + "carriage-baby": $fa-var-carriage-baby, + "backpack": $fa-var-backpack, + "backward": $fa-var-backward, + "backward-fast": $fa-var-backward-fast, + "fast-backward": $fa-var-fast-backward, + "backward-step": $fa-var-backward-step, + "step-backward": $fa-var-step-backward, + "bacon": $fa-var-bacon, + "bacteria": $fa-var-bacteria, + "bacterium": $fa-var-bacterium, + "badge": $fa-var-badge, + "badge-check": $fa-var-badge-check, + "badge-dollar": $fa-var-badge-dollar, + "badge-percent": $fa-var-badge-percent, + "badge-sheriff": $fa-var-badge-sheriff, + "badger-honey": $fa-var-badger-honey, + "badminton": $fa-var-badminton, + "bag-shopping": $fa-var-bag-shopping, + "shopping-bag": $fa-var-shopping-bag, + "bagel": $fa-var-bagel, + "bags-shopping": $fa-var-bags-shopping, + "baguette": $fa-var-baguette, + "bahai": $fa-var-bahai, + "baht-sign": $fa-var-baht-sign, + "ball-pile": $fa-var-ball-pile, + "balloon": $fa-var-balloon, + "balloons": $fa-var-balloons, + "ballot": $fa-var-ballot, + "ballot-check": $fa-var-ballot-check, + "ban": $fa-var-ban, + "cancel": $fa-var-cancel, + "ban-bug": $fa-var-ban-bug, + "debug": $fa-var-debug, + "ban-parking": $fa-var-ban-parking, + "parking-circle-slash": $fa-var-parking-circle-slash, + "ban-smoking": $fa-var-ban-smoking, + "smoking-ban": $fa-var-smoking-ban, + "banana": $fa-var-banana, + "bandage": $fa-var-bandage, + "band-aid": $fa-var-band-aid, + "bangladeshi-taka-sign": $fa-var-bangladeshi-taka-sign, + "banjo": $fa-var-banjo, + "barcode": $fa-var-barcode, + "barcode-read": $fa-var-barcode-read, + "barcode-scan": $fa-var-barcode-scan, + "bars": $fa-var-bars, + "navicon": $fa-var-navicon, + "bars-filter": $fa-var-bars-filter, + "bars-progress": $fa-var-bars-progress, + "tasks-alt": $fa-var-tasks-alt, + "bars-sort": $fa-var-bars-sort, + "bars-staggered": $fa-var-bars-staggered, + "reorder": $fa-var-reorder, + "stream": $fa-var-stream, + "baseball": $fa-var-baseball, + "baseball-ball": $fa-var-baseball-ball, + "baseball-bat-ball": $fa-var-baseball-bat-ball, + "basket-shopping": $fa-var-basket-shopping, + "shopping-basket": $fa-var-shopping-basket, + "basket-shopping-simple": $fa-var-basket-shopping-simple, + "shopping-basket-alt": $fa-var-shopping-basket-alt, + "basketball": $fa-var-basketball, + "basketball-ball": $fa-var-basketball-ball, + "basketball-hoop": $fa-var-basketball-hoop, + "bat": $fa-var-bat, + "bath": $fa-var-bath, + "bathtub": $fa-var-bathtub, + "battery-bolt": $fa-var-battery-bolt, + "battery-empty": $fa-var-battery-empty, + "battery-0": $fa-var-battery-0, + "battery-exclamation": $fa-var-battery-exclamation, + "battery-full": $fa-var-battery-full, + "battery": $fa-var-battery, + "battery-5": $fa-var-battery-5, + "battery-half": $fa-var-battery-half, + "battery-3": $fa-var-battery-3, + "battery-low": $fa-var-battery-low, + "battery-1": $fa-var-battery-1, + "battery-quarter": $fa-var-battery-quarter, + "battery-2": $fa-var-battery-2, + "battery-slash": $fa-var-battery-slash, + "battery-three-quarters": $fa-var-battery-three-quarters, + "battery-4": $fa-var-battery-4, + "bed": $fa-var-bed, + "bed-bunk": $fa-var-bed-bunk, + "bed-empty": $fa-var-bed-empty, + "bed-front": $fa-var-bed-front, + "bed-alt": $fa-var-bed-alt, + "bed-pulse": $fa-var-bed-pulse, + "procedures": $fa-var-procedures, + "bee": $fa-var-bee, + "beer-mug": $fa-var-beer-mug, + "beer-foam": $fa-var-beer-foam, + "beer-mug-empty": $fa-var-beer-mug-empty, + "beer": $fa-var-beer, + "bell": $fa-var-bell, + "bell-concierge": $fa-var-bell-concierge, + "concierge-bell": $fa-var-concierge-bell, + "bell-exclamation": $fa-var-bell-exclamation, + "bell-on": $fa-var-bell-on, + "bell-plus": $fa-var-bell-plus, + "bell-school": $fa-var-bell-school, + "bell-school-slash": $fa-var-bell-school-slash, + "bell-slash": $fa-var-bell-slash, + "bells": $fa-var-bells, + "bench-tree": $fa-var-bench-tree, + "bezier-curve": $fa-var-bezier-curve, + "bicycle": $fa-var-bicycle, + "binary": $fa-var-binary, + "binary-circle-check": $fa-var-binary-circle-check, + "binary-lock": $fa-var-binary-lock, + "binary-slash": $fa-var-binary-slash, + "binoculars": $fa-var-binoculars, + "biohazard": $fa-var-biohazard, + "bird": $fa-var-bird, + "bitcoin-sign": $fa-var-bitcoin-sign, + "blanket": $fa-var-blanket, + "blanket-fire": $fa-var-blanket-fire, + "blender": $fa-var-blender, + "blender-phone": $fa-var-blender-phone, + "blinds": $fa-var-blinds, + "blinds-open": $fa-var-blinds-open, + "blinds-raised": $fa-var-blinds-raised, + "block": $fa-var-block, + "block-brick": $fa-var-block-brick, + "wall-brick": $fa-var-wall-brick, + "block-brick-fire": $fa-var-block-brick-fire, + "firewall": $fa-var-firewall, + "block-question": $fa-var-block-question, + "block-quote": $fa-var-block-quote, + "blog": $fa-var-blog, + "blueberries": $fa-var-blueberries, + "bold": $fa-var-bold, + "bolt": $fa-var-bolt, + "zap": $fa-var-zap, + "bolt-auto": $fa-var-bolt-auto, + "bolt-lightning": $fa-var-bolt-lightning, + "bolt-slash": $fa-var-bolt-slash, + "bomb": $fa-var-bomb, + "bone": $fa-var-bone, + "bone-break": $fa-var-bone-break, + "bong": $fa-var-bong, + "book": $fa-var-book, + "book-arrow-right": $fa-var-book-arrow-right, + "book-arrow-up": $fa-var-book-arrow-up, + "book-atlas": $fa-var-book-atlas, + "atlas": $fa-var-atlas, + "book-bible": $fa-var-book-bible, + "bible": $fa-var-bible, + "book-blank": $fa-var-book-blank, + "book-alt": $fa-var-book-alt, + "book-bookmark": $fa-var-book-bookmark, + "book-circle-arrow-right": $fa-var-book-circle-arrow-right, + "book-circle-arrow-up": $fa-var-book-circle-arrow-up, + "book-copy": $fa-var-book-copy, + "book-font": $fa-var-book-font, + "book-heart": $fa-var-book-heart, + "book-journal-whills": $fa-var-book-journal-whills, + "journal-whills": $fa-var-journal-whills, + "book-medical": $fa-var-book-medical, + "book-open": $fa-var-book-open, + "book-open-cover": $fa-var-book-open-cover, + "book-open-alt": $fa-var-book-open-alt, + "book-open-reader": $fa-var-book-open-reader, + "book-reader": $fa-var-book-reader, + "book-quran": $fa-var-book-quran, + "quran": $fa-var-quran, + "book-section": $fa-var-book-section, + "book-law": $fa-var-book-law, + "book-skull": $fa-var-book-skull, + "book-dead": $fa-var-book-dead, + "book-sparkles": $fa-var-book-sparkles, + "book-spells": $fa-var-book-spells, + "book-tanakh": $fa-var-book-tanakh, + "tanakh": $fa-var-tanakh, + "book-user": $fa-var-book-user, + "bookmark": $fa-var-bookmark, + "bookmark-slash": $fa-var-bookmark-slash, + "books": $fa-var-books, + "books-medical": $fa-var-books-medical, + "boombox": $fa-var-boombox, + "boot": $fa-var-boot, + "boot-heeled": $fa-var-boot-heeled, + "booth-curtain": $fa-var-booth-curtain, + "border-all": $fa-var-border-all, + "border-bottom": $fa-var-border-bottom, + "border-bottom-right": $fa-var-border-bottom-right, + "border-style-alt": $fa-var-border-style-alt, + "border-center-h": $fa-var-border-center-h, + "border-center-v": $fa-var-border-center-v, + "border-inner": $fa-var-border-inner, + "border-left": $fa-var-border-left, + "border-none": $fa-var-border-none, + "border-outer": $fa-var-border-outer, + "border-right": $fa-var-border-right, + "border-top": $fa-var-border-top, + "border-top-left": $fa-var-border-top-left, + "border-style": $fa-var-border-style, + "bore-hole": $fa-var-bore-hole, + "bottle-droplet": $fa-var-bottle-droplet, + "bottle-water": $fa-var-bottle-water, + "bow-arrow": $fa-var-bow-arrow, + "bowl-chopsticks": $fa-var-bowl-chopsticks, + "bowl-chopsticks-noodles": $fa-var-bowl-chopsticks-noodles, + "bowl-food": $fa-var-bowl-food, + "bowl-hot": $fa-var-bowl-hot, + "soup": $fa-var-soup, + "bowl-rice": $fa-var-bowl-rice, + "bowl-scoop": $fa-var-bowl-scoop, + "bowl-shaved-ice": $fa-var-bowl-shaved-ice, + "bowl-scoops": $fa-var-bowl-scoops, + "bowl-soft-serve": $fa-var-bowl-soft-serve, + "bowl-spoon": $fa-var-bowl-spoon, + "bowling-ball": $fa-var-bowling-ball, + "bowling-ball-pin": $fa-var-bowling-ball-pin, + "bowling-pins": $fa-var-bowling-pins, + "box": $fa-var-box, + "box-archive": $fa-var-box-archive, + "archive": $fa-var-archive, + "box-ballot": $fa-var-box-ballot, + "box-check": $fa-var-box-check, + "box-circle-check": $fa-var-box-circle-check, + "box-dollar": $fa-var-box-dollar, + "box-usd": $fa-var-box-usd, + "box-heart": $fa-var-box-heart, + "box-open": $fa-var-box-open, + "box-open-full": $fa-var-box-open-full, + "box-full": $fa-var-box-full, + "box-taped": $fa-var-box-taped, + "box-alt": $fa-var-box-alt, + "box-tissue": $fa-var-box-tissue, + "boxes-packing": $fa-var-boxes-packing, + "boxes-stacked": $fa-var-boxes-stacked, + "boxes": $fa-var-boxes, + "boxes-alt": $fa-var-boxes-alt, + "boxing-glove": $fa-var-boxing-glove, + "glove-boxing": $fa-var-glove-boxing, + "bracket-curly": $fa-var-bracket-curly, + "bracket-curly-left": $fa-var-bracket-curly-left, + "bracket-curly-right": $fa-var-bracket-curly-right, + "bracket-round": $fa-var-bracket-round, + "parenthesis": $fa-var-parenthesis, + "bracket-round-right": $fa-var-bracket-round-right, + "bracket-square": $fa-var-bracket-square, + "bracket": $fa-var-bracket, + "bracket-left": $fa-var-bracket-left, + "bracket-square-right": $fa-var-bracket-square-right, + "brackets-curly": $fa-var-brackets-curly, + "brackets-round": $fa-var-brackets-round, + "parentheses": $fa-var-parentheses, + "brackets-square": $fa-var-brackets-square, + "brackets": $fa-var-brackets, + "braille": $fa-var-braille, + "brain": $fa-var-brain, + "brain-arrow-curved-right": $fa-var-brain-arrow-curved-right, + "mind-share": $fa-var-mind-share, + "brain-circuit": $fa-var-brain-circuit, + "brake-warning": $fa-var-brake-warning, + "brazilian-real-sign": $fa-var-brazilian-real-sign, + "bread-loaf": $fa-var-bread-loaf, + "bread-slice": $fa-var-bread-slice, + "bread-slice-butter": $fa-var-bread-slice-butter, + "bridge": $fa-var-bridge, + "bridge-circle-check": $fa-var-bridge-circle-check, + "bridge-circle-exclamation": $fa-var-bridge-circle-exclamation, + "bridge-circle-xmark": $fa-var-bridge-circle-xmark, + "bridge-lock": $fa-var-bridge-lock, + "bridge-suspension": $fa-var-bridge-suspension, + "bridge-water": $fa-var-bridge-water, + "briefcase": $fa-var-briefcase, + "briefcase-arrow-right": $fa-var-briefcase-arrow-right, + "briefcase-blank": $fa-var-briefcase-blank, + "briefcase-medical": $fa-var-briefcase-medical, + "brightness": $fa-var-brightness, + "brightness-low": $fa-var-brightness-low, + "bring-forward": $fa-var-bring-forward, + "bring-front": $fa-var-bring-front, + "broccoli": $fa-var-broccoli, + "broom": $fa-var-broom, + "broom-ball": $fa-var-broom-ball, + "quidditch": $fa-var-quidditch, + "quidditch-broom-ball": $fa-var-quidditch-broom-ball, + "browser": $fa-var-browser, + "browsers": $fa-var-browsers, + "brush": $fa-var-brush, + "bucket": $fa-var-bucket, + "bug": $fa-var-bug, + "bug-slash": $fa-var-bug-slash, + "bugs": $fa-var-bugs, + "building": $fa-var-building, + "building-circle-arrow-right": $fa-var-building-circle-arrow-right, + "building-circle-check": $fa-var-building-circle-check, + "building-circle-exclamation": $fa-var-building-circle-exclamation, + "building-circle-xmark": $fa-var-building-circle-xmark, + "building-columns": $fa-var-building-columns, + "bank": $fa-var-bank, + "institution": $fa-var-institution, + "museum": $fa-var-museum, + "university": $fa-var-university, + "building-flag": $fa-var-building-flag, + "building-lock": $fa-var-building-lock, + "building-ngo": $fa-var-building-ngo, + "building-shield": $fa-var-building-shield, + "building-un": $fa-var-building-un, + "building-user": $fa-var-building-user, + "building-wheat": $fa-var-building-wheat, + "buildings": $fa-var-buildings, + "bullhorn": $fa-var-bullhorn, + "bullseye": $fa-var-bullseye, + "bullseye-arrow": $fa-var-bullseye-arrow, + "bullseye-pointer": $fa-var-bullseye-pointer, + "burger": $fa-var-burger, + "hamburger": $fa-var-hamburger, + "burger-cheese": $fa-var-burger-cheese, + "cheeseburger": $fa-var-cheeseburger, + "burger-fries": $fa-var-burger-fries, + "burger-glass": $fa-var-burger-glass, + "burger-lettuce": $fa-var-burger-lettuce, + "burger-soda": $fa-var-burger-soda, + "burrito": $fa-var-burrito, + "burst": $fa-var-burst, + "bus": $fa-var-bus, + "bus-school": $fa-var-bus-school, + "bus-simple": $fa-var-bus-simple, + "bus-alt": $fa-var-bus-alt, + "business-time": $fa-var-business-time, + "briefcase-clock": $fa-var-briefcase-clock, + "butter": $fa-var-butter, + "c": $fa-var-c, + "cabin": $fa-var-cabin, + "cabinet-filing": $fa-var-cabinet-filing, + "cable-car": $fa-var-cable-car, + "cactus": $fa-var-cactus, + "cake-candles": $fa-var-cake-candles, + "birthday-cake": $fa-var-birthday-cake, + "cake": $fa-var-cake, + "cake-slice": $fa-var-cake-slice, + "shortcake": $fa-var-shortcake, + "calculator": $fa-var-calculator, + "calculator-simple": $fa-var-calculator-simple, + "calculator-alt": $fa-var-calculator-alt, + "calendar": $fa-var-calendar, + "calendar-arrow-down": $fa-var-calendar-arrow-down, + "calendar-download": $fa-var-calendar-download, + "calendar-arrow-up": $fa-var-calendar-arrow-up, + "calendar-upload": $fa-var-calendar-upload, + "calendar-check": $fa-var-calendar-check, + "calendar-circle-exclamation": $fa-var-calendar-circle-exclamation, + "calendar-circle-minus": $fa-var-calendar-circle-minus, + "calendar-circle-plus": $fa-var-calendar-circle-plus, + "calendar-circle-user": $fa-var-calendar-circle-user, + "calendar-clock": $fa-var-calendar-clock, + "calendar-time": $fa-var-calendar-time, + "calendar-day": $fa-var-calendar-day, + "calendar-days": $fa-var-calendar-days, + "calendar-alt": $fa-var-calendar-alt, + "calendar-exclamation": $fa-var-calendar-exclamation, + "calendar-heart": $fa-var-calendar-heart, + "calendar-image": $fa-var-calendar-image, + "calendar-lines": $fa-var-calendar-lines, + "calendar-note": $fa-var-calendar-note, + "calendar-lines-pen": $fa-var-calendar-lines-pen, + "calendar-minus": $fa-var-calendar-minus, + "calendar-pen": $fa-var-calendar-pen, + "calendar-edit": $fa-var-calendar-edit, + "calendar-plus": $fa-var-calendar-plus, + "calendar-range": $fa-var-calendar-range, + "calendar-star": $fa-var-calendar-star, + "calendar-week": $fa-var-calendar-week, + "calendar-xmark": $fa-var-calendar-xmark, + "calendar-times": $fa-var-calendar-times, + "calendars": $fa-var-calendars, + "camcorder": $fa-var-camcorder, + "video-handheld": $fa-var-video-handheld, + "camera": $fa-var-camera, + "camera-alt": $fa-var-camera-alt, + "camera-cctv": $fa-var-camera-cctv, + "cctv": $fa-var-cctv, + "camera-movie": $fa-var-camera-movie, + "camera-polaroid": $fa-var-camera-polaroid, + "camera-retro": $fa-var-camera-retro, + "camera-rotate": $fa-var-camera-rotate, + "camera-security": $fa-var-camera-security, + "camera-home": $fa-var-camera-home, + "camera-slash": $fa-var-camera-slash, + "camera-viewfinder": $fa-var-camera-viewfinder, + "screenshot": $fa-var-screenshot, + "camera-web": $fa-var-camera-web, + "webcam": $fa-var-webcam, + "camera-web-slash": $fa-var-camera-web-slash, + "webcam-slash": $fa-var-webcam-slash, + "campfire": $fa-var-campfire, + "campground": $fa-var-campground, + "can-food": $fa-var-can-food, + "candle-holder": $fa-var-candle-holder, + "candy": $fa-var-candy, + "candy-bar": $fa-var-candy-bar, + "chocolate-bar": $fa-var-chocolate-bar, + "candy-cane": $fa-var-candy-cane, + "candy-corn": $fa-var-candy-corn, + "cannabis": $fa-var-cannabis, + "capsules": $fa-var-capsules, + "car": $fa-var-car, + "automobile": $fa-var-automobile, + "car-battery": $fa-var-car-battery, + "battery-car": $fa-var-battery-car, + "car-bolt": $fa-var-car-bolt, + "car-building": $fa-var-car-building, + "car-bump": $fa-var-car-bump, + "car-burst": $fa-var-car-burst, + "car-crash": $fa-var-car-crash, + "car-bus": $fa-var-car-bus, + "car-circle-bolt": $fa-var-car-circle-bolt, + "car-garage": $fa-var-car-garage, + "car-mirrors": $fa-var-car-mirrors, + "car-on": $fa-var-car-on, + "car-rear": $fa-var-car-rear, + "car-alt": $fa-var-car-alt, + "car-side": $fa-var-car-side, + "car-side-bolt": $fa-var-car-side-bolt, + "car-tilt": $fa-var-car-tilt, + "car-tunnel": $fa-var-car-tunnel, + "car-wash": $fa-var-car-wash, + "car-wrench": $fa-var-car-wrench, + "car-mechanic": $fa-var-car-mechanic, + "caravan": $fa-var-caravan, + "caravan-simple": $fa-var-caravan-simple, + "caravan-alt": $fa-var-caravan-alt, + "card-club": $fa-var-card-club, + "card-diamond": $fa-var-card-diamond, + "card-heart": $fa-var-card-heart, + "card-spade": $fa-var-card-spade, + "cards": $fa-var-cards, + "cards-blank": $fa-var-cards-blank, + "caret-down": $fa-var-caret-down, + "caret-left": $fa-var-caret-left, + "caret-right": $fa-var-caret-right, + "caret-up": $fa-var-caret-up, + "carrot": $fa-var-carrot, + "cars": $fa-var-cars, + "cart-arrow-down": $fa-var-cart-arrow-down, + "cart-arrow-up": $fa-var-cart-arrow-up, + "cart-circle-arrow-down": $fa-var-cart-circle-arrow-down, + "cart-circle-arrow-up": $fa-var-cart-circle-arrow-up, + "cart-circle-check": $fa-var-cart-circle-check, + "cart-circle-exclamation": $fa-var-cart-circle-exclamation, + "cart-circle-plus": $fa-var-cart-circle-plus, + "cart-circle-xmark": $fa-var-cart-circle-xmark, + "cart-flatbed": $fa-var-cart-flatbed, + "dolly-flatbed": $fa-var-dolly-flatbed, + "cart-flatbed-boxes": $fa-var-cart-flatbed-boxes, + "dolly-flatbed-alt": $fa-var-dolly-flatbed-alt, + "cart-flatbed-empty": $fa-var-cart-flatbed-empty, + "dolly-flatbed-empty": $fa-var-dolly-flatbed-empty, + "cart-flatbed-suitcase": $fa-var-cart-flatbed-suitcase, + "luggage-cart": $fa-var-luggage-cart, + "cart-minus": $fa-var-cart-minus, + "cart-plus": $fa-var-cart-plus, + "cart-shopping": $fa-var-cart-shopping, + "shopping-cart": $fa-var-shopping-cart, + "cart-shopping-fast": $fa-var-cart-shopping-fast, + "cart-xmark": $fa-var-cart-xmark, + "cash-register": $fa-var-cash-register, + "cassette-betamax": $fa-var-cassette-betamax, + "betamax": $fa-var-betamax, + "cassette-tape": $fa-var-cassette-tape, + "cassette-vhs": $fa-var-cassette-vhs, + "vhs": $fa-var-vhs, + "castle": $fa-var-castle, + "cat": $fa-var-cat, + "cat-space": $fa-var-cat-space, + "cauldron": $fa-var-cauldron, + "cedi-sign": $fa-var-cedi-sign, + "cent-sign": $fa-var-cent-sign, + "certificate": $fa-var-certificate, + "chair": $fa-var-chair, + "chair-office": $fa-var-chair-office, + "chalkboard": $fa-var-chalkboard, + "blackboard": $fa-var-blackboard, + "chalkboard-user": $fa-var-chalkboard-user, + "chalkboard-teacher": $fa-var-chalkboard-teacher, + "champagne-glass": $fa-var-champagne-glass, + "glass-champagne": $fa-var-glass-champagne, + "champagne-glasses": $fa-var-champagne-glasses, + "glass-cheers": $fa-var-glass-cheers, + "charging-station": $fa-var-charging-station, + "chart-area": $fa-var-chart-area, + "area-chart": $fa-var-area-chart, + "chart-bar": $fa-var-chart-bar, + "bar-chart": $fa-var-bar-chart, + "chart-bullet": $fa-var-chart-bullet, + "chart-candlestick": $fa-var-chart-candlestick, + "chart-column": $fa-var-chart-column, + "chart-gantt": $fa-var-chart-gantt, + "chart-line": $fa-var-chart-line, + "line-chart": $fa-var-line-chart, + "chart-line-down": $fa-var-chart-line-down, + "chart-line-up": $fa-var-chart-line-up, + "chart-mixed": $fa-var-chart-mixed, + "analytics": $fa-var-analytics, + "chart-network": $fa-var-chart-network, + "chart-pie": $fa-var-chart-pie, + "pie-chart": $fa-var-pie-chart, + "chart-pie-simple": $fa-var-chart-pie-simple, + "chart-pie-alt": $fa-var-chart-pie-alt, + "chart-pyramid": $fa-var-chart-pyramid, + "chart-radar": $fa-var-chart-radar, + "chart-scatter": $fa-var-chart-scatter, + "chart-scatter-3d": $fa-var-chart-scatter-3d, + "chart-scatter-bubble": $fa-var-chart-scatter-bubble, + "chart-simple": $fa-var-chart-simple, + "chart-simple-horizontal": $fa-var-chart-simple-horizontal, + "chart-tree-map": $fa-var-chart-tree-map, + "chart-user": $fa-var-chart-user, + "user-chart": $fa-var-user-chart, + "chart-waterfall": $fa-var-chart-waterfall, + "check": $fa-var-check, + "check-double": $fa-var-check-double, + "check-to-slot": $fa-var-check-to-slot, + "vote-yea": $fa-var-vote-yea, + "cheese": $fa-var-cheese, + "cheese-swiss": $fa-var-cheese-swiss, + "cherries": $fa-var-cherries, + "chess": $fa-var-chess, + "chess-bishop": $fa-var-chess-bishop, + "chess-bishop-piece": $fa-var-chess-bishop-piece, + "chess-bishop-alt": $fa-var-chess-bishop-alt, + "chess-board": $fa-var-chess-board, + "chess-clock": $fa-var-chess-clock, + "chess-clock-flip": $fa-var-chess-clock-flip, + "chess-clock-alt": $fa-var-chess-clock-alt, + "chess-king": $fa-var-chess-king, + "chess-king-piece": $fa-var-chess-king-piece, + "chess-king-alt": $fa-var-chess-king-alt, + "chess-knight": $fa-var-chess-knight, + "chess-knight-piece": $fa-var-chess-knight-piece, + "chess-knight-alt": $fa-var-chess-knight-alt, + "chess-pawn": $fa-var-chess-pawn, + "chess-pawn-piece": $fa-var-chess-pawn-piece, + "chess-pawn-alt": $fa-var-chess-pawn-alt, + "chess-queen": $fa-var-chess-queen, + "chess-queen-piece": $fa-var-chess-queen-piece, + "chess-queen-alt": $fa-var-chess-queen-alt, + "chess-rook": $fa-var-chess-rook, + "chess-rook-piece": $fa-var-chess-rook-piece, + "chess-rook-alt": $fa-var-chess-rook-alt, + "chestnut": $fa-var-chestnut, + "chevron-down": $fa-var-chevron-down, + "chevron-left": $fa-var-chevron-left, + "chevron-right": $fa-var-chevron-right, + "chevron-up": $fa-var-chevron-up, + "chevrons-down": $fa-var-chevrons-down, + "chevron-double-down": $fa-var-chevron-double-down, + "chevrons-left": $fa-var-chevrons-left, + "chevron-double-left": $fa-var-chevron-double-left, + "chevrons-right": $fa-var-chevrons-right, + "chevron-double-right": $fa-var-chevron-double-right, + "chevrons-up": $fa-var-chevrons-up, + "chevron-double-up": $fa-var-chevron-double-up, + "child": $fa-var-child, + "child-rifle": $fa-var-child-rifle, + "children": $fa-var-children, + "chimney": $fa-var-chimney, + "chopsticks": $fa-var-chopsticks, + "church": $fa-var-church, + "circle": $fa-var-circle, + "circle-0": $fa-var-circle-0, + "circle-1": $fa-var-circle-1, + "circle-2": $fa-var-circle-2, + "circle-3": $fa-var-circle-3, + "circle-4": $fa-var-circle-4, + "circle-5": $fa-var-circle-5, + "circle-6": $fa-var-circle-6, + "circle-7": $fa-var-circle-7, + "circle-8": $fa-var-circle-8, + "circle-9": $fa-var-circle-9, + "circle-a": $fa-var-circle-a, + "circle-ampersand": $fa-var-circle-ampersand, + "circle-arrow-down": $fa-var-circle-arrow-down, + "arrow-circle-down": $fa-var-arrow-circle-down, + "circle-arrow-down-left": $fa-var-circle-arrow-down-left, + "circle-arrow-down-right": $fa-var-circle-arrow-down-right, + "circle-arrow-left": $fa-var-circle-arrow-left, + "arrow-circle-left": $fa-var-arrow-circle-left, + "circle-arrow-right": $fa-var-circle-arrow-right, + "arrow-circle-right": $fa-var-arrow-circle-right, + "circle-arrow-up": $fa-var-circle-arrow-up, + "arrow-circle-up": $fa-var-arrow-circle-up, + "circle-arrow-up-left": $fa-var-circle-arrow-up-left, + "circle-arrow-up-right": $fa-var-circle-arrow-up-right, + "circle-b": $fa-var-circle-b, + "circle-bolt": $fa-var-circle-bolt, + "circle-book-open": $fa-var-circle-book-open, + "book-circle": $fa-var-book-circle, + "circle-bookmark": $fa-var-circle-bookmark, + "bookmark-circle": $fa-var-bookmark-circle, + "circle-c": $fa-var-circle-c, + "circle-calendar": $fa-var-circle-calendar, + "calendar-circle": $fa-var-calendar-circle, + "circle-camera": $fa-var-circle-camera, + "camera-circle": $fa-var-camera-circle, + "circle-caret-down": $fa-var-circle-caret-down, + "caret-circle-down": $fa-var-caret-circle-down, + "circle-caret-left": $fa-var-circle-caret-left, + "caret-circle-left": $fa-var-caret-circle-left, + "circle-caret-right": $fa-var-circle-caret-right, + "caret-circle-right": $fa-var-caret-circle-right, + "circle-caret-up": $fa-var-circle-caret-up, + "caret-circle-up": $fa-var-caret-circle-up, + "circle-check": $fa-var-circle-check, + "check-circle": $fa-var-check-circle, + "circle-chevron-down": $fa-var-circle-chevron-down, + "chevron-circle-down": $fa-var-chevron-circle-down, + "circle-chevron-left": $fa-var-circle-chevron-left, + "chevron-circle-left": $fa-var-chevron-circle-left, + "circle-chevron-right": $fa-var-circle-chevron-right, + "chevron-circle-right": $fa-var-chevron-circle-right, + "circle-chevron-up": $fa-var-circle-chevron-up, + "chevron-circle-up": $fa-var-chevron-circle-up, + "circle-d": $fa-var-circle-d, + "circle-dashed": $fa-var-circle-dashed, + "circle-divide": $fa-var-circle-divide, + "circle-dollar": $fa-var-circle-dollar, + "dollar-circle": $fa-var-dollar-circle, + "usd-circle": $fa-var-usd-circle, + "circle-dollar-to-slot": $fa-var-circle-dollar-to-slot, + "donate": $fa-var-donate, + "circle-dot": $fa-var-circle-dot, + "dot-circle": $fa-var-dot-circle, + "circle-down": $fa-var-circle-down, + "arrow-alt-circle-down": $fa-var-arrow-alt-circle-down, + "circle-down-left": $fa-var-circle-down-left, + "circle-down-right": $fa-var-circle-down-right, + "circle-e": $fa-var-circle-e, + "circle-ellipsis": $fa-var-circle-ellipsis, + "circle-ellipsis-vertical": $fa-var-circle-ellipsis-vertical, + "circle-envelope": $fa-var-circle-envelope, + "envelope-circle": $fa-var-envelope-circle, + "circle-exclamation": $fa-var-circle-exclamation, + "exclamation-circle": $fa-var-exclamation-circle, + "circle-exclamation-check": $fa-var-circle-exclamation-check, + "circle-f": $fa-var-circle-f, + "circle-g": $fa-var-circle-g, + "circle-h": $fa-var-circle-h, + "hospital-symbol": $fa-var-hospital-symbol, + "circle-half": $fa-var-circle-half, + "circle-half-stroke": $fa-var-circle-half-stroke, + "adjust": $fa-var-adjust, + "circle-heart": $fa-var-circle-heart, + "heart-circle": $fa-var-heart-circle, + "circle-i": $fa-var-circle-i, + "circle-info": $fa-var-circle-info, + "info-circle": $fa-var-info-circle, + "circle-j": $fa-var-circle-j, + "circle-k": $fa-var-circle-k, + "circle-l": $fa-var-circle-l, + "circle-left": $fa-var-circle-left, + "arrow-alt-circle-left": $fa-var-arrow-alt-circle-left, + "circle-location-arrow": $fa-var-circle-location-arrow, + "location-circle": $fa-var-location-circle, + "circle-m": $fa-var-circle-m, + "circle-microphone": $fa-var-circle-microphone, + "microphone-circle": $fa-var-microphone-circle, + "circle-microphone-lines": $fa-var-circle-microphone-lines, + "microphone-circle-alt": $fa-var-microphone-circle-alt, + "circle-minus": $fa-var-circle-minus, + "minus-circle": $fa-var-minus-circle, + "circle-n": $fa-var-circle-n, + "circle-nodes": $fa-var-circle-nodes, + "circle-notch": $fa-var-circle-notch, + "circle-o": $fa-var-circle-o, + "circle-p": $fa-var-circle-p, + "circle-parking": $fa-var-circle-parking, + "parking-circle": $fa-var-parking-circle, + "circle-pause": $fa-var-circle-pause, + "pause-circle": $fa-var-pause-circle, + "circle-phone": $fa-var-circle-phone, + "phone-circle": $fa-var-phone-circle, + "circle-phone-flip": $fa-var-circle-phone-flip, + "phone-circle-alt": $fa-var-phone-circle-alt, + "circle-phone-hangup": $fa-var-circle-phone-hangup, + "phone-circle-down": $fa-var-phone-circle-down, + "circle-play": $fa-var-circle-play, + "play-circle": $fa-var-play-circle, + "circle-plus": $fa-var-circle-plus, + "plus-circle": $fa-var-plus-circle, + "circle-q": $fa-var-circle-q, + "circle-quarter": $fa-var-circle-quarter, + "circle-quarters": $fa-var-circle-quarters, + "circle-question": $fa-var-circle-question, + "question-circle": $fa-var-question-circle, + "circle-r": $fa-var-circle-r, + "circle-radiation": $fa-var-circle-radiation, + "radiation-alt": $fa-var-radiation-alt, + "circle-right": $fa-var-circle-right, + "arrow-alt-circle-right": $fa-var-arrow-alt-circle-right, + "circle-s": $fa-var-circle-s, + "circle-small": $fa-var-circle-small, + "circle-sort": $fa-var-circle-sort, + "sort-circle": $fa-var-sort-circle, + "circle-sort-down": $fa-var-circle-sort-down, + "sort-circle-down": $fa-var-sort-circle-down, + "circle-sort-up": $fa-var-circle-sort-up, + "sort-circle-up": $fa-var-sort-circle-up, + "circle-star": $fa-var-circle-star, + "star-circle": $fa-var-star-circle, + "circle-stop": $fa-var-circle-stop, + "stop-circle": $fa-var-stop-circle, + "circle-t": $fa-var-circle-t, + "circle-three-quarters": $fa-var-circle-three-quarters, + "circle-trash": $fa-var-circle-trash, + "trash-circle": $fa-var-trash-circle, + "circle-u": $fa-var-circle-u, + "circle-up": $fa-var-circle-up, + "arrow-alt-circle-up": $fa-var-arrow-alt-circle-up, + "circle-up-left": $fa-var-circle-up-left, + "circle-up-right": $fa-var-circle-up-right, + "circle-user": $fa-var-circle-user, + "user-circle": $fa-var-user-circle, + "circle-v": $fa-var-circle-v, + "circle-video": $fa-var-circle-video, + "video-circle": $fa-var-video-circle, + "circle-w": $fa-var-circle-w, + "circle-waveform-lines": $fa-var-circle-waveform-lines, + "waveform-circle": $fa-var-waveform-circle, + "circle-x": $fa-var-circle-x, + "circle-xmark": $fa-var-circle-xmark, + "times-circle": $fa-var-times-circle, + "xmark-circle": $fa-var-xmark-circle, + "circle-y": $fa-var-circle-y, + "circle-z": $fa-var-circle-z, + "citrus": $fa-var-citrus, + "citrus-slice": $fa-var-citrus-slice, + "city": $fa-var-city, + "clapperboard": $fa-var-clapperboard, + "clapperboard-play": $fa-var-clapperboard-play, + "clarinet": $fa-var-clarinet, + "claw-marks": $fa-var-claw-marks, + "clipboard": $fa-var-clipboard, + "clipboard-check": $fa-var-clipboard-check, + "clipboard-list": $fa-var-clipboard-list, + "clipboard-list-check": $fa-var-clipboard-list-check, + "clipboard-medical": $fa-var-clipboard-medical, + "clipboard-prescription": $fa-var-clipboard-prescription, + "clipboard-question": $fa-var-clipboard-question, + "clipboard-user": $fa-var-clipboard-user, + "clock": $fa-var-clock, + "clock-four": $fa-var-clock-four, + "clock-desk": $fa-var-clock-desk, + "clock-eight": $fa-var-clock-eight, + "clock-eight-thirty": $fa-var-clock-eight-thirty, + "clock-eleven": $fa-var-clock-eleven, + "clock-eleven-thirty": $fa-var-clock-eleven-thirty, + "clock-five": $fa-var-clock-five, + "clock-five-thirty": $fa-var-clock-five-thirty, + "clock-four-thirty": $fa-var-clock-four-thirty, + "clock-nine": $fa-var-clock-nine, + "clock-nine-thirty": $fa-var-clock-nine-thirty, + "clock-one": $fa-var-clock-one, + "clock-one-thirty": $fa-var-clock-one-thirty, + "clock-rotate-left": $fa-var-clock-rotate-left, + "history": $fa-var-history, + "clock-seven": $fa-var-clock-seven, + "clock-seven-thirty": $fa-var-clock-seven-thirty, + "clock-six": $fa-var-clock-six, + "clock-six-thirty": $fa-var-clock-six-thirty, + "clock-ten": $fa-var-clock-ten, + "clock-ten-thirty": $fa-var-clock-ten-thirty, + "clock-three": $fa-var-clock-three, + "clock-three-thirty": $fa-var-clock-three-thirty, + "clock-twelve": $fa-var-clock-twelve, + "clock-twelve-thirty": $fa-var-clock-twelve-thirty, + "clock-two": $fa-var-clock-two, + "clock-two-thirty": $fa-var-clock-two-thirty, + "clone": $fa-var-clone, + "closed-captioning": $fa-var-closed-captioning, + "closed-captioning-slash": $fa-var-closed-captioning-slash, + "clothes-hanger": $fa-var-clothes-hanger, + "cloud": $fa-var-cloud, + "cloud-arrow-down": $fa-var-cloud-arrow-down, + "cloud-download": $fa-var-cloud-download, + "cloud-download-alt": $fa-var-cloud-download-alt, + "cloud-arrow-up": $fa-var-cloud-arrow-up, + "cloud-upload": $fa-var-cloud-upload, + "cloud-upload-alt": $fa-var-cloud-upload-alt, + "cloud-bolt": $fa-var-cloud-bolt, + "thunderstorm": $fa-var-thunderstorm, + "cloud-bolt-moon": $fa-var-cloud-bolt-moon, + "thunderstorm-moon": $fa-var-thunderstorm-moon, + "cloud-bolt-sun": $fa-var-cloud-bolt-sun, + "thunderstorm-sun": $fa-var-thunderstorm-sun, + "cloud-check": $fa-var-cloud-check, + "cloud-drizzle": $fa-var-cloud-drizzle, + "cloud-exclamation": $fa-var-cloud-exclamation, + "cloud-fog": $fa-var-cloud-fog, + "fog": $fa-var-fog, + "cloud-hail": $fa-var-cloud-hail, + "cloud-hail-mixed": $fa-var-cloud-hail-mixed, + "cloud-meatball": $fa-var-cloud-meatball, + "cloud-minus": $fa-var-cloud-minus, + "cloud-moon": $fa-var-cloud-moon, + "cloud-moon-rain": $fa-var-cloud-moon-rain, + "cloud-music": $fa-var-cloud-music, + "cloud-plus": $fa-var-cloud-plus, + "cloud-question": $fa-var-cloud-question, + "cloud-rain": $fa-var-cloud-rain, + "cloud-rainbow": $fa-var-cloud-rainbow, + "cloud-showers": $fa-var-cloud-showers, + "cloud-showers-heavy": $fa-var-cloud-showers-heavy, + "cloud-showers-water": $fa-var-cloud-showers-water, + "cloud-slash": $fa-var-cloud-slash, + "cloud-sleet": $fa-var-cloud-sleet, + "cloud-snow": $fa-var-cloud-snow, + "cloud-sun": $fa-var-cloud-sun, + "cloud-sun-rain": $fa-var-cloud-sun-rain, + "cloud-word": $fa-var-cloud-word, + "cloud-xmark": $fa-var-cloud-xmark, + "clouds": $fa-var-clouds, + "clouds-moon": $fa-var-clouds-moon, + "clouds-sun": $fa-var-clouds-sun, + "clover": $fa-var-clover, + "club": $fa-var-club, + "coconut": $fa-var-coconut, + "code": $fa-var-code, + "code-branch": $fa-var-code-branch, + "code-commit": $fa-var-code-commit, + "code-compare": $fa-var-code-compare, + "code-fork": $fa-var-code-fork, + "code-merge": $fa-var-code-merge, + "code-pull-request": $fa-var-code-pull-request, + "code-pull-request-closed": $fa-var-code-pull-request-closed, + "code-pull-request-draft": $fa-var-code-pull-request-draft, + "code-simple": $fa-var-code-simple, + "coffee-bean": $fa-var-coffee-bean, + "coffee-beans": $fa-var-coffee-beans, + "coffee-pot": $fa-var-coffee-pot, + "coffin": $fa-var-coffin, + "coffin-cross": $fa-var-coffin-cross, + "coin": $fa-var-coin, + "coin-blank": $fa-var-coin-blank, + "coin-front": $fa-var-coin-front, + "coin-vertical": $fa-var-coin-vertical, + "coins": $fa-var-coins, + "colon": $fa-var-colon, + "colon-sign": $fa-var-colon-sign, + "columns-3": $fa-var-columns-3, + "comet": $fa-var-comet, + "comma": $fa-var-comma, + "command": $fa-var-command, + "comment": $fa-var-comment, + "comment-arrow-down": $fa-var-comment-arrow-down, + "comment-arrow-up": $fa-var-comment-arrow-up, + "comment-arrow-up-right": $fa-var-comment-arrow-up-right, + "comment-captions": $fa-var-comment-captions, + "comment-check": $fa-var-comment-check, + "comment-code": $fa-var-comment-code, + "comment-dollar": $fa-var-comment-dollar, + "comment-dots": $fa-var-comment-dots, + "commenting": $fa-var-commenting, + "comment-exclamation": $fa-var-comment-exclamation, + "comment-image": $fa-var-comment-image, + "comment-lines": $fa-var-comment-lines, + "comment-medical": $fa-var-comment-medical, + "comment-middle": $fa-var-comment-middle, + "comment-middle-top": $fa-var-comment-middle-top, + "comment-minus": $fa-var-comment-minus, + "comment-music": $fa-var-comment-music, + "comment-pen": $fa-var-comment-pen, + "comment-edit": $fa-var-comment-edit, + "comment-plus": $fa-var-comment-plus, + "comment-question": $fa-var-comment-question, + "comment-quote": $fa-var-comment-quote, + "comment-slash": $fa-var-comment-slash, + "comment-smile": $fa-var-comment-smile, + "comment-sms": $fa-var-comment-sms, + "sms": $fa-var-sms, + "comment-text": $fa-var-comment-text, + "comment-xmark": $fa-var-comment-xmark, + "comment-times": $fa-var-comment-times, + "comments": $fa-var-comments, + "comments-dollar": $fa-var-comments-dollar, + "comments-question": $fa-var-comments-question, + "comments-question-check": $fa-var-comments-question-check, + "compact-disc": $fa-var-compact-disc, + "compass": $fa-var-compass, + "compass-drafting": $fa-var-compass-drafting, + "drafting-compass": $fa-var-drafting-compass, + "compass-slash": $fa-var-compass-slash, + "compress": $fa-var-compress, + "compress-wide": $fa-var-compress-wide, + "computer": $fa-var-computer, + "computer-classic": $fa-var-computer-classic, + "computer-mouse": $fa-var-computer-mouse, + "mouse": $fa-var-mouse, + "computer-mouse-scrollwheel": $fa-var-computer-mouse-scrollwheel, + "mouse-alt": $fa-var-mouse-alt, + "computer-speaker": $fa-var-computer-speaker, + "container-storage": $fa-var-container-storage, + "conveyor-belt": $fa-var-conveyor-belt, + "conveyor-belt-boxes": $fa-var-conveyor-belt-boxes, + "conveyor-belt-alt": $fa-var-conveyor-belt-alt, + "conveyor-belt-empty": $fa-var-conveyor-belt-empty, + "cookie": $fa-var-cookie, + "cookie-bite": $fa-var-cookie-bite, + "copy": $fa-var-copy, + "copyright": $fa-var-copyright, + "corn": $fa-var-corn, + "corner": $fa-var-corner, + "couch": $fa-var-couch, + "cow": $fa-var-cow, + "cowbell": $fa-var-cowbell, + "cowbell-circle-plus": $fa-var-cowbell-circle-plus, + "cowbell-more": $fa-var-cowbell-more, + "crab": $fa-var-crab, + "crate-apple": $fa-var-crate-apple, + "apple-crate": $fa-var-apple-crate, + "crate-empty": $fa-var-crate-empty, + "credit-card": $fa-var-credit-card, + "credit-card-alt": $fa-var-credit-card-alt, + "credit-card-blank": $fa-var-credit-card-blank, + "credit-card-front": $fa-var-credit-card-front, + "cricket-bat-ball": $fa-var-cricket-bat-ball, + "cricket": $fa-var-cricket, + "croissant": $fa-var-croissant, + "crop": $fa-var-crop, + "crop-simple": $fa-var-crop-simple, + "crop-alt": $fa-var-crop-alt, + "cross": $fa-var-cross, + "crosshairs": $fa-var-crosshairs, + "crow": $fa-var-crow, + "crown": $fa-var-crown, + "crutch": $fa-var-crutch, + "crutches": $fa-var-crutches, + "cruzeiro-sign": $fa-var-cruzeiro-sign, + "crystal-ball": $fa-var-crystal-ball, + "cube": $fa-var-cube, + "cubes": $fa-var-cubes, + "cubes-stacked": $fa-var-cubes-stacked, + "cucumber": $fa-var-cucumber, + "cup-straw": $fa-var-cup-straw, + "cup-straw-swoosh": $fa-var-cup-straw-swoosh, + "cup-togo": $fa-var-cup-togo, + "coffee-togo": $fa-var-coffee-togo, + "cupcake": $fa-var-cupcake, + "curling-stone": $fa-var-curling-stone, + "curling": $fa-var-curling, + "custard": $fa-var-custard, + "d": $fa-var-d, + "dagger": $fa-var-dagger, + "dash": $fa-var-dash, + "database": $fa-var-database, + "deer": $fa-var-deer, + "deer-rudolph": $fa-var-deer-rudolph, + "delete-left": $fa-var-delete-left, + "backspace": $fa-var-backspace, + "delete-right": $fa-var-delete-right, + "democrat": $fa-var-democrat, + "desktop": $fa-var-desktop, + "desktop-alt": $fa-var-desktop-alt, + "desktop-arrow-down": $fa-var-desktop-arrow-down, + "dharmachakra": $fa-var-dharmachakra, + "diagram-cells": $fa-var-diagram-cells, + "diagram-lean-canvas": $fa-var-diagram-lean-canvas, + "diagram-nested": $fa-var-diagram-nested, + "diagram-next": $fa-var-diagram-next, + "diagram-predecessor": $fa-var-diagram-predecessor, + "diagram-previous": $fa-var-diagram-previous, + "diagram-project": $fa-var-diagram-project, + "project-diagram": $fa-var-project-diagram, + "diagram-sankey": $fa-var-diagram-sankey, + "diagram-subtask": $fa-var-diagram-subtask, + "diagram-successor": $fa-var-diagram-successor, + "diagram-venn": $fa-var-diagram-venn, + "dial": $fa-var-dial, + "dial-med-high": $fa-var-dial-med-high, + "dial-high": $fa-var-dial-high, + "dial-low": $fa-var-dial-low, + "dial-max": $fa-var-dial-max, + "dial-med": $fa-var-dial-med, + "dial-med-low": $fa-var-dial-med-low, + "dial-min": $fa-var-dial-min, + "dial-off": $fa-var-dial-off, + "diamond": $fa-var-diamond, + "diamond-exclamation": $fa-var-diamond-exclamation, + "diamond-turn-right": $fa-var-diamond-turn-right, + "directions": $fa-var-directions, + "dice": $fa-var-dice, + "dice-d10": $fa-var-dice-d10, + "dice-d12": $fa-var-dice-d12, + "dice-d20": $fa-var-dice-d20, + "dice-d4": $fa-var-dice-d4, + "dice-d6": $fa-var-dice-d6, + "dice-d8": $fa-var-dice-d8, + "dice-five": $fa-var-dice-five, + "dice-four": $fa-var-dice-four, + "dice-one": $fa-var-dice-one, + "dice-six": $fa-var-dice-six, + "dice-three": $fa-var-dice-three, + "dice-two": $fa-var-dice-two, + "diploma": $fa-var-diploma, + "scroll-ribbon": $fa-var-scroll-ribbon, + "disc-drive": $fa-var-disc-drive, + "disease": $fa-var-disease, + "display": $fa-var-display, + "display-arrow-down": $fa-var-display-arrow-down, + "display-code": $fa-var-display-code, + "desktop-code": $fa-var-desktop-code, + "display-medical": $fa-var-display-medical, + "desktop-medical": $fa-var-desktop-medical, + "display-slash": $fa-var-display-slash, + "desktop-slash": $fa-var-desktop-slash, + "distribute-spacing-horizontal": $fa-var-distribute-spacing-horizontal, + "distribute-spacing-vertical": $fa-var-distribute-spacing-vertical, + "ditto": $fa-var-ditto, + "divide": $fa-var-divide, + "dna": $fa-var-dna, + "do-not-enter": $fa-var-do-not-enter, + "dog": $fa-var-dog, + "dog-leashed": $fa-var-dog-leashed, + "dollar-sign": $fa-var-dollar-sign, + "dollar": $fa-var-dollar, + "usd": $fa-var-usd, + "dolly": $fa-var-dolly, + "dolly-box": $fa-var-dolly-box, + "dolly-empty": $fa-var-dolly-empty, + "dolphin": $fa-var-dolphin, + "dong-sign": $fa-var-dong-sign, + "donut": $fa-var-donut, + "doughnut": $fa-var-doughnut, + "door-closed": $fa-var-door-closed, + "door-open": $fa-var-door-open, + "dove": $fa-var-dove, + "down": $fa-var-down, + "arrow-alt-down": $fa-var-arrow-alt-down, + "down-from-dotted-line": $fa-var-down-from-dotted-line, + "down-from-line": $fa-var-down-from-line, + "arrow-alt-from-top": $fa-var-arrow-alt-from-top, + "down-left": $fa-var-down-left, + "down-left-and-up-right-to-center": $fa-var-down-left-and-up-right-to-center, + "compress-alt": $fa-var-compress-alt, + "down-long": $fa-var-down-long, + "long-arrow-alt-down": $fa-var-long-arrow-alt-down, + "down-right": $fa-var-down-right, + "down-to-bracket": $fa-var-down-to-bracket, + "down-to-dotted-line": $fa-var-down-to-dotted-line, + "down-to-line": $fa-var-down-to-line, + "arrow-alt-to-bottom": $fa-var-arrow-alt-to-bottom, + "download": $fa-var-download, + "dragon": $fa-var-dragon, + "draw-circle": $fa-var-draw-circle, + "draw-polygon": $fa-var-draw-polygon, + "draw-square": $fa-var-draw-square, + "dreidel": $fa-var-dreidel, + "drone": $fa-var-drone, + "drone-front": $fa-var-drone-front, + "drone-alt": $fa-var-drone-alt, + "droplet": $fa-var-droplet, + "tint": $fa-var-tint, + "droplet-degree": $fa-var-droplet-degree, + "dewpoint": $fa-var-dewpoint, + "droplet-percent": $fa-var-droplet-percent, + "humidity": $fa-var-humidity, + "droplet-slash": $fa-var-droplet-slash, + "tint-slash": $fa-var-tint-slash, + "drum": $fa-var-drum, + "drum-steelpan": $fa-var-drum-steelpan, + "drumstick": $fa-var-drumstick, + "drumstick-bite": $fa-var-drumstick-bite, + "dryer": $fa-var-dryer, + "dryer-heat": $fa-var-dryer-heat, + "dryer-alt": $fa-var-dryer-alt, + "duck": $fa-var-duck, + "dumbbell": $fa-var-dumbbell, + "dumpster": $fa-var-dumpster, + "dumpster-fire": $fa-var-dumpster-fire, + "dungeon": $fa-var-dungeon, + "e": $fa-var-e, + "ear": $fa-var-ear, + "ear-deaf": $fa-var-ear-deaf, + "deaf": $fa-var-deaf, + "deafness": $fa-var-deafness, + "hard-of-hearing": $fa-var-hard-of-hearing, + "ear-listen": $fa-var-ear-listen, + "assistive-listening-systems": $fa-var-assistive-listening-systems, + "ear-muffs": $fa-var-ear-muffs, + "earth-africa": $fa-var-earth-africa, + "globe-africa": $fa-var-globe-africa, + "earth-americas": $fa-var-earth-americas, + "earth": $fa-var-earth, + "earth-america": $fa-var-earth-america, + "globe-americas": $fa-var-globe-americas, + "earth-asia": $fa-var-earth-asia, + "globe-asia": $fa-var-globe-asia, + "earth-europe": $fa-var-earth-europe, + "globe-europe": $fa-var-globe-europe, + "earth-oceania": $fa-var-earth-oceania, + "globe-oceania": $fa-var-globe-oceania, + "eclipse": $fa-var-eclipse, + "egg": $fa-var-egg, + "egg-fried": $fa-var-egg-fried, + "eggplant": $fa-var-eggplant, + "eject": $fa-var-eject, + "elephant": $fa-var-elephant, + "elevator": $fa-var-elevator, + "ellipsis": $fa-var-ellipsis, + "ellipsis-h": $fa-var-ellipsis-h, + "ellipsis-stroke": $fa-var-ellipsis-stroke, + "ellipsis-h-alt": $fa-var-ellipsis-h-alt, + "ellipsis-stroke-vertical": $fa-var-ellipsis-stroke-vertical, + "ellipsis-v-alt": $fa-var-ellipsis-v-alt, + "ellipsis-vertical": $fa-var-ellipsis-vertical, + "ellipsis-v": $fa-var-ellipsis-v, + "empty-set": $fa-var-empty-set, + "engine": $fa-var-engine, + "engine-warning": $fa-var-engine-warning, + "engine-exclamation": $fa-var-engine-exclamation, + "envelope": $fa-var-envelope, + "envelope-circle-check": $fa-var-envelope-circle-check, + "envelope-dot": $fa-var-envelope-dot, + "envelope-badge": $fa-var-envelope-badge, + "envelope-open": $fa-var-envelope-open, + "envelope-open-dollar": $fa-var-envelope-open-dollar, + "envelope-open-text": $fa-var-envelope-open-text, + "envelopes": $fa-var-envelopes, + "envelopes-bulk": $fa-var-envelopes-bulk, + "mail-bulk": $fa-var-mail-bulk, + "equals": $fa-var-equals, + "eraser": $fa-var-eraser, + "escalator": $fa-var-escalator, + "ethernet": $fa-var-ethernet, + "euro-sign": $fa-var-euro-sign, + "eur": $fa-var-eur, + "euro": $fa-var-euro, + "exclamation": $fa-var-exclamation, + "expand": $fa-var-expand, + "expand-wide": $fa-var-expand-wide, + "explosion": $fa-var-explosion, + "eye": $fa-var-eye, + "eye-dropper": $fa-var-eye-dropper, + "eye-dropper-empty": $fa-var-eye-dropper-empty, + "eyedropper": $fa-var-eyedropper, + "eye-dropper-full": $fa-var-eye-dropper-full, + "eye-dropper-half": $fa-var-eye-dropper-half, + "eye-evil": $fa-var-eye-evil, + "eye-low-vision": $fa-var-eye-low-vision, + "low-vision": $fa-var-low-vision, + "eye-slash": $fa-var-eye-slash, + "eyes": $fa-var-eyes, + "f": $fa-var-f, + "face-angry": $fa-var-face-angry, + "angry": $fa-var-angry, + "face-angry-horns": $fa-var-face-angry-horns, + "face-anguished": $fa-var-face-anguished, + "face-anxious-sweat": $fa-var-face-anxious-sweat, + "face-astonished": $fa-var-face-astonished, + "face-awesome": $fa-var-face-awesome, + "gave-dandy": $fa-var-gave-dandy, + "face-beam-hand-over-mouth": $fa-var-face-beam-hand-over-mouth, + "face-clouds": $fa-var-face-clouds, + "face-confounded": $fa-var-face-confounded, + "face-confused": $fa-var-face-confused, + "face-cowboy-hat": $fa-var-face-cowboy-hat, + "face-diagonal-mouth": $fa-var-face-diagonal-mouth, + "face-disappointed": $fa-var-face-disappointed, + "face-disguise": $fa-var-face-disguise, + "face-dizzy": $fa-var-face-dizzy, + "dizzy": $fa-var-dizzy, + "face-dotted": $fa-var-face-dotted, + "face-downcast-sweat": $fa-var-face-downcast-sweat, + "face-drooling": $fa-var-face-drooling, + "face-exhaling": $fa-var-face-exhaling, + "face-explode": $fa-var-face-explode, + "exploding-head": $fa-var-exploding-head, + "face-expressionless": $fa-var-face-expressionless, + "face-eyes-xmarks": $fa-var-face-eyes-xmarks, + "face-fearful": $fa-var-face-fearful, + "face-flushed": $fa-var-face-flushed, + "flushed": $fa-var-flushed, + "face-frown": $fa-var-face-frown, + "frown": $fa-var-frown, + "face-frown-open": $fa-var-face-frown-open, + "frown-open": $fa-var-frown-open, + "face-frown-slight": $fa-var-face-frown-slight, + "face-glasses": $fa-var-face-glasses, + "face-grimace": $fa-var-face-grimace, + "grimace": $fa-var-grimace, + "face-grin": $fa-var-face-grin, + "grin": $fa-var-grin, + "face-grin-beam": $fa-var-face-grin-beam, + "grin-beam": $fa-var-grin-beam, + "face-grin-beam-sweat": $fa-var-face-grin-beam-sweat, + "grin-beam-sweat": $fa-var-grin-beam-sweat, + "face-grin-hearts": $fa-var-face-grin-hearts, + "grin-hearts": $fa-var-grin-hearts, + "face-grin-squint": $fa-var-face-grin-squint, + "grin-squint": $fa-var-grin-squint, + "face-grin-squint-tears": $fa-var-face-grin-squint-tears, + "grin-squint-tears": $fa-var-grin-squint-tears, + "face-grin-stars": $fa-var-face-grin-stars, + "grin-stars": $fa-var-grin-stars, + "face-grin-tears": $fa-var-face-grin-tears, + "grin-tears": $fa-var-grin-tears, + "face-grin-tongue": $fa-var-face-grin-tongue, + "grin-tongue": $fa-var-grin-tongue, + "face-grin-tongue-squint": $fa-var-face-grin-tongue-squint, + "grin-tongue-squint": $fa-var-grin-tongue-squint, + "face-grin-tongue-wink": $fa-var-face-grin-tongue-wink, + "grin-tongue-wink": $fa-var-grin-tongue-wink, + "face-grin-wide": $fa-var-face-grin-wide, + "grin-alt": $fa-var-grin-alt, + "face-grin-wink": $fa-var-face-grin-wink, + "grin-wink": $fa-var-grin-wink, + "face-hand-over-mouth": $fa-var-face-hand-over-mouth, + "face-hand-peeking": $fa-var-face-hand-peeking, + "face-hand-yawn": $fa-var-face-hand-yawn, + "face-head-bandage": $fa-var-face-head-bandage, + "face-holding-back-tears": $fa-var-face-holding-back-tears, + "face-hushed": $fa-var-face-hushed, + "face-icicles": $fa-var-face-icicles, + "face-kiss": $fa-var-face-kiss, + "kiss": $fa-var-kiss, + "face-kiss-beam": $fa-var-face-kiss-beam, + "kiss-beam": $fa-var-kiss-beam, + "face-kiss-closed-eyes": $fa-var-face-kiss-closed-eyes, + "face-kiss-wink-heart": $fa-var-face-kiss-wink-heart, + "kiss-wink-heart": $fa-var-kiss-wink-heart, + "face-laugh": $fa-var-face-laugh, + "laugh": $fa-var-laugh, + "face-laugh-beam": $fa-var-face-laugh-beam, + "laugh-beam": $fa-var-laugh-beam, + "face-laugh-squint": $fa-var-face-laugh-squint, + "laugh-squint": $fa-var-laugh-squint, + "face-laugh-wink": $fa-var-face-laugh-wink, + "laugh-wink": $fa-var-laugh-wink, + "face-lying": $fa-var-face-lying, + "face-mask": $fa-var-face-mask, + "face-meh": $fa-var-face-meh, + "meh": $fa-var-meh, + "face-meh-blank": $fa-var-face-meh-blank, + "meh-blank": $fa-var-meh-blank, + "face-melting": $fa-var-face-melting, + "face-monocle": $fa-var-face-monocle, + "face-nauseated": $fa-var-face-nauseated, + "face-nose-steam": $fa-var-face-nose-steam, + "face-party": $fa-var-face-party, + "face-pensive": $fa-var-face-pensive, + "face-persevering": $fa-var-face-persevering, + "face-pleading": $fa-var-face-pleading, + "face-pouting": $fa-var-face-pouting, + "face-raised-eyebrow": $fa-var-face-raised-eyebrow, + "face-relieved": $fa-var-face-relieved, + "face-rolling-eyes": $fa-var-face-rolling-eyes, + "meh-rolling-eyes": $fa-var-meh-rolling-eyes, + "face-sad-cry": $fa-var-face-sad-cry, + "sad-cry": $fa-var-sad-cry, + "face-sad-sweat": $fa-var-face-sad-sweat, + "face-sad-tear": $fa-var-face-sad-tear, + "sad-tear": $fa-var-sad-tear, + "face-saluting": $fa-var-face-saluting, + "face-scream": $fa-var-face-scream, + "face-shush": $fa-var-face-shush, + "face-sleeping": $fa-var-face-sleeping, + "face-sleepy": $fa-var-face-sleepy, + "face-smile": $fa-var-face-smile, + "smile": $fa-var-smile, + "face-smile-beam": $fa-var-face-smile-beam, + "smile-beam": $fa-var-smile-beam, + "face-smile-halo": $fa-var-face-smile-halo, + "face-smile-hearts": $fa-var-face-smile-hearts, + "face-smile-horns": $fa-var-face-smile-horns, + "face-smile-plus": $fa-var-face-smile-plus, + "smile-plus": $fa-var-smile-plus, + "face-smile-relaxed": $fa-var-face-smile-relaxed, + "face-smile-tear": $fa-var-face-smile-tear, + "face-smile-tongue": $fa-var-face-smile-tongue, + "face-smile-upside-down": $fa-var-face-smile-upside-down, + "face-smile-wink": $fa-var-face-smile-wink, + "smile-wink": $fa-var-smile-wink, + "face-smiling-hands": $fa-var-face-smiling-hands, + "face-smirking": $fa-var-face-smirking, + "face-spiral-eyes": $fa-var-face-spiral-eyes, + "face-sunglasses": $fa-var-face-sunglasses, + "face-surprise": $fa-var-face-surprise, + "surprise": $fa-var-surprise, + "face-swear": $fa-var-face-swear, + "face-thermometer": $fa-var-face-thermometer, + "face-thinking": $fa-var-face-thinking, + "face-tired": $fa-var-face-tired, + "tired": $fa-var-tired, + "face-tissue": $fa-var-face-tissue, + "face-tongue-money": $fa-var-face-tongue-money, + "face-tongue-sweat": $fa-var-face-tongue-sweat, + "face-unamused": $fa-var-face-unamused, + "face-viewfinder": $fa-var-face-viewfinder, + "face-vomit": $fa-var-face-vomit, + "face-weary": $fa-var-face-weary, + "face-woozy": $fa-var-face-woozy, + "face-worried": $fa-var-face-worried, + "face-zany": $fa-var-face-zany, + "face-zipper": $fa-var-face-zipper, + "falafel": $fa-var-falafel, + "family": $fa-var-family, + "family-dress": $fa-var-family-dress, + "family-pants": $fa-var-family-pants, + "fan": $fa-var-fan, + "fan-table": $fa-var-fan-table, + "farm": $fa-var-farm, + "barn-silo": $fa-var-barn-silo, + "faucet": $fa-var-faucet, + "faucet-drip": $fa-var-faucet-drip, + "fax": $fa-var-fax, + "feather": $fa-var-feather, + "feather-pointed": $fa-var-feather-pointed, + "feather-alt": $fa-var-feather-alt, + "fence": $fa-var-fence, + "ferris-wheel": $fa-var-ferris-wheel, + "ferry": $fa-var-ferry, + "field-hockey-stick-ball": $fa-var-field-hockey-stick-ball, + "field-hockey": $fa-var-field-hockey, + "file": $fa-var-file, + "file-arrow-down": $fa-var-file-arrow-down, + "file-download": $fa-var-file-download, + "file-arrow-up": $fa-var-file-arrow-up, + "file-upload": $fa-var-file-upload, + "file-audio": $fa-var-file-audio, + "file-binary": $fa-var-file-binary, + "file-certificate": $fa-var-file-certificate, + "file-award": $fa-var-file-award, + "file-chart-column": $fa-var-file-chart-column, + "file-chart-line": $fa-var-file-chart-line, + "file-chart-pie": $fa-var-file-chart-pie, + "file-check": $fa-var-file-check, + "file-circle-check": $fa-var-file-circle-check, + "file-circle-exclamation": $fa-var-file-circle-exclamation, + "file-circle-info": $fa-var-file-circle-info, + "file-circle-minus": $fa-var-file-circle-minus, + "file-circle-plus": $fa-var-file-circle-plus, + "file-circle-question": $fa-var-file-circle-question, + "file-circle-xmark": $fa-var-file-circle-xmark, + "file-code": $fa-var-file-code, + "file-contract": $fa-var-file-contract, + "file-csv": $fa-var-file-csv, + "file-dashed-line": $fa-var-file-dashed-line, + "page-break": $fa-var-page-break, + "file-excel": $fa-var-file-excel, + "file-exclamation": $fa-var-file-exclamation, + "file-export": $fa-var-file-export, + "arrow-right-from-file": $fa-var-arrow-right-from-file, + "file-heart": $fa-var-file-heart, + "file-image": $fa-var-file-image, + "file-import": $fa-var-file-import, + "arrow-right-to-file": $fa-var-arrow-right-to-file, + "file-invoice": $fa-var-file-invoice, + "file-invoice-dollar": $fa-var-file-invoice-dollar, + "file-lines": $fa-var-file-lines, + "file-alt": $fa-var-file-alt, + "file-text": $fa-var-file-text, + "file-lock": $fa-var-file-lock, + "file-magnifying-glass": $fa-var-file-magnifying-glass, + "file-search": $fa-var-file-search, + "file-medical": $fa-var-file-medical, + "file-minus": $fa-var-file-minus, + "file-music": $fa-var-file-music, + "file-pdf": $fa-var-file-pdf, + "file-pen": $fa-var-file-pen, + "file-edit": $fa-var-file-edit, + "file-plus": $fa-var-file-plus, + "file-plus-minus": $fa-var-file-plus-minus, + "file-powerpoint": $fa-var-file-powerpoint, + "file-prescription": $fa-var-file-prescription, + "file-shield": $fa-var-file-shield, + "file-signature": $fa-var-file-signature, + "file-slash": $fa-var-file-slash, + "file-spreadsheet": $fa-var-file-spreadsheet, + "file-user": $fa-var-file-user, + "file-video": $fa-var-file-video, + "file-waveform": $fa-var-file-waveform, + "file-medical-alt": $fa-var-file-medical-alt, + "file-word": $fa-var-file-word, + "file-xmark": $fa-var-file-xmark, + "file-times": $fa-var-file-times, + "file-zipper": $fa-var-file-zipper, + "file-archive": $fa-var-file-archive, + "files": $fa-var-files, + "files-medical": $fa-var-files-medical, + "fill": $fa-var-fill, + "fill-drip": $fa-var-fill-drip, + "film": $fa-var-film, + "film-canister": $fa-var-film-canister, + "film-simple": $fa-var-film-simple, + "film-alt": $fa-var-film-alt, + "film-slash": $fa-var-film-slash, + "films": $fa-var-films, + "filter": $fa-var-filter, + "filter-circle-dollar": $fa-var-filter-circle-dollar, + "funnel-dollar": $fa-var-funnel-dollar, + "filter-circle-xmark": $fa-var-filter-circle-xmark, + "filter-list": $fa-var-filter-list, + "filter-slash": $fa-var-filter-slash, + "filters": $fa-var-filters, + "fingerprint": $fa-var-fingerprint, + "fire": $fa-var-fire, + "fire-burner": $fa-var-fire-burner, + "fire-extinguisher": $fa-var-fire-extinguisher, + "fire-flame": $fa-var-fire-flame, + "flame": $fa-var-flame, + "fire-flame-curved": $fa-var-fire-flame-curved, + "fire-alt": $fa-var-fire-alt, + "fire-flame-simple": $fa-var-fire-flame-simple, + "burn": $fa-var-burn, + "fire-hydrant": $fa-var-fire-hydrant, + "fire-smoke": $fa-var-fire-smoke, + "fireplace": $fa-var-fireplace, + "fish": $fa-var-fish, + "fish-bones": $fa-var-fish-bones, + "fish-cooked": $fa-var-fish-cooked, + "fish-fins": $fa-var-fish-fins, + "fishing-rod": $fa-var-fishing-rod, + "flag": $fa-var-flag, + "flag-checkered": $fa-var-flag-checkered, + "flag-pennant": $fa-var-flag-pennant, + "pennant": $fa-var-pennant, + "flag-swallowtail": $fa-var-flag-swallowtail, + "flag-alt": $fa-var-flag-alt, + "flag-usa": $fa-var-flag-usa, + "flashlight": $fa-var-flashlight, + "flask": $fa-var-flask, + "flask-round-poison": $fa-var-flask-round-poison, + "flask-poison": $fa-var-flask-poison, + "flask-round-potion": $fa-var-flask-round-potion, + "flask-potion": $fa-var-flask-potion, + "flask-vial": $fa-var-flask-vial, + "flatbread": $fa-var-flatbread, + "flatbread-stuffed": $fa-var-flatbread-stuffed, + "floppy-disk": $fa-var-floppy-disk, + "save": $fa-var-save, + "floppy-disk-circle-arrow-right": $fa-var-floppy-disk-circle-arrow-right, + "save-circle-arrow-right": $fa-var-save-circle-arrow-right, + "floppy-disk-circle-xmark": $fa-var-floppy-disk-circle-xmark, + "floppy-disk-times": $fa-var-floppy-disk-times, + "save-circle-xmark": $fa-var-save-circle-xmark, + "save-times": $fa-var-save-times, + "floppy-disk-pen": $fa-var-floppy-disk-pen, + "floppy-disks": $fa-var-floppy-disks, + "florin-sign": $fa-var-florin-sign, + "flower": $fa-var-flower, + "flower-daffodil": $fa-var-flower-daffodil, + "flower-tulip": $fa-var-flower-tulip, + "flute": $fa-var-flute, + "flux-capacitor": $fa-var-flux-capacitor, + "flying-disc": $fa-var-flying-disc, + "folder": $fa-var-folder, + "folder-blank": $fa-var-folder-blank, + "folder-arrow-down": $fa-var-folder-arrow-down, + "folder-download": $fa-var-folder-download, + "folder-arrow-up": $fa-var-folder-arrow-up, + "folder-upload": $fa-var-folder-upload, + "folder-bookmark": $fa-var-folder-bookmark, + "folder-closed": $fa-var-folder-closed, + "folder-gear": $fa-var-folder-gear, + "folder-cog": $fa-var-folder-cog, + "folder-grid": $fa-var-folder-grid, + "folder-heart": $fa-var-folder-heart, + "folder-image": $fa-var-folder-image, + "folder-magnifying-glass": $fa-var-folder-magnifying-glass, + "folder-search": $fa-var-folder-search, + "folder-medical": $fa-var-folder-medical, + "folder-minus": $fa-var-folder-minus, + "folder-music": $fa-var-folder-music, + "folder-open": $fa-var-folder-open, + "folder-plus": $fa-var-folder-plus, + "folder-tree": $fa-var-folder-tree, + "folder-user": $fa-var-folder-user, + "folder-xmark": $fa-var-folder-xmark, + "folder-times": $fa-var-folder-times, + "folders": $fa-var-folders, + "fondue-pot": $fa-var-fondue-pot, + "font": $fa-var-font, + "font-case": $fa-var-font-case, + "football": $fa-var-football, + "football-ball": $fa-var-football-ball, + "football-helmet": $fa-var-football-helmet, + "fork": $fa-var-fork, + "utensil-fork": $fa-var-utensil-fork, + "fork-knife": $fa-var-fork-knife, + "utensils-alt": $fa-var-utensils-alt, + "forklift": $fa-var-forklift, + "fort": $fa-var-fort, + "forward": $fa-var-forward, + "forward-fast": $fa-var-forward-fast, + "fast-forward": $fa-var-fast-forward, + "forward-step": $fa-var-forward-step, + "step-forward": $fa-var-step-forward, + "frame": $fa-var-frame, + "franc-sign": $fa-var-franc-sign, + "french-fries": $fa-var-french-fries, + "frog": $fa-var-frog, + "function": $fa-var-function, + "futbol": $fa-var-futbol, + "futbol-ball": $fa-var-futbol-ball, + "soccer-ball": $fa-var-soccer-ball, + "g": $fa-var-g, + "galaxy": $fa-var-galaxy, + "gallery-thumbnails": $fa-var-gallery-thumbnails, + "game-board": $fa-var-game-board, + "game-board-simple": $fa-var-game-board-simple, + "game-board-alt": $fa-var-game-board-alt, + "game-console-handheld": $fa-var-game-console-handheld, + "gamepad": $fa-var-gamepad, + "gamepad-modern": $fa-var-gamepad-modern, + "gamepad-alt": $fa-var-gamepad-alt, + "garage": $fa-var-garage, + "garage-car": $fa-var-garage-car, + "garage-open": $fa-var-garage-open, + "garlic": $fa-var-garlic, + "gas-pump": $fa-var-gas-pump, + "gas-pump-slash": $fa-var-gas-pump-slash, + "gauge": $fa-var-gauge, + "dashboard": $fa-var-dashboard, + "gauge-med": $fa-var-gauge-med, + "tachometer-alt-average": $fa-var-tachometer-alt-average, + "gauge-circle-bolt": $fa-var-gauge-circle-bolt, + "gauge-circle-minus": $fa-var-gauge-circle-minus, + "gauge-circle-plus": $fa-var-gauge-circle-plus, + "gauge-high": $fa-var-gauge-high, + "tachometer-alt": $fa-var-tachometer-alt, + "tachometer-alt-fast": $fa-var-tachometer-alt-fast, + "gauge-low": $fa-var-gauge-low, + "tachometer-alt-slow": $fa-var-tachometer-alt-slow, + "gauge-max": $fa-var-gauge-max, + "tachometer-alt-fastest": $fa-var-tachometer-alt-fastest, + "gauge-min": $fa-var-gauge-min, + "tachometer-alt-slowest": $fa-var-tachometer-alt-slowest, + "gauge-simple": $fa-var-gauge-simple, + "gauge-simple-med": $fa-var-gauge-simple-med, + "tachometer-average": $fa-var-tachometer-average, + "gauge-simple-high": $fa-var-gauge-simple-high, + "tachometer": $fa-var-tachometer, + "tachometer-fast": $fa-var-tachometer-fast, + "gauge-simple-low": $fa-var-gauge-simple-low, + "tachometer-slow": $fa-var-tachometer-slow, + "gauge-simple-max": $fa-var-gauge-simple-max, + "tachometer-fastest": $fa-var-tachometer-fastest, + "gauge-simple-min": $fa-var-gauge-simple-min, + "tachometer-slowest": $fa-var-tachometer-slowest, + "gavel": $fa-var-gavel, + "legal": $fa-var-legal, + "gear": $fa-var-gear, + "cog": $fa-var-cog, + "gears": $fa-var-gears, + "cogs": $fa-var-cogs, + "gem": $fa-var-gem, + "genderless": $fa-var-genderless, + "ghost": $fa-var-ghost, + "gif": $fa-var-gif, + "gift": $fa-var-gift, + "gift-card": $fa-var-gift-card, + "gifts": $fa-var-gifts, + "gingerbread-man": $fa-var-gingerbread-man, + "glass": $fa-var-glass, + "glass-citrus": $fa-var-glass-citrus, + "glass-empty": $fa-var-glass-empty, + "glass-half": $fa-var-glass-half, + "glass-half-empty": $fa-var-glass-half-empty, + "glass-half-full": $fa-var-glass-half-full, + "glass-water": $fa-var-glass-water, + "glass-water-droplet": $fa-var-glass-water-droplet, + "glasses": $fa-var-glasses, + "glasses-round": $fa-var-glasses-round, + "glasses-alt": $fa-var-glasses-alt, + "globe": $fa-var-globe, + "globe-snow": $fa-var-globe-snow, + "globe-stand": $fa-var-globe-stand, + "goal-net": $fa-var-goal-net, + "golf-ball-tee": $fa-var-golf-ball-tee, + "golf-ball": $fa-var-golf-ball, + "golf-club": $fa-var-golf-club, + "golf-flag-hole": $fa-var-golf-flag-hole, + "gopuram": $fa-var-gopuram, + "graduation-cap": $fa-var-graduation-cap, + "mortar-board": $fa-var-mortar-board, + "gramophone": $fa-var-gramophone, + "grapes": $fa-var-grapes, + "grate": $fa-var-grate, + "grate-droplet": $fa-var-grate-droplet, + "greater-than": $fa-var-greater-than, + "greater-than-equal": $fa-var-greater-than-equal, + "grid": $fa-var-grid, + "grid-3": $fa-var-grid-3, + "grid-2": $fa-var-grid-2, + "grid-2-plus": $fa-var-grid-2-plus, + "grid-4": $fa-var-grid-4, + "grid-5": $fa-var-grid-5, + "grid-dividers": $fa-var-grid-dividers, + "grid-horizontal": $fa-var-grid-horizontal, + "grip": $fa-var-grip, + "grip-horizontal": $fa-var-grip-horizontal, + "grip-dots": $fa-var-grip-dots, + "grip-dots-vertical": $fa-var-grip-dots-vertical, + "grip-lines": $fa-var-grip-lines, + "grip-lines-vertical": $fa-var-grip-lines-vertical, + "grip-vertical": $fa-var-grip-vertical, + "group-arrows-rotate": $fa-var-group-arrows-rotate, + "guarani-sign": $fa-var-guarani-sign, + "guitar": $fa-var-guitar, + "guitar-electric": $fa-var-guitar-electric, + "guitars": $fa-var-guitars, + "gun": $fa-var-gun, + "gun-slash": $fa-var-gun-slash, + "gun-squirt": $fa-var-gun-squirt, + "h": $fa-var-h, + "h1": $fa-var-h1, + "h2": $fa-var-h2, + "h3": $fa-var-h3, + "h4": $fa-var-h4, + "h5": $fa-var-h5, + "h6": $fa-var-h6, + "hammer": $fa-var-hammer, + "hammer-crash": $fa-var-hammer-crash, + "hammer-war": $fa-var-hammer-war, + "hamsa": $fa-var-hamsa, + "hand": $fa-var-hand, + "hand-paper": $fa-var-hand-paper, + "hand-back-fist": $fa-var-hand-back-fist, + "hand-rock": $fa-var-hand-rock, + "hand-back-point-down": $fa-var-hand-back-point-down, + "hand-back-point-left": $fa-var-hand-back-point-left, + "hand-back-point-ribbon": $fa-var-hand-back-point-ribbon, + "hand-back-point-right": $fa-var-hand-back-point-right, + "hand-back-point-up": $fa-var-hand-back-point-up, + "hand-dots": $fa-var-hand-dots, + "allergies": $fa-var-allergies, + "hand-fingers-crossed": $fa-var-hand-fingers-crossed, + "hand-fist": $fa-var-hand-fist, + "fist-raised": $fa-var-fist-raised, + "hand-heart": $fa-var-hand-heart, + "hand-holding": $fa-var-hand-holding, + "hand-holding-box": $fa-var-hand-holding-box, + "hand-holding-dollar": $fa-var-hand-holding-dollar, + "hand-holding-usd": $fa-var-hand-holding-usd, + "hand-holding-droplet": $fa-var-hand-holding-droplet, + "hand-holding-water": $fa-var-hand-holding-water, + "hand-holding-hand": $fa-var-hand-holding-hand, + "hand-holding-heart": $fa-var-hand-holding-heart, + "hand-holding-magic": $fa-var-hand-holding-magic, + "hand-holding-medical": $fa-var-hand-holding-medical, + "hand-holding-seedling": $fa-var-hand-holding-seedling, + "hand-holding-skull": $fa-var-hand-holding-skull, + "hand-horns": $fa-var-hand-horns, + "hand-lizard": $fa-var-hand-lizard, + "hand-love": $fa-var-hand-love, + "hand-middle-finger": $fa-var-hand-middle-finger, + "hand-peace": $fa-var-hand-peace, + "hand-point-down": $fa-var-hand-point-down, + "hand-point-left": $fa-var-hand-point-left, + "hand-point-ribbon": $fa-var-hand-point-ribbon, + "hand-point-right": $fa-var-hand-point-right, + "hand-point-up": $fa-var-hand-point-up, + "hand-pointer": $fa-var-hand-pointer, + "hand-scissors": $fa-var-hand-scissors, + "hand-sparkles": $fa-var-hand-sparkles, + "hand-spock": $fa-var-hand-spock, + "hand-wave": $fa-var-hand-wave, + "handcuffs": $fa-var-handcuffs, + "hands": $fa-var-hands, + "sign-language": $fa-var-sign-language, + "signing": $fa-var-signing, + "hands-asl-interpreting": $fa-var-hands-asl-interpreting, + "american-sign-language-interpreting": $fa-var-american-sign-language-interpreting, + "asl-interpreting": $fa-var-asl-interpreting, + "hands-american-sign-language-interpreting": $fa-var-hands-american-sign-language-interpreting, + "hands-bound": $fa-var-hands-bound, + "hands-bubbles": $fa-var-hands-bubbles, + "hands-wash": $fa-var-hands-wash, + "hands-clapping": $fa-var-hands-clapping, + "hands-holding": $fa-var-hands-holding, + "hands-holding-child": $fa-var-hands-holding-child, + "hands-holding-circle": $fa-var-hands-holding-circle, + "hands-holding-diamond": $fa-var-hands-holding-diamond, + "hand-receiving": $fa-var-hand-receiving, + "hands-holding-dollar": $fa-var-hands-holding-dollar, + "hands-usd": $fa-var-hands-usd, + "hands-holding-heart": $fa-var-hands-holding-heart, + "hands-heart": $fa-var-hands-heart, + "hands-praying": $fa-var-hands-praying, + "praying-hands": $fa-var-praying-hands, + "handshake": $fa-var-handshake, + "handshake-angle": $fa-var-handshake-angle, + "hands-helping": $fa-var-hands-helping, + "handshake-simple": $fa-var-handshake-simple, + "handshake-alt": $fa-var-handshake-alt, + "handshake-simple-slash": $fa-var-handshake-simple-slash, + "handshake-alt-slash": $fa-var-handshake-alt-slash, + "handshake-slash": $fa-var-handshake-slash, + "hanukiah": $fa-var-hanukiah, + "hard-drive": $fa-var-hard-drive, + "hdd": $fa-var-hdd, + "hashtag": $fa-var-hashtag, + "hashtag-lock": $fa-var-hashtag-lock, + "hat-chef": $fa-var-hat-chef, + "hat-cowboy": $fa-var-hat-cowboy, + "hat-cowboy-side": $fa-var-hat-cowboy-side, + "hat-santa": $fa-var-hat-santa, + "hat-winter": $fa-var-hat-winter, + "hat-witch": $fa-var-hat-witch, + "hat-wizard": $fa-var-hat-wizard, + "head-side": $fa-var-head-side, + "head-side-brain": $fa-var-head-side-brain, + "head-side-cough": $fa-var-head-side-cough, + "head-side-cough-slash": $fa-var-head-side-cough-slash, + "head-side-goggles": $fa-var-head-side-goggles, + "head-vr": $fa-var-head-vr, + "head-side-headphones": $fa-var-head-side-headphones, + "head-side-heart": $fa-var-head-side-heart, + "head-side-mask": $fa-var-head-side-mask, + "head-side-medical": $fa-var-head-side-medical, + "head-side-virus": $fa-var-head-side-virus, + "heading": $fa-var-heading, + "header": $fa-var-header, + "headphones": $fa-var-headphones, + "headphones-simple": $fa-var-headphones-simple, + "headphones-alt": $fa-var-headphones-alt, + "headset": $fa-var-headset, + "heart": $fa-var-heart, + "heart-circle-bolt": $fa-var-heart-circle-bolt, + "heart-circle-check": $fa-var-heart-circle-check, + "heart-circle-exclamation": $fa-var-heart-circle-exclamation, + "heart-circle-minus": $fa-var-heart-circle-minus, + "heart-circle-plus": $fa-var-heart-circle-plus, + "heart-circle-xmark": $fa-var-heart-circle-xmark, + "heart-crack": $fa-var-heart-crack, + "heart-broken": $fa-var-heart-broken, + "heart-half": $fa-var-heart-half, + "heart-half-stroke": $fa-var-heart-half-stroke, + "heart-half-alt": $fa-var-heart-half-alt, + "heart-pulse": $fa-var-heart-pulse, + "heartbeat": $fa-var-heartbeat, + "heat": $fa-var-heat, + "helicopter": $fa-var-helicopter, + "helicopter-symbol": $fa-var-helicopter-symbol, + "helmet-battle": $fa-var-helmet-battle, + "helmet-safety": $fa-var-helmet-safety, + "hard-hat": $fa-var-hard-hat, + "hat-hard": $fa-var-hat-hard, + "helmet-un": $fa-var-helmet-un, + "hexagon": $fa-var-hexagon, + "hexagon-check": $fa-var-hexagon-check, + "hexagon-divide": $fa-var-hexagon-divide, + "hexagon-exclamation": $fa-var-hexagon-exclamation, + "hexagon-image": $fa-var-hexagon-image, + "hexagon-minus": $fa-var-hexagon-minus, + "minus-hexagon": $fa-var-minus-hexagon, + "hexagon-plus": $fa-var-hexagon-plus, + "plus-hexagon": $fa-var-plus-hexagon, + "hexagon-vertical-nft": $fa-var-hexagon-vertical-nft, + "hexagon-vertical-nft-slanted": $fa-var-hexagon-vertical-nft-slanted, + "hexagon-xmark": $fa-var-hexagon-xmark, + "times-hexagon": $fa-var-times-hexagon, + "xmark-hexagon": $fa-var-xmark-hexagon, + "high-definition": $fa-var-high-definition, + "rectangle-hd": $fa-var-rectangle-hd, + "highlighter": $fa-var-highlighter, + "highlighter-line": $fa-var-highlighter-line, + "hill-avalanche": $fa-var-hill-avalanche, + "hill-rockslide": $fa-var-hill-rockslide, + "hippo": $fa-var-hippo, + "hockey-mask": $fa-var-hockey-mask, + "hockey-puck": $fa-var-hockey-puck, + "hockey-stick-puck": $fa-var-hockey-stick-puck, + "hockey-sticks": $fa-var-hockey-sticks, + "holly-berry": $fa-var-holly-berry, + "honey-pot": $fa-var-honey-pot, + "hood-cloak": $fa-var-hood-cloak, + "horizontal-rule": $fa-var-horizontal-rule, + "horse": $fa-var-horse, + "horse-head": $fa-var-horse-head, + "horse-saddle": $fa-var-horse-saddle, + "hose": $fa-var-hose, + "hose-reel": $fa-var-hose-reel, + "hospital": $fa-var-hospital, + "hospital-alt": $fa-var-hospital-alt, + "hospital-wide": $fa-var-hospital-wide, + "hospital-user": $fa-var-hospital-user, + "hospitals": $fa-var-hospitals, + "hot-tub-person": $fa-var-hot-tub-person, + "hot-tub": $fa-var-hot-tub, + "hotdog": $fa-var-hotdog, + "hotel": $fa-var-hotel, + "hourglass": $fa-var-hourglass, + "hourglass-2": $fa-var-hourglass-2, + "hourglass-half": $fa-var-hourglass-half, + "hourglass-clock": $fa-var-hourglass-clock, + "hourglass-empty": $fa-var-hourglass-empty, + "hourglass-end": $fa-var-hourglass-end, + "hourglass-3": $fa-var-hourglass-3, + "hourglass-start": $fa-var-hourglass-start, + "hourglass-1": $fa-var-hourglass-1, + "house": $fa-var-house, + "home": $fa-var-home, + "home-alt": $fa-var-home-alt, + "home-lg-alt": $fa-var-home-lg-alt, + "house-blank": $fa-var-house-blank, + "home-blank": $fa-var-home-blank, + "house-building": $fa-var-house-building, + "house-chimney": $fa-var-house-chimney, + "home-lg": $fa-var-home-lg, + "house-chimney-blank": $fa-var-house-chimney-blank, + "house-chimney-crack": $fa-var-house-chimney-crack, + "house-damage": $fa-var-house-damage, + "house-chimney-heart": $fa-var-house-chimney-heart, + "house-chimney-medical": $fa-var-house-chimney-medical, + "clinic-medical": $fa-var-clinic-medical, + "house-chimney-user": $fa-var-house-chimney-user, + "house-chimney-window": $fa-var-house-chimney-window, + "house-circle-check": $fa-var-house-circle-check, + "house-circle-exclamation": $fa-var-house-circle-exclamation, + "house-circle-xmark": $fa-var-house-circle-xmark, + "house-crack": $fa-var-house-crack, + "house-day": $fa-var-house-day, + "house-fire": $fa-var-house-fire, + "house-flag": $fa-var-house-flag, + "house-flood-water": $fa-var-house-flood-water, + "house-flood-water-circle-arrow-right": $fa-var-house-flood-water-circle-arrow-right, + "house-heart": $fa-var-house-heart, + "home-heart": $fa-var-home-heart, + "house-laptop": $fa-var-house-laptop, + "laptop-house": $fa-var-laptop-house, + "house-lock": $fa-var-house-lock, + "house-medical": $fa-var-house-medical, + "house-medical-circle-check": $fa-var-house-medical-circle-check, + "house-medical-circle-exclamation": $fa-var-house-medical-circle-exclamation, + "house-medical-circle-xmark": $fa-var-house-medical-circle-xmark, + "house-medical-flag": $fa-var-house-medical-flag, + "house-night": $fa-var-house-night, + "house-person-leave": $fa-var-house-person-leave, + "house-leave": $fa-var-house-leave, + "house-person-depart": $fa-var-house-person-depart, + "house-person-return": $fa-var-house-person-return, + "house-person-arrive": $fa-var-house-person-arrive, + "house-return": $fa-var-house-return, + "house-signal": $fa-var-house-signal, + "house-tree": $fa-var-house-tree, + "house-tsunami": $fa-var-house-tsunami, + "house-turret": $fa-var-house-turret, + "house-user": $fa-var-house-user, + "home-user": $fa-var-home-user, + "house-water": $fa-var-house-water, + "house-flood": $fa-var-house-flood, + "house-window": $fa-var-house-window, + "hryvnia-sign": $fa-var-hryvnia-sign, + "hryvnia": $fa-var-hryvnia, + "hundred-points": $fa-var-hundred-points, + "100": $fa-var-100, + "hurricane": $fa-var-hurricane, + "hyphen": $fa-var-hyphen, + "i": $fa-var-i, + "i-cursor": $fa-var-i-cursor, + "ice-cream": $fa-var-ice-cream, + "ice-skate": $fa-var-ice-skate, + "icicles": $fa-var-icicles, + "icons": $fa-var-icons, + "heart-music-camera-bolt": $fa-var-heart-music-camera-bolt, + "id-badge": $fa-var-id-badge, + "id-card": $fa-var-id-card, + "drivers-license": $fa-var-drivers-license, + "id-card-clip": $fa-var-id-card-clip, + "id-card-alt": $fa-var-id-card-alt, + "igloo": $fa-var-igloo, + "image": $fa-var-image, + "image-landscape": $fa-var-image-landscape, + "landscape": $fa-var-landscape, + "image-polaroid": $fa-var-image-polaroid, + "image-polaroid-user": $fa-var-image-polaroid-user, + "image-portrait": $fa-var-image-portrait, + "portrait": $fa-var-portrait, + "image-slash": $fa-var-image-slash, + "image-user": $fa-var-image-user, + "images": $fa-var-images, + "images-user": $fa-var-images-user, + "inbox": $fa-var-inbox, + "inbox-full": $fa-var-inbox-full, + "inbox-in": $fa-var-inbox-in, + "inbox-arrow-down": $fa-var-inbox-arrow-down, + "inbox-out": $fa-var-inbox-out, + "inbox-arrow-up": $fa-var-inbox-arrow-up, + "inboxes": $fa-var-inboxes, + "indent": $fa-var-indent, + "indian-rupee-sign": $fa-var-indian-rupee-sign, + "indian-rupee": $fa-var-indian-rupee, + "inr": $fa-var-inr, + "industry": $fa-var-industry, + "industry-windows": $fa-var-industry-windows, + "industry-alt": $fa-var-industry-alt, + "infinity": $fa-var-infinity, + "info": $fa-var-info, + "inhaler": $fa-var-inhaler, + "input-numeric": $fa-var-input-numeric, + "input-pipe": $fa-var-input-pipe, + "input-text": $fa-var-input-text, + "integral": $fa-var-integral, + "intersection": $fa-var-intersection, + "island-tropical": $fa-var-island-tropical, + "island-tree-palm": $fa-var-island-tree-palm, + "italic": $fa-var-italic, + "j": $fa-var-j, + "jack-o-lantern": $fa-var-jack-o-lantern, + "jar": $fa-var-jar, + "jar-wheat": $fa-var-jar-wheat, + "jedi": $fa-var-jedi, + "jet-fighter": $fa-var-jet-fighter, + "fighter-jet": $fa-var-fighter-jet, + "jet-fighter-up": $fa-var-jet-fighter-up, + "joint": $fa-var-joint, + "joystick": $fa-var-joystick, + "jug": $fa-var-jug, + "jug-detergent": $fa-var-jug-detergent, + "k": $fa-var-k, + "kaaba": $fa-var-kaaba, + "kazoo": $fa-var-kazoo, + "kerning": $fa-var-kerning, + "key": $fa-var-key, + "key-skeleton": $fa-var-key-skeleton, + "key-skeleton-left-right": $fa-var-key-skeleton-left-right, + "keyboard": $fa-var-keyboard, + "keyboard-brightness": $fa-var-keyboard-brightness, + "keyboard-brightness-low": $fa-var-keyboard-brightness-low, + "keyboard-down": $fa-var-keyboard-down, + "keyboard-left": $fa-var-keyboard-left, + "keynote": $fa-var-keynote, + "khanda": $fa-var-khanda, + "kidneys": $fa-var-kidneys, + "kip-sign": $fa-var-kip-sign, + "kit-medical": $fa-var-kit-medical, + "first-aid": $fa-var-first-aid, + "kitchen-set": $fa-var-kitchen-set, + "kite": $fa-var-kite, + "kiwi-bird": $fa-var-kiwi-bird, + "kiwi-fruit": $fa-var-kiwi-fruit, + "knife": $fa-var-knife, + "utensil-knife": $fa-var-utensil-knife, + "knife-kitchen": $fa-var-knife-kitchen, + "l": $fa-var-l, + "lacrosse-stick": $fa-var-lacrosse-stick, + "lacrosse-stick-ball": $fa-var-lacrosse-stick-ball, + "lambda": $fa-var-lambda, + "lamp": $fa-var-lamp, + "lamp-desk": $fa-var-lamp-desk, + "lamp-floor": $fa-var-lamp-floor, + "lamp-street": $fa-var-lamp-street, + "land-mine-on": $fa-var-land-mine-on, + "landmark": $fa-var-landmark, + "landmark-dome": $fa-var-landmark-dome, + "landmark-alt": $fa-var-landmark-alt, + "landmark-flag": $fa-var-landmark-flag, + "language": $fa-var-language, + "laptop": $fa-var-laptop, + "laptop-arrow-down": $fa-var-laptop-arrow-down, + "laptop-code": $fa-var-laptop-code, + "laptop-file": $fa-var-laptop-file, + "laptop-medical": $fa-var-laptop-medical, + "laptop-mobile": $fa-var-laptop-mobile, + "phone-laptop": $fa-var-phone-laptop, + "laptop-slash": $fa-var-laptop-slash, + "lari-sign": $fa-var-lari-sign, + "lasso": $fa-var-lasso, + "lasso-sparkles": $fa-var-lasso-sparkles, + "layer-group": $fa-var-layer-group, + "layer-minus": $fa-var-layer-minus, + "layer-group-minus": $fa-var-layer-group-minus, + "layer-plus": $fa-var-layer-plus, + "layer-group-plus": $fa-var-layer-group-plus, + "leaf": $fa-var-leaf, + "leaf-heart": $fa-var-leaf-heart, + "leaf-maple": $fa-var-leaf-maple, + "leaf-oak": $fa-var-leaf-oak, + "leafy-green": $fa-var-leafy-green, + "left": $fa-var-left, + "arrow-alt-left": $fa-var-arrow-alt-left, + "left-from-line": $fa-var-left-from-line, + "arrow-alt-from-right": $fa-var-arrow-alt-from-right, + "left-long": $fa-var-left-long, + "long-arrow-alt-left": $fa-var-long-arrow-alt-left, + "left-long-to-line": $fa-var-left-long-to-line, + "left-right": $fa-var-left-right, + "arrows-alt-h": $fa-var-arrows-alt-h, + "left-to-line": $fa-var-left-to-line, + "arrow-alt-to-left": $fa-var-arrow-alt-to-left, + "lemon": $fa-var-lemon, + "less-than": $fa-var-less-than, + "less-than-equal": $fa-var-less-than-equal, + "life-ring": $fa-var-life-ring, + "light-ceiling": $fa-var-light-ceiling, + "light-emergency": $fa-var-light-emergency, + "light-emergency-on": $fa-var-light-emergency-on, + "light-switch": $fa-var-light-switch, + "light-switch-off": $fa-var-light-switch-off, + "light-switch-on": $fa-var-light-switch-on, + "lightbulb": $fa-var-lightbulb, + "lightbulb-dollar": $fa-var-lightbulb-dollar, + "lightbulb-exclamation": $fa-var-lightbulb-exclamation, + "lightbulb-exclamation-on": $fa-var-lightbulb-exclamation-on, + "lightbulb-on": $fa-var-lightbulb-on, + "lightbulb-slash": $fa-var-lightbulb-slash, + "lights-holiday": $fa-var-lights-holiday, + "line-columns": $fa-var-line-columns, + "line-height": $fa-var-line-height, + "lines-leaning": $fa-var-lines-leaning, + "link": $fa-var-link, + "chain": $fa-var-chain, + "link-horizontal": $fa-var-link-horizontal, + "chain-horizontal": $fa-var-chain-horizontal, + "link-horizontal-slash": $fa-var-link-horizontal-slash, + "chain-horizontal-slash": $fa-var-chain-horizontal-slash, + "link-simple": $fa-var-link-simple, + "link-simple-slash": $fa-var-link-simple-slash, + "link-slash": $fa-var-link-slash, + "chain-broken": $fa-var-chain-broken, + "chain-slash": $fa-var-chain-slash, + "unlink": $fa-var-unlink, + "lips": $fa-var-lips, + "lira-sign": $fa-var-lira-sign, + "list": $fa-var-list, + "list-squares": $fa-var-list-squares, + "list-check": $fa-var-list-check, + "tasks": $fa-var-tasks, + "list-dropdown": $fa-var-list-dropdown, + "list-music": $fa-var-list-music, + "list-ol": $fa-var-list-ol, + "list-1-2": $fa-var-list-1-2, + "list-numeric": $fa-var-list-numeric, + "list-radio": $fa-var-list-radio, + "list-timeline": $fa-var-list-timeline, + "list-tree": $fa-var-list-tree, + "list-ul": $fa-var-list-ul, + "list-dots": $fa-var-list-dots, + "litecoin-sign": $fa-var-litecoin-sign, + "loader": $fa-var-loader, + "lobster": $fa-var-lobster, + "location-arrow": $fa-var-location-arrow, + "location-check": $fa-var-location-check, + "map-marker-check": $fa-var-map-marker-check, + "location-crosshairs": $fa-var-location-crosshairs, + "location": $fa-var-location, + "location-crosshairs-slash": $fa-var-location-crosshairs-slash, + "location-slash": $fa-var-location-slash, + "location-dot": $fa-var-location-dot, + "map-marker-alt": $fa-var-map-marker-alt, + "location-dot-slash": $fa-var-location-dot-slash, + "map-marker-alt-slash": $fa-var-map-marker-alt-slash, + "location-exclamation": $fa-var-location-exclamation, + "map-marker-exclamation": $fa-var-map-marker-exclamation, + "location-minus": $fa-var-location-minus, + "map-marker-minus": $fa-var-map-marker-minus, + "location-pen": $fa-var-location-pen, + "map-marker-edit": $fa-var-map-marker-edit, + "location-pin": $fa-var-location-pin, + "map-marker": $fa-var-map-marker, + "location-pin-lock": $fa-var-location-pin-lock, + "location-pin-slash": $fa-var-location-pin-slash, + "map-marker-slash": $fa-var-map-marker-slash, + "location-plus": $fa-var-location-plus, + "map-marker-plus": $fa-var-map-marker-plus, + "location-question": $fa-var-location-question, + "map-marker-question": $fa-var-map-marker-question, + "location-smile": $fa-var-location-smile, + "map-marker-smile": $fa-var-map-marker-smile, + "location-xmark": $fa-var-location-xmark, + "map-marker-times": $fa-var-map-marker-times, + "map-marker-xmark": $fa-var-map-marker-xmark, + "lock": $fa-var-lock, + "lock-a": $fa-var-lock-a, + "lock-hashtag": $fa-var-lock-hashtag, + "lock-keyhole": $fa-var-lock-keyhole, + "lock-alt": $fa-var-lock-alt, + "lock-keyhole-open": $fa-var-lock-keyhole-open, + "lock-open-alt": $fa-var-lock-open-alt, + "lock-open": $fa-var-lock-open, + "locust": $fa-var-locust, + "lollipop": $fa-var-lollipop, + "lollypop": $fa-var-lollypop, + "loveseat": $fa-var-loveseat, + "couch-small": $fa-var-couch-small, + "luchador-mask": $fa-var-luchador-mask, + "luchador": $fa-var-luchador, + "mask-luchador": $fa-var-mask-luchador, + "lungs": $fa-var-lungs, + "lungs-virus": $fa-var-lungs-virus, + "m": $fa-var-m, + "mace": $fa-var-mace, + "magnet": $fa-var-magnet, + "magnifying-glass": $fa-var-magnifying-glass, + "search": $fa-var-search, + "magnifying-glass-arrow-right": $fa-var-magnifying-glass-arrow-right, + "magnifying-glass-chart": $fa-var-magnifying-glass-chart, + "magnifying-glass-dollar": $fa-var-magnifying-glass-dollar, + "search-dollar": $fa-var-search-dollar, + "magnifying-glass-location": $fa-var-magnifying-glass-location, + "search-location": $fa-var-search-location, + "magnifying-glass-minus": $fa-var-magnifying-glass-minus, + "search-minus": $fa-var-search-minus, + "magnifying-glass-plus": $fa-var-magnifying-glass-plus, + "search-plus": $fa-var-search-plus, + "mailbox": $fa-var-mailbox, + "manat-sign": $fa-var-manat-sign, + "mandolin": $fa-var-mandolin, + "mango": $fa-var-mango, + "manhole": $fa-var-manhole, + "map": $fa-var-map, + "map-location": $fa-var-map-location, + "map-marked": $fa-var-map-marked, + "map-location-dot": $fa-var-map-location-dot, + "map-marked-alt": $fa-var-map-marked-alt, + "map-pin": $fa-var-map-pin, + "marker": $fa-var-marker, + "mars": $fa-var-mars, + "mars-and-venus": $fa-var-mars-and-venus, + "mars-and-venus-burst": $fa-var-mars-and-venus-burst, + "mars-double": $fa-var-mars-double, + "mars-stroke": $fa-var-mars-stroke, + "mars-stroke-right": $fa-var-mars-stroke-right, + "mars-stroke-h": $fa-var-mars-stroke-h, + "mars-stroke-up": $fa-var-mars-stroke-up, + "mars-stroke-v": $fa-var-mars-stroke-v, + "martini-glass": $fa-var-martini-glass, + "glass-martini-alt": $fa-var-glass-martini-alt, + "martini-glass-citrus": $fa-var-martini-glass-citrus, + "cocktail": $fa-var-cocktail, + "martini-glass-empty": $fa-var-martini-glass-empty, + "glass-martini": $fa-var-glass-martini, + "mask": $fa-var-mask, + "mask-face": $fa-var-mask-face, + "mask-snorkel": $fa-var-mask-snorkel, + "mask-ventilator": $fa-var-mask-ventilator, + "masks-theater": $fa-var-masks-theater, + "theater-masks": $fa-var-theater-masks, + "mattress-pillow": $fa-var-mattress-pillow, + "maximize": $fa-var-maximize, + "expand-arrows-alt": $fa-var-expand-arrows-alt, + "meat": $fa-var-meat, + "medal": $fa-var-medal, + "megaphone": $fa-var-megaphone, + "melon": $fa-var-melon, + "melon-slice": $fa-var-melon-slice, + "memo": $fa-var-memo, + "memo-circle-check": $fa-var-memo-circle-check, + "memo-circle-info": $fa-var-memo-circle-info, + "memo-pad": $fa-var-memo-pad, + "memory": $fa-var-memory, + "menorah": $fa-var-menorah, + "mercury": $fa-var-mercury, + "merge": $fa-var-merge, + "message": $fa-var-message, + "comment-alt": $fa-var-comment-alt, + "message-arrow-down": $fa-var-message-arrow-down, + "comment-alt-arrow-down": $fa-var-comment-alt-arrow-down, + "message-arrow-up": $fa-var-message-arrow-up, + "comment-alt-arrow-up": $fa-var-comment-alt-arrow-up, + "message-arrow-up-right": $fa-var-message-arrow-up-right, + "message-bot": $fa-var-message-bot, + "message-captions": $fa-var-message-captions, + "comment-alt-captions": $fa-var-comment-alt-captions, + "message-check": $fa-var-message-check, + "comment-alt-check": $fa-var-comment-alt-check, + "message-code": $fa-var-message-code, + "message-dollar": $fa-var-message-dollar, + "comment-alt-dollar": $fa-var-comment-alt-dollar, + "message-dots": $fa-var-message-dots, + "comment-alt-dots": $fa-var-comment-alt-dots, + "messaging": $fa-var-messaging, + "message-exclamation": $fa-var-message-exclamation, + "comment-alt-exclamation": $fa-var-comment-alt-exclamation, + "message-image": $fa-var-message-image, + "comment-alt-image": $fa-var-comment-alt-image, + "message-lines": $fa-var-message-lines, + "comment-alt-lines": $fa-var-comment-alt-lines, + "message-medical": $fa-var-message-medical, + "comment-alt-medical": $fa-var-comment-alt-medical, + "message-middle": $fa-var-message-middle, + "comment-middle-alt": $fa-var-comment-middle-alt, + "message-middle-top": $fa-var-message-middle-top, + "comment-middle-top-alt": $fa-var-comment-middle-top-alt, + "message-minus": $fa-var-message-minus, + "comment-alt-minus": $fa-var-comment-alt-minus, + "message-music": $fa-var-message-music, + "comment-alt-music": $fa-var-comment-alt-music, + "message-pen": $fa-var-message-pen, + "comment-alt-edit": $fa-var-comment-alt-edit, + "message-edit": $fa-var-message-edit, + "message-plus": $fa-var-message-plus, + "comment-alt-plus": $fa-var-comment-alt-plus, + "message-question": $fa-var-message-question, + "message-quote": $fa-var-message-quote, + "comment-alt-quote": $fa-var-comment-alt-quote, + "message-slash": $fa-var-message-slash, + "comment-alt-slash": $fa-var-comment-alt-slash, + "message-smile": $fa-var-message-smile, + "comment-alt-smile": $fa-var-comment-alt-smile, + "message-sms": $fa-var-message-sms, + "message-text": $fa-var-message-text, + "comment-alt-text": $fa-var-comment-alt-text, + "message-xmark": $fa-var-message-xmark, + "comment-alt-times": $fa-var-comment-alt-times, + "message-times": $fa-var-message-times, + "messages": $fa-var-messages, + "comments-alt": $fa-var-comments-alt, + "messages-dollar": $fa-var-messages-dollar, + "comments-alt-dollar": $fa-var-comments-alt-dollar, + "messages-question": $fa-var-messages-question, + "meteor": $fa-var-meteor, + "meter": $fa-var-meter, + "meter-bolt": $fa-var-meter-bolt, + "meter-droplet": $fa-var-meter-droplet, + "meter-fire": $fa-var-meter-fire, + "microchip": $fa-var-microchip, + "microchip-ai": $fa-var-microchip-ai, + "microphone": $fa-var-microphone, + "microphone-lines": $fa-var-microphone-lines, + "microphone-alt": $fa-var-microphone-alt, + "microphone-lines-slash": $fa-var-microphone-lines-slash, + "microphone-alt-slash": $fa-var-microphone-alt-slash, + "microphone-slash": $fa-var-microphone-slash, + "microphone-stand": $fa-var-microphone-stand, + "microscope": $fa-var-microscope, + "microwave": $fa-var-microwave, + "mill-sign": $fa-var-mill-sign, + "minimize": $fa-var-minimize, + "compress-arrows-alt": $fa-var-compress-arrows-alt, + "minus": $fa-var-minus, + "subtract": $fa-var-subtract, + "mistletoe": $fa-var-mistletoe, + "mitten": $fa-var-mitten, + "mobile": $fa-var-mobile, + "mobile-android": $fa-var-mobile-android, + "mobile-phone": $fa-var-mobile-phone, + "mobile-button": $fa-var-mobile-button, + "mobile-notch": $fa-var-mobile-notch, + "mobile-iphone": $fa-var-mobile-iphone, + "mobile-retro": $fa-var-mobile-retro, + "mobile-screen": $fa-var-mobile-screen, + "mobile-android-alt": $fa-var-mobile-android-alt, + "mobile-screen-button": $fa-var-mobile-screen-button, + "mobile-alt": $fa-var-mobile-alt, + "mobile-signal": $fa-var-mobile-signal, + "mobile-signal-out": $fa-var-mobile-signal-out, + "money-bill": $fa-var-money-bill, + "money-bill-1": $fa-var-money-bill-1, + "money-bill-alt": $fa-var-money-bill-alt, + "money-bill-1-wave": $fa-var-money-bill-1-wave, + "money-bill-wave-alt": $fa-var-money-bill-wave-alt, + "money-bill-simple": $fa-var-money-bill-simple, + "money-bill-simple-wave": $fa-var-money-bill-simple-wave, + "money-bill-transfer": $fa-var-money-bill-transfer, + "money-bill-trend-up": $fa-var-money-bill-trend-up, + "money-bill-wave": $fa-var-money-bill-wave, + "money-bill-wheat": $fa-var-money-bill-wheat, + "money-bills": $fa-var-money-bills, + "money-bills-simple": $fa-var-money-bills-simple, + "money-bills-alt": $fa-var-money-bills-alt, + "money-check": $fa-var-money-check, + "money-check-dollar": $fa-var-money-check-dollar, + "money-check-alt": $fa-var-money-check-alt, + "money-check-dollar-pen": $fa-var-money-check-dollar-pen, + "money-check-edit-alt": $fa-var-money-check-edit-alt, + "money-check-pen": $fa-var-money-check-pen, + "money-check-edit": $fa-var-money-check-edit, + "money-from-bracket": $fa-var-money-from-bracket, + "money-simple-from-bracket": $fa-var-money-simple-from-bracket, + "monitor-waveform": $fa-var-monitor-waveform, + "monitor-heart-rate": $fa-var-monitor-heart-rate, + "monkey": $fa-var-monkey, + "monument": $fa-var-monument, + "moon": $fa-var-moon, + "moon-cloud": $fa-var-moon-cloud, + "moon-over-sun": $fa-var-moon-over-sun, + "eclipse-alt": $fa-var-eclipse-alt, + "moon-stars": $fa-var-moon-stars, + "moped": $fa-var-moped, + "mortar-pestle": $fa-var-mortar-pestle, + "mosque": $fa-var-mosque, + "mosquito": $fa-var-mosquito, + "mosquito-net": $fa-var-mosquito-net, + "motorcycle": $fa-var-motorcycle, + "mound": $fa-var-mound, + "mountain": $fa-var-mountain, + "mountain-city": $fa-var-mountain-city, + "mountain-sun": $fa-var-mountain-sun, + "mountains": $fa-var-mountains, + "mp3-player": $fa-var-mp3-player, + "mug": $fa-var-mug, + "mug-hot": $fa-var-mug-hot, + "mug-marshmallows": $fa-var-mug-marshmallows, + "mug-saucer": $fa-var-mug-saucer, + "coffee": $fa-var-coffee, + "mug-tea": $fa-var-mug-tea, + "mug-tea-saucer": $fa-var-mug-tea-saucer, + "mushroom": $fa-var-mushroom, + "music": $fa-var-music, + "music-note": $fa-var-music-note, + "music-alt": $fa-var-music-alt, + "music-note-slash": $fa-var-music-note-slash, + "music-alt-slash": $fa-var-music-alt-slash, + "music-slash": $fa-var-music-slash, + "n": $fa-var-n, + "naira-sign": $fa-var-naira-sign, + "narwhal": $fa-var-narwhal, + "nesting-dolls": $fa-var-nesting-dolls, + "network-wired": $fa-var-network-wired, + "neuter": $fa-var-neuter, + "newspaper": $fa-var-newspaper, + "nfc": $fa-var-nfc, + "nfc-lock": $fa-var-nfc-lock, + "nfc-magnifying-glass": $fa-var-nfc-magnifying-glass, + "nfc-pen": $fa-var-nfc-pen, + "nfc-signal": $fa-var-nfc-signal, + "nfc-slash": $fa-var-nfc-slash, + "nfc-trash": $fa-var-nfc-trash, + "not-equal": $fa-var-not-equal, + "notdef": $fa-var-notdef, + "note": $fa-var-note, + "note-medical": $fa-var-note-medical, + "note-sticky": $fa-var-note-sticky, + "sticky-note": $fa-var-sticky-note, + "notebook": $fa-var-notebook, + "notes": $fa-var-notes, + "notes-medical": $fa-var-notes-medical, + "o": $fa-var-o, + "object-exclude": $fa-var-object-exclude, + "object-group": $fa-var-object-group, + "object-intersect": $fa-var-object-intersect, + "object-subtract": $fa-var-object-subtract, + "object-ungroup": $fa-var-object-ungroup, + "object-union": $fa-var-object-union, + "objects-align-bottom": $fa-var-objects-align-bottom, + "objects-align-center-horizontal": $fa-var-objects-align-center-horizontal, + "objects-align-center-vertical": $fa-var-objects-align-center-vertical, + "objects-align-left": $fa-var-objects-align-left, + "objects-align-right": $fa-var-objects-align-right, + "objects-align-top": $fa-var-objects-align-top, + "objects-column": $fa-var-objects-column, + "octagon": $fa-var-octagon, + "octagon-check": $fa-var-octagon-check, + "octagon-divide": $fa-var-octagon-divide, + "octagon-exclamation": $fa-var-octagon-exclamation, + "octagon-minus": $fa-var-octagon-minus, + "minus-octagon": $fa-var-minus-octagon, + "octagon-plus": $fa-var-octagon-plus, + "plus-octagon": $fa-var-plus-octagon, + "octagon-xmark": $fa-var-octagon-xmark, + "times-octagon": $fa-var-times-octagon, + "xmark-octagon": $fa-var-xmark-octagon, + "oil-can": $fa-var-oil-can, + "oil-can-drip": $fa-var-oil-can-drip, + "oil-temperature": $fa-var-oil-temperature, + "oil-temp": $fa-var-oil-temp, + "oil-well": $fa-var-oil-well, + "olive": $fa-var-olive, + "olive-branch": $fa-var-olive-branch, + "om": $fa-var-om, + "omega": $fa-var-omega, + "onion": $fa-var-onion, + "option": $fa-var-option, + "ornament": $fa-var-ornament, + "otter": $fa-var-otter, + "outdent": $fa-var-outdent, + "dedent": $fa-var-dedent, + "outlet": $fa-var-outlet, + "oven": $fa-var-oven, + "overline": $fa-var-overline, + "p": $fa-var-p, + "page": $fa-var-page, + "page-caret-down": $fa-var-page-caret-down, + "file-caret-down": $fa-var-file-caret-down, + "page-caret-up": $fa-var-page-caret-up, + "file-caret-up": $fa-var-file-caret-up, + "pager": $fa-var-pager, + "paint-roller": $fa-var-paint-roller, + "paintbrush": $fa-var-paintbrush, + "paint-brush": $fa-var-paint-brush, + "paintbrush-fine": $fa-var-paintbrush-fine, + "paint-brush-alt": $fa-var-paint-brush-alt, + "paint-brush-fine": $fa-var-paint-brush-fine, + "paintbrush-alt": $fa-var-paintbrush-alt, + "paintbrush-pencil": $fa-var-paintbrush-pencil, + "palette": $fa-var-palette, + "pallet": $fa-var-pallet, + "pallet-box": $fa-var-pallet-box, + "pallet-boxes": $fa-var-pallet-boxes, + "palette-boxes": $fa-var-palette-boxes, + "pallet-alt": $fa-var-pallet-alt, + "pan-food": $fa-var-pan-food, + "pan-frying": $fa-var-pan-frying, + "pancakes": $fa-var-pancakes, + "panel-ews": $fa-var-panel-ews, + "panel-fire": $fa-var-panel-fire, + "panorama": $fa-var-panorama, + "paper-plane": $fa-var-paper-plane, + "paper-plane-top": $fa-var-paper-plane-top, + "paper-plane-alt": $fa-var-paper-plane-alt, + "send": $fa-var-send, + "paperclip": $fa-var-paperclip, + "paperclip-vertical": $fa-var-paperclip-vertical, + "parachute-box": $fa-var-parachute-box, + "paragraph": $fa-var-paragraph, + "paragraph-left": $fa-var-paragraph-left, + "paragraph-rtl": $fa-var-paragraph-rtl, + "party-bell": $fa-var-party-bell, + "party-horn": $fa-var-party-horn, + "passport": $fa-var-passport, + "paste": $fa-var-paste, + "file-clipboard": $fa-var-file-clipboard, + "pause": $fa-var-pause, + "paw": $fa-var-paw, + "paw-claws": $fa-var-paw-claws, + "paw-simple": $fa-var-paw-simple, + "paw-alt": $fa-var-paw-alt, + "peace": $fa-var-peace, + "peach": $fa-var-peach, + "peanut": $fa-var-peanut, + "peanuts": $fa-var-peanuts, + "peapod": $fa-var-peapod, + "pear": $fa-var-pear, + "pedestal": $fa-var-pedestal, + "pegasus": $fa-var-pegasus, + "pen": $fa-var-pen, + "pen-circle": $fa-var-pen-circle, + "pen-clip": $fa-var-pen-clip, + "pen-alt": $fa-var-pen-alt, + "pen-clip-slash": $fa-var-pen-clip-slash, + "pen-alt-slash": $fa-var-pen-alt-slash, + "pen-fancy": $fa-var-pen-fancy, + "pen-fancy-slash": $fa-var-pen-fancy-slash, + "pen-field": $fa-var-pen-field, + "pen-line": $fa-var-pen-line, + "pen-nib": $fa-var-pen-nib, + "pen-nib-slash": $fa-var-pen-nib-slash, + "pen-paintbrush": $fa-var-pen-paintbrush, + "pencil-paintbrush": $fa-var-pencil-paintbrush, + "pen-ruler": $fa-var-pen-ruler, + "pencil-ruler": $fa-var-pencil-ruler, + "pen-slash": $fa-var-pen-slash, + "pen-swirl": $fa-var-pen-swirl, + "pen-to-square": $fa-var-pen-to-square, + "edit": $fa-var-edit, + "pencil": $fa-var-pencil, + "pencil-alt": $fa-var-pencil-alt, + "pencil-slash": $fa-var-pencil-slash, + "people": $fa-var-people, + "people-arrows-left-right": $fa-var-people-arrows-left-right, + "people-arrows": $fa-var-people-arrows, + "people-carry-box": $fa-var-people-carry-box, + "people-carry": $fa-var-people-carry, + "people-dress": $fa-var-people-dress, + "people-dress-simple": $fa-var-people-dress-simple, + "people-group": $fa-var-people-group, + "people-line": $fa-var-people-line, + "people-pants": $fa-var-people-pants, + "people-pants-simple": $fa-var-people-pants-simple, + "people-pulling": $fa-var-people-pulling, + "people-robbery": $fa-var-people-robbery, + "people-roof": $fa-var-people-roof, + "people-simple": $fa-var-people-simple, + "pepper": $fa-var-pepper, + "pepper-hot": $fa-var-pepper-hot, + "percent": $fa-var-percent, + "percentage": $fa-var-percentage, + "period": $fa-var-period, + "person": $fa-var-person, + "male": $fa-var-male, + "person-arrow-down-to-line": $fa-var-person-arrow-down-to-line, + "person-arrow-up-from-line": $fa-var-person-arrow-up-from-line, + "person-biking": $fa-var-person-biking, + "biking": $fa-var-biking, + "person-biking-mountain": $fa-var-person-biking-mountain, + "biking-mountain": $fa-var-biking-mountain, + "person-booth": $fa-var-person-booth, + "person-breastfeeding": $fa-var-person-breastfeeding, + "person-burst": $fa-var-person-burst, + "person-cane": $fa-var-person-cane, + "person-carry-box": $fa-var-person-carry-box, + "person-carry": $fa-var-person-carry, + "person-chalkboard": $fa-var-person-chalkboard, + "person-circle-check": $fa-var-person-circle-check, + "person-circle-exclamation": $fa-var-person-circle-exclamation, + "person-circle-minus": $fa-var-person-circle-minus, + "person-circle-plus": $fa-var-person-circle-plus, + "person-circle-question": $fa-var-person-circle-question, + "person-circle-xmark": $fa-var-person-circle-xmark, + "person-digging": $fa-var-person-digging, + "digging": $fa-var-digging, + "person-dolly": $fa-var-person-dolly, + "person-dolly-empty": $fa-var-person-dolly-empty, + "person-dots-from-line": $fa-var-person-dots-from-line, + "diagnoses": $fa-var-diagnoses, + "person-dress": $fa-var-person-dress, + "female": $fa-var-female, + "person-dress-burst": $fa-var-person-dress-burst, + "person-dress-simple": $fa-var-person-dress-simple, + "person-drowning": $fa-var-person-drowning, + "person-falling": $fa-var-person-falling, + "person-falling-burst": $fa-var-person-falling-burst, + "person-from-portal": $fa-var-person-from-portal, + "portal-exit": $fa-var-portal-exit, + "person-half-dress": $fa-var-person-half-dress, + "person-harassing": $fa-var-person-harassing, + "person-hiking": $fa-var-person-hiking, + "hiking": $fa-var-hiking, + "person-military-pointing": $fa-var-person-military-pointing, + "person-military-rifle": $fa-var-person-military-rifle, + "person-military-to-person": $fa-var-person-military-to-person, + "person-pinball": $fa-var-person-pinball, + "person-praying": $fa-var-person-praying, + "pray": $fa-var-pray, + "person-pregnant": $fa-var-person-pregnant, + "person-rays": $fa-var-person-rays, + "person-rifle": $fa-var-person-rifle, + "person-running": $fa-var-person-running, + "running": $fa-var-running, + "person-seat": $fa-var-person-seat, + "person-seat-reclined": $fa-var-person-seat-reclined, + "person-shelter": $fa-var-person-shelter, + "person-sign": $fa-var-person-sign, + "person-simple": $fa-var-person-simple, + "person-skating": $fa-var-person-skating, + "skating": $fa-var-skating, + "person-ski-jumping": $fa-var-person-ski-jumping, + "ski-jump": $fa-var-ski-jump, + "person-ski-lift": $fa-var-person-ski-lift, + "ski-lift": $fa-var-ski-lift, + "person-skiing": $fa-var-person-skiing, + "skiing": $fa-var-skiing, + "person-skiing-nordic": $fa-var-person-skiing-nordic, + "skiing-nordic": $fa-var-skiing-nordic, + "person-sledding": $fa-var-person-sledding, + "sledding": $fa-var-sledding, + "person-snowboarding": $fa-var-person-snowboarding, + "snowboarding": $fa-var-snowboarding, + "person-snowmobiling": $fa-var-person-snowmobiling, + "snowmobile": $fa-var-snowmobile, + "person-swimming": $fa-var-person-swimming, + "swimmer": $fa-var-swimmer, + "person-through-window": $fa-var-person-through-window, + "person-to-door": $fa-var-person-to-door, + "person-to-portal": $fa-var-person-to-portal, + "portal-enter": $fa-var-portal-enter, + "person-walking": $fa-var-person-walking, + "walking": $fa-var-walking, + "person-walking-arrow-loop-left": $fa-var-person-walking-arrow-loop-left, + "person-walking-arrow-right": $fa-var-person-walking-arrow-right, + "person-walking-dashed-line-arrow-right": $fa-var-person-walking-dashed-line-arrow-right, + "person-walking-luggage": $fa-var-person-walking-luggage, + "person-walking-with-cane": $fa-var-person-walking-with-cane, + "blind": $fa-var-blind, + "peseta-sign": $fa-var-peseta-sign, + "peso-sign": $fa-var-peso-sign, + "phone": $fa-var-phone, + "phone-arrow-down-left": $fa-var-phone-arrow-down-left, + "phone-arrow-down": $fa-var-phone-arrow-down, + "phone-incoming": $fa-var-phone-incoming, + "phone-arrow-up-right": $fa-var-phone-arrow-up-right, + "phone-arrow-up": $fa-var-phone-arrow-up, + "phone-outgoing": $fa-var-phone-outgoing, + "phone-flip": $fa-var-phone-flip, + "phone-alt": $fa-var-phone-alt, + "phone-hangup": $fa-var-phone-hangup, + "phone-intercom": $fa-var-phone-intercom, + "phone-missed": $fa-var-phone-missed, + "phone-office": $fa-var-phone-office, + "phone-plus": $fa-var-phone-plus, + "phone-rotary": $fa-var-phone-rotary, + "phone-slash": $fa-var-phone-slash, + "phone-volume": $fa-var-phone-volume, + "volume-control-phone": $fa-var-volume-control-phone, + "phone-xmark": $fa-var-phone-xmark, + "photo-film": $fa-var-photo-film, + "photo-video": $fa-var-photo-video, + "photo-film-music": $fa-var-photo-film-music, + "pi": $fa-var-pi, + "piano": $fa-var-piano, + "piano-keyboard": $fa-var-piano-keyboard, + "pickleball": $fa-var-pickleball, + "pie": $fa-var-pie, + "pig": $fa-var-pig, + "piggy-bank": $fa-var-piggy-bank, + "pills": $fa-var-pills, + "pinata": $fa-var-pinata, + "pinball": $fa-var-pinball, + "pineapple": $fa-var-pineapple, + "pipe": $fa-var-pipe, + "pipe-circle-check": $fa-var-pipe-circle-check, + "pipe-collar": $fa-var-pipe-collar, + "pipe-section": $fa-var-pipe-section, + "pipe-smoking": $fa-var-pipe-smoking, + "pipe-valve": $fa-var-pipe-valve, + "pizza": $fa-var-pizza, + "pizza-slice": $fa-var-pizza-slice, + "place-of-worship": $fa-var-place-of-worship, + "plane": $fa-var-plane, + "plane-arrival": $fa-var-plane-arrival, + "plane-circle-check": $fa-var-plane-circle-check, + "plane-circle-exclamation": $fa-var-plane-circle-exclamation, + "plane-circle-xmark": $fa-var-plane-circle-xmark, + "plane-departure": $fa-var-plane-departure, + "plane-engines": $fa-var-plane-engines, + "plane-alt": $fa-var-plane-alt, + "plane-lock": $fa-var-plane-lock, + "plane-prop": $fa-var-plane-prop, + "plane-slash": $fa-var-plane-slash, + "plane-tail": $fa-var-plane-tail, + "plane-up": $fa-var-plane-up, + "plane-up-slash": $fa-var-plane-up-slash, + "planet-moon": $fa-var-planet-moon, + "planet-ringed": $fa-var-planet-ringed, + "plant-wilt": $fa-var-plant-wilt, + "plate-utensils": $fa-var-plate-utensils, + "plate-wheat": $fa-var-plate-wheat, + "play": $fa-var-play, + "play-pause": $fa-var-play-pause, + "plug": $fa-var-plug, + "plug-circle-bolt": $fa-var-plug-circle-bolt, + "plug-circle-check": $fa-var-plug-circle-check, + "plug-circle-exclamation": $fa-var-plug-circle-exclamation, + "plug-circle-minus": $fa-var-plug-circle-minus, + "plug-circle-plus": $fa-var-plug-circle-plus, + "plug-circle-xmark": $fa-var-plug-circle-xmark, + "plus": $fa-var-plus, + "add": $fa-var-add, + "plus-minus": $fa-var-plus-minus, + "podcast": $fa-var-podcast, + "podium": $fa-var-podium, + "podium-star": $fa-var-podium-star, + "police-box": $fa-var-police-box, + "poll-people": $fa-var-poll-people, + "pompebled": $fa-var-pompebled, + "poo": $fa-var-poo, + "poo-storm": $fa-var-poo-storm, + "poo-bolt": $fa-var-poo-bolt, + "pool-8-ball": $fa-var-pool-8-ball, + "poop": $fa-var-poop, + "popcorn": $fa-var-popcorn, + "popsicle": $fa-var-popsicle, + "pot-food": $fa-var-pot-food, + "potato": $fa-var-potato, + "power-off": $fa-var-power-off, + "prescription": $fa-var-prescription, + "prescription-bottle": $fa-var-prescription-bottle, + "prescription-bottle-medical": $fa-var-prescription-bottle-medical, + "prescription-bottle-alt": $fa-var-prescription-bottle-alt, + "presentation-screen": $fa-var-presentation-screen, + "presentation": $fa-var-presentation, + "pretzel": $fa-var-pretzel, + "print": $fa-var-print, + "print-magnifying-glass": $fa-var-print-magnifying-glass, + "print-search": $fa-var-print-search, + "print-slash": $fa-var-print-slash, + "projector": $fa-var-projector, + "pump": $fa-var-pump, + "pump-medical": $fa-var-pump-medical, + "pump-soap": $fa-var-pump-soap, + "pumpkin": $fa-var-pumpkin, + "puzzle": $fa-var-puzzle, + "puzzle-piece": $fa-var-puzzle-piece, + "puzzle-piece-simple": $fa-var-puzzle-piece-simple, + "puzzle-piece-alt": $fa-var-puzzle-piece-alt, + "q": $fa-var-q, + "qrcode": $fa-var-qrcode, + "question": $fa-var-question, + "quote-left": $fa-var-quote-left, + "quote-left-alt": $fa-var-quote-left-alt, + "quote-right": $fa-var-quote-right, + "quote-right-alt": $fa-var-quote-right-alt, + "quotes": $fa-var-quotes, + "r": $fa-var-r, + "rabbit": $fa-var-rabbit, + "rabbit-running": $fa-var-rabbit-running, + "rabbit-fast": $fa-var-rabbit-fast, + "racquet": $fa-var-racquet, + "radar": $fa-var-radar, + "radiation": $fa-var-radiation, + "radio": $fa-var-radio, + "radio-tuner": $fa-var-radio-tuner, + "radio-alt": $fa-var-radio-alt, + "rainbow": $fa-var-rainbow, + "raindrops": $fa-var-raindrops, + "ram": $fa-var-ram, + "ramp-loading": $fa-var-ramp-loading, + "ranking-star": $fa-var-ranking-star, + "raygun": $fa-var-raygun, + "receipt": $fa-var-receipt, + "record-vinyl": $fa-var-record-vinyl, + "rectangle": $fa-var-rectangle, + "rectangle-landscape": $fa-var-rectangle-landscape, + "rectangle-ad": $fa-var-rectangle-ad, + "ad": $fa-var-ad, + "rectangle-barcode": $fa-var-rectangle-barcode, + "barcode-alt": $fa-var-barcode-alt, + "rectangle-code": $fa-var-rectangle-code, + "rectangle-history": $fa-var-rectangle-history, + "rectangle-history-circle-plus": $fa-var-rectangle-history-circle-plus, + "rectangle-history-circle-user": $fa-var-rectangle-history-circle-user, + "rectangle-list": $fa-var-rectangle-list, + "list-alt": $fa-var-list-alt, + "rectangle-pro": $fa-var-rectangle-pro, + "pro": $fa-var-pro, + "rectangle-terminal": $fa-var-rectangle-terminal, + "rectangle-vertical": $fa-var-rectangle-vertical, + "rectangle-portrait": $fa-var-rectangle-portrait, + "rectangle-vertical-history": $fa-var-rectangle-vertical-history, + "rectangle-wide": $fa-var-rectangle-wide, + "rectangle-xmark": $fa-var-rectangle-xmark, + "rectangle-times": $fa-var-rectangle-times, + "times-rectangle": $fa-var-times-rectangle, + "window-close": $fa-var-window-close, + "rectangles-mixed": $fa-var-rectangles-mixed, + "recycle": $fa-var-recycle, + "reel": $fa-var-reel, + "refrigerator": $fa-var-refrigerator, + "registered": $fa-var-registered, + "repeat": $fa-var-repeat, + "repeat-1": $fa-var-repeat-1, + "reply": $fa-var-reply, + "mail-reply": $fa-var-mail-reply, + "reply-all": $fa-var-reply-all, + "mail-reply-all": $fa-var-mail-reply-all, + "reply-clock": $fa-var-reply-clock, + "reply-time": $fa-var-reply-time, + "republican": $fa-var-republican, + "restroom": $fa-var-restroom, + "restroom-simple": $fa-var-restroom-simple, + "retweet": $fa-var-retweet, + "rhombus": $fa-var-rhombus, + "ribbon": $fa-var-ribbon, + "right": $fa-var-right, + "arrow-alt-right": $fa-var-arrow-alt-right, + "right-from-bracket": $fa-var-right-from-bracket, + "sign-out-alt": $fa-var-sign-out-alt, + "right-from-line": $fa-var-right-from-line, + "arrow-alt-from-left": $fa-var-arrow-alt-from-left, + "right-left": $fa-var-right-left, + "exchange-alt": $fa-var-exchange-alt, + "right-long": $fa-var-right-long, + "long-arrow-alt-right": $fa-var-long-arrow-alt-right, + "right-long-to-line": $fa-var-right-long-to-line, + "right-to-bracket": $fa-var-right-to-bracket, + "sign-in-alt": $fa-var-sign-in-alt, + "right-to-line": $fa-var-right-to-line, + "arrow-alt-to-right": $fa-var-arrow-alt-to-right, + "ring": $fa-var-ring, + "rings-wedding": $fa-var-rings-wedding, + "road": $fa-var-road, + "road-barrier": $fa-var-road-barrier, + "road-bridge": $fa-var-road-bridge, + "road-circle-check": $fa-var-road-circle-check, + "road-circle-exclamation": $fa-var-road-circle-exclamation, + "road-circle-xmark": $fa-var-road-circle-xmark, + "road-lock": $fa-var-road-lock, + "road-spikes": $fa-var-road-spikes, + "robot": $fa-var-robot, + "robot-astromech": $fa-var-robot-astromech, + "rocket": $fa-var-rocket, + "rocket-launch": $fa-var-rocket-launch, + "roller-coaster": $fa-var-roller-coaster, + "rotate": $fa-var-rotate, + "sync-alt": $fa-var-sync-alt, + "rotate-exclamation": $fa-var-rotate-exclamation, + "rotate-left": $fa-var-rotate-left, + "rotate-back": $fa-var-rotate-back, + "rotate-backward": $fa-var-rotate-backward, + "undo-alt": $fa-var-undo-alt, + "rotate-right": $fa-var-rotate-right, + "redo-alt": $fa-var-redo-alt, + "rotate-forward": $fa-var-rotate-forward, + "route": $fa-var-route, + "route-highway": $fa-var-route-highway, + "route-interstate": $fa-var-route-interstate, + "router": $fa-var-router, + "rss": $fa-var-rss, + "feed": $fa-var-feed, + "ruble-sign": $fa-var-ruble-sign, + "rouble": $fa-var-rouble, + "rub": $fa-var-rub, + "ruble": $fa-var-ruble, + "rug": $fa-var-rug, + "rugby-ball": $fa-var-rugby-ball, + "ruler": $fa-var-ruler, + "ruler-combined": $fa-var-ruler-combined, + "ruler-horizontal": $fa-var-ruler-horizontal, + "ruler-triangle": $fa-var-ruler-triangle, + "ruler-vertical": $fa-var-ruler-vertical, + "rupee-sign": $fa-var-rupee-sign, + "rupee": $fa-var-rupee, + "rupiah-sign": $fa-var-rupiah-sign, + "rv": $fa-var-rv, + "s": $fa-var-s, + "sack": $fa-var-sack, + "sack-dollar": $fa-var-sack-dollar, + "sack-xmark": $fa-var-sack-xmark, + "sailboat": $fa-var-sailboat, + "salad": $fa-var-salad, + "bowl-salad": $fa-var-bowl-salad, + "salt-shaker": $fa-var-salt-shaker, + "sandwich": $fa-var-sandwich, + "satellite": $fa-var-satellite, + "satellite-dish": $fa-var-satellite-dish, + "sausage": $fa-var-sausage, + "saxophone": $fa-var-saxophone, + "saxophone-fire": $fa-var-saxophone-fire, + "sax-hot": $fa-var-sax-hot, + "scale-balanced": $fa-var-scale-balanced, + "balance-scale": $fa-var-balance-scale, + "scale-unbalanced": $fa-var-scale-unbalanced, + "balance-scale-left": $fa-var-balance-scale-left, + "scale-unbalanced-flip": $fa-var-scale-unbalanced-flip, + "balance-scale-right": $fa-var-balance-scale-right, + "scalpel": $fa-var-scalpel, + "scalpel-line-dashed": $fa-var-scalpel-line-dashed, + "scalpel-path": $fa-var-scalpel-path, + "scanner": $fa-var-scanner, + "scanner-image": $fa-var-scanner-image, + "scanner-gun": $fa-var-scanner-gun, + "scanner-keyboard": $fa-var-scanner-keyboard, + "scanner-touchscreen": $fa-var-scanner-touchscreen, + "scarecrow": $fa-var-scarecrow, + "scarf": $fa-var-scarf, + "school": $fa-var-school, + "school-circle-check": $fa-var-school-circle-check, + "school-circle-exclamation": $fa-var-school-circle-exclamation, + "school-circle-xmark": $fa-var-school-circle-xmark, + "school-flag": $fa-var-school-flag, + "school-lock": $fa-var-school-lock, + "scissors": $fa-var-scissors, + "cut": $fa-var-cut, + "screen-users": $fa-var-screen-users, + "users-class": $fa-var-users-class, + "screencast": $fa-var-screencast, + "screwdriver": $fa-var-screwdriver, + "screwdriver-wrench": $fa-var-screwdriver-wrench, + "tools": $fa-var-tools, + "scribble": $fa-var-scribble, + "scroll": $fa-var-scroll, + "scroll-old": $fa-var-scroll-old, + "scroll-torah": $fa-var-scroll-torah, + "torah": $fa-var-torah, + "scrubber": $fa-var-scrubber, + "scythe": $fa-var-scythe, + "sd-card": $fa-var-sd-card, + "sd-cards": $fa-var-sd-cards, + "seal": $fa-var-seal, + "seal-exclamation": $fa-var-seal-exclamation, + "seal-question": $fa-var-seal-question, + "seat-airline": $fa-var-seat-airline, + "section": $fa-var-section, + "seedling": $fa-var-seedling, + "sprout": $fa-var-sprout, + "semicolon": $fa-var-semicolon, + "send-back": $fa-var-send-back, + "send-backward": $fa-var-send-backward, + "sensor": $fa-var-sensor, + "sensor-cloud": $fa-var-sensor-cloud, + "sensor-smoke": $fa-var-sensor-smoke, + "sensor-fire": $fa-var-sensor-fire, + "sensor-on": $fa-var-sensor-on, + "sensor-triangle-exclamation": $fa-var-sensor-triangle-exclamation, + "sensor-alert": $fa-var-sensor-alert, + "server": $fa-var-server, + "shapes": $fa-var-shapes, + "triangle-circle-square": $fa-var-triangle-circle-square, + "share": $fa-var-share, + "arrow-turn-right": $fa-var-arrow-turn-right, + "mail-forward": $fa-var-mail-forward, + "share-all": $fa-var-share-all, + "share-from-square": $fa-var-share-from-square, + "share-square": $fa-var-share-square, + "share-nodes": $fa-var-share-nodes, + "share-alt": $fa-var-share-alt, + "sheep": $fa-var-sheep, + "sheet-plastic": $fa-var-sheet-plastic, + "shekel-sign": $fa-var-shekel-sign, + "ils": $fa-var-ils, + "shekel": $fa-var-shekel, + "sheqel": $fa-var-sheqel, + "sheqel-sign": $fa-var-sheqel-sign, + "shelves": $fa-var-shelves, + "inventory": $fa-var-inventory, + "shelves-empty": $fa-var-shelves-empty, + "shield": $fa-var-shield, + "shield-blank": $fa-var-shield-blank, + "shield-cat": $fa-var-shield-cat, + "shield-check": $fa-var-shield-check, + "shield-cross": $fa-var-shield-cross, + "shield-dog": $fa-var-shield-dog, + "shield-exclamation": $fa-var-shield-exclamation, + "shield-halved": $fa-var-shield-halved, + "shield-alt": $fa-var-shield-alt, + "shield-heart": $fa-var-shield-heart, + "shield-keyhole": $fa-var-shield-keyhole, + "shield-minus": $fa-var-shield-minus, + "shield-plus": $fa-var-shield-plus, + "shield-quartered": $fa-var-shield-quartered, + "shield-slash": $fa-var-shield-slash, + "shield-virus": $fa-var-shield-virus, + "shield-xmark": $fa-var-shield-xmark, + "shield-times": $fa-var-shield-times, + "ship": $fa-var-ship, + "shirt": $fa-var-shirt, + "t-shirt": $fa-var-t-shirt, + "tshirt": $fa-var-tshirt, + "shirt-long-sleeve": $fa-var-shirt-long-sleeve, + "shirt-running": $fa-var-shirt-running, + "shirt-tank-top": $fa-var-shirt-tank-top, + "shish-kebab": $fa-var-shish-kebab, + "shoe-prints": $fa-var-shoe-prints, + "shop": $fa-var-shop, + "store-alt": $fa-var-store-alt, + "shop-lock": $fa-var-shop-lock, + "shop-slash": $fa-var-shop-slash, + "store-alt-slash": $fa-var-store-alt-slash, + "shovel": $fa-var-shovel, + "shovel-snow": $fa-var-shovel-snow, + "shower": $fa-var-shower, + "shower-down": $fa-var-shower-down, + "shower-alt": $fa-var-shower-alt, + "shredder": $fa-var-shredder, + "shrimp": $fa-var-shrimp, + "shuffle": $fa-var-shuffle, + "random": $fa-var-random, + "shutters": $fa-var-shutters, + "shuttle-space": $fa-var-shuttle-space, + "space-shuttle": $fa-var-space-shuttle, + "shuttlecock": $fa-var-shuttlecock, + "sickle": $fa-var-sickle, + "sidebar": $fa-var-sidebar, + "sidebar-flip": $fa-var-sidebar-flip, + "sigma": $fa-var-sigma, + "sign-hanging": $fa-var-sign-hanging, + "sign": $fa-var-sign, + "signal": $fa-var-signal, + "signal-5": $fa-var-signal-5, + "signal-perfect": $fa-var-signal-perfect, + "signal-bars": $fa-var-signal-bars, + "signal-alt": $fa-var-signal-alt, + "signal-alt-4": $fa-var-signal-alt-4, + "signal-bars-strong": $fa-var-signal-bars-strong, + "signal-bars-fair": $fa-var-signal-bars-fair, + "signal-alt-2": $fa-var-signal-alt-2, + "signal-bars-good": $fa-var-signal-bars-good, + "signal-alt-3": $fa-var-signal-alt-3, + "signal-bars-slash": $fa-var-signal-bars-slash, + "signal-alt-slash": $fa-var-signal-alt-slash, + "signal-bars-weak": $fa-var-signal-bars-weak, + "signal-alt-1": $fa-var-signal-alt-1, + "signal-fair": $fa-var-signal-fair, + "signal-2": $fa-var-signal-2, + "signal-good": $fa-var-signal-good, + "signal-3": $fa-var-signal-3, + "signal-slash": $fa-var-signal-slash, + "signal-stream": $fa-var-signal-stream, + "signal-stream-slash": $fa-var-signal-stream-slash, + "signal-strong": $fa-var-signal-strong, + "signal-4": $fa-var-signal-4, + "signal-weak": $fa-var-signal-weak, + "signal-1": $fa-var-signal-1, + "signature": $fa-var-signature, + "signature-lock": $fa-var-signature-lock, + "signature-slash": $fa-var-signature-slash, + "signs-post": $fa-var-signs-post, + "map-signs": $fa-var-map-signs, + "sim-card": $fa-var-sim-card, + "sim-cards": $fa-var-sim-cards, + "sink": $fa-var-sink, + "siren": $fa-var-siren, + "siren-on": $fa-var-siren-on, + "sitemap": $fa-var-sitemap, + "skeleton": $fa-var-skeleton, + "ski-boot": $fa-var-ski-boot, + "ski-boot-ski": $fa-var-ski-boot-ski, + "skull": $fa-var-skull, + "skull-cow": $fa-var-skull-cow, + "skull-crossbones": $fa-var-skull-crossbones, + "slash": $fa-var-slash, + "slash-back": $fa-var-slash-back, + "slash-forward": $fa-var-slash-forward, + "sleigh": $fa-var-sleigh, + "slider": $fa-var-slider, + "sliders": $fa-var-sliders, + "sliders-h": $fa-var-sliders-h, + "sliders-simple": $fa-var-sliders-simple, + "sliders-up": $fa-var-sliders-up, + "sliders-v": $fa-var-sliders-v, + "slot-machine": $fa-var-slot-machine, + "smog": $fa-var-smog, + "smoke": $fa-var-smoke, + "smoking": $fa-var-smoking, + "snake": $fa-var-snake, + "snooze": $fa-var-snooze, + "zzz": $fa-var-zzz, + "snow-blowing": $fa-var-snow-blowing, + "snowflake": $fa-var-snowflake, + "snowflakes": $fa-var-snowflakes, + "snowman": $fa-var-snowman, + "snowman-head": $fa-var-snowman-head, + "frosty-head": $fa-var-frosty-head, + "snowplow": $fa-var-snowplow, + "soap": $fa-var-soap, + "socks": $fa-var-socks, + "soft-serve": $fa-var-soft-serve, + "creemee": $fa-var-creemee, + "solar-panel": $fa-var-solar-panel, + "solar-system": $fa-var-solar-system, + "sort": $fa-var-sort, + "unsorted": $fa-var-unsorted, + "sort-down": $fa-var-sort-down, + "sort-desc": $fa-var-sort-desc, + "sort-up": $fa-var-sort-up, + "sort-asc": $fa-var-sort-asc, + "spa": $fa-var-spa, + "space-station-moon": $fa-var-space-station-moon, + "space-station-moon-construction": $fa-var-space-station-moon-construction, + "space-station-moon-alt": $fa-var-space-station-moon-alt, + "spade": $fa-var-spade, + "spaghetti-monster-flying": $fa-var-spaghetti-monster-flying, + "pastafarianism": $fa-var-pastafarianism, + "sparkles": $fa-var-sparkles, + "speaker": $fa-var-speaker, + "speakers": $fa-var-speakers, + "spell-check": $fa-var-spell-check, + "spider": $fa-var-spider, + "spider-black-widow": $fa-var-spider-black-widow, + "spider-web": $fa-var-spider-web, + "spinner": $fa-var-spinner, + "spinner-third": $fa-var-spinner-third, + "split": $fa-var-split, + "splotch": $fa-var-splotch, + "spoon": $fa-var-spoon, + "utensil-spoon": $fa-var-utensil-spoon, + "sportsball": $fa-var-sportsball, + "spray-can": $fa-var-spray-can, + "spray-can-sparkles": $fa-var-spray-can-sparkles, + "air-freshener": $fa-var-air-freshener, + "sprinkler": $fa-var-sprinkler, + "sprinkler-ceiling": $fa-var-sprinkler-ceiling, + "square": $fa-var-square, + "square-0": $fa-var-square-0, + "square-1": $fa-var-square-1, + "square-2": $fa-var-square-2, + "square-3": $fa-var-square-3, + "square-4": $fa-var-square-4, + "square-5": $fa-var-square-5, + "square-6": $fa-var-square-6, + "square-7": $fa-var-square-7, + "square-8": $fa-var-square-8, + "square-9": $fa-var-square-9, + "square-a": $fa-var-square-a, + "square-a-lock": $fa-var-square-a-lock, + "square-ampersand": $fa-var-square-ampersand, + "square-arrow-down": $fa-var-square-arrow-down, + "arrow-square-down": $fa-var-arrow-square-down, + "square-arrow-down-left": $fa-var-square-arrow-down-left, + "square-arrow-down-right": $fa-var-square-arrow-down-right, + "square-arrow-left": $fa-var-square-arrow-left, + "arrow-square-left": $fa-var-arrow-square-left, + "square-arrow-right": $fa-var-square-arrow-right, + "arrow-square-right": $fa-var-arrow-square-right, + "square-arrow-up": $fa-var-square-arrow-up, + "arrow-square-up": $fa-var-arrow-square-up, + "square-arrow-up-left": $fa-var-square-arrow-up-left, + "square-arrow-up-right": $fa-var-square-arrow-up-right, + "external-link-square": $fa-var-external-link-square, + "square-b": $fa-var-square-b, + "square-bolt": $fa-var-square-bolt, + "square-c": $fa-var-square-c, + "square-caret-down": $fa-var-square-caret-down, + "caret-square-down": $fa-var-caret-square-down, + "square-caret-left": $fa-var-square-caret-left, + "caret-square-left": $fa-var-caret-square-left, + "square-caret-right": $fa-var-square-caret-right, + "caret-square-right": $fa-var-caret-square-right, + "square-caret-up": $fa-var-square-caret-up, + "caret-square-up": $fa-var-caret-square-up, + "square-check": $fa-var-square-check, + "check-square": $fa-var-check-square, + "square-chevron-down": $fa-var-square-chevron-down, + "chevron-square-down": $fa-var-chevron-square-down, + "square-chevron-left": $fa-var-square-chevron-left, + "chevron-square-left": $fa-var-chevron-square-left, + "square-chevron-right": $fa-var-square-chevron-right, + "chevron-square-right": $fa-var-chevron-square-right, + "square-chevron-up": $fa-var-square-chevron-up, + "chevron-square-up": $fa-var-chevron-square-up, + "square-code": $fa-var-square-code, + "square-d": $fa-var-square-d, + "square-dashed": $fa-var-square-dashed, + "square-divide": $fa-var-square-divide, + "square-dollar": $fa-var-square-dollar, + "dollar-square": $fa-var-dollar-square, + "usd-square": $fa-var-usd-square, + "square-down": $fa-var-square-down, + "arrow-alt-square-down": $fa-var-arrow-alt-square-down, + "square-down-left": $fa-var-square-down-left, + "square-down-right": $fa-var-square-down-right, + "square-e": $fa-var-square-e, + "square-ellipsis": $fa-var-square-ellipsis, + "square-ellipsis-vertical": $fa-var-square-ellipsis-vertical, + "square-envelope": $fa-var-square-envelope, + "envelope-square": $fa-var-envelope-square, + "square-exclamation": $fa-var-square-exclamation, + "exclamation-square": $fa-var-exclamation-square, + "square-f": $fa-var-square-f, + "square-fragile": $fa-var-square-fragile, + "box-fragile": $fa-var-box-fragile, + "square-wine-glass-crack": $fa-var-square-wine-glass-crack, + "square-full": $fa-var-square-full, + "square-g": $fa-var-square-g, + "square-h": $fa-var-square-h, + "h-square": $fa-var-h-square, + "square-heart": $fa-var-square-heart, + "heart-square": $fa-var-heart-square, + "square-i": $fa-var-square-i, + "square-info": $fa-var-square-info, + "info-square": $fa-var-info-square, + "square-j": $fa-var-square-j, + "square-k": $fa-var-square-k, + "square-kanban": $fa-var-square-kanban, + "square-l": $fa-var-square-l, + "square-left": $fa-var-square-left, + "arrow-alt-square-left": $fa-var-arrow-alt-square-left, + "square-list": $fa-var-square-list, + "square-m": $fa-var-square-m, + "square-minus": $fa-var-square-minus, + "minus-square": $fa-var-minus-square, + "square-n": $fa-var-square-n, + "square-nfi": $fa-var-square-nfi, + "square-o": $fa-var-square-o, + "square-p": $fa-var-square-p, + "square-parking": $fa-var-square-parking, + "parking": $fa-var-parking, + "square-parking-slash": $fa-var-square-parking-slash, + "parking-slash": $fa-var-parking-slash, + "square-pen": $fa-var-square-pen, + "pen-square": $fa-var-pen-square, + "pencil-square": $fa-var-pencil-square, + "square-person-confined": $fa-var-square-person-confined, + "square-phone": $fa-var-square-phone, + "phone-square": $fa-var-phone-square, + "square-phone-flip": $fa-var-square-phone-flip, + "phone-square-alt": $fa-var-phone-square-alt, + "square-phone-hangup": $fa-var-square-phone-hangup, + "phone-square-down": $fa-var-phone-square-down, + "square-plus": $fa-var-square-plus, + "plus-square": $fa-var-plus-square, + "square-poll-horizontal": $fa-var-square-poll-horizontal, + "poll-h": $fa-var-poll-h, + "square-poll-vertical": $fa-var-square-poll-vertical, + "poll": $fa-var-poll, + "square-q": $fa-var-square-q, + "square-quarters": $fa-var-square-quarters, + "square-question": $fa-var-square-question, + "question-square": $fa-var-question-square, + "square-quote": $fa-var-square-quote, + "square-r": $fa-var-square-r, + "square-right": $fa-var-square-right, + "arrow-alt-square-right": $fa-var-arrow-alt-square-right, + "square-ring": $fa-var-square-ring, + "square-root": $fa-var-square-root, + "square-root-variable": $fa-var-square-root-variable, + "square-root-alt": $fa-var-square-root-alt, + "square-rss": $fa-var-square-rss, + "rss-square": $fa-var-rss-square, + "square-s": $fa-var-square-s, + "square-share-nodes": $fa-var-square-share-nodes, + "share-alt-square": $fa-var-share-alt-square, + "square-sliders": $fa-var-square-sliders, + "sliders-h-square": $fa-var-sliders-h-square, + "square-sliders-vertical": $fa-var-square-sliders-vertical, + "sliders-v-square": $fa-var-sliders-v-square, + "square-small": $fa-var-square-small, + "square-star": $fa-var-square-star, + "square-t": $fa-var-square-t, + "square-terminal": $fa-var-square-terminal, + "square-this-way-up": $fa-var-square-this-way-up, + "box-up": $fa-var-box-up, + "square-u": $fa-var-square-u, + "square-up": $fa-var-square-up, + "arrow-alt-square-up": $fa-var-arrow-alt-square-up, + "square-up-left": $fa-var-square-up-left, + "square-up-right": $fa-var-square-up-right, + "external-link-square-alt": $fa-var-external-link-square-alt, + "square-user": $fa-var-square-user, + "square-v": $fa-var-square-v, + "square-virus": $fa-var-square-virus, + "square-w": $fa-var-square-w, + "square-x": $fa-var-square-x, + "square-xmark": $fa-var-square-xmark, + "times-square": $fa-var-times-square, + "xmark-square": $fa-var-xmark-square, + "square-y": $fa-var-square-y, + "square-z": $fa-var-square-z, + "squid": $fa-var-squid, + "squirrel": $fa-var-squirrel, + "staff": $fa-var-staff, + "staff-aesculapius": $fa-var-staff-aesculapius, + "rod-asclepius": $fa-var-rod-asclepius, + "rod-snake": $fa-var-rod-snake, + "staff-snake": $fa-var-staff-snake, + "stairs": $fa-var-stairs, + "stamp": $fa-var-stamp, + "standard-definition": $fa-var-standard-definition, + "rectangle-sd": $fa-var-rectangle-sd, + "star": $fa-var-star, + "star-and-crescent": $fa-var-star-and-crescent, + "star-christmas": $fa-var-star-christmas, + "star-exclamation": $fa-var-star-exclamation, + "star-half": $fa-var-star-half, + "star-half-stroke": $fa-var-star-half-stroke, + "star-half-alt": $fa-var-star-half-alt, + "star-of-david": $fa-var-star-of-david, + "star-of-life": $fa-var-star-of-life, + "star-sharp": $fa-var-star-sharp, + "star-sharp-half": $fa-var-star-sharp-half, + "star-sharp-half-stroke": $fa-var-star-sharp-half-stroke, + "star-sharp-half-alt": $fa-var-star-sharp-half-alt, + "star-shooting": $fa-var-star-shooting, + "starfighter": $fa-var-starfighter, + "starfighter-twin-ion-engine": $fa-var-starfighter-twin-ion-engine, + "starfighter-alt": $fa-var-starfighter-alt, + "starfighter-twin-ion-engine-advanced": $fa-var-starfighter-twin-ion-engine-advanced, + "starfighter-alt-advanced": $fa-var-starfighter-alt-advanced, + "stars": $fa-var-stars, + "starship": $fa-var-starship, + "starship-freighter": $fa-var-starship-freighter, + "steak": $fa-var-steak, + "steering-wheel": $fa-var-steering-wheel, + "sterling-sign": $fa-var-sterling-sign, + "gbp": $fa-var-gbp, + "pound-sign": $fa-var-pound-sign, + "stethoscope": $fa-var-stethoscope, + "stocking": $fa-var-stocking, + "stomach": $fa-var-stomach, + "stop": $fa-var-stop, + "stopwatch": $fa-var-stopwatch, + "stopwatch-20": $fa-var-stopwatch-20, + "store": $fa-var-store, + "store-lock": $fa-var-store-lock, + "store-slash": $fa-var-store-slash, + "strawberry": $fa-var-strawberry, + "street-view": $fa-var-street-view, + "stretcher": $fa-var-stretcher, + "strikethrough": $fa-var-strikethrough, + "stroopwafel": $fa-var-stroopwafel, + "subscript": $fa-var-subscript, + "suitcase": $fa-var-suitcase, + "suitcase-medical": $fa-var-suitcase-medical, + "medkit": $fa-var-medkit, + "suitcase-rolling": $fa-var-suitcase-rolling, + "sun": $fa-var-sun, + "sun-bright": $fa-var-sun-bright, + "sun-alt": $fa-var-sun-alt, + "sun-cloud": $fa-var-sun-cloud, + "sun-dust": $fa-var-sun-dust, + "sun-haze": $fa-var-sun-haze, + "sun-plant-wilt": $fa-var-sun-plant-wilt, + "sunglasses": $fa-var-sunglasses, + "sunrise": $fa-var-sunrise, + "sunset": $fa-var-sunset, + "superscript": $fa-var-superscript, + "sushi": $fa-var-sushi, + "nigiri": $fa-var-nigiri, + "sushi-roll": $fa-var-sushi-roll, + "maki-roll": $fa-var-maki-roll, + "makizushi": $fa-var-makizushi, + "swatchbook": $fa-var-swatchbook, + "sword": $fa-var-sword, + "sword-laser": $fa-var-sword-laser, + "sword-laser-alt": $fa-var-sword-laser-alt, + "swords": $fa-var-swords, + "swords-laser": $fa-var-swords-laser, + "symbols": $fa-var-symbols, + "icons-alt": $fa-var-icons-alt, + "synagogue": $fa-var-synagogue, + "syringe": $fa-var-syringe, + "t": $fa-var-t, + "table": $fa-var-table, + "table-cells": $fa-var-table-cells, + "th": $fa-var-th, + "table-cells-large": $fa-var-table-cells-large, + "th-large": $fa-var-th-large, + "table-columns": $fa-var-table-columns, + "columns": $fa-var-columns, + "table-layout": $fa-var-table-layout, + "table-list": $fa-var-table-list, + "th-list": $fa-var-th-list, + "table-picnic": $fa-var-table-picnic, + "table-pivot": $fa-var-table-pivot, + "table-rows": $fa-var-table-rows, + "rows": $fa-var-rows, + "table-tennis-paddle-ball": $fa-var-table-tennis-paddle-ball, + "ping-pong-paddle-ball": $fa-var-ping-pong-paddle-ball, + "table-tennis": $fa-var-table-tennis, + "table-tree": $fa-var-table-tree, + "tablet": $fa-var-tablet, + "tablet-android": $fa-var-tablet-android, + "tablet-button": $fa-var-tablet-button, + "tablet-rugged": $fa-var-tablet-rugged, + "tablet-screen": $fa-var-tablet-screen, + "tablet-android-alt": $fa-var-tablet-android-alt, + "tablet-screen-button": $fa-var-tablet-screen-button, + "tablet-alt": $fa-var-tablet-alt, + "tablets": $fa-var-tablets, + "tachograph-digital": $fa-var-tachograph-digital, + "digital-tachograph": $fa-var-digital-tachograph, + "taco": $fa-var-taco, + "tag": $fa-var-tag, + "tags": $fa-var-tags, + "tally": $fa-var-tally, + "tally-5": $fa-var-tally-5, + "tally-1": $fa-var-tally-1, + "tally-2": $fa-var-tally-2, + "tally-3": $fa-var-tally-3, + "tally-4": $fa-var-tally-4, + "tamale": $fa-var-tamale, + "tank-water": $fa-var-tank-water, + "tape": $fa-var-tape, + "tarp": $fa-var-tarp, + "tarp-droplet": $fa-var-tarp-droplet, + "taxi": $fa-var-taxi, + "cab": $fa-var-cab, + "taxi-bus": $fa-var-taxi-bus, + "teddy-bear": $fa-var-teddy-bear, + "teeth": $fa-var-teeth, + "teeth-open": $fa-var-teeth-open, + "telescope": $fa-var-telescope, + "temperature-arrow-down": $fa-var-temperature-arrow-down, + "temperature-down": $fa-var-temperature-down, + "temperature-arrow-up": $fa-var-temperature-arrow-up, + "temperature-up": $fa-var-temperature-up, + "temperature-empty": $fa-var-temperature-empty, + "temperature-0": $fa-var-temperature-0, + "thermometer-0": $fa-var-thermometer-0, + "thermometer-empty": $fa-var-thermometer-empty, + "temperature-full": $fa-var-temperature-full, + "temperature-4": $fa-var-temperature-4, + "thermometer-4": $fa-var-thermometer-4, + "thermometer-full": $fa-var-thermometer-full, + "temperature-half": $fa-var-temperature-half, + "temperature-2": $fa-var-temperature-2, + "thermometer-2": $fa-var-thermometer-2, + "thermometer-half": $fa-var-thermometer-half, + "temperature-high": $fa-var-temperature-high, + "temperature-list": $fa-var-temperature-list, + "temperature-low": $fa-var-temperature-low, + "temperature-quarter": $fa-var-temperature-quarter, + "temperature-1": $fa-var-temperature-1, + "thermometer-1": $fa-var-thermometer-1, + "thermometer-quarter": $fa-var-thermometer-quarter, + "temperature-snow": $fa-var-temperature-snow, + "temperature-frigid": $fa-var-temperature-frigid, + "temperature-sun": $fa-var-temperature-sun, + "temperature-hot": $fa-var-temperature-hot, + "temperature-three-quarters": $fa-var-temperature-three-quarters, + "temperature-3": $fa-var-temperature-3, + "thermometer-3": $fa-var-thermometer-3, + "thermometer-three-quarters": $fa-var-thermometer-three-quarters, + "tenge-sign": $fa-var-tenge-sign, + "tenge": $fa-var-tenge, + "tennis-ball": $fa-var-tennis-ball, + "tent": $fa-var-tent, + "tent-arrow-down-to-line": $fa-var-tent-arrow-down-to-line, + "tent-arrow-left-right": $fa-var-tent-arrow-left-right, + "tent-arrow-turn-left": $fa-var-tent-arrow-turn-left, + "tent-arrows-down": $fa-var-tent-arrows-down, + "tents": $fa-var-tents, + "terminal": $fa-var-terminal, + "text": $fa-var-text, + "text-height": $fa-var-text-height, + "text-size": $fa-var-text-size, + "text-slash": $fa-var-text-slash, + "remove-format": $fa-var-remove-format, + "text-width": $fa-var-text-width, + "thermometer": $fa-var-thermometer, + "theta": $fa-var-theta, + "thought-bubble": $fa-var-thought-bubble, + "thumbs-down": $fa-var-thumbs-down, + "thumbs-up": $fa-var-thumbs-up, + "thumbtack": $fa-var-thumbtack, + "thumb-tack": $fa-var-thumb-tack, + "tick": $fa-var-tick, + "ticket": $fa-var-ticket, + "ticket-airline": $fa-var-ticket-airline, + "ticket-simple": $fa-var-ticket-simple, + "ticket-alt": $fa-var-ticket-alt, + "tickets-airline": $fa-var-tickets-airline, + "tilde": $fa-var-tilde, + "timeline": $fa-var-timeline, + "timeline-arrow": $fa-var-timeline-arrow, + "timer": $fa-var-timer, + "tire": $fa-var-tire, + "tire-flat": $fa-var-tire-flat, + "tire-pressure-warning": $fa-var-tire-pressure-warning, + "tire-rugged": $fa-var-tire-rugged, + "toggle-off": $fa-var-toggle-off, + "toggle-on": $fa-var-toggle-on, + "toilet": $fa-var-toilet, + "toilet-paper": $fa-var-toilet-paper, + "toilet-paper-blank": $fa-var-toilet-paper-blank, + "toilet-paper-alt": $fa-var-toilet-paper-alt, + "toilet-paper-blank-under": $fa-var-toilet-paper-blank-under, + "toilet-paper-reverse-alt": $fa-var-toilet-paper-reverse-alt, + "toilet-paper-slash": $fa-var-toilet-paper-slash, + "toilet-paper-under": $fa-var-toilet-paper-under, + "toilet-paper-reverse": $fa-var-toilet-paper-reverse, + "toilet-paper-under-slash": $fa-var-toilet-paper-under-slash, + "toilet-paper-reverse-slash": $fa-var-toilet-paper-reverse-slash, + "toilet-portable": $fa-var-toilet-portable, + "toilets-portable": $fa-var-toilets-portable, + "tomato": $fa-var-tomato, + "tombstone": $fa-var-tombstone, + "tombstone-blank": $fa-var-tombstone-blank, + "tombstone-alt": $fa-var-tombstone-alt, + "toolbox": $fa-var-toolbox, + "tooth": $fa-var-tooth, + "toothbrush": $fa-var-toothbrush, + "torii-gate": $fa-var-torii-gate, + "tornado": $fa-var-tornado, + "tower-broadcast": $fa-var-tower-broadcast, + "broadcast-tower": $fa-var-broadcast-tower, + "tower-cell": $fa-var-tower-cell, + "tower-control": $fa-var-tower-control, + "tower-observation": $fa-var-tower-observation, + "tractor": $fa-var-tractor, + "trademark": $fa-var-trademark, + "traffic-cone": $fa-var-traffic-cone, + "traffic-light": $fa-var-traffic-light, + "traffic-light-go": $fa-var-traffic-light-go, + "traffic-light-slow": $fa-var-traffic-light-slow, + "traffic-light-stop": $fa-var-traffic-light-stop, + "trailer": $fa-var-trailer, + "train": $fa-var-train, + "train-subway": $fa-var-train-subway, + "subway": $fa-var-subway, + "train-subway-tunnel": $fa-var-train-subway-tunnel, + "subway-tunnel": $fa-var-subway-tunnel, + "train-track": $fa-var-train-track, + "train-tram": $fa-var-train-tram, + "tram": $fa-var-tram, + "train-tunnel": $fa-var-train-tunnel, + "transformer-bolt": $fa-var-transformer-bolt, + "transgender": $fa-var-transgender, + "transgender-alt": $fa-var-transgender-alt, + "transporter": $fa-var-transporter, + "transporter-1": $fa-var-transporter-1, + "transporter-2": $fa-var-transporter-2, + "transporter-3": $fa-var-transporter-3, + "transporter-4": $fa-var-transporter-4, + "transporter-5": $fa-var-transporter-5, + "transporter-6": $fa-var-transporter-6, + "transporter-7": $fa-var-transporter-7, + "transporter-empty": $fa-var-transporter-empty, + "trash": $fa-var-trash, + "trash-arrow-up": $fa-var-trash-arrow-up, + "trash-restore": $fa-var-trash-restore, + "trash-can": $fa-var-trash-can, + "trash-alt": $fa-var-trash-alt, + "trash-can-arrow-up": $fa-var-trash-can-arrow-up, + "trash-restore-alt": $fa-var-trash-restore-alt, + "trash-can-check": $fa-var-trash-can-check, + "trash-can-clock": $fa-var-trash-can-clock, + "trash-can-list": $fa-var-trash-can-list, + "trash-can-plus": $fa-var-trash-can-plus, + "trash-can-slash": $fa-var-trash-can-slash, + "trash-alt-slash": $fa-var-trash-alt-slash, + "trash-can-undo": $fa-var-trash-can-undo, + "trash-can-arrow-turn-left": $fa-var-trash-can-arrow-turn-left, + "trash-undo-alt": $fa-var-trash-undo-alt, + "trash-can-xmark": $fa-var-trash-can-xmark, + "trash-check": $fa-var-trash-check, + "trash-clock": $fa-var-trash-clock, + "trash-list": $fa-var-trash-list, + "trash-plus": $fa-var-trash-plus, + "trash-slash": $fa-var-trash-slash, + "trash-undo": $fa-var-trash-undo, + "trash-arrow-turn-left": $fa-var-trash-arrow-turn-left, + "trash-xmark": $fa-var-trash-xmark, + "treasure-chest": $fa-var-treasure-chest, + "tree": $fa-var-tree, + "tree-christmas": $fa-var-tree-christmas, + "tree-city": $fa-var-tree-city, + "tree-deciduous": $fa-var-tree-deciduous, + "tree-alt": $fa-var-tree-alt, + "tree-decorated": $fa-var-tree-decorated, + "tree-large": $fa-var-tree-large, + "tree-palm": $fa-var-tree-palm, + "trees": $fa-var-trees, + "triangle": $fa-var-triangle, + "triangle-exclamation": $fa-var-triangle-exclamation, + "exclamation-triangle": $fa-var-exclamation-triangle, + "warning": $fa-var-warning, + "triangle-instrument": $fa-var-triangle-instrument, + "triangle-music": $fa-var-triangle-music, + "triangle-person-digging": $fa-var-triangle-person-digging, + "construction": $fa-var-construction, + "trillium": $fa-var-trillium, + "trophy": $fa-var-trophy, + "trophy-star": $fa-var-trophy-star, + "trophy-alt": $fa-var-trophy-alt, + "trowel": $fa-var-trowel, + "trowel-bricks": $fa-var-trowel-bricks, + "truck": $fa-var-truck, + "truck-arrow-right": $fa-var-truck-arrow-right, + "truck-bolt": $fa-var-truck-bolt, + "truck-clock": $fa-var-truck-clock, + "shipping-timed": $fa-var-shipping-timed, + "truck-container": $fa-var-truck-container, + "truck-container-empty": $fa-var-truck-container-empty, + "truck-droplet": $fa-var-truck-droplet, + "truck-fast": $fa-var-truck-fast, + "shipping-fast": $fa-var-shipping-fast, + "truck-field": $fa-var-truck-field, + "truck-field-un": $fa-var-truck-field-un, + "truck-flatbed": $fa-var-truck-flatbed, + "truck-front": $fa-var-truck-front, + "truck-medical": $fa-var-truck-medical, + "ambulance": $fa-var-ambulance, + "truck-monster": $fa-var-truck-monster, + "truck-moving": $fa-var-truck-moving, + "truck-pickup": $fa-var-truck-pickup, + "truck-plane": $fa-var-truck-plane, + "truck-plow": $fa-var-truck-plow, + "truck-ramp": $fa-var-truck-ramp, + "truck-ramp-box": $fa-var-truck-ramp-box, + "truck-loading": $fa-var-truck-loading, + "truck-ramp-couch": $fa-var-truck-ramp-couch, + "truck-couch": $fa-var-truck-couch, + "truck-tow": $fa-var-truck-tow, + "trumpet": $fa-var-trumpet, + "tty": $fa-var-tty, + "teletype": $fa-var-teletype, + "tty-answer": $fa-var-tty-answer, + "teletype-answer": $fa-var-teletype-answer, + "tugrik-sign": $fa-var-tugrik-sign, + "turkey": $fa-var-turkey, + "turkish-lira-sign": $fa-var-turkish-lira-sign, + "try": $fa-var-try, + "turkish-lira": $fa-var-turkish-lira, + "turn-down": $fa-var-turn-down, + "level-down-alt": $fa-var-level-down-alt, + "turn-down-left": $fa-var-turn-down-left, + "turn-down-right": $fa-var-turn-down-right, + "turn-up": $fa-var-turn-up, + "level-up-alt": $fa-var-level-up-alt, + "turntable": $fa-var-turntable, + "turtle": $fa-var-turtle, + "tv": $fa-var-tv, + "television": $fa-var-television, + "tv-alt": $fa-var-tv-alt, + "tv-music": $fa-var-tv-music, + "tv-retro": $fa-var-tv-retro, + "typewriter": $fa-var-typewriter, + "u": $fa-var-u, + "ufo": $fa-var-ufo, + "ufo-beam": $fa-var-ufo-beam, + "umbrella": $fa-var-umbrella, + "umbrella-beach": $fa-var-umbrella-beach, + "umbrella-simple": $fa-var-umbrella-simple, + "umbrella-alt": $fa-var-umbrella-alt, + "underline": $fa-var-underline, + "unicorn": $fa-var-unicorn, + "uniform-martial-arts": $fa-var-uniform-martial-arts, + "union": $fa-var-union, + "universal-access": $fa-var-universal-access, + "unlock": $fa-var-unlock, + "unlock-keyhole": $fa-var-unlock-keyhole, + "unlock-alt": $fa-var-unlock-alt, + "up": $fa-var-up, + "arrow-alt-up": $fa-var-arrow-alt-up, + "up-down": $fa-var-up-down, + "arrows-alt-v": $fa-var-arrows-alt-v, + "up-down-left-right": $fa-var-up-down-left-right, + "arrows-alt": $fa-var-arrows-alt, + "up-from-bracket": $fa-var-up-from-bracket, + "up-from-dotted-line": $fa-var-up-from-dotted-line, + "up-from-line": $fa-var-up-from-line, + "arrow-alt-from-bottom": $fa-var-arrow-alt-from-bottom, + "up-left": $fa-var-up-left, + "up-long": $fa-var-up-long, + "long-arrow-alt-up": $fa-var-long-arrow-alt-up, + "up-right": $fa-var-up-right, + "up-right-and-down-left-from-center": $fa-var-up-right-and-down-left-from-center, + "expand-alt": $fa-var-expand-alt, + "up-right-from-square": $fa-var-up-right-from-square, + "external-link-alt": $fa-var-external-link-alt, + "up-to-dotted-line": $fa-var-up-to-dotted-line, + "up-to-line": $fa-var-up-to-line, + "arrow-alt-to-top": $fa-var-arrow-alt-to-top, + "upload": $fa-var-upload, + "usb-drive": $fa-var-usb-drive, + "user": $fa-var-user, + "user-alien": $fa-var-user-alien, + "user-astronaut": $fa-var-user-astronaut, + "user-bounty-hunter": $fa-var-user-bounty-hunter, + "user-check": $fa-var-user-check, + "user-chef": $fa-var-user-chef, + "user-clock": $fa-var-user-clock, + "user-cowboy": $fa-var-user-cowboy, + "user-crown": $fa-var-user-crown, + "user-doctor": $fa-var-user-doctor, + "user-md": $fa-var-user-md, + "user-doctor-hair": $fa-var-user-doctor-hair, + "user-doctor-hair-long": $fa-var-user-doctor-hair-long, + "user-doctor-message": $fa-var-user-doctor-message, + "user-md-chat": $fa-var-user-md-chat, + "user-gear": $fa-var-user-gear, + "user-cog": $fa-var-user-cog, + "user-graduate": $fa-var-user-graduate, + "user-group": $fa-var-user-group, + "user-friends": $fa-var-user-friends, + "user-group-crown": $fa-var-user-group-crown, + "users-crown": $fa-var-users-crown, + "user-hair": $fa-var-user-hair, + "user-hair-buns": $fa-var-user-hair-buns, + "user-hair-long": $fa-var-user-hair-long, + "user-hair-mullet": $fa-var-user-hair-mullet, + "business-front": $fa-var-business-front, + "party-back": $fa-var-party-back, + "trian-balbot": $fa-var-trian-balbot, + "user-headset": $fa-var-user-headset, + "user-helmet-safety": $fa-var-user-helmet-safety, + "user-construction": $fa-var-user-construction, + "user-hard-hat": $fa-var-user-hard-hat, + "user-injured": $fa-var-user-injured, + "user-large": $fa-var-user-large, + "user-alt": $fa-var-user-alt, + "user-large-slash": $fa-var-user-large-slash, + "user-alt-slash": $fa-var-user-alt-slash, + "user-lock": $fa-var-user-lock, + "user-minus": $fa-var-user-minus, + "user-music": $fa-var-user-music, + "user-ninja": $fa-var-user-ninja, + "user-nurse": $fa-var-user-nurse, + "user-nurse-hair": $fa-var-user-nurse-hair, + "user-nurse-hair-long": $fa-var-user-nurse-hair-long, + "user-pen": $fa-var-user-pen, + "user-edit": $fa-var-user-edit, + "user-pilot": $fa-var-user-pilot, + "user-pilot-tie": $fa-var-user-pilot-tie, + "user-plus": $fa-var-user-plus, + "user-police": $fa-var-user-police, + "user-police-tie": $fa-var-user-police-tie, + "user-robot": $fa-var-user-robot, + "user-robot-xmarks": $fa-var-user-robot-xmarks, + "user-secret": $fa-var-user-secret, + "user-shakespeare": $fa-var-user-shakespeare, + "user-shield": $fa-var-user-shield, + "user-slash": $fa-var-user-slash, + "user-tag": $fa-var-user-tag, + "user-tie": $fa-var-user-tie, + "user-tie-hair": $fa-var-user-tie-hair, + "user-tie-hair-long": $fa-var-user-tie-hair-long, + "user-unlock": $fa-var-user-unlock, + "user-visor": $fa-var-user-visor, + "user-vneck": $fa-var-user-vneck, + "user-vneck-hair": $fa-var-user-vneck-hair, + "user-vneck-hair-long": $fa-var-user-vneck-hair-long, + "user-xmark": $fa-var-user-xmark, + "user-times": $fa-var-user-times, + "users": $fa-var-users, + "users-between-lines": $fa-var-users-between-lines, + "users-gear": $fa-var-users-gear, + "users-cog": $fa-var-users-cog, + "users-line": $fa-var-users-line, + "users-medical": $fa-var-users-medical, + "users-rays": $fa-var-users-rays, + "users-rectangle": $fa-var-users-rectangle, + "users-slash": $fa-var-users-slash, + "users-viewfinder": $fa-var-users-viewfinder, + "utensils": $fa-var-utensils, + "cutlery": $fa-var-cutlery, + "utensils-slash": $fa-var-utensils-slash, + "utility-pole": $fa-var-utility-pole, + "utility-pole-double": $fa-var-utility-pole-double, + "v": $fa-var-v, + "vacuum": $fa-var-vacuum, + "vacuum-robot": $fa-var-vacuum-robot, + "value-absolute": $fa-var-value-absolute, + "van-shuttle": $fa-var-van-shuttle, + "shuttle-van": $fa-var-shuttle-van, + "vault": $fa-var-vault, + "vector-circle": $fa-var-vector-circle, + "vector-polygon": $fa-var-vector-polygon, + "vector-square": $fa-var-vector-square, + "vent-damper": $fa-var-vent-damper, + "venus": $fa-var-venus, + "venus-double": $fa-var-venus-double, + "venus-mars": $fa-var-venus-mars, + "vest": $fa-var-vest, + "vest-patches": $fa-var-vest-patches, + "vial": $fa-var-vial, + "vial-circle-check": $fa-var-vial-circle-check, + "vial-virus": $fa-var-vial-virus, + "vials": $fa-var-vials, + "video": $fa-var-video, + "video-camera": $fa-var-video-camera, + "video-arrow-down-left": $fa-var-video-arrow-down-left, + "video-arrow-up-right": $fa-var-video-arrow-up-right, + "video-plus": $fa-var-video-plus, + "video-slash": $fa-var-video-slash, + "vihara": $fa-var-vihara, + "violin": $fa-var-violin, + "virus": $fa-var-virus, + "virus-covid": $fa-var-virus-covid, + "virus-covid-slash": $fa-var-virus-covid-slash, + "virus-slash": $fa-var-virus-slash, + "viruses": $fa-var-viruses, + "voicemail": $fa-var-voicemail, + "volcano": $fa-var-volcano, + "volleyball": $fa-var-volleyball, + "volleyball-ball": $fa-var-volleyball-ball, + "volume": $fa-var-volume, + "volume-medium": $fa-var-volume-medium, + "volume-high": $fa-var-volume-high, + "volume-up": $fa-var-volume-up, + "volume-low": $fa-var-volume-low, + "volume-down": $fa-var-volume-down, + "volume-off": $fa-var-volume-off, + "volume-slash": $fa-var-volume-slash, + "volume-xmark": $fa-var-volume-xmark, + "volume-mute": $fa-var-volume-mute, + "volume-times": $fa-var-volume-times, + "vr-cardboard": $fa-var-vr-cardboard, + "w": $fa-var-w, + "waffle": $fa-var-waffle, + "wagon-covered": $fa-var-wagon-covered, + "walker": $fa-var-walker, + "walkie-talkie": $fa-var-walkie-talkie, + "wallet": $fa-var-wallet, + "wand": $fa-var-wand, + "wand-magic": $fa-var-wand-magic, + "magic": $fa-var-magic, + "wand-magic-sparkles": $fa-var-wand-magic-sparkles, + "magic-wand-sparkles": $fa-var-magic-wand-sparkles, + "wand-sparkles": $fa-var-wand-sparkles, + "warehouse": $fa-var-warehouse, + "warehouse-full": $fa-var-warehouse-full, + "warehouse-alt": $fa-var-warehouse-alt, + "washing-machine": $fa-var-washing-machine, + "washer": $fa-var-washer, + "watch": $fa-var-watch, + "watch-apple": $fa-var-watch-apple, + "watch-calculator": $fa-var-watch-calculator, + "watch-fitness": $fa-var-watch-fitness, + "watch-smart": $fa-var-watch-smart, + "water": $fa-var-water, + "water-arrow-down": $fa-var-water-arrow-down, + "water-lower": $fa-var-water-lower, + "water-arrow-up": $fa-var-water-arrow-up, + "water-rise": $fa-var-water-rise, + "water-ladder": $fa-var-water-ladder, + "ladder-water": $fa-var-ladder-water, + "swimming-pool": $fa-var-swimming-pool, + "watermelon-slice": $fa-var-watermelon-slice, + "wave-pulse": $fa-var-wave-pulse, + "heart-rate": $fa-var-heart-rate, + "wave-sine": $fa-var-wave-sine, + "wave-square": $fa-var-wave-square, + "wave-triangle": $fa-var-wave-triangle, + "waveform": $fa-var-waveform, + "waveform-lines": $fa-var-waveform-lines, + "waveform-path": $fa-var-waveform-path, + "weight-hanging": $fa-var-weight-hanging, + "weight-scale": $fa-var-weight-scale, + "weight": $fa-var-weight, + "whale": $fa-var-whale, + "wheat": $fa-var-wheat, + "wheat-awn": $fa-var-wheat-awn, + "wheat-alt": $fa-var-wheat-alt, + "wheat-awn-circle-exclamation": $fa-var-wheat-awn-circle-exclamation, + "wheat-awn-slash": $fa-var-wheat-awn-slash, + "wheat-slash": $fa-var-wheat-slash, + "wheelchair": $fa-var-wheelchair, + "wheelchair-move": $fa-var-wheelchair-move, + "wheelchair-alt": $fa-var-wheelchair-alt, + "whiskey-glass": $fa-var-whiskey-glass, + "glass-whiskey": $fa-var-glass-whiskey, + "whiskey-glass-ice": $fa-var-whiskey-glass-ice, + "glass-whiskey-rocks": $fa-var-glass-whiskey-rocks, + "whistle": $fa-var-whistle, + "wifi": $fa-var-wifi, + "wifi-3": $fa-var-wifi-3, + "wifi-strong": $fa-var-wifi-strong, + "wifi-exclamation": $fa-var-wifi-exclamation, + "wifi-fair": $fa-var-wifi-fair, + "wifi-2": $fa-var-wifi-2, + "wifi-slash": $fa-var-wifi-slash, + "wifi-weak": $fa-var-wifi-weak, + "wifi-1": $fa-var-wifi-1, + "wind": $fa-var-wind, + "wind-turbine": $fa-var-wind-turbine, + "wind-warning": $fa-var-wind-warning, + "wind-circle-exclamation": $fa-var-wind-circle-exclamation, + "window": $fa-var-window, + "window-flip": $fa-var-window-flip, + "window-alt": $fa-var-window-alt, + "window-frame": $fa-var-window-frame, + "window-frame-open": $fa-var-window-frame-open, + "window-maximize": $fa-var-window-maximize, + "window-minimize": $fa-var-window-minimize, + "window-restore": $fa-var-window-restore, + "windsock": $fa-var-windsock, + "wine-bottle": $fa-var-wine-bottle, + "wine-glass": $fa-var-wine-glass, + "wine-glass-crack": $fa-var-wine-glass-crack, + "fragile": $fa-var-fragile, + "wine-glass-empty": $fa-var-wine-glass-empty, + "wine-glass-alt": $fa-var-wine-glass-alt, + "won-sign": $fa-var-won-sign, + "krw": $fa-var-krw, + "won": $fa-var-won, + "worm": $fa-var-worm, + "wreath": $fa-var-wreath, + "wrench": $fa-var-wrench, + "wrench-simple": $fa-var-wrench-simple, + "x": $fa-var-x, + "x-ray": $fa-var-x-ray, + "xmark": $fa-var-xmark, + "close": $fa-var-close, + "multiply": $fa-var-multiply, + "remove": $fa-var-remove, + "times": $fa-var-times, + "xmark-large": $fa-var-xmark-large, + "xmark-to-slot": $fa-var-xmark-to-slot, + "times-to-slot": $fa-var-times-to-slot, + "vote-nay": $fa-var-vote-nay, + "xmarks-lines": $fa-var-xmarks-lines, + "y": $fa-var-y, + "yen-sign": $fa-var-yen-sign, + "cny": $fa-var-cny, + "jpy": $fa-var-jpy, + "rmb": $fa-var-rmb, + "yen": $fa-var-yen, + "yin-yang": $fa-var-yin-yang, + "z": $fa-var-z, +); + +$fa-brand-icons: ( + "42-group": $fa-var-42-group, + "innosoft": $fa-var-innosoft, + "500px": $fa-var-500px, + "accessible-icon": $fa-var-accessible-icon, + "accusoft": $fa-var-accusoft, + "adn": $fa-var-adn, + "adversal": $fa-var-adversal, + "affiliatetheme": $fa-var-affiliatetheme, + "airbnb": $fa-var-airbnb, + "algolia": $fa-var-algolia, + "alipay": $fa-var-alipay, + "amazon": $fa-var-amazon, + "amazon-pay": $fa-var-amazon-pay, + "amilia": $fa-var-amilia, + "android": $fa-var-android, + "angellist": $fa-var-angellist, + "angrycreative": $fa-var-angrycreative, + "angular": $fa-var-angular, + "app-store": $fa-var-app-store, + "app-store-ios": $fa-var-app-store-ios, + "apper": $fa-var-apper, + "apple": $fa-var-apple, + "apple-pay": $fa-var-apple-pay, + "artstation": $fa-var-artstation, + "asymmetrik": $fa-var-asymmetrik, + "atlassian": $fa-var-atlassian, + "audible": $fa-var-audible, + "autoprefixer": $fa-var-autoprefixer, + "avianex": $fa-var-avianex, + "aviato": $fa-var-aviato, + "aws": $fa-var-aws, + "bandcamp": $fa-var-bandcamp, + "battle-net": $fa-var-battle-net, + "behance": $fa-var-behance, + "behance-square": $fa-var-behance-square, + "bilibili": $fa-var-bilibili, + "bimobject": $fa-var-bimobject, + "bitbucket": $fa-var-bitbucket, + "bitcoin": $fa-var-bitcoin, + "bity": $fa-var-bity, + "black-tie": $fa-var-black-tie, + "blackberry": $fa-var-blackberry, + "blogger": $fa-var-blogger, + "blogger-b": $fa-var-blogger-b, + "bluetooth": $fa-var-bluetooth, + "bluetooth-b": $fa-var-bluetooth-b, + "bootstrap": $fa-var-bootstrap, + "bots": $fa-var-bots, + "btc": $fa-var-btc, + "buffer": $fa-var-buffer, + "buromobelexperte": $fa-var-buromobelexperte, + "buy-n-large": $fa-var-buy-n-large, + "buysellads": $fa-var-buysellads, + "canadian-maple-leaf": $fa-var-canadian-maple-leaf, + "cc-amazon-pay": $fa-var-cc-amazon-pay, + "cc-amex": $fa-var-cc-amex, + "cc-apple-pay": $fa-var-cc-apple-pay, + "cc-diners-club": $fa-var-cc-diners-club, + "cc-discover": $fa-var-cc-discover, + "cc-jcb": $fa-var-cc-jcb, + "cc-mastercard": $fa-var-cc-mastercard, + "cc-paypal": $fa-var-cc-paypal, + "cc-stripe": $fa-var-cc-stripe, + "cc-visa": $fa-var-cc-visa, + "centercode": $fa-var-centercode, + "centos": $fa-var-centos, + "chrome": $fa-var-chrome, + "chromecast": $fa-var-chromecast, + "cloudflare": $fa-var-cloudflare, + "cloudscale": $fa-var-cloudscale, + "cloudsmith": $fa-var-cloudsmith, + "cloudversify": $fa-var-cloudversify, + "cmplid": $fa-var-cmplid, + "codepen": $fa-var-codepen, + "codiepie": $fa-var-codiepie, + "confluence": $fa-var-confluence, + "connectdevelop": $fa-var-connectdevelop, + "contao": $fa-var-contao, + "cotton-bureau": $fa-var-cotton-bureau, + "cpanel": $fa-var-cpanel, + "creative-commons": $fa-var-creative-commons, + "creative-commons-by": $fa-var-creative-commons-by, + "creative-commons-nc": $fa-var-creative-commons-nc, + "creative-commons-nc-eu": $fa-var-creative-commons-nc-eu, + "creative-commons-nc-jp": $fa-var-creative-commons-nc-jp, + "creative-commons-nd": $fa-var-creative-commons-nd, + "creative-commons-pd": $fa-var-creative-commons-pd, + "creative-commons-pd-alt": $fa-var-creative-commons-pd-alt, + "creative-commons-remix": $fa-var-creative-commons-remix, + "creative-commons-sa": $fa-var-creative-commons-sa, + "creative-commons-sampling": $fa-var-creative-commons-sampling, + "creative-commons-sampling-plus": $fa-var-creative-commons-sampling-plus, + "creative-commons-share": $fa-var-creative-commons-share, + "creative-commons-zero": $fa-var-creative-commons-zero, + "critical-role": $fa-var-critical-role, + "css3": $fa-var-css3, + "css3-alt": $fa-var-css3-alt, + "cuttlefish": $fa-var-cuttlefish, + "d-and-d": $fa-var-d-and-d, + "d-and-d-beyond": $fa-var-d-and-d-beyond, + "dailymotion": $fa-var-dailymotion, + "dashcube": $fa-var-dashcube, + "deezer": $fa-var-deezer, + "delicious": $fa-var-delicious, + "deploydog": $fa-var-deploydog, + "deskpro": $fa-var-deskpro, + "dev": $fa-var-dev, + "deviantart": $fa-var-deviantart, + "dhl": $fa-var-dhl, + "diaspora": $fa-var-diaspora, + "digg": $fa-var-digg, + "digital-ocean": $fa-var-digital-ocean, + "discord": $fa-var-discord, + "discourse": $fa-var-discourse, + "dochub": $fa-var-dochub, + "docker": $fa-var-docker, + "draft2digital": $fa-var-draft2digital, + "dribbble": $fa-var-dribbble, + "dribbble-square": $fa-var-dribbble-square, + "dropbox": $fa-var-dropbox, + "drupal": $fa-var-drupal, + "dyalog": $fa-var-dyalog, + "earlybirds": $fa-var-earlybirds, + "ebay": $fa-var-ebay, + "edge": $fa-var-edge, + "edge-legacy": $fa-var-edge-legacy, + "elementor": $fa-var-elementor, + "ello": $fa-var-ello, + "ember": $fa-var-ember, + "empire": $fa-var-empire, + "envira": $fa-var-envira, + "erlang": $fa-var-erlang, + "ethereum": $fa-var-ethereum, + "etsy": $fa-var-etsy, + "evernote": $fa-var-evernote, + "expeditedssl": $fa-var-expeditedssl, + "facebook": $fa-var-facebook, + "facebook-f": $fa-var-facebook-f, + "facebook-messenger": $fa-var-facebook-messenger, + "facebook-square": $fa-var-facebook-square, + "fantasy-flight-games": $fa-var-fantasy-flight-games, + "fedex": $fa-var-fedex, + "fedora": $fa-var-fedora, + "figma": $fa-var-figma, + "firefox": $fa-var-firefox, + "firefox-browser": $fa-var-firefox-browser, + "first-order": $fa-var-first-order, + "first-order-alt": $fa-var-first-order-alt, + "firstdraft": $fa-var-firstdraft, + "flickr": $fa-var-flickr, + "flipboard": $fa-var-flipboard, + "fly": $fa-var-fly, + "font-awesome": $fa-var-font-awesome, + "font-awesome-flag": $fa-var-font-awesome-flag, + "font-awesome-logo-full": $fa-var-font-awesome-logo-full, + "fonticons": $fa-var-fonticons, + "fonticons-fi": $fa-var-fonticons-fi, + "fort-awesome": $fa-var-fort-awesome, + "fort-awesome-alt": $fa-var-fort-awesome-alt, + "forumbee": $fa-var-forumbee, + "foursquare": $fa-var-foursquare, + "free-code-camp": $fa-var-free-code-camp, + "freebsd": $fa-var-freebsd, + "fulcrum": $fa-var-fulcrum, + "galactic-republic": $fa-var-galactic-republic, + "galactic-senate": $fa-var-galactic-senate, + "get-pocket": $fa-var-get-pocket, + "gg": $fa-var-gg, + "gg-circle": $fa-var-gg-circle, + "git": $fa-var-git, + "git-alt": $fa-var-git-alt, + "git-square": $fa-var-git-square, + "github": $fa-var-github, + "github-alt": $fa-var-github-alt, + "github-square": $fa-var-github-square, + "gitkraken": $fa-var-gitkraken, + "gitlab": $fa-var-gitlab, + "gitter": $fa-var-gitter, + "glide": $fa-var-glide, + "glide-g": $fa-var-glide-g, + "gofore": $fa-var-gofore, + "golang": $fa-var-golang, + "goodreads": $fa-var-goodreads, + "goodreads-g": $fa-var-goodreads-g, + "google": $fa-var-google, + "google-drive": $fa-var-google-drive, + "google-pay": $fa-var-google-pay, + "google-play": $fa-var-google-play, + "google-plus": $fa-var-google-plus, + "google-plus-g": $fa-var-google-plus-g, + "google-plus-square": $fa-var-google-plus-square, + "google-wallet": $fa-var-google-wallet, + "gratipay": $fa-var-gratipay, + "grav": $fa-var-grav, + "gripfire": $fa-var-gripfire, + "grunt": $fa-var-grunt, + "guilded": $fa-var-guilded, + "gulp": $fa-var-gulp, + "hacker-news": $fa-var-hacker-news, + "hacker-news-square": $fa-var-hacker-news-square, + "hackerrank": $fa-var-hackerrank, + "hashnode": $fa-var-hashnode, + "hips": $fa-var-hips, + "hire-a-helper": $fa-var-hire-a-helper, + "hive": $fa-var-hive, + "hooli": $fa-var-hooli, + "hornbill": $fa-var-hornbill, + "hotjar": $fa-var-hotjar, + "houzz": $fa-var-houzz, + "html5": $fa-var-html5, + "hubspot": $fa-var-hubspot, + "ideal": $fa-var-ideal, + "imdb": $fa-var-imdb, + "instagram": $fa-var-instagram, + "instagram-square": $fa-var-instagram-square, + "instalod": $fa-var-instalod, + "intercom": $fa-var-intercom, + "internet-explorer": $fa-var-internet-explorer, + "invision": $fa-var-invision, + "ioxhost": $fa-var-ioxhost, + "itch-io": $fa-var-itch-io, + "itunes": $fa-var-itunes, + "itunes-note": $fa-var-itunes-note, + "java": $fa-var-java, + "jedi-order": $fa-var-jedi-order, + "jenkins": $fa-var-jenkins, + "jira": $fa-var-jira, + "joget": $fa-var-joget, + "joomla": $fa-var-joomla, + "js": $fa-var-js, + "js-square": $fa-var-js-square, + "jsfiddle": $fa-var-jsfiddle, + "kaggle": $fa-var-kaggle, + "keybase": $fa-var-keybase, + "keycdn": $fa-var-keycdn, + "kickstarter": $fa-var-kickstarter, + "kickstarter-k": $fa-var-kickstarter-k, + "korvue": $fa-var-korvue, + "laravel": $fa-var-laravel, + "lastfm": $fa-var-lastfm, + "lastfm-square": $fa-var-lastfm-square, + "leanpub": $fa-var-leanpub, + "less": $fa-var-less, + "line": $fa-var-line, + "linkedin": $fa-var-linkedin, + "linkedin-in": $fa-var-linkedin-in, + "linode": $fa-var-linode, + "linux": $fa-var-linux, + "lyft": $fa-var-lyft, + "magento": $fa-var-magento, + "mailchimp": $fa-var-mailchimp, + "mandalorian": $fa-var-mandalorian, + "markdown": $fa-var-markdown, + "mastodon": $fa-var-mastodon, + "maxcdn": $fa-var-maxcdn, + "mdb": $fa-var-mdb, + "medapps": $fa-var-medapps, + "medium": $fa-var-medium, + "medium-m": $fa-var-medium-m, + "medrt": $fa-var-medrt, + "meetup": $fa-var-meetup, + "megaport": $fa-var-megaport, + "mendeley": $fa-var-mendeley, + "meta": $fa-var-meta, + "microblog": $fa-var-microblog, + "microsoft": $fa-var-microsoft, + "mix": $fa-var-mix, + "mixcloud": $fa-var-mixcloud, + "mixer": $fa-var-mixer, + "mizuni": $fa-var-mizuni, + "modx": $fa-var-modx, + "monero": $fa-var-monero, + "napster": $fa-var-napster, + "neos": $fa-var-neos, + "nfc-directional": $fa-var-nfc-directional, + "nfc-symbol": $fa-var-nfc-symbol, + "nimblr": $fa-var-nimblr, + "node": $fa-var-node, + "node-js": $fa-var-node-js, + "npm": $fa-var-npm, + "ns8": $fa-var-ns8, + "nutritionix": $fa-var-nutritionix, + "octopus-deploy": $fa-var-octopus-deploy, + "odnoklassniki": $fa-var-odnoklassniki, + "odnoklassniki-square": $fa-var-odnoklassniki-square, + "old-republic": $fa-var-old-republic, + "opencart": $fa-var-opencart, + "openid": $fa-var-openid, + "opera": $fa-var-opera, + "optin-monster": $fa-var-optin-monster, + "orcid": $fa-var-orcid, + "osi": $fa-var-osi, + "padlet": $fa-var-padlet, + "page4": $fa-var-page4, + "pagelines": $fa-var-pagelines, + "palfed": $fa-var-palfed, + "patreon": $fa-var-patreon, + "paypal": $fa-var-paypal, + "perbyte": $fa-var-perbyte, + "periscope": $fa-var-periscope, + "phabricator": $fa-var-phabricator, + "phoenix-framework": $fa-var-phoenix-framework, + "phoenix-squadron": $fa-var-phoenix-squadron, + "php": $fa-var-php, + "pied-piper": $fa-var-pied-piper, + "pied-piper-alt": $fa-var-pied-piper-alt, + "pied-piper-hat": $fa-var-pied-piper-hat, + "pied-piper-pp": $fa-var-pied-piper-pp, + "pied-piper-square": $fa-var-pied-piper-square, + "pinterest": $fa-var-pinterest, + "pinterest-p": $fa-var-pinterest-p, + "pinterest-square": $fa-var-pinterest-square, + "pix": $fa-var-pix, + "playstation": $fa-var-playstation, + "product-hunt": $fa-var-product-hunt, + "pushed": $fa-var-pushed, + "python": $fa-var-python, + "qq": $fa-var-qq, + "quinscape": $fa-var-quinscape, + "quora": $fa-var-quora, + "r-project": $fa-var-r-project, + "raspberry-pi": $fa-var-raspberry-pi, + "ravelry": $fa-var-ravelry, + "react": $fa-var-react, + "reacteurope": $fa-var-reacteurope, + "readme": $fa-var-readme, + "rebel": $fa-var-rebel, + "red-river": $fa-var-red-river, + "reddit": $fa-var-reddit, + "reddit-alien": $fa-var-reddit-alien, + "reddit-square": $fa-var-reddit-square, + "redhat": $fa-var-redhat, + "renren": $fa-var-renren, + "replyd": $fa-var-replyd, + "researchgate": $fa-var-researchgate, + "resolving": $fa-var-resolving, + "rev": $fa-var-rev, + "rocketchat": $fa-var-rocketchat, + "rockrms": $fa-var-rockrms, + "rust": $fa-var-rust, + "safari": $fa-var-safari, + "salesforce": $fa-var-salesforce, + "sass": $fa-var-sass, + "schlix": $fa-var-schlix, + "screenpal": $fa-var-screenpal, + "scribd": $fa-var-scribd, + "searchengin": $fa-var-searchengin, + "sellcast": $fa-var-sellcast, + "sellsy": $fa-var-sellsy, + "servicestack": $fa-var-servicestack, + "shirtsinbulk": $fa-var-shirtsinbulk, + "shopify": $fa-var-shopify, + "shopware": $fa-var-shopware, + "simplybuilt": $fa-var-simplybuilt, + "sistrix": $fa-var-sistrix, + "sith": $fa-var-sith, + "sitrox": $fa-var-sitrox, + "sketch": $fa-var-sketch, + "skyatlas": $fa-var-skyatlas, + "skype": $fa-var-skype, + "slack": $fa-var-slack, + "slack-hash": $fa-var-slack-hash, + "slideshare": $fa-var-slideshare, + "snapchat": $fa-var-snapchat, + "snapchat-ghost": $fa-var-snapchat-ghost, + "snapchat-square": $fa-var-snapchat-square, + "soundcloud": $fa-var-soundcloud, + "sourcetree": $fa-var-sourcetree, + "speakap": $fa-var-speakap, + "speaker-deck": $fa-var-speaker-deck, + "spotify": $fa-var-spotify, + "square-font-awesome": $fa-var-square-font-awesome, + "square-font-awesome-stroke": $fa-var-square-font-awesome-stroke, + "font-awesome-alt": $fa-var-font-awesome-alt, + "squarespace": $fa-var-squarespace, + "stack-exchange": $fa-var-stack-exchange, + "stack-overflow": $fa-var-stack-overflow, + "stackpath": $fa-var-stackpath, + "staylinked": $fa-var-staylinked, + "steam": $fa-var-steam, + "steam-square": $fa-var-steam-square, + "steam-symbol": $fa-var-steam-symbol, + "sticker-mule": $fa-var-sticker-mule, + "strava": $fa-var-strava, + "stripe": $fa-var-stripe, + "stripe-s": $fa-var-stripe-s, + "studiovinari": $fa-var-studiovinari, + "stumbleupon": $fa-var-stumbleupon, + "stumbleupon-circle": $fa-var-stumbleupon-circle, + "superpowers": $fa-var-superpowers, + "supple": $fa-var-supple, + "suse": $fa-var-suse, + "swift": $fa-var-swift, + "symfony": $fa-var-symfony, + "teamspeak": $fa-var-teamspeak, + "telegram": $fa-var-telegram, + "telegram-plane": $fa-var-telegram-plane, + "tencent-weibo": $fa-var-tencent-weibo, + "the-red-yeti": $fa-var-the-red-yeti, + "themeco": $fa-var-themeco, + "themeisle": $fa-var-themeisle, + "think-peaks": $fa-var-think-peaks, + "tiktok": $fa-var-tiktok, + "trade-federation": $fa-var-trade-federation, + "trello": $fa-var-trello, + "tumblr": $fa-var-tumblr, + "tumblr-square": $fa-var-tumblr-square, + "twitch": $fa-var-twitch, + "twitter": $fa-var-twitter, + "twitter-square": $fa-var-twitter-square, + "typo3": $fa-var-typo3, + "uber": $fa-var-uber, + "ubuntu": $fa-var-ubuntu, + "uikit": $fa-var-uikit, + "umbraco": $fa-var-umbraco, + "uncharted": $fa-var-uncharted, + "uniregistry": $fa-var-uniregistry, + "unity": $fa-var-unity, + "unsplash": $fa-var-unsplash, + "untappd": $fa-var-untappd, + "ups": $fa-var-ups, + "usb": $fa-var-usb, + "usps": $fa-var-usps, + "ussunnah": $fa-var-ussunnah, + "vaadin": $fa-var-vaadin, + "viacoin": $fa-var-viacoin, + "viadeo": $fa-var-viadeo, + "viadeo-square": $fa-var-viadeo-square, + "viber": $fa-var-viber, + "vimeo": $fa-var-vimeo, + "vimeo-square": $fa-var-vimeo-square, + "vimeo-v": $fa-var-vimeo-v, + "vine": $fa-var-vine, + "vk": $fa-var-vk, + "vnv": $fa-var-vnv, + "vuejs": $fa-var-vuejs, + "watchman-monitoring": $fa-var-watchman-monitoring, + "waze": $fa-var-waze, + "weebly": $fa-var-weebly, + "weibo": $fa-var-weibo, + "weixin": $fa-var-weixin, + "whatsapp": $fa-var-whatsapp, + "whatsapp-square": $fa-var-whatsapp-square, + "whmcs": $fa-var-whmcs, + "wikipedia-w": $fa-var-wikipedia-w, + "windows": $fa-var-windows, + "wirsindhandwerk": $fa-var-wirsindhandwerk, + "wsh": $fa-var-wsh, + "wix": $fa-var-wix, + "wizards-of-the-coast": $fa-var-wizards-of-the-coast, + "wodu": $fa-var-wodu, + "wolf-pack-battalion": $fa-var-wolf-pack-battalion, + "wordpress": $fa-var-wordpress, + "wordpress-simple": $fa-var-wordpress-simple, + "wpbeginner": $fa-var-wpbeginner, + "wpexplorer": $fa-var-wpexplorer, + "wpforms": $fa-var-wpforms, + "wpressr": $fa-var-wpressr, + "xbox": $fa-var-xbox, + "xing": $fa-var-xing, + "xing-square": $fa-var-xing-square, + "y-combinator": $fa-var-y-combinator, + "yahoo": $fa-var-yahoo, + "yammer": $fa-var-yammer, + "yandex": $fa-var-yandex, + "yandex-international": $fa-var-yandex-international, + "yarn": $fa-var-yarn, + "yelp": $fa-var-yelp, + "yoast": $fa-var-yoast, + "youtube": $fa-var-youtube, + "youtube-square": $fa-var-youtube-square, + "zhihu": $fa-var-zhihu, +); diff --git a/resources/scss/fontawesome/brands.scss b/resources/scss/fontawesome/brands.scss new file mode 100644 index 0000000000000000000000000000000000000000..89b13fa644e6e88488ddb0a094eb4ece171f9693 --- /dev/null +++ b/resources/scss/fontawesome/brands.scss @@ -0,0 +1,30 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; +} + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'), + url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'); +} + +.fab, +.#{$fa-css-prefix}-brands { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} + +@each $name, $icon in $fa-brand-icons { + .#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); } +} diff --git a/resources/scss/fontawesome/duotone.scss b/resources/scss/fontawesome/duotone.scss new file mode 100644 index 0000000000000000000000000000000000000000..37c7c386b4911f6e09df405eacf4cf2fe6fcdc05 --- /dev/null +++ b/resources/scss/fontawesome/duotone.scss @@ -0,0 +1,75 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"; +} + +@font-face { + font-family: 'Font Awesome 6 Duotone'; + font-style: normal; + font-weight: 900; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-duotone-900.woff2') format('woff2'), + url('#{$fa-font-path}/fa-duotone-900.ttf') format('truetype'); +} + +.fad, +.#{$fa-css-prefix}-duotone { + position: relative; + font-family: 'Font Awesome 6 Duotone'; + font-weight: 900; + letter-spacing: normal; +} + +.fad::before, +.#{$fa-css-prefix}-duotone::before { + position: absolute; + color: var(--#{$fa-css-prefix}-primary-color, inherit); + opacity: var(--#{$fa-css-prefix}-primary-opacity, #{$fa-primary-opacity}); +} + +.fad::after, +.#{$fa-css-prefix}-duotone::after { + color: var(--#{$fa-css-prefix}-secondary-color, inherit); + opacity: var(--#{$fa-css-prefix}-secondary-opacity, #{$fa-secondary-opacity}); +} + +.#{$fa-css-prefix}-swap-opacity .fad::before, +.#{$fa-css-prefix}-swap-opacity .fa-duotone::before, +.fad.#{$fa-css-prefix}-swap-opacity::before, +.fa-duotone.#{$fa-css-prefix}-swap-opacity::before { + opacity: var(--#{$fa-css-prefix}-secondary-opacity, #{$fa-secondary-opacity}); +} + +.#{$fa-css-prefix}-swap-opacity .fad::after, +.#{$fa-css-prefix}-swap-opacity .fa-duotone::after, +.fad.#{$fa-css-prefix}-swap-opacity::after, +.fa-duotone.#{$fa-css-prefix}-swap-opacity::after { + opacity: var(--#{$fa-css-prefix}-primary-opacity, #{$fa-primary-opacity}); +} + +.fad.#{$fa-css-prefix}-inverse, +.#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-inverse { + color: var(--#{$fa-css-prefix}-inverse, $fa-inverse); +} + +.fad.#{$fa-css-prefix}-stack-1x, .fad.#{$fa-css-prefix}-stack-2x, +.#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-stack-2x { + position: absolute; +} + +.fad.#{$fa-css-prefix}-stack-1x::before, +.#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-stack-1x::before, +.fad.#{$fa-css-prefix}-stack-2x::before, +.#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-stack-2x::before, +.fad.#{$fa-css-prefix}-fw::before, +.#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-fw::before { + left: 50%; + transform: translateX(-50%); +} diff --git a/resources/scss/fontawesome/fontawesome.scss b/resources/scss/fontawesome/fontawesome.scss new file mode 100644 index 0000000000000000000000000000000000000000..4126149cb145ad9b0ea7d8178598d41b2895942b --- /dev/null +++ b/resources/scss/fontawesome/fontawesome.scss @@ -0,0 +1,21 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +// Font Awesome core compile (Web Fonts-based) +// ------------------------- + +@import 'functions'; +@import 'variables'; +@import 'mixins'; +@import 'core'; +@import 'sizing'; +@import 'fixed-width'; +@import 'list'; +@import 'bordered-pulled'; +@import 'animated'; +@import 'rotated-flipped'; +@import 'stacked'; +@import 'icons'; +@import 'screen-reader'; diff --git a/resources/scss/fontawesome/light.scss b/resources/scss/fontawesome/light.scss new file mode 100644 index 0000000000000000000000000000000000000000..753c969717ad75a37029574e0b15d8824459c4f0 --- /dev/null +++ b/resources/scss/fontawesome/light.scss @@ -0,0 +1,26 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-font-light: normal 300 1em/1 "#{ $fa-style-family }"; +} + +@font-face { + font-family: 'Font Awesome 6 Pro'; + font-style: normal; + font-weight: 300; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'), + url('#{$fa-font-path}/fa-light-300.ttf') format('truetype'); +} + +.fal, +.#{$fa-css-prefix}-light { + font-family: 'Font Awesome 6 Pro'; + font-weight: 300; +} diff --git a/resources/scss/fontawesome/regular.scss b/resources/scss/fontawesome/regular.scss new file mode 100644 index 0000000000000000000000000000000000000000..59b152eb468125aaf2e2c21b657a2ba29316c47f --- /dev/null +++ b/resources/scss/fontawesome/regular.scss @@ -0,0 +1,26 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-font-regular: normal 400 1em/1 "#{ $fa-style-family }"; +} + +@font-face { + font-family: 'Font Awesome 6 Pro'; + font-style: normal; + font-weight: 400; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), + url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'); +} + +.far, +.#{$fa-css-prefix}-regular { + font-family: 'Font Awesome 6 Pro'; + font-weight: 400; +} diff --git a/resources/scss/fontawesome/solid.scss b/resources/scss/fontawesome/solid.scss new file mode 100644 index 0000000000000000000000000000000000000000..8156ee2c9702fbbe5a61fb296f361e8b16ba4bfe --- /dev/null +++ b/resources/scss/fontawesome/solid.scss @@ -0,0 +1,26 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-font-solid: normal 900 1em/1 "#{ $fa-style-family }"; +} + +@font-face { + font-family: 'Font Awesome 6 Pro'; + font-style: normal; + font-weight: 900; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'), + url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'); +} + +.fas, +.#{$fa-css-prefix}-solid { + font-family: 'Font Awesome 6 Pro'; + font-weight: 900; +} diff --git a/resources/scss/fontawesome/thin.scss b/resources/scss/fontawesome/thin.scss new file mode 100644 index 0000000000000000000000000000000000000000..edc5ba27e224004b6edf658a8e701b55c103416b --- /dev/null +++ b/resources/scss/fontawesome/thin.scss @@ -0,0 +1,26 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-font-thin: normal 100 1em/1 "#{ $fa-style-family }"; +} + +@font-face { + font-family: 'Font Awesome 6 Pro'; + font-style: normal; + font-weight: 100; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-thin-100.woff2') format('woff2'), + url('#{$fa-font-path}/fa-thin-100.ttf') format('truetype'); +} + +.fat, +.#{$fa-css-prefix}-thin { + font-family: 'Font Awesome 6 Pro'; + font-weight: 100; +} diff --git a/resources/scss/fontawesome/v4-shims.scss b/resources/scss/fontawesome/v4-shims.scss new file mode 100644 index 0000000000000000000000000000000000000000..b221dcf38911f8f555c72ec37503de414cec41f4 --- /dev/null +++ b/resources/scss/fontawesome/v4-shims.scss @@ -0,0 +1,11 @@ +/*! + * Font Awesome Pro 6.1.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + * Copyright 2022 Fonticons, Inc. + */ +// V4 shims compile (Web Fonts-based) +// ------------------------- + +@import 'functions'; +@import 'variables'; +@import 'shims'; diff --git a/resources/videos/1080p-h264-crf30.mp4 b/resources/videos/1080p-h264-crf30.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..087155bc102e6ed4d7fa784f4d9dd2c1483c440d Binary files /dev/null and b/resources/videos/1080p-h264-crf30.mp4 differ diff --git a/resources/videos/1440p-h264-crf30.mp4 b/resources/videos/1440p-h264-crf30.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68fa6c5cbef9b0abb814db1382d25e498ed83db4 Binary files /dev/null and b/resources/videos/1440p-h264-crf30.mp4 differ diff --git a/resources/videos/720p-h264-crf30.mp4 b/resources/videos/720p-h264-crf30.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..935a417c15bc455c989cefe963c75ea3df3cd8e3 Binary files /dev/null and b/resources/videos/720p-h264-crf30.mp4 differ diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000000000000000000000000000000000000..2c9a037bb325caf12f962fea961c3a9841ef9e99 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,11 @@ +module.exports = { + content: [ + "./resources/**/*.blade.php", + "./resources/**/*.js", + "./resources/**/*.vue", + ], + theme: { + extend: {}, + }, + plugins: [], +} diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index dd941926f31b72bc193c4adba0a0404ea4ccb87f..0000000000000000000000000000000000000000 --- a/vite.config.js +++ /dev/null @@ -1,11 +0,0 @@ -import { defineConfig } from 'vite'; -import laravel from 'laravel-vite-plugin'; - -export default defineConfig({ - plugins: [ - laravel([ - 'resources/css/app.css', - 'resources/js/app.js', - ]), - ], -}); diff --git a/webpack.mix.js b/webpack.mix.js new file mode 100644 index 0000000000000000000000000000000000000000..285ce45812649a849d2b940bf543cceba1256c76 --- /dev/null +++ b/webpack.mix.js @@ -0,0 +1,79 @@ +const mix = require('laravel-mix'); +const tailwindcss = require("tailwindcss"); + +/* + |-------------------------------------------------------------------------- + | Mix Asset Management + |-------------------------------------------------------------------------- + | + | Mix provides a clean, fluent API for defining some Webpack build steps + | for your Laravel applications. By default, we are compiling the CSS + | file for the application as well as bundling up all the JS files. + | + */ + +mix.js('resources/js/app.js', 'public/js') + .vue() + .sass('resources/scss/app.scss', 'public/css') + .css('resources/css/icons-minecraft-0.49.css', 'public/css') + .css('resources/css/minecraft-skinviewer.css', 'public/css') + .options({ + postCss: [ tailwindcss('./tailwind.config.js') ], + }) + .version(); + +// Fonts awesome +mix.js('resources/js/fontawesome/all.js', 'public/js/fontawesome/all.js') + .js('resources/js/fontawesome/brands.js', 'public/js/fontawesome/brands.js') + .js('resources/js/fontawesome/conflict-detection.js', 'public/js/fontawesome/conflict-detection.js') + .js('resources/js/fontawesome/duotone.js', 'public/js/fontawesome/duotone.js') + .js('resources/js/fontawesome/light.js', 'public/js/fontawesome/light.js') + .js('resources/js/fontawesome/regular.js', 'public/js/fontawesome/regular.js') + .js('resources/js/fontawesome/solid.js', 'public/js/fontawesome/solid.js') + .js('resources/js/fontawesome/thin.js', 'public/js/fontawesome/thin.js') + .js('resources/js/fontawesome/v4-shims.js', 'public/js/fontawesome/v4-shims.js') + + .sass('resources/scss/fontawesome/brands.scss', 'public/css/fontawesome/brands.css') + .sass('resources/scss/fontawesome/duotone.scss', 'public/css/fontawesome/duotone.css') + .sass('resources/scss/fontawesome/fontawesome.scss', 'public/css/fontawesome/fontawesome.css') + .sass('resources/scss/fontawesome/light.scss', 'public/css/fontawesome/light.css') + .sass('resources/scss/fontawesome/regular.scss', 'public/css/fontawesome/regular.css') + .sass('resources/scss/fontawesome/solid.scss', 'public/css/fontawesome/solid.css') + .sass('resources/scss/fontawesome/thin.scss', 'public/css/fontawesome/thin.css') + .sass('resources/scss/fontawesome/v4-shims.scss', 'public/css/fontawesome/v4-shims.css'); + +// Copy files +// Logos & autres images génériques +mix.copy('resources/images/logo/favicon-blanc.ico', 'public/images/logo/favicon-blanc.ico') + .copy('resources/images/logo/favicon-blanc.svg', 'public/images/logo/favicon-blanc.svg') + .copy('resources/images/logo/favicon-color.png', 'public/images/logo/favicon-color.png') + .copy('resources/images/logo/large-blanc.png', 'public/images/logo/large-blanc.png') + .copy('resources/images/logo/large-blanc.svg', 'public/images/logo/large-blanc.svg') + .copy('resources/images/logo/large-color.png', 'public/images/logo/large-color.png') + .copy('resources/images/logo/short-blanc.png', 'public/images/logo/short-blanc.png') + .copy('resources/images/logo/short-blanc.svg', 'public/images/logo/short-blanc.svg') + .copy('resources/images/logo/short-color.png', 'public/images/logo/short-color.png'); + + + +// Navbar +mix.copy('resources/images/navbar/menu-buy.gif', 'public/images/navbar/menu-buy.gif') + .copy('resources/images/navbar/menu-buy--reversed.gif', 'public/images/navbar/menu-buy--reversed.gif') + .copy('resources/images/navbar/menu-comm.gif', 'public/images/navbar/menu-comm.gif') + .copy('resources/images/navbar/menu-comm--reversed.gif', 'public/images/navbar/menu-comm--reversed.gif') + .copy('resources/images/navbar/menu-store.gif', 'public/images/navbar/menu-store.gif') + .copy('resources/images/navbar/menu-store--reversed.gif', 'public/images/navbar/menu-store--reversed.gif') + .copy('resources/images/navbar/menu-support.gif', 'public/images/navbar/menu-support.gif') + .copy('resources/images/navbar/menu-support--reversed.gif', 'public/images/navbar/menu-support--reversed.gif'); + +// Vitrine +mix.copy('resources/videos/720p-h264-crf30.mp4', 'public/videos/720p-h264-crf30.mp4') + .copy('resources/videos/1080p-h264-crf30.mp4', 'public/videos/1080p-h264-crf30.mp4') + .copy('resources/videos/1440p-h264-crf30.mp4', 'public/videos/1440p-h264-crf30.mp4'); +/* +mix.webpackConfig({ + stats: { + children: true, + }, +}); +*/