diff --git a/.deepsource.toml b/.deepsource.toml deleted file mode 100644 index 266045f..0000000 --- a/.deepsource.toml +++ /dev/null @@ -1,18 +0,0 @@ -version = 1 - -test_patterns = [ - 'integration/testgc/**', - '**/*_test.go' -] - -exclude_patterns = [ - -] - -[[analyzers]] -name = 'go' -enabled = true - - - [analyzers.meta] - import_path = 'github.com/dgraph-io/badger' diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a6ad93..8ef236d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # CODEOWNERS info: https://help.github.com/en/articles/about-code-owners # Owners are automatically requested for review for PRs that changes code # that they own. -* @dgraph-io/committers +* @hypermodeinc/database diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5f95c28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +assignees: "" +--- + +## Describe the bug + +A clear and concise description of what the bug is. + +## To Reproduce + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Environment + +- OS: [e.g. macOS, Windows, Ubuntu] +- Language [e.g. AssemblyScript, Go] +- Version [e.g. v0.xx] + +## Additional context + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index aee27db..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,62 +0,0 @@ -name: "🐞 Bug Report" -description: File a bug report -title: "[BUG]: " -labels: ["kind/bug", "status/triage"] -body: - - type: markdown - attributes: - value: | - Thank you for reporting an issue. - If you suspect this could be a bug, please follow this template. - - type: textarea - attributes: - label: What version of Badger are you using? - description: Copy and paste the tag or commit hash used in your application's go.mod file. - placeholder: | - Paste here. - validations: - required: false - - type: textarea - attributes: - label: What version of Go are you using? - description: Copy and paste all you see using the command 'go version'. - placeholder: | - Paste here. - validations: - required: false - - type: dropdown - attributes: - label: Have you tried reproducing the issue with the latest release? - options: - - "Yes" - - "No" - validations: - required: false - - type: textarea - attributes: - label: What is the hardware spec (RAM, CPU, OS)? - description: Share all possible context of your machine. - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: What steps will reproduce the bug? - description: Enter details about your bug (command/config used to set up Ristretto). - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: Expected behavior and actual result. - description: Enter details about your expectations. - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Additional information - description: Tell us anything else you think we should know. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..345e83b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Badger Community Support + url: https://discord.hypermode.com + about: Please ask and answer questions here diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml deleted file mode 100644 index 07b6809..0000000 --- a/.github/ISSUE_TEMPLATE/documentation_request.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: "📃 Documentation Request" -description: Suggest improvements, additions, or revisions to Badger documentation -title: "[Documentation]: <Title>" -labels: ["area/documentation", "status/triage"] -body: - - type: markdown - attributes: - value: | - Thank you for reporting an issue. - If you think Badger's documentation is lacking, please explain it here. - - type: textarea - attributes: - label: What version of Badger is the target? - description: Is it the latest version? - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Documentation. - description: Explain which part of the documentation is lacking. - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: Additional information. - description: Tell us anything else you think we should know. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9a4aae5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: "" +assignees: "" +--- + +## Is your feature request related to a problem? Please describe + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Describe the solution you'd like + +A clear and concise description of what you want to happen. + +## Describe alternatives you've considered + +A clear and concise description of any alternative solutions or features you've considered. + +## Additional context + +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 5b2ad92..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: "⚡ Feature Request" -description: Suggest a new feature -title: "[FEATURE]: <Title>" -labels: ["kind/feature ", "status/triage"] -body: - - type: markdown - attributes: - value: | - Thank you for reporting an issue. - If you think we can make Badger better, describe your feature request here. - Note: Feature requests are judged based on user experience and modeled on - [Go Experience Reports](https://github.com/golang/go/wiki/ExperienceReports). - These reports should focus on the problems - they should not focus on and need not propose solutions. - - type: dropdown - attributes: - label: Have you tried Badger before this proposal? and did not find anything similar? - options: - - "Yes" - - "No" - validations: - required: false - - type: textarea - attributes: - label: What you wanted to do. - description: Enter details about your expectations. - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: What you actually did. - description: Enter details about your experience with Badger. - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Why wasn't it great, with examples. - description: Enter details about your expectations. - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Additional information. - description: Any external references to support your case. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index 14a93db..0000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: "🙋 Question" -description: Question related to Badger -title: "[QUESTION]: <Title>" -labels: ["kind/question ", "status/triage"] -body: - - type: markdown - attributes: - value: | - The issue tracker is primarily for code related issues, bug reports, missing documentation, or feature requests. - - If you have a question, please consider asking it on https://discuss.dgraph.io - - type: textarea - attributes: - label: Question. - description: Ask your Question. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 64d1bf1..4a44e03 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,29 +1,26 @@ -<!-- - Change Github PR Title +**Description** - Your title must be in the following format: - - `topic(Area): Feature` - - `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test` +Please explain the changes you made here. - Sample Titles: - - `feat(Enterprise)`: Backups can now get credentials from IAM - - `fix(Query)`: Skipping floats that cannot be Marshalled in JSON - - `perf: [Breaking]` json encoding is now 35% faster if SIMD is present - - `chore`: all chores/tests will be excluded from the CHANGELOG - --> +**Checklist** -## Problem - <!-- - Please add a description with these things: - 1. Explain the problem by providing a good description. - 2. If it fixes any GitHub issues, say "Fixes #GitHubIssue". - 3. If it corresponds to a Jira issue, say "Fixes DGRAPH-###". - 4. If this is a breaking change, please prefix `[Breaking]` in the title. In the description, please put a note with exactly who these changes are breaking for. - --> +- [ ] Code compiles correctly and linting passes locally +- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to + this PR +- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable +- [ ] For public APIs, new features, etc., PR on + [docs repo](https://github.com/dgraph-io/dgraph-docs) staged and linked here -## Solution - <!-- - Please add a description with these things: - 1. Explain the solution to make it easier to review the PR. - 2. Make it easier for the reviewer by describing complex sections with comments. - --> \ No newline at end of file +**Instructions** + +- The PR title should follow the [Conventional Commits](https://www.conventionalcommits.org/) + syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc. +- The description should briefly explain what the PR is about. In the case of a bugfix, describe or + link to the bug. +- In the checklist section, check the boxes in that are applicable, using `[x]` syntax. + - If not applicable, remove the entire line. Only leave the box unchecked if you intend to come + back and check the box later. +- Delete the `Instructions` line and everything below it, to indicate you have read and are + following these instructions. 🙂 + +Thank you for your contribution to Badger! diff --git a/.github/actionlint.yml b/.github/actionlint.yml new file mode 100644 index 0000000..2a145b0 --- /dev/null +++ b/.github/actionlint.yml @@ -0,0 +1,6 @@ +self-hosted-runner: + # Labels of self-hosted runner in array of string + labels: + - warp-ubuntu-latest-x64-4x + - warp-ubuntu-latest-arm64-4x + - warp-ubuntu-latest-x64-16x diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 9c6ac30..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "wednesday" - time: "16:00" - rebase-strategy: "disabled" - groups: - patch: - update-types: ["patch"] - minor: - update-types: ["minor"] - - - package-ecosystem: "github-actions" - # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) - directory: "/" - schedule: - interval: "weekly" - day: wednesday - time: "16:00" - groups: - actions: - update-types: - - "patch" - - "minor" - - "major" diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..88015f6 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>hypermodeinc/renovate-config"] +} diff --git a/.github/workflows/cd-badger.yml b/.github/workflows/cd-badger.yml index 72d8d08..8028ccb 100644 --- a/.github/workflows/cd-badger.yml +++ b/.github/workflows/cd-badger.yml @@ -1,18 +1,23 @@ name: cd-badger + on: workflow_dispatch: inputs: releasetag: - description: 'releasetag' + description: releasetag required: true type: string + +permissions: + contents: read + jobs: badger-build-amd64: runs-on: warp-ubuntu-latest-x64-4x steps: - uses: actions/checkout@v4 with: - ref: '${{ github.event.inputs.releasetag }}' + ref: "${{ github.event.inputs.releasetag }}" - name: Set up Go uses: actions/setup-go@v5 with: @@ -36,7 +41,8 @@ jobs: - name: Build badger linux/amd64 run: make badger - name: Generate SHA for Linux Build - run: cd badger && sha256sum badger-linux-amd64 | cut -c-64 > badger-checksum-linux-amd64.sha256 + run: + cd badger && sha256sum badger-linux-amd64 | cut -c-64 > badger-checksum-linux-amd64.sha256 - name: Tar Archive for Linux Build run: cd badger && tar -zcvf badger-linux-amd64.tar.gz badger-linux-amd64 - name: Upload Badger Binary Build Artifacts @@ -46,12 +52,13 @@ jobs: path: | badger/badger-checksum-linux-amd64.sha256 badger/badger-linux-amd64.tar.gz + badger-build-arm64: runs-on: warp-ubuntu-latest-arm64-4x steps: - uses: actions/checkout@v4 with: - ref: '${{ github.event.inputs.releasetag }}' + ref: "${{ github.event.inputs.releasetag }}" - name: Set up Go uses: actions/setup-go@v5 with: @@ -75,7 +82,8 @@ jobs: - name: Build badger linux/arm64 run: make badger - name: Generate SHA for Linux Build - run: cd badger && sha256sum badger-linux-arm64 | cut -c-64 > badger-checksum-linux-arm64.sha256 + run: + cd badger && sha256sum badger-linux-arm64 | cut -c-64 > badger-checksum-linux-arm64.sha256 - name: Tar Archive for Linux Build run: cd badger && tar -zcvf badger-linux-arm64.tar.gz badger-linux-arm64 - name: List Artifacts diff --git a/.github/workflows/ci-aqua-security-trivy-tests.yml b/.github/workflows/ci-aqua-security-trivy-tests.yml deleted file mode 100644 index dd8377a..0000000 --- a/.github/workflows/ci-aqua-security-trivy-tests.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: ci-aqua-security-trivy-tests -on: - pull_request: - paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' - types: - - opened - - reopened - - synchronize - - ready_for_review - branches: - - main - schedule: - - cron: "0 0 * * *" - -permissions: - security-events: write - -jobs: - build: - name: trivy-tests - runs-on: warp-ubuntu-latest-x64-4x - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@master - with: - scan-type: 'fs' - scan-ref: '.' - format: 'sarif' - output: 'trivy-results.sarif' - - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/ci-badger-bank-tests-nightly.yml b/.github/workflows/ci-badger-bank-tests-nightly.yml index 0b3ee89..318ef1d 100644 --- a/.github/workflows/ci-badger-bank-tests-nightly.yml +++ b/.github/workflows/ci-badger-bank-tests-nightly.yml @@ -1,17 +1,20 @@ name: ci-badger-bank-tests-nightly + on: push: paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' + - "**.md" + - docs/** + - images/** branches: - main - - 'release/v*' + - release/v* schedule: - - cron: "1 3 * * *" + - cron: 1 3 * * * + +permissions: + contents: read + jobs: badger-bank: runs-on: warp-ubuntu-latest-x64-4x diff --git a/.github/workflows/ci-badger-bank-tests.yml b/.github/workflows/ci-badger-bank-tests.yml index 87813b7..99ad098 100644 --- a/.github/workflows/ci-badger-bank-tests.yml +++ b/.github/workflows/ci-badger-bank-tests.yml @@ -1,15 +1,18 @@ name: ci-badger-bank-tests + on: pull_request: paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' + - "**.md" + - docs/** + - images/** branches: - main - - 'release/v*' + - release/v* + +permissions: + contents: read + jobs: badger-bank: runs-on: warp-ubuntu-latest-x64-4x diff --git a/.github/workflows/ci-badger-tests-coverage.yml b/.github/workflows/ci-badger-tests-coverage.yml deleted file mode 100644 index 742540c..0000000 --- a/.github/workflows/ci-badger-tests-coverage.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: ci-badger-tests-coverage -on: - pull_request: - paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' - branches: - - main - - 'release/v*' -jobs: - badger-tests-coverage: - runs-on: warp-ubuntu-latest-x64-4x - steps: - - uses: actions/checkout@v4 # checkout merge commit - with: - ref: "refs/pull/${{ github.event.number }}/merge" - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - name: Install Dependencies - run: make dependency - - name: Run Badger Tests - run: make test - - name: Install Goveralls - run: go install github.com/mattn/goveralls@latest - - name: Send Coverage Results - env: - COVERALLS_TOKEN: ${{ secrets.COVERALLSIO_TOKEN }} - run: goveralls -coverprofile=cover.out diff --git a/.github/workflows/ci-badger-tests.yml b/.github/workflows/ci-badger-tests.yml index dfb4107..23e1df8 100644 --- a/.github/workflows/ci-badger-tests.yml +++ b/.github/workflows/ci-badger-tests.yml @@ -1,15 +1,18 @@ name: ci-badger-tests + on: pull_request: paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' + - "**.md" + - docs/** + - images/** branches: - main - - 'release/v*' + - release/v* + +permissions: + contents: read + jobs: badger-tests: runs-on: warp-ubuntu-latest-x64-4x diff --git a/.github/workflows/ci-dgraph-tests.yml b/.github/workflows/ci-dgraph-tests.yml index a37cc4f..c038643 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -1,14 +1,17 @@ name: ci-dgraph-tests + on: push: paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' + - "**.md" + - docs/** + - images/** branches: - main + +permissions: + contents: read + jobs: dgraph-tests: runs-on: warp-ubuntu-latest-x64-16x @@ -16,7 +19,7 @@ jobs: - name: Checkout Dgraph repo uses: actions/checkout@v4 with: - repository: dgraph-io/dgraph + repository: hypermodeinc/dgraph ref: main - name: Set up Go uses: actions/setup-go@v5 diff --git a/.github/workflows/ci-golang-lint.yml b/.github/workflows/ci-golang-lint.yml deleted file mode 100644 index 9754cf9..0000000 --- a/.github/workflows/ci-golang-lint.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: ci-golang-lint -on: - pull_request: - paths-ignore: - - '**.md' - - '.github/*' - - '.github/ISSUE_TEMPLATE/*' - - 'docs/**' - - 'images/**' - branches: - - main - - 'release/v*' -jobs: - go-lint: - name: lint - runs-on: warp-ubuntu-latest-x64-4x - steps: - - uses: actions/checkout@v4 - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - name: golang-lint - uses: golangci/golangci-lint-action@v6.2.0 - with: - # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: latest - only-new-issues: true - args: --timeout=10m - skip-cache: true diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index df405d6..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: 'Close stale issues and PRs' -on: - schedule: - - cron: '00 02 * * *' - -permissions: - issues: write - pull-requests: write - actions: write - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v9 - with: - days-before-issue-stale: 180 - stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' - stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' - operations-per-run: 100 diff --git a/.golangci.yml b/.golangci.yml deleted file mode 100644 index a338bab..0000000 --- a/.golangci.yml +++ /dev/null @@ -1,32 +0,0 @@ -run: - skip-dirs: - skip-files: - -linters-settings: - lll: - line-length: 120 - staticcheck: - checks: - - all - - '-SA1019' # it is okay to use math/rand at times. - gosec: - excludes: # these are not relevant for us right now - - G114 - - G204 - - G306 - - G404 - -linters: - disable-all: true - enable: - - errcheck - - gofmt - - goimports - - gosec - - gosimple - - govet - - ineffassign - - lll - - staticcheck - - unconvert - - unused diff --git a/.trunk/.gitignore b/.trunk/.gitignore new file mode 100644 index 0000000..15966d0 --- /dev/null +++ b/.trunk/.gitignore @@ -0,0 +1,9 @@ +*out +*logs +*actions +*notifications +*tools +plugins +user_trunk.yaml +user.yaml +tmp diff --git a/.trunk/configs/.checkov.yaml b/.trunk/configs/.checkov.yaml new file mode 100644 index 0000000..521b240 --- /dev/null +++ b/.trunk/configs/.checkov.yaml @@ -0,0 +1,2 @@ +skip-check: + - CKV_GHA_7 diff --git a/.trunk/configs/.markdownlint.json b/.trunk/configs/.markdownlint.json new file mode 100644 index 0000000..449148d --- /dev/null +++ b/.trunk/configs/.markdownlint.json @@ -0,0 +1,8 @@ +{ + "line-length": { "line_length": 150, "tables": false }, + "no-inline-html": false, + "no-bare-urls": false, + "no-space-in-emphasis": false, + "no-emphasis-as-heading": false, + "first-line-heading": false +} diff --git a/.trunk/configs/.prettierrc b/.trunk/configs/.prettierrc new file mode 100644 index 0000000..577642c --- /dev/null +++ b/.trunk/configs/.prettierrc @@ -0,0 +1,5 @@ +{ + "semi": false, + "proseWrap": "always", + "printWidth": 100 +} diff --git a/.trunk/configs/.shellcheckrc b/.trunk/configs/.shellcheckrc new file mode 100644 index 0000000..8c7b1ad --- /dev/null +++ b/.trunk/configs/.shellcheckrc @@ -0,0 +1,7 @@ +enable=all +source-path=SCRIPTDIR +disable=SC2154 + +# If you're having issues with shellcheck following source, disable the errors via: +# disable=SC1090 +# disable=SC1091 diff --git a/.trunk/configs/.yamllint.yaml b/.trunk/configs/.yamllint.yaml new file mode 100644 index 0000000..184e251 --- /dev/null +++ b/.trunk/configs/.yamllint.yaml @@ -0,0 +1,7 @@ +rules: + quoted-strings: + required: only-when-needed + extra-allowed: ["{|}"] + key-duplicates: {} + octal-values: + forbid-implicit-octal: true diff --git a/.trunk/configs/svgo.config.mjs b/.trunk/configs/svgo.config.mjs new file mode 100644 index 0000000..f403e04 --- /dev/null +++ b/.trunk/configs/svgo.config.mjs @@ -0,0 +1,14 @@ +export default { + plugins: [ + { + name: "preset-default", + params: { + overrides: { + removeViewBox: false, // https://github.com/svg/svgo/issues/1128 + sortAttrs: true, + removeOffCanvasPaths: true, + }, + }, + }, + ], +} diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml new file mode 100644 index 0000000..de2da29 --- /dev/null +++ b/.trunk/trunk.yaml @@ -0,0 +1,46 @@ +# This file controls the behavior of Trunk: https://docs.trunk.io/cli +# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml +version: 0.1 + +cli: + version: 1.22.9 + +# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) +plugins: + sources: + - id: trunk + ref: v1.6.7 + uri: https://github.com/trunk-io/plugins + +# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) +runtimes: + enabled: + - go@1.23.5 + - node@18.20.5 + - python@3.10.8 + +# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) +lint: + enabled: + - renovate@39.161.0 + - actionlint@1.7.7 + - checkov@3.2.365 + - git-diff-check + - gofmt@1.20.4 + - golangci-lint@1.63.4 + - markdownlint@0.44.0 + - osv-scanner@1.9.2 + - oxipng@9.1.3 + - prettier@3.4.2 + - shellcheck@0.10.0 + - shfmt@3.6.0 + - svgo@3.3.2 + - taplo@0.9.3 + - trufflehog@3.88.4 + - yamllint@1.35.1 +actions: + enabled: + - trunk-announce + - trunk-check-pre-push + - trunk-fmt-pre-commit + - trunk-upgrade-available diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1aadc..a988233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [Unreleased] + ## [4.5.1] - 2025-01-21 - chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group (#2150) @@ -20,101 +23,135 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - docs: Add pagination explanation to docs (#2134) - Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 (#2048) -**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.5.0...v4.5.1 +**Full Changelog**: https://github.com/hypermodeinc/badger/compare/v4.5.0...v4.5.1 ## [4.5.0] - 2024-11-29 -- fix the cd pipeline by @mangalaman93 in https://github.com/dgraph-io/badger/pull/2127 -- chore(deps): bump the minor group with 2 updates by @dependabot in https://github.com/dgraph-io/badger/pull/2128 -- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2130 -- upgrade protobuf library by @shivaji-kharse in https://github.com/dgraph-io/badger/pull/2131 - -**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.4.0...v4.5.0 +- fix the cd pipeline by @mangalaman93 in https://github.com/hypermodeinc/badger/pull/2127 +- chore(deps): bump the minor group with 2 updates by @dependabot in + https://github.com/hypermodeinc/badger/pull/2128 +- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the minor group by + @dependabot in https://github.com/hypermodeinc/badger/pull/2130 +- upgrade protobuf library by @shivaji-kharse in https://github.com/hypermodeinc/badger/pull/2131 +**Full Changelog**: https://github.com/hypermodeinc/badger/compare/v4.4.0...v4.5.0 ## [4.4.0] - 2024-10-26 -- retract v4.3.0 due to #2121 and #2113, upgrade to Go v1.23, use ristretto v2 in https://github.com/dgraph-io/badger/pull/2122 -- Allow stream custom maxsize per batch in https://github.com/dgraph-io/badger/pull/2063 -- chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in the patch group in https://github.com/dgraph-io/badger/pull/2120 -- fix: sentinel errors should not have stack traces in https://github.com/dgraph-io/badger/pull/2042 -- chore(deps): bump the minor group with 2 updates in https://github.com/dgraph-io/badger/pull/2119 - -**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.3.1...v4.4.0 +- retract v4.3.0 due to #2121 and #2113, upgrade to Go v1.23, use ristretto v2 in + https://github.com/hypermodeinc/badger/pull/2122 +- Allow stream custom maxsize per batch in https://github.com/hypermodeinc/badger/pull/2063 +- chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in the patch group in + https://github.com/hypermodeinc/badger/pull/2120 +- fix: sentinel errors should not have stack traces in + https://github.com/hypermodeinc/badger/pull/2042 +- chore(deps): bump the minor group with 2 updates in + https://github.com/hypermodeinc/badger/pull/2119 +**Full Changelog**: https://github.com/hypermodeinc/badger/compare/v4.3.1...v4.4.0 ## [4.3.1] - 2024-10-06 -- chore: update docs links by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2097 -- chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2100 -- chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2106 -- fix: fix reverse iterator broken by seek by @harshil-goel in https://github.com/dgraph-io/badger/pull/2109 -- chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 in the patch group by @dependabot in https://github.com/dgraph-io/badger/pull/2114 -- chore(deps): bump github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-c67e07994f91 to 1.0.0 by @dependabot in https://github.com/dgraph-io/badger/pull/2112 - -**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.3.0...v4.3.1 +- chore: update docs links by @ryanfoxtyler in https://github.com/hypermodeinc/badger/pull/2097 +- chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group by @dependabot in + https://github.com/hypermodeinc/badger/pull/2100 +- chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in the minor group by @dependabot in + https://github.com/hypermodeinc/badger/pull/2106 +- fix: fix reverse iterator broken by seek by @harshil-goel in + https://github.com/hypermodeinc/badger/pull/2109 +- chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 in the patch group by + @dependabot in https://github.com/hypermodeinc/badger/pull/2114 +- chore(deps): bump github.com/hypermodeinc/ristretto from 0.1.2-0.20240116140435-c67e07994f91 to + 1.0.0 by @dependabot in https://github.com/hypermodeinc/badger/pull/2112 +**Full Changelog**: https://github.com/hypermodeinc/badger/compare/v4.3.0...v4.3.1 ## [4.3.0] - 2024-08-29 -> **Warning** -> The tag v4.3.0 has been retracted due to an issue go.sum. -> Use v4.3.1 (see #2121 and #2113) +> **Warning** The tag v4.3.0 has been retracted due to an issue go.sum. Use v4.3.1 (see #2121 and +> #2113) -### Fixes -- chore(changelog): add a missed entry in CHANGELOG for v4.2.0 by @mangalaman93 in https://github.com/dgraph-io/badger/pull/1988 -- update README with project KVS using badger by @tauraamui in https://github.com/dgraph-io/badger/pull/1989 -- fix edge case for watermark when index is zero by @mangalaman93 in https://github.com/dgraph-io/badger/pull/1999 -- upgrade spf13/cobra to version v1.7.0 by @mangalaman93 in https://github.com/dgraph-io/badger/pull/2001 -- chore: update readme by @joshua-goldstein in https://github.com/dgraph-io/badger/pull/2011 -- perf: upgrade compress package test and benchmark. by @siddhant2001 in https://github.com/dgraph-io/badger/pull/2009 -- fix(Transactions): Fix resource consumption on empty write transaction by @Zach-Johnson in https://github.com/dgraph-io/badger/pull/2018 -- chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in https://github.com/dgraph-io/badger/pull/2017 -- perf(compactor): optimize allocations: use buffer for priorities by @deff7 in https://github.com/dgraph-io/badger/pull/2006 -- fix(Transaction): discard empty transactions on CommitWith by @Wondertan in https://github.com/dgraph-io/badger/pull/2031 -- fix(levelHandler): use lock for levelHandler sort tables instead of rlock by @xgzlucario in https://github.com/dgraph-io/badger/pull/2034 -- Docs: update README with project LLS using badger by @Boc-chi-no in https://github.com/dgraph-io/badger/pull/2032 -- chore: MaxTableSize has been renamed to BaseTableSize by @mitar in https://github.com/dgraph-io/badger/pull/2038 -- Update CODEOWNERS by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2043 -- Chore(): add Stale Action by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2070 -- Update ristretto and refactor for use of generics by @paralin in https://github.com/dgraph-io/badger/pull/2047 -- chore: Remove obsolete comment by @mitar in https://github.com/dgraph-io/badger/pull/2039 -- chore(Docs): Update jQuery 3.2.1 to 3.7.1 by @kokizzu in https://github.com/dgraph-io/badger/pull/2023 -- chore(deps): bump the go_modules group with 3 updates by @dependabot in https://github.com/dgraph-io/badger/pull/2074 -- docs(): update docs path by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2076 -- perf: fix operation in seek by @harshil-goel in https://github.com/dgraph-io/badger/pull/2077 -- Add lakeFS to README.md by @N-o-Z in https://github.com/dgraph-io/badger/pull/2078 -- chore(): add Dependabot by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2080 -- chore(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in https://github.com/dgraph-io/badger/pull/2083 -- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/dgraph-io/badger/pull/2081 -- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/dgraph-io/badger/pull/2082 -- chore(deps): bump the minor group with 7 updates by @dependabot in https://github.com/dgraph-io/badger/pull/2089 -- Action Manager by @madhu72 in https://github.com/dgraph-io/badger/pull/2050 -- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2091 -- chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in the patch group by @dependabot in https://github.com/dgraph-io/badger/pull/2090 -- chore: fix some comments by @dufucun in https://github.com/dgraph-io/badger/pull/2092 -- chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible by @dependabot in https://github.com/dgraph-io/badger/pull/2084 +**Fixes** -### CI -- ci: change cron frequency to fix ghost jobs by @joshua-goldstein in https://github.com/dgraph-io/badger/pull/2010 -- fix(CI): Update to pull_request trigger by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2056 -- ci/cd optimization by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2051 -- fix(cd): fixed cd pipeline by @harshil-goel in https://github.com/dgraph-io/badger/pull/2093 -- fix(cd): change name by @harshil-goel in https://github.com/dgraph-io/badger/pull/2094 -- fix(cd): added more debug things to cd by @harshil-goel in https://github.com/dgraph-io/badger/pull/2095 -- fix(cd): removing some debug items by @harshil-goel in https://github.com/dgraph-io/badger/pull/2096 +- chore(changelog): add a missed entry in CHANGELOG for v4.2.0 by @mangalaman93 in + https://github.com/hypermodeinc/badger/pull/1988 +- update README with project KVS using badger by @tauraamui in + https://github.com/hypermodeinc/badger/pull/1989 +- fix edge case for watermark when index is zero by @mangalaman93 in + https://github.com/hypermodeinc/badger/pull/1999 +- upgrade spf13/cobra to version v1.7.0 by @mangalaman93 in + https://github.com/hypermodeinc/badger/pull/2001 +- chore: update readme by @joshua-goldstein in https://github.com/hypermodeinc/badger/pull/2011 +- perf: upgrade compress package test and benchmark. by @siddhant2001 in + https://github.com/hypermodeinc/badger/pull/2009 +- fix(Transactions): Fix resource consumption on empty write transaction by @Zach-Johnson in + https://github.com/hypermodeinc/badger/pull/2018 +- chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in + https://github.com/hypermodeinc/badger/pull/2017 +- perf(compactor): optimize allocations: use buffer for priorities by @deff7 in + https://github.com/hypermodeinc/badger/pull/2006 +- fix(Transaction): discard empty transactions on CommitWith by @Wondertan in + https://github.com/hypermodeinc/badger/pull/2031 +- fix(levelHandler): use lock for levelHandler sort tables instead of rlock by @xgzlucario in + https://github.com/hypermodeinc/badger/pull/2034 +- Docs: update README with project LLS using badger by @Boc-chi-no in + https://github.com/hypermodeinc/badger/pull/2032 +- chore: MaxTableSize has been renamed to BaseTableSize by @mitar in + https://github.com/hypermodeinc/badger/pull/2038 +- Update CODEOWNERS by @ryanfoxtyler in https://github.com/hypermodeinc/badger/pull/2043 +- Chore(): add Stale Action by @ryanfoxtyler in https://github.com/hypermodeinc/badger/pull/2070 +- Update ristretto and refactor for use of generics by @paralin in + https://github.com/hypermodeinc/badger/pull/2047 +- chore: Remove obsolete comment by @mitar in https://github.com/hypermodeinc/badger/pull/2039 +- chore(Docs): Update jQuery 3.2.1 to 3.7.1 by @kokizzu in + https://github.com/hypermodeinc/badger/pull/2023 +- chore(deps): bump the go_modules group with 3 updates by @dependabot in + https://github.com/hypermodeinc/badger/pull/2074 +- docs(): update docs path by @ryanfoxtyler in https://github.com/hypermodeinc/badger/pull/2076 +- perf: fix operation in seek by @harshil-goel in https://github.com/hypermodeinc/badger/pull/2077 +- Add lakeFS to README.md by @N-o-Z in https://github.com/hypermodeinc/badger/pull/2078 +- chore(): add Dependabot by @ryanfoxtyler in https://github.com/hypermodeinc/badger/pull/2080 +- chore(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in + https://github.com/hypermodeinc/badger/pull/2083 +- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in + https://github.com/hypermodeinc/badger/pull/2081 +- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in + https://github.com/hypermodeinc/badger/pull/2082 +- chore(deps): bump the minor group with 7 updates by @dependabot in + https://github.com/hypermodeinc/badger/pull/2089 +- Action Manager by @madhu72 in https://github.com/hypermodeinc/badger/pull/2050 +- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 in the minor group by @dependabot in + https://github.com/hypermodeinc/badger/pull/2091 +- chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in the patch group by @dependabot + in https://github.com/hypermodeinc/badger/pull/2090 +- chore: fix some comments by @dufucun in https://github.com/hypermodeinc/badger/pull/2092 +- chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible by @dependabot + in https://github.com/hypermodeinc/badger/pull/2084 +**CI** -**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.2.0...v4.3.0 +- ci: change cron frequency to fix ghost jobs by @joshua-goldstein in + https://github.com/hypermodeinc/badger/pull/2010 +- fix(CI): Update to pull_request trigger by @ryanfoxtyler in + https://github.com/hypermodeinc/badger/pull/2056 +- ci/cd optimization by @ryanfoxtyler in https://github.com/hypermodeinc/badger/pull/2051 +- fix(cd): fixed cd pipeline by @harshil-goel in https://github.com/hypermodeinc/badger/pull/2093 +- fix(cd): change name by @harshil-goel in https://github.com/hypermodeinc/badger/pull/2094 +- fix(cd): added more debug things to cd by @harshil-goel in + https://github.com/hypermodeinc/badger/pull/2095 +- fix(cd): removing some debug items by @harshil-goel in + https://github.com/hypermodeinc/badger/pull/2096 + +**Full Changelog**: https://github.com/hypermodeinc/badger/compare/v4.2.0...v4.3.0 ## [4.2.0] - 2023-08-03 -### Breaking +**Breaking** - feat(metrics): fix and update metrics in badger (#1948) - fix(metrics): remove badger version in the metrics name (#1982) -### Fixed +**Fixed** - fix(db): avoid panic in parallel reads after closing DB (#1987) - fix(logging): fix direct access to logger (#1980) @@ -133,38 +170,41 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - fix(PageBufferReader): should conform to io.Reader interface (#1935) - fix(publisher): publish updates after persistence in WAL (#1917) -### CI +**CI** - chore(ci): split off coverage workflow (#1944) - chore(ci): adding trivy scanning workflow (#1925) - ## [4.1.0] - 2023-03-30 -This release adds support for incremental stream writer. We also do some cleanup in the docs -and resolve some CI issues for community PR's. We resolve high and medium CVE's and fix -[#1833](https://github.com/dgraph-io/badger/issues/1833). +This release adds support for incremental stream writer. We also do some cleanup in the docs and +resolve some CI issues for community PR's. We resolve high and medium CVE's and fix +[#1833](https://github.com/hypermodeinc/badger/issues/1833). + +**Features** -### Features - feat(stream): add support for incremental stream writer (#1722) (#1874) -### Fixes -- chore: upgrade xxhash from v1.1.0 to v2.1.2 (#1910) (fixes [#1833](https://github.com/dgraph-io/badger/issues/1833)) +**Fixes** + +- chore: upgrade xxhash from v1.1.0 to v2.1.2 (#1910) (fixes + [#1833](https://github.com/hypermodeinc/badger/issues/1833)) + +**Security** -### Security - chore(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0 (#1885) -### CVE's +**CVEs** -- [CVE-2021-31525](https://github.com/dgraph-io/badger/security/dependabot/7) -- [CVE-2022-41723](https://github.com/dgraph-io/badger/security/dependabot/4) -- [CVE-2022-27664](https://github.com/dgraph-io/badger/security/dependabot/5) -- [CVE-2021-33194](https://github.com/dgraph-io/badger/security/dependabot/9) -- [CVE-2022-41723](https://github.com/dgraph-io/badger/security/dependabot/13) -- [CVE-2021-33194](https://github.com/dgraph-io/badger/security/dependabot/16) -- [CVE-2021-38561](https://github.com/dgraph-io/badger/security/dependabot/8) +- [CVE-2021-31525](https://github.com/hypermodeinc/badger/security/dependabot/7) +- [CVE-2022-41723](https://github.com/hypermodeinc/badger/security/dependabot/4) +- [CVE-2022-27664](https://github.com/hypermodeinc/badger/security/dependabot/5) +- [CVE-2021-33194](https://github.com/hypermodeinc/badger/security/dependabot/9) +- [CVE-2022-41723](https://github.com/hypermodeinc/badger/security/dependabot/13) +- [CVE-2021-33194](https://github.com/hypermodeinc/badger/security/dependabot/16) +- [CVE-2021-38561](https://github.com/hypermodeinc/badger/security/dependabot/8) -### Chores +**Chores** - fix(docs): update README (#1915) - cleanup sstable file after tests (#1912) @@ -178,120 +218,131 @@ and resolve some CI issues for community PR's. We resolve high and medium CVE's - chore(memtable): refactor code for memtable flush (#1866) - resolve coveralls issue for community PR's (#1892, #1894, #1896) - ## [4.0.1] - 2023-02-28 -We issue a follow up release in order to resolve a bug in subscriber. We also generate updated protobufs for Badger v4. +We issue a follow up release in order to resolve a bug in subscriber. We also generate updated +protobufs for Badger v4. -### Fixed - - fix(pb): fix generated protos #1888 - - fix(publisher): initialize the atomic variable #1889 +**Fixed** -### Chores - - chore(cd): tag based deployments #1887 - - chore(ci): fail fast when testing #1890 +- fix(pb): fix generated protos #1888 +- fix(publisher): initialize the atomic variable #1889 +**Chores** + +- chore(cd): tag based deployments #1887 +- chore(ci): fail fast when testing #1890 ## [4.0.0] - 2023-02-27 -> **Warning** -> The tag v4.0.0 has been retracted due to a bug in publisher. -> Use v4.0.1 (see #1889) +> **Warning** The tag v4.0.0 has been retracted due to a bug in publisher. Use v4.0.1 (see #1889) -This release fixes a bug in the maxHeaderSize parameter that could lead -to panics. We introduce an external magic number to keep track of external -dependencies. We bump up the minimum required Go version to 1.19. No changes -were made to the format of data on disk. This is a major release because -we are making a switch to SemVer in order to make it easier for the community -to understand when breaking API and data format changes are made. +This release fixes a bug in the maxHeaderSize parameter that could lead to panics. We introduce an +external magic number to keep track of external dependencies. We bump up the minimum required Go +version to 1.19. No changes were made to the format of data on disk. This is a major release because +we are making a switch to SemVer in order to make it easier for the community to understand when +breaking API and data format changes are made. + +**Fixed** -### Fixed - fix: update maxHeaderSize #1877 - feat(externalMagic): Introduce external magic number (#1745) #1852 - fix(bench): bring in benchmark fixes from main #1863 -### Chores +**Chores** + - upgrade go to 1.19 #1868 -- enable linters (gosimple, govet, lll, unused, staticcheck, errcheck, ineffassign, gofmt) #1871 #1870 #1876 +- enable linters (gosimple, govet, lll, unused, staticcheck, errcheck, ineffassign, gofmt) #1871 + #1870 #1876 - remove dependency on io/ioutil #1879 - various doc and comment fixes #1857 - moving from CalVer to SemVer - ## [3.2103.5] - 2022-12-15 -We release Badger CLI tool binaries for amd64 and now arm64. This release does not involve any core code changes to Badger. We add a CD job for building Badger for arm64. - +We release Badger CLI tool binaries for amd64 and now arm64. This release does not involve any core +code changes to Badger. We add a CD job for building Badger for arm64. ## [3.2103.4] - 2022-11-04 -### Fixed - - fix(manifest): fix manifest corruption due to race condition in concurrent compactions (#1756) +**Fixed** -### Chores - - We bring the release branch to parity with main by updating the CI/CD jobs, Readme, Codeowners, PR and issue templates, etc. +- fix(manifest): fix manifest corruption due to race condition in concurrent compactions (#1756) + +**Chores** + +- We bring the release branch to parity with main by updating the CI/CD jobs, Readme, Codeowners, PR + and issue templates, etc. ## [3.2103.3] - 2022-10-14 -### Remarks +**Remarks** - - This is a minor patch release that fixes arm64 related issues. The issues in the `z` package in Ristretto were resolved in Ristretto v0.1.1. +- This is a minor patch release that fixes arm64 related issues. The issues in the `z` package in + Ristretto were resolved in Ristretto v0.1.1. -### Fixed +**Fixed** - - fix(arm64): bump ristretto v0.1.0 --> v0.1.1 (#1806) +- fix(arm64): bump ristretto v0.1.0 --> v0.1.1 (#1806) ## [3.2103.2] - 2021-10-07 -### Fixed +**Fixed** - - fix(compact): close vlog after the compaction at L0 has completed (#1752) - - fix(builder): put the upper limit on reallocation (#1748) - - deps: Bump github.com/google/flatbuffers to v1.12.1 (#1746) - - fix(levels): Avoid a deadlock when acquiring read locks in levels (#1744) - - fix(pubsub): avoid deadlock in publisher and subscriber (#1749) (#1751) +- fix(compact): close vlog after the compaction at L0 has completed (#1752) +- fix(builder): put the upper limit on reallocation (#1748) +- deps: Bump github.com/google/flatbuffers to v1.12.1 (#1746) +- fix(levels): Avoid a deadlock when acquiring read locks in levels (#1744) +- fix(pubsub): avoid deadlock in publisher and subscriber (#1749) (#1751) ## [3.2103.1] - 2021-07-08 -### Fixed - - fix(compaction): copy over the file ID when building tables #1713 - - fix: Fix conflict detection for managed DB (#1716) - - fix(pendingWrites): don't skip the pending entries with version=0 (#1721) +**Fixed** -### Features - - feat(zstd): replace datadog's zstd with Klauspost's zstd (#1709) +- fix(compaction): copy over the file ID when building tables #1713 +- fix: Fix conflict detection for managed DB (#1716) +- fix(pendingWrites): don't skip the pending entries with version=0 (#1721) + +**Features** + +- feat(zstd): replace datadog's zstd with Klauspost's zstd (#1709) ## [3.2103.0] - 2021-06-02 -### Breaking - - Subscribe: Add option to subscribe with holes in prefixes. (#1658) +**Breaking** -### Fixed - - fix(compaction): Remove compaction backoff mechanism (#1686) - - Add a name to mutexes to make them unexported (#1678) - - fix(merge-operator): don't read the deleted keys (#1675) - - fix(discard): close the discard stats file on db close (#1672) - - fix(iterator): fix iterator when data does not exist in read only mode (#1670) - - fix(badger): Do not reuse variable across badger commands (#1624) - - fix(dropPrefix): check properly if the key is present in a table (#1623) +- Subscribe: Add option to subscribe with holes in prefixes. (#1658) -### Performance - - Opt(Stream): Optimize how we deduce key ranges for iteration (#1687) - - Increase value threshold from 1 KB to 1 MB (#1664) - - opt(DropPrefix): check if there exist some data to drop before dropping prefixes (#1621) +**Fixed** -### Features - - feat(options): allow special handling and checking when creating options from superflag (#1688) - - overwrite default Options from SuperFlag string (#1663) - - Support SinceTs in iterators (#1653) - - feat(info): Add a flag to parse and print DISCARD file (#1662) - - feat(vlog): making vlog threshold dynamic 6ce3b7c (#1635) - - feat(options): add NumGoroutines option for default Stream.numGo (#1656) - - feat(Trie): Working prefix match with holes (#1654) - - feat: add functionality to ban a prefix (#1638) - - feat(compaction): Support Lmax to Lmax compaction (#1615) +- fix(compaction): Remove compaction backoff mechanism (#1686) +- Add a name to mutexes to make them unexported (#1678) +- fix(merge-operator): don't read the deleted keys (#1675) +- fix(discard): close the discard stats file on db close (#1672) +- fix(iterator): fix iterator when data does not exist in read only mode (#1670) +- fix(badger): Do not reuse variable across badger commands (#1624) +- fix(dropPrefix): check properly if the key is present in a table (#1623) + +**Performance** + +- Opt(Stream): Optimize how we deduce key ranges for iteration (#1687) +- Increase value threshold from 1 KB to 1 MB (#1664) +- opt(DropPrefix): check if there exist some data to drop before dropping prefixes (#1621) + +**Features** + +- feat(options): allow special handling and checking when creating options from superflag (#1688) +- overwrite default Options from SuperFlag string (#1663) +- Support SinceTs in iterators (#1653) +- feat(info): Add a flag to parse and print DISCARD file (#1662) +- feat(vlog): making vlog threshold dynamic 6ce3b7c (#1635) +- feat(options): add NumGoroutines option for default Stream.numGo (#1656) +- feat(Trie): Working prefix match with holes (#1654) +- feat: add functionality to ban a prefix (#1638) +- feat(compaction): Support Lmax to Lmax compaction (#1615) + +**New APIs** -### New APIs - Badger.DB - BanNamespace - BannedNamespaces @@ -310,13 +361,15 @@ We release Badger CLI tool binaries for amd64 and now arm64. This release does n - AddStaleKey - Badger.InitDiscardStats -### Removed APIs +**Removed APIs** + - Badger.DB - KeySplits - Badger.Options - SkipVlog ### Changed APIs + - Badger.DB - Subscribe - Badger.Options @@ -324,89 +377,95 @@ We release Badger CLI tool binaries for amd64 and now arm64. This release does n ## [3.2011.1] - 2021-01-22 -### Fixed - - Fix(compaction): Set base level correctly after stream (#1651) - - Fix: update ristretto and use filepath (#1652) - - Fix(badger): Do not reuse variable across badger commands (#1650) - - Fix(build): fix 32-bit build (#1646) - - Fix(table): always sync SST to disk (#1645) +**Fixed** + +- Fix(compaction): Set base level correctly after stream (#1651) +- Fix: update ristretto and use filepath (#1652) +- Fix(badger): Do not reuse variable across badger commands (#1650) +- Fix(build): fix 32-bit build (#1646) +- Fix(table): always sync SST to disk (#1645) ## [3.2011.0] - 2021-01-15 This release is not backward compatible with Badger v2.x.x -### Breaking: - - opt(compactions): Improve compaction performance (#1574) - - Change how Badger handles WAL (#1555) - - feat(index): Use flatbuffers instead of protobuf (#1546) +**Breaking**: -### Fixed: - - Fix(GC): Set bits correctly for moved keys (#1619) - - Fix(tableBuilding): reduce scope of valuePointer (#1617) - - Fix(compaction): fix table size estimation on compaction (#1613) - - Fix(OOM): Reuse pb.KVs in Stream (#1609) - - Fix race condition in L0StallMs variable (#1605) - - Fix(stream): Stop produceKVs on error (#1604) - - Fix(skiplist): Remove z.Buffer from skiplist (#1600) - - Fix(readonly): fix the file opening mode (#1592) - - Fix: Disable CompactL0OnClose by default (#1586) - - Fix(compaction): Don't drop data when split overlaps with top tables (#1587) - - Fix(subcompaction): Close builder before throttle.Done (#1582) - - Fix(table): Add onDisk size (#1569) - - Fix(Stream): Only send done markers if told to do so - - Fix(value log GC): Fix a bug which caused value log files to not be GCed. - - Fix segmentation fault when cache sizes are small. (#1552) - - Fix(builder): Too many small tables when compression is enabled (#1549) - - Fix integer overflow error when building for 386 (#1541) - - Fix(writeBatch): Avoid deadlock in commit callback (#1529) - - Fix(db): Handle nil logger (#1534) - - Fix(maxVersion): Use choosekey instead of KeyToList (#1532) - - Fix(Backup/Restore): Keep all versions (#1462) - - Fix(build): Fix nocgo builds. (#1493) - - Fix(cleanup): Avoid truncating in value.Open on error (#1465) - - Fix(compaction): Don't use cache for table compaction (#1467) - - Fix(compaction): Use separate compactors for L0, L1 (#1466) - - Fix(options): Do not implicitly enable cache (#1458) - - Fix(cleanup): Do not close cache before compaction (#1464) - - Fix(replay): Update head for LSM entires also (#1456) - - fix(levels): Cleanup builder resources on building an empty table (#1414) +- opt(compactions): Improve compaction performance (#1574) +- Change how Badger handles WAL (#1555) +- feat(index): Use flatbuffers instead of protobuf (#1546) -### Performance - - perf(GC): Remove move keys (#1539) - - Keep the cheaper parts of the index within table struct. (#1608) - - Opt(stream): Use z.Buffer to stream data (#1606) - - opt(builder): Use z.Allocator for building tables (#1576) - - opt(memory): Use z.Calloc for allocating KVList (#1563) - - opt: Small memory usage optimizations (#1562) - - KeySplits checks tables and memtables when number of splits is small. (#1544) - - perf: Reduce memory usage by better struct packing (#1528) - - perf(tableIterator): Don't do next on NewIterator (#1512) - - Improvements: Manual Memory allocation via Calloc (#1459) - - Various bug fixes: Break up list and run DropAll func (#1439) - - Add a limit to the size of the batches sent over a stream. (#1412) - - Commit does not panic after Finish, instead returns an error (#1396) - - levels: Compaction incorrectly drops some delete markers (#1422) - - Remove vlog file if bootstrap, syncDir or mmap fails (#1434) +**Fixed**: -### Features: - - Use opencensus for tracing (#1566) - - Export functions from Key Registry (#1561) - - Allow sizes of block and index caches to be updated. (#1551) - - Add metric for number of tables being compacted (#1554) - - feat(info): Show index and bloom filter size (#1543) - - feat(db): Add db.MaxVersion API (#1526) - - Expose DB options in Badger. (#1521) - - Feature: Add a Calloc based Buffer (#1471) - - Add command to stream contents of DB into another DB. (#1463) - - Expose NumAlloc metrics via expvar (#1470) - - Support fully disabling the bloom filter (#1319) - - Add --enc-key flag in badger info tool (#1441) +- Fix(GC): Set bits correctly for moved keys (#1619) +- Fix(tableBuilding): reduce scope of valuePointer (#1617) +- Fix(compaction): fix table size estimation on compaction (#1613) +- Fix(OOM): Reuse pb.KVs in Stream (#1609) +- Fix race condition in L0StallMs variable (#1605) +- Fix(stream): Stop produceKVs on error (#1604) +- Fix(skiplist): Remove z.Buffer from skiplist (#1600) +- Fix(readonly): fix the file opening mode (#1592) +- Fix: Disable CompactL0OnClose by default (#1586) +- Fix(compaction): Don't drop data when split overlaps with top tables (#1587) +- Fix(subcompaction): Close builder before throttle.Done (#1582) +- Fix(table): Add onDisk size (#1569) +- Fix(Stream): Only send done markers if told to do so +- Fix(value log GC): Fix a bug which caused value log files to not be GCed. +- Fix segmentation fault when cache sizes are small. (#1552) +- Fix(builder): Too many small tables when compression is enabled (#1549) +- Fix integer overflow error when building for 386 (#1541) +- Fix(writeBatch): Avoid deadlock in commit callback (#1529) +- Fix(db): Handle nil logger (#1534) +- Fix(maxVersion): Use choosekey instead of KeyToList (#1532) +- Fix(Backup/Restore): Keep all versions (#1462) +- Fix(build): Fix nocgo builds. (#1493) +- Fix(cleanup): Avoid truncating in value.Open on error (#1465) +- Fix(compaction): Don't use cache for table compaction (#1467) +- Fix(compaction): Use separate compactors for L0, L1 (#1466) +- Fix(options): Do not implicitly enable cache (#1458) +- Fix(cleanup): Do not close cache before compaction (#1464) +- Fix(replay): Update head for LSM entires also (#1456) +- fix(levels): Cleanup builder resources on building an empty table (#1414) + +**Performance** + +- perf(GC): Remove move keys (#1539) +- Keep the cheaper parts of the index within table struct. (#1608) +- Opt(stream): Use z.Buffer to stream data (#1606) +- opt(builder): Use z.Allocator for building tables (#1576) +- opt(memory): Use z.Calloc for allocating KVList (#1563) +- opt: Small memory usage optimizations (#1562) +- KeySplits checks tables and memtables when number of splits is small. (#1544) +- perf: Reduce memory usage by better struct packing (#1528) +- perf(tableIterator): Don't do next on NewIterator (#1512) +- Improvements: Manual Memory allocation via Calloc (#1459) +- Various bug fixes: Break up list and run DropAll func (#1439) +- Add a limit to the size of the batches sent over a stream. (#1412) +- Commit does not panic after Finish, instead returns an error (#1396) +- levels: Compaction incorrectly drops some delete markers (#1422) +- Remove vlog file if bootstrap, syncDir or mmap fails (#1434) + +**Features**: + +- Use opencensus for tracing (#1566) +- Export functions from Key Registry (#1561) +- Allow sizes of block and index caches to be updated. (#1551) +- Add metric for number of tables being compacted (#1554) +- feat(info): Show index and bloom filter size (#1543) +- feat(db): Add db.MaxVersion API (#1526) +- Expose DB options in Badger. (#1521) +- Feature: Add a Calloc based Buffer (#1471) +- Add command to stream contents of DB into another DB. (#1463) +- Expose NumAlloc metrics via expvar (#1470) +- Support fully disabling the bloom filter (#1319) +- Add --enc-key flag in badger info tool (#1441) + +**New APIs** -### New APIs - Badger.DB - CacheMaxCost (#1551) - Levels (#1574) - - LevelsToString (#1574) + - LevelsToString (#1574) - Opts (#1521) - Badger.Options - WithBaseLevelSize (#1574) @@ -416,12 +475,13 @@ This release is not backward compatible with Badger v2.x.x - DataKey (#1561) - LatestDataKey (#1561) -### Removed APIs +**Removed APIs** + - Badger.Options - WithKeepL0InMemory (#1555) - - WithLevelOneSize (#1574) + - WithLevelOneSize (#1574) - WithLoadBloomsOnOpen (#1555) - - WithLogRotatesToFlush (#1574) + - WithLogRotatesToFlush (#1574) - WithMaxTableSize (#1574) - WithTableLoadingMode (#1555) - WithTruncate (#1555) @@ -429,37 +489,44 @@ This release is not backward compatible with Badger v2.x.x ## [2.2007.4] - 2021-08-25 -### Fixed - - Fix build on Plan 9 (#1451) (#1508) (#1738) +**Fixed** -### Features - - feat(zstd): backport replacement of DataDog's zstd with Klauspost's zstd (#1736) +- Fix build on Plan 9 (#1451) (#1508) (#1738) + +**Features** + +- feat(zstd): backport replacement of DataDog's zstd with Klauspost's zstd (#1736) ## [2.2007.3] - 2021-07-21 -### Fixed - - fix(maxVersion): Use choosekey instead of KeyToList (#1532) #1533 - - fix(flatten): Add --num_versions flag (#1518) #1520 - - fix(build): Fix integer overflow on 32-bit architectures #1558 - - fix(pb): avoid protobuf warning due to common filename (#1519) +**Fixed** -### Features - - Add command to stream contents of DB into another DB. (#1486) +- fix(maxVersion): Use choosekey instead of KeyToList (#1532) #1533 +- fix(flatten): Add --num_versions flag (#1518) #1520 +- fix(build): Fix integer overflow on 32-bit architectures #1558 +- fix(pb): avoid protobuf warning due to common filename (#1519) -### New APIs - - DB.StreamDB - - DB.MaxVersion +**Features** + +- Add command to stream contents of DB into another DB. (#1486) + +**New APIs** + +- DB.StreamDB +- DB.MaxVersion ## [2.2007.2] - 2020-08-31 -### Fixed - - Compaction: Use separate compactors for L0, L1 (#1466) - - Rework Block and Index cache (#1473) - - Add IsClosed method (#1478) - - Cleanup: Avoid truncating in vlog.Open on error (#1465) - - Cleanup: Do not close cache before compactions (#1464) +**Fixed** + +- Compaction: Use separate compactors for L0, L1 (#1466) +- Rework Block and Index cache (#1473) +- Add IsClosed method (#1478) +- Cleanup: Avoid truncating in vlog.Open on error (#1465) +- Cleanup: Do not close cache before compactions (#1464) + +**New APIs** -### New APIs - Badger.DB - BlockCacheMetrics (#1473) - IndexCacheMetrics (#1473) @@ -467,7 +534,8 @@ This release is not backward compatible with Badger v2.x.x - WithBlockCacheSize (#1473) - WithIndexCacheSize (#1473) -### Removed APIs [Breaking Changes] +**Removed APIs** [Breaking Changes] + - Badger.DB - DataCacheMetrics (#1473) - BfCacheMetrics (#1473) @@ -479,47 +547,52 @@ This release is not backward compatible with Badger v2.x.x ## [2.2007.1] - 2020-08-19 -### Fixed - - Remove vlog file if bootstrap, syncDir or mmap fails (#1434) - - levels: Compaction incorrectly drops some delete markers (#1422) - - Replay: Update head for LSM entires also (#1456) +**Fixed** + +- Remove vlog file if bootstrap, syncDir or mmap fails (#1434) +- levels: Compaction incorrectly drops some delete markers (#1422) +- Replay: Update head for LSM entires also (#1456) ## [2.2007.0] - 2020-08-10 -### Fixed - - Add a limit to the size of the batches sent over a stream. (#1412) - - Fix Sequence generates duplicate values (#1281) - - Fix race condition in DoesNotHave (#1287) - - Fail fast if cgo is disabled and compression is ZSTD (#1284) - - Proto: make badger/v2 compatible with v1 (#1293) - - Proto: Rename dgraph.badger.v2.pb to badgerpb2 (#1314) - - Handle duplicates in ManagedWriteBatch (#1315) - - Ensure `bitValuePointer` flag is cleared for LSM entry values written to LSM (#1313) - - DropPrefix: Return error on blocked writes (#1329) - - Confirm `badgerMove` entry required before rewrite (#1302) - - Drop move keys when its key prefix is dropped (#1331) - - Iterator: Always add key to txn.reads (#1328) - - Restore: Account for value size as well (#1358) - - Compaction: Expired keys and delete markers are never purged (#1354) - - GC: Consider size of value while rewriting (#1357) - - Force KeepL0InMemory to be true when InMemory is true (#1375) - - Rework DB.DropPrefix (#1381) - - Update head while replaying value log (#1372) - - Avoid panic on multiple closer.Signal calls (#1401) - - Return error if the vlog writes exceeds more than 4GB (#1400) +**Fixed** -### Performance - - Clean up transaction oracle as we go (#1275) - - Use cache for storing block offsets (#1336) +- Add a limit to the size of the batches sent over a stream. (#1412) +- Fix Sequence generates duplicate values (#1281) +- Fix race condition in DoesNotHave (#1287) +- Fail fast if cgo is disabled and compression is ZSTD (#1284) +- Proto: make badger/v2 compatible with v1 (#1293) +- Proto: Rename dgraph.badger.v2.pb to badgerpb2 (#1314) +- Handle duplicates in ManagedWriteBatch (#1315) +- Ensure `bitValuePointer` flag is cleared for LSM entry values written to LSM (#1313) +- DropPrefix: Return error on blocked writes (#1329) +- Confirm `badgerMove` entry required before rewrite (#1302) +- Drop move keys when its key prefix is dropped (#1331) +- Iterator: Always add key to txn.reads (#1328) +- Restore: Account for value size as well (#1358) +- Compaction: Expired keys and delete markers are never purged (#1354) +- GC: Consider size of value while rewriting (#1357) +- Force KeepL0InMemory to be true when InMemory is true (#1375) +- Rework DB.DropPrefix (#1381) +- Update head while replaying value log (#1372) +- Avoid panic on multiple closer.Signal calls (#1401) +- Return error if the vlog writes exceeds more than 4GB (#1400) -### Features - - Support disabling conflict detection (#1344) - - Add leveled logging (#1249) - - Support entry version in Write batch (#1310) - - Add Write method to batch write (#1321) - - Support multiple iterators in read-write transactions (#1286) +**Performance** + +- Clean up transaction oracle as we go (#1275) +- Use cache for storing block offsets (#1336) + +**Features** + +- Support disabling conflict detection (#1344) +- Add leveled logging (#1249) +- Support entry version in Write batch (#1310) +- Add Write method to batch write (#1321) +- Support multiple iterators in read-write transactions (#1286) + +**New APIs** -### New APIs - Badger.DB - NewManagedWriteBatch (#1310) - DropPrefix (#1381) @@ -533,60 +606,39 @@ This release is not backward compatible with Badger v2.x.x - Write (#1321) ### Changes to Default Options - - DefaultOptions: Set KeepL0InMemory to false (#1345) - - Increase default valueThreshold from 32B to 1KB (#1346) + +- DefaultOptions: Set KeepL0InMemory to false (#1345) +- Increase default valueThreshold from 32B to 1KB (#1346) ### Deprecated + - Badger.Option - WithEventLogging (#1203) ### Reverts + This sections lists the changes which were reverted because of non-reproducible crashes. -- Compress/Encrypt Blocks in the background (#1227) +- Compress/Encrypt Blocks in the background (#1227) ## [2.0.3] - 2020-03-24 -### Fixed +**Fixed** - Add support for watching nil prefix in subscribe API (#1246) -### Performance +**Performance** - Compress/Encrypt Blocks in the background (#1227) - Disable cache by default (#1257) -### Features +**Features** - Add BypassDirLock option (#1243) - Add separate cache for bloomfilters (#1260) -### New APIs -- badger.DB - - BfCacheMetrics (#1260) - - DataCacheMetrics (#1260) -- badger.Options - - WithBypassLockGuard (#1243) - - WithLoadBloomsOnOpen (#1260) - - WithMaxBfCacheSize (#1260) +**New APIs** -## [2.0.3] - 2020-03-24 - -### Fixed - -- Add support for watching nil prefix in subscribe API (#1246) - -### Performance - -- Compress/Encrypt Blocks in the background (#1227) -- Disable cache by default (#1257) - -### Features - -- Add BypassDirLock option (#1243) -- Add separate cache for bloomfilters (#1260) - -### New APIs - badger.DB - BfCacheMetrics (#1260) - DataCacheMetrics (#1260) @@ -597,7 +649,7 @@ This sections lists the changes which were reverted because of non-reproducible ## [2.0.2] - 2020-03-02 -### Fixed +**Fixed** - Cast sz to uint32 to fix compilation on 32 bit. (#1175) - Fix checkOverlap in compaction. (#1166) @@ -606,9 +658,9 @@ This sections lists the changes which were reverted because of non-reproducible - Add support for caching bloomfilters. (#1204) - Fix int overflow for 32bit. (#1216) - Remove the 'this entry should've caught' log from value.go. (#1170) -- Rework concurrency semantics of valueLog.maxFid. (#1187) +- Rework concurrency semantics of valueLog.maxFid. (#1187) -### Performance +**Performance** - Use fastRand instead of locked-rand in skiplist. (#1173) - Improve write stalling on level 0 and 1. (#1186) @@ -616,20 +668,21 @@ This sections lists the changes which were reverted because of non-reproducible ## [2.0.1] - 2020-01-02 -### New APIs +**New APIs** - badger.Options + - WithInMemory (f5b6321) - WithZSTDCompressionLevel (3eb4e72) - Badger.TableInfo - EstimatedSz (f46f8ea) -### Features +**Features** - Introduce in-memory mode in badger. (#1113) -### Fixed +**Fixed** - Limit manifest's change set size. (#1119) - Cast idx to uint32 to fix compilation on i386. (#1118) @@ -640,16 +693,17 @@ This sections lists the changes which were reverted because of non-reproducible - Fix segmentation fault in vlog.Read. (header.Decode) (#1150) - Fix merge iterator duplicates issue. (#1157) -### Performance +**Performance** - Set level 15 as default compression level in Zstd. (#1111) - Optimize createTable in stream_writer.go. (#1132) ## [2.0.0] - 2019-11-12 -### New APIs +**New APIs** - badger.DB + - NewWriteBatchAt (7f43769) - CacheMetrics (b9056f1) @@ -665,13 +719,13 @@ This sections lists the changes which were reverted because of non-reproducible - WithEncryptionKeyRotationDuration (a425b0e) - WithChecksumVerificationMode (7b4083d) -### Features +**Features** - Data cache to speed up lookups and iterations. (#1066) - Data compression. (#1013) - Data encryption-at-rest. (#1042) -### Fixed +**Fixed** - Fix deadlock when flushing discard stats. (#976) - Set move key's expiresAt for keys with TTL. (#1006) @@ -685,7 +739,7 @@ This sections lists the changes which were reverted because of non-reproducible - Use standard proto functions for Marshal/Unmarshal and Size. (#994) - Fix boundaries on GC batch size. (#987) - VlogSize to store correct directory name to expvar.Map. (#956) -- Fix transaction too big issue in restore. (#957) +- Fix transaction too big issue in restore. (#957) - Fix race condition in updateDiscardStats. (#973) - Cast results of len to uint32 to fix compilation in i386 arch. (#961) - Making the stream writer APIs goroutine-safe. (#959) @@ -696,7 +750,7 @@ This sections lists the changes which were reverted because of non-reproducible - Fix discard stats moved by GC bug. (#929) - Fix busy-wait loop in Watermark. (#920) -### Performance +**Performance** - Introduce fast merge iterator. (#1080) - Binary search based table picker. (#983) @@ -714,20 +768,20 @@ This sections lists the changes which were reverted because of non-reproducible - [breaking/format] Block level changes. (#880) - [breaking/format] Add key-offset index to the end of SST table. (#881) - ## [1.6.0] - 2019-07-01 -This is a release including almost 200 commits, so expect many changes - some of them -not backward compatible. +This is a release including almost 200 commits, so expect many changes - some of them not backward +compatible. Regarding backward compatibility in Badger versions, you might be interested on reading [VERSIONING.md](VERSIONING.md). _Note_: The hashes in parentheses correspond to the commits that impacted the given feature. -### New APIs +**New APIs** - badger.DB + - DropPrefix (291295e) - Flatten (7e41bba) - KeySplits (4751ef1) @@ -738,25 +792,30 @@ _Note_: The hashes in parentheses correspond to the commits that impacted the gi - Sync (851e462) - badger.DefaultOptions() and badger.LSMOnlyOptions() (91ce687) + - badger.Options.WithX methods - badger.Entry (e9447c9) + - NewEntry - WithMeta - WithDiscard - WithTTL - badger.Item + - KeySize (fd59907) - ValueSize (5242a99) - badger.IteratorOptions + - PickTable (7d46029, 49a49e3) - Prefix (7d46029) - badger.Logger (fbb2778) - badger.Options + - CompactL0OnClose (7e41bba) - Logger (3f66663) - LogRotatesToFlush (2237832) @@ -768,139 +827,150 @@ _Note_: The hashes in parentheses correspond to the commits that impacted the gi - badger.Tx.NewKeyIterator (49a49e3) - badger.WriteBatch (6daccf9, 7e78e80) -### Modified APIs +**Modified APIs** -#### Breaking changes: +**Breaking** - badger.DefaultOptions and badger.LSMOnlyOptions are now functions rather than variables (91ce687) - badger.Item.Value now receives a function that returns an error (439fd46) - badger.Txn.Commit doesn't receive any params now (6daccf9) - badger.DB.Tables now receives a boolean (76b5341) -#### Not breaking changes: +**Features** - badger.LSMOptions changed values (799c33f) - badger.DB.NewIterator now allows multiple iterators per RO txn (41d9656) - badger.Options.TableLoadingMode's new default is options.MemoryMap (6b97bac) -### Removed APIs +**Removed APIs** - badger.ManagedDB (d22c0e8) - badger.Options.DoNotCompact (7e41bba) - badger.Txn.SetWithX (e9447c9) -### Tools: +**Tools** - badger bank disect (13db058) - badger bank test (13db058) --mmap (03870e3) - badger fill (7e41bba) - badger flatten (7e41bba) -- badger info --histogram (fd59907) --history --lookup --show-keys --show-meta --with-prefix (09e9b63) --show-internal (fb2eed9) +- badger info --histogram (fd59907) --history --lookup --show-keys --show-meta --with-prefix + (09e9b63) --show-internal (fb2eed9) - badger benchmark read (239041e) - badger benchmark write (6d3b67d) ## [1.5.5] - 2019-06-20 -* Introduce support for Go Modules +- Introduce support for Go Modules ## [1.5.3] - 2018-07-11 + Bug Fixes: -* Fix a panic caused due to item.vptr not copying over vs.Value, when looking - for a move key. + +- Fix a panic caused due to item.vptr not copying over vs.Value, when looking for a move key. ## [1.5.2] - 2018-06-19 -Bug Fixes: -* Fix the way move key gets generated. -* If a transaction has unclosed, or multiple iterators running simultaneously, - throw a panic. Every iterator must be properly closed. At any point in time, - only one iterator per transaction can be running. This is to avoid bugs in a - transaction data structure which is thread unsafe. -* *Warning: This change might cause panics in user code. Fix is to properly - close your iterators, and only have one running at a time per transaction.* +Bug Fixes: + +- Fix the way move key gets generated. +- If a transaction has unclosed, or multiple iterators running simultaneously, throw a panic. Every + iterator must be properly closed. At any point in time, only one iterator per transaction can be + running. This is to avoid bugs in a transaction data structure which is thread unsafe. + +- _Warning: This change might cause panics in user code. Fix is to properly close your iterators, + and only have one running at a time per transaction._ ## [1.5.1] - 2018-06-04 + Bug Fixes: -* Fix for infinite yieldItemValue recursion. #503 -* Fix recursive addition of `badgerMove` prefix. https://github.com/dgraph-io/badger/commit/2e3a32f0ccac3066fb4206b28deb39c210c5266f -* Use file size based window size for sampling, instead of fixing it to 10MB. #501 + +- Fix for infinite yieldItemValue recursion. #503 +- Fix recursive addition of `badgerMove` prefix. + https://github.com/hypermodeinc/badger/commit/2e3a32f0ccac3066fb4206b28deb39c210c5266f +- Use file size based window size for sampling, instead of fixing it to 10MB. #501 Cleanup: -* Clarify comments and documentation. -* Move badger tool one directory level up. + +- Clarify comments and documentation. +- Move badger tool one directory level up. ## [1.5.0] - 2018-05-08 -* Introduce `NumVersionsToKeep` option. This option is used to discard many - versions of the same key, which saves space. -* Add a new `SetWithDiscard` method, which would indicate that all the older - versions of the key are now invalid. Those versions would be discarded during - compactions. -* Value log GC moves are now bound to another keyspace to ensure latest versions - of data are always at the top in LSM tree. -* Introduce `ValueLogMaxEntries` to restrict the number of key-value pairs per - value log file. This helps bound the time it takes to garbage collect one - file. + +- Introduce `NumVersionsToKeep` option. This option is used to discard many versions of the same + key, which saves space. +- Add a new `SetWithDiscard` method, which would indicate that all the older versions of the key are + now invalid. Those versions would be discarded during compactions. +- Value log GC moves are now bound to another keyspace to ensure latest versions of data are always + at the top in LSM tree. +- Introduce `ValueLogMaxEntries` to restrict the number of key-value pairs per value log file. This + helps bound the time it takes to garbage collect one file. ## [1.4.0] - 2018-05-04 -* Make mmap-ing of value log optional. -* Run GC multiple times, based on recorded discard statistics. -* Add MergeOperator. -* Force compact L0 on clsoe (#439). -* Add truncate option to warn about data loss (#452). -* Discard key versions during compaction (#464). -* Introduce new `LSMOnlyOptions`, to make Badger act like a typical LSM based DB. + +- Make mmap-ing of value log optional. +- Run GC multiple times, based on recorded discard statistics. +- Add MergeOperator. +- Force compact L0 on clsoe (#439). +- Add truncate option to warn about data loss (#452). +- Discard key versions during compaction (#464). +- Introduce new `LSMOnlyOptions`, to make Badger act like a typical LSM based DB. Bug fix: -* (Temporary) Check max version across all tables in Get (removed in next - release). -* Update commit and read ts while loading from backup. -* Ensure all transaction entries are part of the same value log file. -* On commit, run unlock callbacks before doing writes (#413). -* Wait for goroutines to finish before closing iterators (#421). + +- (Temporary) Check max version across all tables in Get (removed in next release). +- Update commit and read ts while loading from backup. +- Ensure all transaction entries are part of the same value log file. +- On commit, run unlock callbacks before doing writes (#413). +- Wait for goroutines to finish before closing iterators (#421). ## [1.3.0] - 2017-12-12 -* Add `DB.NextSequence()` method to generate monotonically increasing integer - sequences. -* Add `DB.Size()` method to return the size of LSM and value log files. -* Tweaked mmap code to make Windows 32-bit builds work. -* Tweaked build tags on some files to make iOS builds work. -* Fix `DB.PurgeOlderVersions()` to not violate some constraints. + +- Add `DB.NextSequence()` method to generate monotonically increasing integer sequences. +- Add `DB.Size()` method to return the size of LSM and value log files. +- Tweaked mmap code to make Windows 32-bit builds work. +- Tweaked build tags on some files to make iOS builds work. +- Fix `DB.PurgeOlderVersions()` to not violate some constraints. ## [1.2.0] - 2017-11-30 -* Expose a `Txn.SetEntry()` method to allow setting the key-value pair - and all the metadata at the same time. + +- Expose a `Txn.SetEntry()` method to allow setting the key-value pair and all the metadata at the + same time. ## [1.1.1] - 2017-11-28 -* Fix bug where txn.Get was returing key deleted in same transaction. -* Fix race condition while decrementing reference in oracle. -* Update doneCommit in the callback for CommitAsync. -* Iterator see writes of current txn. + +- Fix bug where txn.Get was returing key deleted in same transaction. +- Fix race condition while decrementing reference in oracle. +- Update doneCommit in the callback for CommitAsync. +- Iterator see writes of current txn. ## [1.1.0] - 2017-11-13 -* Create Badger directory if it does not exist when `badger.Open` is called. -* Added `Item.ValueCopy()` to avoid deadlocks in long-running iterations -* Fixed 64-bit alignment issues to make Badger run on Arm v7 + +- Create Badger directory if it does not exist when `badger.Open` is called. +- Added `Item.ValueCopy()` to avoid deadlocks in long-running iterations +- Fixed 64-bit alignment issues to make Badger run on Arm v7 ## [1.0.1] - 2017-11-06 -* Fix an uint16 overflow when resizing key slice -[Unreleased]: https://github.com/dgraph-io/badger/compare/v2.2007.2...HEAD -[2.2007.2]: https://github.com/dgraph-io/badger/compare/v2.2007.1...v2.2007.2 -[2.2007.1]: https://github.com/dgraph-io/badger/compare/v2.2007.0...v2.2007.1 -[2.2007.0]: https://github.com/dgraph-io/badger/compare/v2.0.3...v2.2007.0 -[2.0.3]: https://github.com/dgraph-io/badger/compare/v2.0.2...v2.0.3 -[2.0.2]: https://github.com/dgraph-io/badger/compare/v2.0.1...v2.0.2 -[2.0.1]: https://github.com/dgraph-io/badger/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/dgraph-io/badger/compare/v1.6.0...v2.0.0 -[1.6.0]: https://github.com/dgraph-io/badger/compare/v1.5.5...v1.6.0 -[1.5.5]: https://github.com/dgraph-io/badger/compare/v1.5.3...v1.5.5 -[1.5.3]: https://github.com/dgraph-io/badger/compare/v1.5.2...v1.5.3 -[1.5.2]: https://github.com/dgraph-io/badger/compare/v1.5.1...v1.5.2 -[1.5.1]: https://github.com/dgraph-io/badger/compare/v1.5.0...v1.5.1 -[1.5.0]: https://github.com/dgraph-io/badger/compare/v1.4.0...v1.5.0 -[1.4.0]: https://github.com/dgraph-io/badger/compare/v1.3.0...v1.4.0 -[1.3.0]: https://github.com/dgraph-io/badger/compare/v1.2.0...v1.3.0 -[1.2.0]: https://github.com/dgraph-io/badger/compare/v1.1.1...v1.2.0 -[1.1.1]: https://github.com/dgraph-io/badger/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0 -[1.0.1]: https://github.com/dgraph-io/badger/compare/v1.0.0...v1.0.1 +- Fix an uint16 overflow when resizing key slice + +[Unreleased]: https://github.com/hypermodeinc/badger/compare/v2.2007.2...HEAD +[2.2007.2]: https://github.com/hypermodeinc/badger/compare/v2.2007.1...v2.2007.2 +[2.2007.1]: https://github.com/hypermodeinc/badger/compare/v2.2007.0...v2.2007.1 +[2.2007.0]: https://github.com/hypermodeinc/badger/compare/v2.0.3...v2.2007.0 +[2.0.3]: https://github.com/hypermodeinc/badger/compare/v2.0.2...v2.0.3 +[2.0.2]: https://github.com/hypermodeinc/badger/compare/v2.0.1...v2.0.2 +[2.0.1]: https://github.com/hypermodeinc/badger/compare/v2.0.0...v2.0.1 +[2.0.0]: https://github.com/hypermodeinc/badger/compare/v1.6.0...v2.0.0 +[1.6.0]: https://github.com/hypermodeinc/badger/compare/v1.5.5...v1.6.0 +[1.5.5]: https://github.com/hypermodeinc/badger/compare/v1.5.3...v1.5.5 +[1.5.3]: https://github.com/hypermodeinc/badger/compare/v1.5.2...v1.5.3 +[1.5.2]: https://github.com/hypermodeinc/badger/compare/v1.5.1...v1.5.2 +[1.5.1]: https://github.com/hypermodeinc/badger/compare/v1.5.0...v1.5.1 +[1.5.0]: https://github.com/hypermodeinc/badger/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/hypermodeinc/badger/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/hypermodeinc/badger/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/hypermodeinc/badger/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/hypermodeinc/badger/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/hypermodeinc/badger/compare/v1.0.1...v1.1.0 +[1.0.1]: https://github.com/hypermodeinc/badger/compare/v1.0.0...v1.0.1 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bf7bbc2..614af54 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,113 @@ -# Code of Conduct +# Contributor Covenant Code of Conduct -Our Code of Conduct can be found here: +## Our Pledge -https://dgraph.io/conduct +We as members, contributors, and leaders pledge to make participation in our community a +harassment-free experience for everyone, regardless of age, body size, visible or invisible +disability, ethnicity, sex characteristics, gender identity and expression, level of experience, +education, socio-economic status, nationality, personal appearance, race, religion, or sexual +identity and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and +healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our community include: + +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the + experience +- Focusing on what is best not just for us as individuals, but for the overall community + +Examples of unacceptable behavior include: + +- The use of sexualized language or imagery, and sexual attention or advances of any kind +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, without their + explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior +and will take appropriate and fair corrective action in response to any behavior that they deem +inappropriate, threatening, offensive, or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject comments, commits, +code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and +will communicate reasons for moderation decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when an individual is +officially representing the community in public spaces. Examples of representing our community +include using an official e-mail address, posting via an official social media account, or acting as +an appointed representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community +leaders responsible for enforcement at hello@hypermode.com. All complaints will be reviewed and +investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the reporter of any +incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining the consequences for +any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or +unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing clarity around the +nature of the violation and an explanation of why the behavior was inappropriate. A public apology +may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series of actions. + +**Consequence**: A warning with consequences for continued behavior. No interaction with the people +involved, including unsolicited interaction with those enforcing the Code of Conduct, for a +specified period of time. This includes avoiding interactions in community spaces as well as +external channels like social media. Violating these terms may lead to a temporary or permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including sustained inappropriate +behavior. + +**Consequence**: A temporary ban from any sort of interaction or public communication with the +community for a specified period of time. No public or private interaction with the people involved, +including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this +period. Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community standards, including +sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement +of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by +[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30512e9..f6d5959 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,18 @@ # Contribution Guide -* [Before you get started](#before-you-get-started) - * [Code of Conduct](#code-of-conduct) -* [Your First Contribution](#your-first-contribution) - * [Find a good first topic](#find-a-good-first-topic) -* [Setting up your development environment](#setting-up-your-development-environment) - * [Fork the project](#fork-the-project) - * [Clone the project](#clone-the-project) - * [New branch for a new code](#new-branch-for-a-new-code) - * [Test](#test) - * [Commit and push](#commit-and-push) - * [Create a Pull Request](#create-a-pull-request) - * [Sign the CLA](#sign-the-cla) - * [Get a code review](#get-a-code-review) +- [Before you get started](#before-you-get-started) + - [Code of Conduct](#code-of-conduct) +- [Your First Contribution](#your-first-contribution) + - [Find a good first topic](#find-a-good-first-topic) +- [Setting up your development environment](#setting-up-your-development-environment) + - [Fork the project](#fork-the-project) + - [Clone the project](#clone-the-project) + - [New branch for a new code](#new-branch-for-a-new-code) + - [Test](#test) + - [Commit and push](#commit-and-push) + - [Create a Pull Request](#create-a-pull-request) + - [Sign the CLA](#sign-the-cla) + - [Get a code review](#get-a-code-review) ## Before you get started @@ -25,25 +25,26 @@ Please make sure to read and observe our [Code of Conduct](./CODE_OF_CONDUCT.md) ### Find a good first topic You can start by finding an existing issue with the -[good first issue](https://github.com/dgraph-io/badger/labels/good%20first%20issue) or [help wanted](https://github.com/dgraph-io/badger/labels/help%20wanted) labels. These issues are well suited for new contributors. - +[good first issue](https://github.com/hypermodeinc/badger/labels/good%20first%20issue) or +[help wanted](https://github.com/hypermodeinc/badger/labels/help%20wanted) labels. These issues are +well suited for new contributors. ## Setting up your development environment -Badger uses [`Go Modules`](https://github.com/golang/go/wiki/Modules) -to manage dependencies. The version of Go should be **1.12** or above. +Badger uses [`Go Modules`](https://github.com/golang/go/wiki/Modules) to manage dependencies. The +version of Go should be **1.12** or above. ### Fork the project -- Visit https://github.com/dgraph-io/badger +- Visit https://github.com/hypermodeinc/badger - Click the `Fork` button (top right) to create a fork of the repository ### Clone the project ```sh -$ git clone https://github.com/$GITHUB_USER/badger -$ cd badger -$ git remote add upstream git@github.com:dgraph-io/badger.git +git clone https://github.com/$GITHUB_USER/badger +cd badger +git remote add upstream git@github.com:hypermodeinc/badger.git # Never push to the upstream master git remote set-url --push upstream no_push @@ -54,15 +55,15 @@ git remote set-url --push upstream no_push Get your local master up to date: ```sh -$ git fetch upstream -$ git checkout master -$ git rebase upstream/master +git fetch upstream +git checkout master +git rebase upstream/master ``` Create a new branch from the master: ```sh -$ git checkout -b my_new_feature +git checkout -b my_new_feature ``` And now you can finally add your changes to project. @@ -72,7 +73,7 @@ And now you can finally add your changes to project. Build and run all tests: ```sh -$ ./test.sh +./test.sh ``` ### Commit and push @@ -80,28 +81,28 @@ $ ./test.sh Commit your changes: ```sh -$ git commit +git commit ``` When the changes are ready to review: ```sh -$ git push origin my_new_feature +git push origin my_new_feature ``` ### Create a Pull Request -Just open `https://github.com/$GITHUB_USER/badger/pull/new/my_new_feature` and -fill the PR description. +Just open `https://github.com/$GITHUB_USER/badger/pull/new/my_new_feature` and fill the PR +description. ### Sign the CLA -Click the **Sign in with Github to agree** button to sign the CLA. [An example](https://cla-assistant.io/dgraph-io/badger?pullRequest=1377). +Click the **Sign in with Github to agree** button to sign the CLA. +[An example](https://cla-assistant.io/hypermodeinc/badger?pullRequest=1377). ### Get a code review -If your pull request (PR) is opened, it will be assigned to one or more -reviewers. Those reviewers will do a code review. +If your pull request (PR) is opened, it will be assigned to one or more reviewers. Those reviewers +will do a code review. -To address review comments, you should commit the changes to the same branch of -the PR on your fork. +To address review comments, you should commit the changes to the same branch of the PR on your fork. diff --git a/Makefile b/Makefile index fa42278..5ed9c65 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,6 @@ # -# Copyright 2022 Dgraph Labs, Inc. and Contributors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> +# SPDX-License-Identifier: Apache-2.0 # USER_ID = $(shell id -u) diff --git a/README.md b/README.md index 92f35da..d0e4180 100644 --- a/README.md +++ b/README.md @@ -2,46 +2,44 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/dgraph-io/badger/v4.svg)](https://pkg.go.dev/github.com/dgraph-io/badger/v4) [![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/badger/v4)](https://goreportcard.com/report/github.com/dgraph-io/badger/v4) -[![Sourcegraph](https://sourcegraph.com/github.com/dgraph-io/badger/-/badge.svg)](https://sourcegraph.com/github.com/dgraph-io/badger?badge) -[![ci-badger-tests](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-tests.yml/badge.svg)](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-tests.yml) -[![ci-badger-bank-tests](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-bank-tests.yml/badge.svg)](https://github.com/dgraph-io/badger/actions/workflows/ci-badger-bank-tests.yml) -[![ci-golang-lint](https://github.com/dgraph-io/badger/actions/workflows/ci-golang-lint.yml/badge.svg)](https://github.com/dgraph-io/badger/actions/workflows/ci-golang-lint.yml) - +[![Sourcegraph](https://sourcegraph.com/github.com/hypermodeinc/badger/-/badge.svg)](https://sourcegraph.com/github.com/hypermodeinc/badger?badge) +[![ci-badger-tests](https://github.com/hypermodeinc/badger/actions/workflows/ci-badger-tests.yml/badge.svg)](https://github.com/hypermodeinc/badger/actions/workflows/ci-badger-tests.yml) +[![ci-badger-bank-tests](https://github.com/hypermodeinc/badger/actions/workflows/ci-badger-bank-tests.yml/badge.svg)](https://github.com/hypermodeinc/badger/actions/workflows/ci-badger-bank-tests.yml) +[![ci-golang-lint](https://github.com/hypermodeinc/badger/actions/workflows/ci-golang-lint.yml/badge.svg)](https://github.com/hypermodeinc/badger/actions/workflows/ci-golang-lint.yml) ![Badger mascot](images/diggy-shadow.png) -BadgerDB is an embeddable, persistent and fast key-value (KV) database written -in pure Go. It is the underlying database for [Dgraph](https://dgraph.io), a -fast, distributed graph database. It's meant to be a performant alternative to -non-Go-based key-value stores like RocksDB. +BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the +underlying database for [Dgraph](https://dgraph.io), a fast, distributed graph database. It's meant +to be a performant alternative to non-Go-based key-value stores like RocksDB. ## Project Status -Badger is stable and is being used to serve data sets worth hundreds of -terabytes. Badger supports concurrent ACID transactions with serializable -snapshot isolation (SSI) guarantees. A Jepsen-style bank test runs nightly for -8h, with `--race` flag and ensures the maintenance of transactional guarantees. -Badger has also been tested to work with filesystem level anomalies, to ensure -persistence and consistency. Badger is being used by a number of projects which -includes Dgraph, Jaeger Tracing, UsenetExpress, and many more. +Badger is stable and is being used to serve data sets worth hundreds of terabytes. Badger supports +concurrent ACID transactions with serializable snapshot isolation (SSI) guarantees. A Jepsen-style +bank test runs nightly for 8h, with `--race` flag and ensures the maintenance of transactional +guarantees. Badger has also been tested to work with filesystem level anomalies, to ensure +persistence and consistency. Badger is being used by a number of projects which includes Dgraph, +Jaeger Tracing, UsenetExpress, and many more. The list of projects using Badger can be found [here](#projects-using-badger). -Badger v1.0 was released in Nov 2017, and the latest version that is data-compatible -with v1.0 is v1.6.0. +Badger v1.0 was released in Nov 2017, and the latest version that is data-compatible with v1.0 is +v1.6.0. -Badger v2.0 was released in Nov 2019 with a new storage format which won't -be compatible with all of the v1.x. Badger v2.0 supports compression, encryption and uses a cache to speed up lookup. +Badger v2.0 was released in Nov 2019 with a new storage format which won't be compatible with all of +the v1.x. Badger v2.0 supports compression, encryption and uses a cache to speed up lookup. -Badger v3.0 was released in January 2021. This release improves compaction performance. +Badger v3.0 was released in January 2021. This release improves compaction performance. Please consult the [Changelog] for more detailed information on releases. For more details on our version naming schema please read [Choosing a version](#choosing-a-version). -[Changelog]:https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md +[Changelog]: https://github.com/hypermodeinc/badger/blob/main/CHANGELOG.md ## Table of Contents + - [BadgerDB](#badgerdb) - [Project Status](#project-status) - [Table of Contents](#table-of-contents) @@ -62,22 +60,26 @@ For more details on our version naming schema please read [Choosing a version](# ## Getting Started ### Installing -To start using Badger, install Go 1.21 or above. Badger v3 and above needs go modules. From your project, run the following command + +To start using Badger, install Go 1.21 or above. Badger v3 and above needs go modules. From your +project, run the following command ```sh -$ go get github.com/dgraph-io/badger/v4 +go get github.com/dgraph-io/badger/v4 ``` + This will retrieve the library. #### Installing Badger Command Line Tool -Badger provides a CLI tool which can perform certain operations like offline backup/restore. To install the Badger CLI, -retrieve the repository and checkout the desired version. Then run +Badger provides a CLI tool which can perform certain operations like offline backup/restore. To +install the Badger CLI, retrieve the repository and checkout the desired version. Then run ```sh -$ cd badger -$ go install . +cd badger +go install . ``` + This will install the badger command line utility into your $GOBIN path. #### Choosing a version @@ -89,18 +91,17 @@ This is why we follow a version naming schema that differs from Semantic Version - New major versions are released when the data format on disk changes in an incompatible way. - New minor versions are released whenever the API changes but data compatibility is maintained. - Note that the changes on the API could be backward-incompatible - unlike Semantic Versioning. + Note that the changes on the API could be backward-incompatible - unlike Semantic Versioning. - New patch versions are released when there's no changes to the data format nor the API. Following these rules: - v1.5.0 and v1.6.0 can be used on top of the same files without any concerns, as their major - version is the same, therefore the data format on disk is compatible. + version is the same, therefore the data format on disk is compatible. - v1.6.0 and v2.0.0 are data incompatible as their major version implies, so files created with - v1.6.0 will need to be converted into the new format before they can be used by v2.0.0. - - v2.x.x and v3.x.x are data incompatible as their major version implies, so files created with - v2.x.x will need to be converted into the new format before they can be used by v3.0.0. - + v1.6.0 will need to be converted into the new format before they can be used by v2.0.0. +- v2.x.x and v3.x.x are data incompatible as their major version implies, so files created with + v2.x.x will need to be converted into the new format before they can be used by v3.0.0. For a longer explanation on the reasons behind using a new versioning naming schema, you can read [VERSIONING](VERSIONING.md). @@ -112,63 +113,66 @@ Badger Documentation is available at https://dgraph.io/docs/badger ## Resources ### Blog Posts -1. [Introducing Badger: A fast key-value store written natively in -Go](https://open.dgraph.io/post/badger/) + +1. [Introducing Badger: A fast key-value store written natively in Go](https://open.dgraph.io/post/badger/) 2. [Make Badger crash resilient with ALICE](https://open.dgraph.io/post/alice/) 3. [Badger vs LMDB vs BoltDB: Benchmarking key-value databases in Go](https://open.dgraph.io/post/badger-lmdb-boltdb/) 4. [Concurrent ACID Transactions in Badger](https://open.dgraph.io/post/badger-txn/) ## Design + Badger was written with these design goals in mind: - Write a key-value database in pure Go. - Use latest research to build the fastest KV database for data sets spanning terabytes. - Optimize for SSDs. -Badger’s design is based on a paper titled _[WiscKey: Separating Keys from -Values in SSD-conscious Storage][wisckey]_. +Badger’s design is based on a paper titled _[WiscKey: Separating Keys from Values in SSD-conscious +Storage][wisckey]_. [wisckey]: https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf ### Comparisons -| Feature | Badger | RocksDB | BoltDB | -| ------- | ------ | ------- | ------ | -| Design | LSM tree with value log | LSM tree only | B+ tree | -| High Read throughput | Yes | No | Yes | -| High Write throughput | Yes | Yes | No | -| Designed for SSDs | Yes (with latest research <sup>1</sup>) | Not specifically <sup>2</sup> | No | -| Embeddable | Yes | Yes | Yes | -| Sorted KV access | Yes | Yes | Yes | -| Pure Go (no Cgo) | Yes | No | Yes | -| Transactions | Yes, ACID, concurrent with SSI<sup>3</sup> | Yes (but non-ACID) | Yes, ACID | -| Snapshots | Yes | Yes | Yes | -| TTL support | Yes | Yes | No | -| 3D access (key-value-version) | Yes<sup>4</sup> | No | No | -<sup>1</sup> The [WISCKEY paper][wisckey] (on which Badger is based) saw big -wins with separating values from keys, significantly reducing the write -amplification compared to a typical LSM tree. +| Feature | Badger | RocksDB | BoltDB | +| ----------------------------- | ------------------------------------------ | ----------------------------- | --------- | +| Design | LSM tree with value log | LSM tree only | B+ tree | +| High Read throughput | Yes | No | Yes | +| High Write throughput | Yes | Yes | No | +| Designed for SSDs | Yes (with latest research <sup>1</sup>) | Not specifically <sup>2</sup> | No | +| Embeddable | Yes | Yes | Yes | +| Sorted KV access | Yes | Yes | Yes | +| Pure Go (no Cgo) | Yes | No | Yes | +| Transactions | Yes, ACID, concurrent with SSI<sup>3</sup> | Yes (but non-ACID) | Yes, ACID | +| Snapshots | Yes | Yes | Yes | +| TTL support | Yes | Yes | No | +| 3D access (key-value-version) | Yes<sup>4</sup> | No | No | -<sup>2</sup> RocksDB is an SSD optimized version of LevelDB, which was designed specifically for rotating disks. -As such RocksDB's design isn't aimed at SSDs. +<sup>1</sup> The [WISCKEY paper][wisckey] (on which Badger is based) saw big wins with separating +values from keys, significantly reducing the write amplification compared to a typical LSM tree. -<sup>3</sup> SSI: Serializable Snapshot Isolation. For more details, see the blog post [Concurrent ACID Transactions in Badger](https://blog.dgraph.io/post/badger-txn/) +<sup>2</sup> RocksDB is an SSD optimized version of LevelDB, which was designed specifically for +rotating disks. As such RocksDB's design isn't aimed at SSDs. -<sup>4</sup> Badger provides direct access to value versions via its Iterator API. -Users can also specify how many versions to keep per key via Options. +<sup>3</sup> SSI: Serializable Snapshot Isolation. For more details, see the blog post +[Concurrent ACID Transactions in Badger](https://blog.dgraph.io/post/badger-txn/) + +<sup>4</sup> Badger provides direct access to value versions via its Iterator API. Users can also +specify how many versions to keep per key via Options. ### Benchmarks -We have run comprehensive benchmarks against RocksDB, Bolt and LMDB. The -benchmarking code, and the detailed logs for the benchmarks can be found in the -[badger-bench] repo. More explanation, including graphs can be found the blog posts (linked -above). + +We have run comprehensive benchmarks against RocksDB, Bolt and LMDB. The benchmarking code, and the +detailed logs for the benchmarks can be found in the [badger-bench] repo. More explanation, +including graphs can be found the blog posts (linked above). [badger-bench]: https://github.com/dgraph-io/badger-bench ## Projects Using Badger + Below is a list of known projects that use Badger: -* [Dgraph](https://github.com/dgraph-io/dgraph) - Distributed graph database. +* [Dgraph](https://github.com/hypermodeinc/dgraph) - Distributed graph database. * [Jaeger](https://github.com/jaegertracing/jaeger) - Distributed tracing platform. * [go-ipfs](https://github.com/ipfs/go-ipfs) - Go client for the InterPlanetary File System (IPFS), a new hypermedia distribution protocol. * [Riot](https://github.com/go-ego/riot) - An open-source, distributed search engine. @@ -231,6 +235,8 @@ If you are using Badger in a project please send a pull request to add it to the If you're interested in contributing to Badger see [CONTRIBUTING](./CONTRIBUTING.md). ## Contact -- Please use [Github issues](https://github.com/dgraph-io/badger/issues) for filing bugs. -- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, discussions, and feature requests. + +- Please use [Github issues](https://github.com/hypermodeinc/badger/issues) for filing bugs. +- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, discussions, and feature + requests. - Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs). diff --git a/VERSIONING.md b/VERSIONING.md index 7741bd4..f1d8061 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -5,11 +5,11 @@ a way to decide how to name software versions. The whole concept is very well su semver.org with the following lines: > Given a version number MAJOR.MINOR.PATCH, increment the: -> +> > 1. MAJOR version when you make incompatible API changes, > 2. MINOR version when you add functionality in a backwards-compatible manner, and > 3. PATCH version when you make backwards-compatible bug fixes. -> +> > Additional labels for pre-release and build metadata are available as extensions to the > MAJOR.MINOR.PATCH format. @@ -25,9 +25,9 @@ MAJOR.MINOR.PATCH, but the semantics of the numbers are slightly modified: Given a version number MAJOR.MINOR.PATCH, increment the: - MAJOR version when you make changes that require a transformation of the dataset before it can be -used again. + used again. - MINOR version when old datasets are still readable but the API might have changed in -backwards-compatible or incompatible ways. + backwards-compatible or incompatible ways. - PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the @@ -35,13 +35,13 @@ MAJOR.MINOR.PATCH format. Following this naming strategy, migration from v1.x to v2.x requires a migration strategy for your existing dataset, and as such has to be carefully planned. Migrations in between different minor -versions (e.g. v1.5.x and v1.6.x) might break your build, as the API *might* have changed, but once +versions (e.g. v1.5.x and v1.6.x) might break your build, as the API _might_ have changed, but once your code compiles there's no need for any data migration. Lastly, changes in between two different patch versions should never break your build or dataset. -For more background on our decision to adopt Serialization Versioning, read the blog post -[Semantic Versioning, Go Modules, and Databases][blog] and the original proposal on -[this comment on Dgraph's Discuss forum][discuss]. +For more background on our decision to adopt Serialization Versioning, read the blog post [Semantic +Versioning, Go Modules, and Databases][blog] and the original proposal on [this comment on Dgraph's +Discuss forum][discuss]. [blog]: https://open.dgraph.io/post/serialization-versioning/ -[discuss]: https://discuss.dgraph.io/t/go-modules-on-badger-and-dgraph/4662/7 \ No newline at end of file +[discuss]: https://discuss.dgraph.io/t/go-modules-on-badger-and-dgraph/4662/7 diff --git a/backup.go b/backup.go index e9811e1..cce62d0 100644 --- a/backup.go +++ b/backup.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/backup_test.go b/backup_test.go index 3d7b15a..2be712e 100644 --- a/backup_test.go +++ b/backup_test.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/badger/Makefile b/badger/Makefile index 811498b..e567e34 100644 --- a/badger/Makefile +++ b/badger/Makefile @@ -1,17 +1,6 @@ # -# Copyright 2022 Dgraph Labs, Inc. and Contributors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> +# SPDX-License-Identifier: Apache-2.0 # GOOS ?= $(shell go env GOOS) diff --git a/badger/badger-darwin-arm64 b/badger/badger-darwin-arm64 new file mode 100755 index 0000000..5e16dae Binary files /dev/null and b/badger/badger-darwin-arm64 differ diff --git a/badger/cmd/backup.go b/badger/cmd/backup.go index 563d8f7..bfcbf8d 100644 --- a/badger/cmd/backup.go +++ b/badger/cmd/backup.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/bank.go b/badger/cmd/bank.go index 8d98dc3..dc064c3 100644 --- a/badger/cmd/bank.go +++ b/badger/cmd/bank.go @@ -1,17 +1,6 @@ /* - * Copyright 2018 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/bench.go b/badger/cmd/bench.go index 2cd4926..ae074a3 100644 --- a/badger/cmd/bench.go +++ b/badger/cmd/bench.go @@ -1,17 +1,6 @@ /* - * Copyright 2019 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/flatten.go b/badger/cmd/flatten.go index dc34818..31d3cfc 100644 --- a/badger/cmd/flatten.go +++ b/badger/cmd/flatten.go @@ -1,17 +1,6 @@ /* - * Copyright 2018 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/info.go b/badger/cmd/info.go index 9b6c780..3f790c6 100644 --- a/badger/cmd/info.go +++ b/badger/cmd/info.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/pick_table_bench.go b/badger/cmd/pick_table_bench.go index a7fa74c..4cd8648 100644 --- a/badger/cmd/pick_table_bench.go +++ b/badger/cmd/pick_table_bench.go @@ -1,17 +1,6 @@ /* - * Copyright 2021 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/read_bench.go b/badger/cmd/read_bench.go index f6e48c5..acde52a 100644 --- a/badger/cmd/read_bench.go +++ b/badger/cmd/read_bench.go @@ -1,17 +1,6 @@ /* - * Copyright 2019 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/restore.go b/badger/cmd/restore.go index 8d6b690..25732f1 100644 --- a/badger/cmd/restore.go +++ b/badger/cmd/restore.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/root.go b/badger/cmd/root.go index 4d94d71..29ad7de 100644 --- a/badger/cmd/root.go +++ b/badger/cmd/root.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/rotate.go b/badger/cmd/rotate.go index 1b76cbf..3a32333 100644 --- a/badger/cmd/rotate.go +++ b/badger/cmd/rotate.go @@ -1,17 +1,6 @@ /* - * Copyright 2019 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/rotate_test.go b/badger/cmd/rotate_test.go index 805ef20..2b5ffdc 100644 --- a/badger/cmd/rotate_test.go +++ b/badger/cmd/rotate_test.go @@ -1,17 +1,6 @@ /* - * Copyright 2019 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/stream.go b/badger/cmd/stream.go index 45846d7..ad3c945 100644 --- a/badger/cmd/stream.go +++ b/badger/cmd/stream.go @@ -1,17 +1,6 @@ /* - * Copyright 2020 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/cmd/write_bench.go b/badger/cmd/write_bench.go index 2148c09..fc8a86b 100644 --- a/badger/cmd/write_bench.go +++ b/badger/cmd/write_bench.go @@ -1,17 +1,6 @@ /* - * Copyright 2019 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package cmd diff --git a/badger/main.go b/badger/main.go index d89d0c3..748adb7 100644 --- a/badger/main.go +++ b/badger/main.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package main diff --git a/batch.go b/batch.go index ea7a81f..afef08c 100644 --- a/batch.go +++ b/batch.go @@ -1,17 +1,6 @@ /* - * Copyright 2018 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/batch_test.go b/batch_test.go index 0637dd6..f93c094 100644 --- a/batch_test.go +++ b/batch_test.go @@ -1,17 +1,6 @@ /* - * Copyright 2018 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/changes.sh b/changes.sh index e7cede9..83832c5 100755 --- a/changes.sh +++ b/changes.sh @@ -1,18 +1,18 @@ #!/bin/bash set -e -GHORG=${GHORG:-dgraph-io} +GHORG=${GHORG:-hypermodeinc} GHREPO=${GHREPO:-badger} cat <<EOF This description was generated using this script: \`\`\`sh -`cat $0` +$(cat "$0") \`\`\` Invoked as: - `echo GHORG=${GHORG} GHREPO=${GHREPO} $(basename $0) ${@:1}` + $(echo GHORG="${GHORG}" GHREPO="${GHREPO}" $(basename "$0") ${@:1}) EOF -git log --oneline --reverse ${@:1} \ - | sed -E "s/^(\S{7}\s)//g" \ - | sed -E "s/([\s|\(| ])#([0-9]+)/\1${GHORG}\/${GHREPO}#\2/g" \ +git log --oneline --reverse ${@:1} | + sed -E "s/^(\S{7}\s)//g" | + sed -E "s/([\s|\(| ])#([0-9]+)/\1${GHORG}\/${GHREPO}#\2/g" diff --git a/compaction.go b/compaction.go index 1f61ecf..c9ba7d3 100644 --- a/compaction.go +++ b/compaction.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/db.go b/db.go index dbf5b7e..6589637 100644 --- a/db.go +++ b/db.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/db2_test.go b/db2_test.go index 7037ab4..cf6ec72 100644 --- a/db2_test.go +++ b/db2_test.go @@ -1,17 +1,6 @@ /* - * Copyright 2018 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger @@ -652,7 +641,7 @@ func TestL0GCBug(t *testing.T) { require.NoError(t, db2.Close()) } -// Regression test for https://github.com/dgraph-io/badger/issues/1126 +// Regression test for https://github.com/hypermodeinc/badger/issues/1126 // // The test has 3 steps // Step 1 - Create badger data. It is necessary that the value size is diff --git a/db_test.go b/db_test.go index f7aedad..2129346 100644 --- a/db_test.go +++ b/db_test.go @@ -1,17 +1,6 @@ /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/dir_other.go b/dir_other.go index d804903..f959c80 100644 --- a/dir_other.go +++ b/dir_other.go @@ -2,19 +2,8 @@ // +build js wasip1 /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/dir_plan9.go b/dir_plan9.go index 7f7f194..d6cb8d9 100644 --- a/dir_plan9.go +++ b/dir_plan9.go @@ -1,17 +1,6 @@ /* - * Copyright 2020 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/dir_unix.go b/dir_unix.go index d7a7199..dab0224 100644 --- a/dir_unix.go +++ b/dir_unix.go @@ -2,19 +2,8 @@ // +build !windows,!plan9,!js,!wasip1 /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/dir_windows.go b/dir_windows.go index bd8d2f9..237649e 100644 --- a/dir_windows.go +++ b/dir_windows.go @@ -2,19 +2,8 @@ // +build windows /* - * Copyright 2017 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger @@ -107,5 +96,5 @@ func (g *directoryLockGuard) release() error { } // Windows doesn't support syncing directories to the file system. See -// https://github.com/dgraph-io/badger/issues/699#issuecomment-504133587 for more details. +// https://github.com/hypermodeinc/badger/issues/699#issuecomment-504133587 for more details. func syncDir(dir string) error { return nil } diff --git a/discard.go b/discard.go index 409939e..424cb3a 100644 --- a/discard.go +++ b/discard.go @@ -1,17 +1,6 @@ /* - * Copyright 2020 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/discard_test.go b/discard_test.go index 5c7592c..413a503 100644 --- a/discard_test.go +++ b/discard_test.go @@ -1,17 +1,6 @@ /* - * Copyright 2020 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com> + * SPDX-License-Identifier: Apache-2.0 */ package badger diff --git a/docs/README.md b/docs/README.md index 7f0b846..83641b2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,7 @@ # Badger Docs -If you are looking for Badger's documentation, you might find https://dgraph.io/docs/badger much more readable. +If you are looking for Badger's documentation, you might find https://dgraph.io/docs/badger much +more readable. ## Getting Started @@ -8,7 +9,8 @@ We use [Hugo](https://gohugo.io/) for our documentation. ### Running locally -1. Download and install the latest patch of Hugo version v0.69.x from [here](https://github.com/gohugoio/hugo/releases/). +1. Download and install the latest patch of Hugo version v0.69.x from + [here](https://github.com/gohugoio/hugo/releases/). 2. Run `hugo server` within the `docs` folder. 3. Visit http://localhost:1313 to see the documentation site. @@ -18,5 +20,6 @@ If you're interested in contributing to Badger, please review our [guidelines](. ## Contact -- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, feature requests, and discussions. +- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, feature requests, and + discussions. - Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs). diff --git a/docs/archetypes/default.md b/docs/archetypes/default.md index 00e77bd..26f317f 100644 --- a/docs/archetypes/default.md +++ b/docs/archetypes/default.md @@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true --- - diff --git a/docs/config.toml b/docs/config.toml index 146a343..e618e6c 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -8,36 +8,36 @@ unsafe = true [markup.highlight] noClasses = false [[menu.main]] - name = "Home" - url = "/" - identifier = "home" - weight = -1 +name = "Home" +url = "/" +identifier = "home" +weight = -1 [[menu.main]] - name = "Getting Started" - url = "/get-started/" - identifier = "get-started" - weight = 1 +name = "Getting Started" +url = "/get-started/" +identifier = "get-started" +weight = 1 [[menu.main]] - name = "Resources" - url = "/resources/" - identifier = "resources" - weight = 2 +name = "Resources" +url = "/resources/" +identifier = "resources" +weight = 2 [[menu.main]] - name = "Design" - url = "/design/" - identifier = "design" - weight = 3 +name = "Design" +url = "/design/" +identifier = "design" +weight = 3 [[menu.main]] - name = "Projects using Badger" - url = "/projects-using-badger/" - identifier = "project-using-badger" - weight = 4 +name = "Projects using Badger" +url = "/projects-using-badger/" +identifier = "project-using-badger" +weight = 4 [[menu.main]] - name = "Frequently Asked Questions" - url = "/faq/" - identifier = "faq" - weight = 5 +name = "Frequently Asked Questions" +url = "/faq/" +identifier = "faq" +weight = 5 diff --git a/docs/content/_index.md b/docs/content/_index.md index ea302f9..5b4f12d 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -82,7 +82,7 @@ non-Go-based key-value stores like RocksDB. The [Changelog] is kept fairly up-to-date with each release. -[Changelog]:https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md +[Changelog]: https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md ## Contribute @@ -107,7 +107,8 @@ The [Changelog] is kept fairly up-to-date with each release. ## Our Community -**Badger is made better every day by the growing community and the contributors all over the world.** +**Badger is made better every day by the growing community and the contributors all over the +world.** <section class="toc"> <div class="container"> diff --git a/docs/content/contact/index.md b/docs/content/contact/index.md index 15300bd..61d3358 100644 --- a/docs/content/contact/index.md +++ b/docs/content/contact/index.md @@ -3,6 +3,8 @@ title = "Contact" aliases = ["/contact"] +++ -- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, feature requests and discussions. -- Please use [Github issue tracker](https://github.com/dgraph-io/badger/issues) for filing bugs or feature requests. +- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, feature requests and + discussions. +- Please use [Github issue tracker](https://github.com/dgraph-io/badger/issues) for filing bugs or + feature requests. - Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs). diff --git a/docs/content/design/index.md b/docs/content/design/index.md index 25880b4..e0a510f 100644 --- a/docs/content/design/index.md +++ b/docs/content/design/index.md @@ -9,42 +9,43 @@ Badger was written with these design goals in mind: - Use latest research to build the fastest KV database for data sets spanning terabytes. - Optimize for SSDs. -Badger’s design is based on a paper titled _[WiscKey: Separating Keys from -Values in SSD-conscious Storage][wisckey]_. +Badger’s design is based on a paper titled _[WiscKey: Separating Keys from Values in SSD-conscious +Storage][wisckey]_. [wisckey]: https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf ## Comparisons -| Feature | Badger | RocksDB | BoltDB | -| ------- | ------ | ------- | ------ | -| Design | LSM tree with value log | LSM tree only | B+ tree | -| High Read throughput | Yes | No | Yes | -| High Write throughput | Yes | Yes | No | -| Designed for SSDs | Yes (with latest research <sup>1</sup>) | Not specifically <sup>2</sup> | No | -| Embeddable | Yes | Yes | Yes | -| Sorted KV access | Yes | Yes | Yes | -| Pure Go (no Cgo) | Yes | No | Yes | -| Transactions | Yes, ACID, concurrent with SSI<sup>3</sup> | Yes (but non-ACID) | Yes, ACID | -| Snapshots | Yes | Yes | Yes | -| TTL support | Yes | Yes | No | -| 3D access (key-value-version) | Yes<sup>4</sup> | No | No | -<sup>1</sup> The [WISCKEY paper][wisckey] (on which Badger is based) saw big -wins with separating values from keys, significantly reducing the write -amplification compared to a typical LSM tree. +| Feature | Badger | RocksDB | BoltDB | +| ----------------------------- | ------------------------------------------ | ----------------------------- | --------- | +| Design | LSM tree with value log | LSM tree only | B+ tree | +| High Read throughput | Yes | No | Yes | +| High Write throughput | Yes | Yes | No | +| Designed for SSDs | Yes (with latest research <sup>1</sup>) | Not specifically <sup>2</sup> | No | +| Embeddable | Yes | Yes | Yes | +| Sorted KV access | Yes | Yes | Yes | +| Pure Go (no Cgo) | Yes | No | Yes | +| Transactions | Yes, ACID, concurrent with SSI<sup>3</sup> | Yes (but non-ACID) | Yes, ACID | +| Snapshots | Yes | Yes | Yes | +| TTL support | Yes | Yes | No | +| 3D access (key-value-version) | Yes<sup>4</sup> | No | No | -<sup>2</sup> RocksDB is an SSD optimized version of LevelDB, which was designed specifically for rotating disks. -As such RocksDB's design isn't aimed at SSDs. +<sup>1</sup> The [WISCKEY paper][wisckey] (on which Badger is based) saw big wins with separating +values from keys, significantly reducing the write amplification compared to a typical LSM tree. -<sup>3</sup> SSI: Serializable Snapshot Isolation. For more details, see the blog post [Concurrent ACID Transactions in Badger](https://blog.dgraph.io/post/badger-txn/) +<sup>2</sup> RocksDB is an SSD optimized version of LevelDB, which was designed specifically for +rotating disks. As such RocksDB's design isn't aimed at SSDs. -<sup>4</sup> Badger provides direct access to value versions via its Iterator API. -Users can also specify how many versions to keep per key via Options. +<sup>3</sup> SSI: Serializable Snapshot Isolation. For more details, see the blog post +[Concurrent ACID Transactions in Badger](https://blog.dgraph.io/post/badger-txn/) + +<sup>4</sup> Badger provides direct access to value versions via its Iterator API. Users can also +specify how many versions to keep per key via Options. ## Benchmarks -We have run comprehensive benchmarks against RocksDB, Bolt and LMDB. The -benchmarking code, and the detailed logs for the benchmarks can be found in the -[badger-bench] repo. More explanation, including graphs can be found the blog posts (linked -above). + +We have run comprehensive benchmarks against RocksDB, Bolt and LMDB. The benchmarking code, and the +detailed logs for the benchmarks can be found in the [badger-bench] repo. More explanation, +including graphs can be found the blog posts (linked above). [badger-bench]: https://github.com/dgraph-io/badger-bench diff --git a/docs/content/faq/index.md b/docs/content/faq/index.md index 599ec24..ec99413 100644 --- a/docs/content/faq/index.md +++ b/docs/content/faq/index.md @@ -5,39 +5,35 @@ aliases = ["/faq"] ## My writes are getting stuck. Why? -**Update: With the new `Value(func(v []byte))` API, this deadlock can no longer -happen.** +**Update: With the new `Value(func(v []byte))` API, this deadlock can no longer happen.** The following is true for users on Badger v1.x. -This can happen if a long running iteration with `Prefetch` is set to false, but -a `Item::Value` call is made internally in the loop. That causes Badger to -acquire read locks over the value log files to avoid value log GC removing the -file from underneath. As a side effect, this also blocks a new value log GC -file from being created, when the value log file boundary is hit. +This can happen if a long running iteration with `Prefetch` is set to false, but a `Item::Value` +call is made internally in the loop. That causes Badger to acquire read locks over the value log +files to avoid value log GC removing the file from underneath. As a side effect, this also blocks a +new value log GC file from being created, when the value log file boundary is hit. -Please see Github issues [#293](https://github.com/dgraph-io/badger/issues/293) -and [#315](https://github.com/dgraph-io/badger/issues/315). +Please see Github issues [#293](https://github.com/dgraph-io/badger/issues/293) and +[#315](https://github.com/dgraph-io/badger/issues/315). There are multiple workarounds during iteration: 1. Use `Item::ValueCopy` instead of `Item::Value` when retrieving value. -1. Set `Prefetch` to true. Badger would then copy over the value and release the - file lock immediately. -1. When `Prefetch` is false, don't call `Item::Value` and do a pure key-only - iteration. This might be useful if you just want to delete a lot of keys. +1. Set `Prefetch` to true. Badger would then copy over the value and release the file lock + immediately. +1. When `Prefetch` is false, don't call `Item::Value` and do a pure key-only iteration. This might + be useful if you just want to delete a lot of keys. 1. Do the writes in a separate transaction after the reads. ## My writes are really slow. Why? -Are you creating a new transaction for every single key update, and waiting for -it to `Commit` fully before creating a new one? This will lead to very low -throughput. +Are you creating a new transaction for every single key update, and waiting for it to `Commit` fully +before creating a new one? This will lead to very low throughput. -We have created `WriteBatch` API which provides a way to batch up -many updates into a single transaction and `Commit` that transaction using -callbacks to avoid blocking. This amortizes the cost of a transaction really -well, and provides the most efficient way to do bulk writes. +We have created `WriteBatch` API which provides a way to batch up many updates into a single +transaction and `Commit` that transaction using callbacks to avoid blocking. This amortizes the cost +of a transaction really well, and provides the most efficient way to do bulk writes. ```go wb := db.NewWriteBatch() @@ -50,26 +46,31 @@ for i := 0; i < N; i++ { handle(wb.Flush()) // Wait for all txns to finish. ``` -Note that `WriteBatch` API does not allow any reads. For read-modify-write -workloads, you should be using the `Transaction` API. +Note that `WriteBatch` API does not allow any reads. For read-modify-write workloads, you should be +using the `Transaction` API. ## I don't see any disk writes. Why? If you're using Badger with `SyncWrites=false`, then your writes might not be written to value log and won't get synced to disk immediately. Writes to LSM tree are done inmemory first, before they -get compacted to disk. The compaction would only happen once `BaseTableSize` has been reached. So, if -you're doing a few writes and then checking, you might not see anything on disk. Once you `Close` +get compacted to disk. The compaction would only happen once `BaseTableSize` has been reached. So, +if you're doing a few writes and then checking, you might not see anything on disk. Once you `Close` the database, you'll see these writes on disk. ## Reverse iteration doesn't give me the right results. -Just like forward iteration goes to the first key which is equal or greater than the SEEK key, reverse iteration goes to the first key which is equal or lesser than the SEEK key. Therefore, SEEK key would not be part of the results. You can typically add a `0xff` byte as a suffix to the SEEK key to include it in the results. See the following issues: [#436](https://github.com/dgraph-io/badger/issues/436) and [#347](https://github.com/dgraph-io/badger/issues/347). +Just like forward iteration goes to the first key which is equal or greater than the SEEK key, +reverse iteration goes to the first key which is equal or lesser than the SEEK key. Therefore, SEEK +key would not be part of the results. You can typically add a `0xff` byte as a suffix to the SEEK +key to include it in the results. See the following issues: +[#436](https://github.com/dgraph-io/badger/issues/436) and +[#347](https://github.com/dgraph-io/badger/issues/347). ## Which instances should I use for Badger? -We recommend using instances which provide local SSD storage, without any limit -on the maximum IOPS. In AWS, these are storage optimized instances like i3. They -provide local SSDs which clock 100K IOPS over 4KB blocks easily. +We recommend using instances which provide local SSD storage, without any limit on the maximum IOPS. +In AWS, these are storage optimized instances like i3. They provide local SSDs which clock 100K IOPS +over 4KB blocks easily. ## I'm getting a closed channel error. Why? @@ -78,65 +79,71 @@ panic: close of closed channel panic: send on closed channel ``` -If you're seeing panics like above, this would be because you're operating on a closed DB. This can happen, if you call `Close()` before sending a write, or multiple times. You should ensure that you only call `Close()` once, and all your read/write operations finish before closing. +If you're seeing panics like above, this would be because you're operating on a closed DB. This can +happen, if you call `Close()` before sending a write, or multiple times. You should ensure that you +only call `Close()` once, and all your read/write operations finish before closing. ## Are there any Go specific settings that I should use? -We *highly* recommend setting a high number for `GOMAXPROCS`, which allows Go to -observe the full IOPS throughput provided by modern SSDs. In Dgraph, we have set -it to 128. For more details, [see this -thread](https://groups.google.com/d/topic/golang-nuts/jPb_h3TvlKE/discussion). +We _highly_ recommend setting a high number for `GOMAXPROCS`, which allows Go to observe the full +IOPS throughput provided by modern SSDs. In Dgraph, we have set it to 128. For more details, +[see this thread](https://groups.google.com/d/topic/golang-nuts/jPb_h3TvlKE/discussion). ## Are there any Linux specific settings that I should use? We recommend setting `max file descriptors` to a high number depending upon the expected size of your data. On Linux and Mac, you can check the file descriptor limit with `ulimit -n -H` for the -hard limit and `ulimit -n -S` for the soft limit. A soft limit of `65535` is a good lower bound. -You can adjust the limit as needed. +hard limit and `ulimit -n -S` for the soft limit. A soft limit of `65535` is a good lower bound. You +can adjust the limit as needed. ## I see "manifest has unsupported version: X (we support Y)" error. This error means you have a badger directory which was created by an older version of badger and you're trying to open in a newer version of badger. The underlying data format can change across -badger versions and users will have to migrate their data directory. -Badger data can be migrated from version X of badger to version Y of badger by following the steps -listed below. -Assume you were on badger v1.6.0 and you wish to migrate to v2.0.0 version. +badger versions and users will have to migrate their data directory. Badger data can be migrated +from version X of badger to version Y of badger by following the steps listed below. Assume you were +on badger v1.6.0 and you wish to migrate to v2.0.0 version. + 1. Install badger version v1.6.0 - - `cd $GOPATH/src/github.com/dgraph-io/badger` - - `git checkout v1.6.0` - - `cd badger && go install` - This should install the old badger binary in your $GOBIN. + - `cd $GOPATH/src/github.com/dgraph-io/badger` + - `git checkout v1.6.0` + - `cd badger && go install` + + This should install the old badger binary in your $GOBIN. + 2. Create Backup - - `badger backup --dir path/to/badger/directory -f badger.backup` + - `badger backup --dir path/to/badger/directory -f badger.backup` 3. Install badger version v2.0.0 - - `cd $GOPATH/src/github.com/dgraph-io/badger` - - `git checkout v2.0.0` - - `cd badger && go install` - This should install new badger binary in your $GOBIN + - `cd $GOPATH/src/github.com/dgraph-io/badger` + - `git checkout v2.0.0` + - `cd badger && go install` + + This should install new badger binary in your $GOBIN + 4. Restore data from backup - - `badger restore --dir path/to/new/badger/directory -f badger.backup` - This will create a new directory on `path/to/new/badger/directory` and add badger data in - newer format to it. + - `badger restore --dir path/to/new/badger/directory -f badger.backup` + + This will create a new directory on `path/to/new/badger/directory` and add badger data in newer + format to it. NOTE - The above steps shouldn't cause any data loss but please ensure the new data is valid before deleting the old badger directory. ## Why do I need gcc to build badger? Does badger need CGO? -Badger does not directly use CGO but it relies on https://github.com/DataDog/zstd library for -zstd compression and the library requires `gcc/cgo`. You can build badger without cgo by running +Badger does not directly use CGO but it relies on https://github.com/DataDog/zstd library for zstd +compression and the library requires `gcc/cgo`. You can build badger without cgo by running `CGO_ENABLED=0 go build`. This will build badger without the support for ZSTD compression algorithm. As of Badger versions [v2.2007.4](https://github.com/dgraph-io/badger/releases/tag/v2.2007.4) and -[v3.2103.1](https://github.com/dgraph-io/badger/releases/tag/v3.2103.1) the DataDog ZSTD library -was replaced by pure Golang version and CGO is no longer required. The new library is +[v3.2103.1](https://github.com/dgraph-io/badger/releases/tag/v3.2103.1) the DataDog ZSTD library was +replaced by pure Golang version and CGO is no longer required. The new library is [backwards compatible in nearly all cases](https://discuss.dgraph.io/t/use-pure-go-zstd-implementation/8670/10): - > Yes they are compatible both ways. The only exception is 0 bytes of input which will give - > 0 bytes output with the Go zstd. But you already have the zstd.WithZeroFrames(true) which - > will wrap 0 bytes in a header so it can be fed to DD zstd. This will of course only be relevant - > when downgrading. + > Yes they are compatible both ways. The only exception is 0 bytes of input which will give + > 0 bytes output with the Go zstd. But you already have the zstd.WithZeroFrames(true) which + > will wrap 0 bytes in a header so it can be fed to DD zstd. This will of course only be relevant + > when downgrading. diff --git a/docs/content/get-started/index.md b/docs/content/get-started/index.md index d73379d..7a2d0e4 100644 --- a/docs/content/get-started/index.md +++ b/docs/content/get-started/index.md @@ -3,13 +3,14 @@ title = "Get Started - Quickstart Guide" aliases = ["/get-started"] +++ - ## Installing + To start using Badger, install Go 1.23 or above. Run the following command to retrieve the library. ```sh $ go get github.com/dgraph-io/badger/v4 ``` + This will retrieve the library. ### Installing Badger Command Line Tool @@ -17,15 +18,17 @@ This will retrieve the library. ```sh $ go install github.com/dgraph-io/badger/v4/badger@latest ``` + This will install the badger command line utility into your $GOBIN path. ## Opening a database -The top-level object in Badger is a `DB`. It represents multiple files on disk -in specific directories, which contain the data for a single database. -To open your database, use the `badger.Open()` function, with the appropriate -options. The `Dir` and `ValueDir` options are mandatory and must be -specified by the client. They can be set to the same value to simplify things. +The top-level object in Badger is a `DB`. It represents multiple files on disk in specific +directories, which contain the data for a single database. + +To open your database, use the `badger.Open()` function, with the appropriate options. The `Dir` and +`ValueDir` options are mandatory and must be specified by the client. They can be set to the same +value to simplify things. ```go package main @@ -48,14 +51,15 @@ func main() { } ``` -Please note that Badger obtains a lock on the directories so multiple processes -cannot open the same database at the same time. +Please note that Badger obtains a lock on the directories so multiple processes cannot open the same +database at the same time. ### In-Memory Mode/Diskless Mode -By default, Badger ensures all the data is persisted to the disk. It also supports a pure -in-memory mode. When Badger is running in in-memory mode, all the data is stored in the memory. -Reads and writes are much faster in in-memory mode, but all the data stored in Badger will be lost -in case of a crash or close. To open badger in in-memory mode, set the `InMemory` option. + +By default, Badger ensures all the data is persisted to the disk. It also supports a pure in-memory +mode. When Badger is running in in-memory mode, all the data is stored in the memory. Reads and +writes are much faster in in-memory mode, but all the data stored in Badger will be lost in case of +a crash or close. To open badger in in-memory mode, set the `InMemory` option. ```go opt := badger.DefaultOptions("").WithInMemory(true) @@ -65,9 +69,8 @@ opt := badger.DefaultOptions("").WithInMemory(true) If you enable encryption on Badger, you also need to set the index cache size. -{{% notice "tip" %}} -Having a cache improves the performance. Otherwise, your reads would be very slow while encryption is enabled. -{{% /notice %}} +{{% notice "tip" %}} Having a cache improves the performance. Otherwise, your reads would be very +slow while encryption is enabled. {{% /notice %}} For example, to set a `100 Mb` cache: @@ -78,6 +81,7 @@ opts.IndexCache = 100 << 20 // 100 mb or some other size based on the amount of ## Transactions ### Read-only transactions + To start a read-only transaction, you can use the `DB.View()` method: ```go @@ -87,12 +91,12 @@ err := db.View(func(txn *badger.Txn) error { }) ``` -You cannot perform any writes or deletes within this transaction. Badger -ensures that you get a consistent view of the database within this closure. Any -writes that happen elsewhere after the transaction has started, will not be -seen by calls made within the closure. +You cannot perform any writes or deletes within this transaction. Badger ensures that you get a +consistent view of the database within this closure. Any writes that happen elsewhere after the +transaction has started, will not be seen by calls made within the closure. ### Read-write transactions + To start a read-write transaction, you can use the `DB.Update()` method: ```go @@ -104,17 +108,16 @@ err := db.Update(func(txn *badger.Txn) error { All database operations are allowed inside a read-write transaction. -Always check the returned error value. If you return an error -within your closure it will be passed through. +Always check the returned error value. If you return an error within your closure it will be passed +through. -An `ErrConflict` error will be reported in case of a conflict. Depending on the state -of your application, you have the option to retry the operation if you receive -this error. +An `ErrConflict` error will be reported in case of a conflict. Depending on the state of your +application, you have the option to retry the operation if you receive this error. -An `ErrTxnTooBig` will be reported in case the number of pending writes/deletes in -the transaction exceeds a certain limit. In that case, it is best to commit the -transaction and start a new transaction immediately. Here is an example (we are -not checking for errors in some places for simplicity): +An `ErrTxnTooBig` will be reported in case the number of pending writes/deletes in the transaction +exceeds a certain limit. In that case, it is best to commit the transaction and start a new +transaction immediately. Here is an example (we are not checking for errors in some places for +simplicity): ```go updates := make(map[string]string) @@ -130,23 +133,20 @@ _ = txn.Commit() ``` ### Managing transactions manually -The `DB.View()` and `DB.Update()` methods are wrappers around the -`DB.NewTransaction()` and `Txn.Commit()` methods (or `Txn.Discard()` in case of -read-only transactions). These helper methods will start the transaction, -execute a function, and then safely discard your transaction if an error is -returned. This is the recommended way to use Badger transactions. -However, sometimes you may want to manually create and commit your -transactions. You can use the `DB.NewTransaction()` function directly, which -takes in a boolean argument to specify whether a read-write transaction is -required. For read-write transactions, it is necessary to call `Txn.Commit()` -to ensure the transaction is committed. For read-only transactions, calling -`Txn.Discard()` is sufficient. `Txn.Commit()` also calls `Txn.Discard()` -internally to cleanup the transaction, so just calling `Txn.Commit()` is -sufficient for read-write transaction. However, if your code doesn’t call -`Txn.Commit()` for some reason (for e.g it returns prematurely with an error), -then please make sure you call `Txn.Discard()` in a `defer` block. Refer to the -code below. +The `DB.View()` and `DB.Update()` methods are wrappers around the `DB.NewTransaction()` and +`Txn.Commit()` methods (or `Txn.Discard()` in case of read-only transactions). These helper methods +will start the transaction, execute a function, and then safely discard your transaction if an error +is returned. This is the recommended way to use Badger transactions. + +However, sometimes you may want to manually create and commit your transactions. You can use the +`DB.NewTransaction()` function directly, which takes in a boolean argument to specify whether a +read-write transaction is required. For read-write transactions, it is necessary to call +`Txn.Commit()` to ensure the transaction is committed. For read-only transactions, calling +`Txn.Discard()` is sufficient. `Txn.Commit()` also calls `Txn.Discard()` internally to cleanup the +transaction, so just calling `Txn.Commit()` is sufficient for read-write transaction. However, if +your code doesn’t call `Txn.Commit()` for some reason (for e.g it returns prematurely with an +error), then please make sure you call `Txn.Discard()` in a `defer` block. Refer to the code below. ```go // Start a writable transaction. @@ -165,19 +165,19 @@ if err := txn.Commit(); err != nil { } ``` -The first argument to `DB.NewTransaction()` is a boolean stating if the transaction -should be writable. +The first argument to `DB.NewTransaction()` is a boolean stating if the transaction should be +writable. -Badger allows an optional callback to the `Txn.Commit()` method. Normally, the -callback can be set to `nil`, and the method will return after all the writes -have succeeded. However, if this callback is provided, the `Txn.Commit()` -method returns as soon as it has checked for any conflicts. The actual writing -to the disk happens asynchronously, and the callback is invoked once the -writing has finished, or an error has occurred. This can improve the throughput -of the application in some cases. But it also means that a transaction is not -durable until the callback has been invoked with a `nil` error value. +Badger allows an optional callback to the `Txn.Commit()` method. Normally, the callback can be set +to `nil`, and the method will return after all the writes have succeeded. However, if this callback +is provided, the `Txn.Commit()` method returns as soon as it has checked for any conflicts. The +actual writing to the disk happens asynchronously, and the callback is invoked once the writing has +finished, or an error has occurred. This can improve the throughput of the application in some +cases. But it also means that a transaction is not durable until the callback has been invoked with +a `nil` error value. ## Using key/value pairs + To save a key/value pair, use the `Txn.Set()` method: ```go @@ -187,9 +187,8 @@ err := db.Update(func(txn *badger.Txn) error { }) ``` -Key/Value pair can also be saved by first creating `Entry`, then setting this -`Entry` using `Txn.SetEntry()`. `Entry` also exposes methods to set properties -on it. +Key/Value pair can also be saved by first creating `Entry`, then setting this `Entry` using +`Txn.SetEntry()`. `Entry` also exposes methods to set properties on it. ```go err := db.Update(func(txn *badger.Txn) error { @@ -199,8 +198,8 @@ err := db.Update(func(txn *badger.Txn) error { }) ``` -This will set the value of the `"answer"` key to `"42"`. To retrieve this -value, we can use the `Txn.Get()` method: +This will set the value of the `"answer"` key to `"42"`. To retrieve this value, we can use the +`Txn.Get()` method: ```go err := db.View(func(txn *badger.Txn) error { @@ -240,24 +239,23 @@ err := db.View(func(txn *badger.Txn) error { `Txn.Get()` returns `ErrKeyNotFound` if the value is not found. -Please note that values returned from `Get()` are only valid while the -transaction is open. If you need to use a value outside of the transaction -then you must use `copy()` to copy it to another byte slice. +Please note that values returned from `Get()` are only valid while the transaction is open. If you +need to use a value outside of the transaction then you must use `copy()` to copy it to another byte +slice. Use the `Txn.Delete()` method to delete a key. ## Monotonically increasing integers -To get unique monotonically increasing integers with strong durability, you can -use the `DB.GetSequence` method. This method returns a `Sequence` object, which -is thread-safe and can be used concurrently via various goroutines. +To get unique monotonically increasing integers with strong durability, you can use the +`DB.GetSequence` method. This method returns a `Sequence` object, which is thread-safe and can be +used concurrently via various goroutines. -Badger would lease a range of integers to hand out from memory, with the -bandwidth provided to `DB.GetSequence`. The frequency at which disk writes are -done is determined by this lease bandwidth and the frequency of `Next` -invocations. Setting a bandwidth too low would do more disk writes, setting it -too high would result in wasted integers if Badger is closed or crashes. -To avoid wasted integers, call `Release` before closing Badger. +Badger would lease a range of integers to hand out from memory, with the bandwidth provided to +`DB.GetSequence`. The frequency at which disk writes are done is determined by this lease bandwidth +and the frequency of `Next` invocations. Setting a bandwidth too low would do more disk writes, +setting it too high would result in wasted integers if Badger is closed or crashes. To avoid wasted +integers, call `Release` before closing Badger. ```go seq, err := db.GetSequence(key, 1000) @@ -268,11 +266,11 @@ for { ``` ## Merge Operations -Badger provides support for ordered merge operations. You can define a func -of type `MergeFunc` which takes in an existing value, and a value to be -_merged_ with it. It returns a new value which is the result of the _merge_ -operation. All values are specified in byte arrays. For e.g., here is a merge -function (`add`) which appends a `[]byte` value to an existing `[]byte` value. + +Badger provides support for ordered merge operations. You can define a func of type `MergeFunc` +which takes in an existing value, and a value to be _merged_ with it. It returns a new value which +is the result of the _merge_ operation. All values are specified in byte arrays. For e.g., here is a +merge function (`add`) which appends a `[]byte` value to an existing `[]byte` value. ```go // Merge function to append one byte slice to another @@ -281,13 +279,12 @@ func add(originalValue, newValue []byte) []byte { } ``` -This function can then be passed to the `DB.GetMergeOperator()` method, along -with a key, and a duration value. The duration specifies how often the merge -function is run on values that have been added using the `MergeOperator.Add()` -method. +This function can then be passed to the `DB.GetMergeOperator()` method, along with a key, and a +duration value. The duration specifies how often the merge function is run on values that have been +added using the `MergeOperator.Add()` method. -`MergeOperator.Get()` method can be used to retrieve the cumulative value of the key -associated with the merge operation. +`MergeOperator.Get()` method can be used to retrieve the cumulative value of the key associated with +the merge operation. ```go key := []byte("merge") @@ -320,7 +317,9 @@ func add(existing, new []byte) []byte { return uint64ToBytes(bytesToUint64(existing) + bytesToUint64(new)) } ``` + It can be used as + ``` key := []byte("merge") @@ -335,10 +334,10 @@ res, _ := m.Get() // res should have value 6 encoded ``` ## Setting Time To Live(TTL) and User Metadata on Keys -Badger allows setting an optional Time to Live (TTL) value on keys. Once the TTL has -elapsed, the key will no longer be retrievable and will be eligible for garbage -collection. A TTL can be set as a `time.Duration` value using the `Entry.WithTTL()` -and `Txn.SetEntry()` API methods. + +Badger allows setting an optional Time to Live (TTL) value on keys. Once the TTL has elapsed, the +key will no longer be retrievable and will be eligible for garbage collection. A TTL can be set as a +`time.Duration` value using the `Entry.WithTTL()` and `Txn.SetEntry()` API methods. ```go err := db.Update(func(txn *badger.Txn) error { @@ -348,10 +347,10 @@ err := db.Update(func(txn *badger.Txn) error { }) ``` -An optional user metadata value can be set on each key. A user metadata value -is represented by a single byte. It can be used to set certain bits along -with the key to aid in interpreting or decoding the key-value pair. User -metadata can be set using `Entry.WithMeta()` and `Txn.SetEntry()` API methods. +An optional user metadata value can be set on each key. A user metadata value is represented by a +single byte. It can be used to set certain bits along with the key to aid in interpreting or +decoding the key-value pair. User metadata can be set using `Entry.WithMeta()` and `Txn.SetEntry()` +API methods. ```go err := db.Update(func(txn *badger.Txn) error { @@ -361,8 +360,8 @@ err := db.Update(func(txn *badger.Txn) error { }) ``` -`Entry` APIs can be used to add the user metadata and TTL for same key. This `Entry` -then can be set using `Txn.SetEntry()`. +`Entry` APIs can be used to add the user metadata and TTL for same key. This `Entry` then can be set +using `Txn.SetEntry()`. ```go err := db.Update(func(txn *badger.Txn) error { @@ -373,10 +372,9 @@ err := db.Update(func(txn *badger.Txn) error { ``` ## Iterating over keys -To iterate over keys, we can use an `Iterator`, which can be obtained using the -`Txn.NewIterator()` method. Iteration happens in byte-wise lexicographical sorting -order. +To iterate over keys, we can use an `Iterator`, which can be obtained using the `Txn.NewIterator()` +method. Iteration happens in byte-wise lexicographical sorting order. ```go err := db.View(func(txn *badger.Txn) error { @@ -399,16 +397,16 @@ err := db.View(func(txn *badger.Txn) error { }) ``` -The iterator allows you to move to a specific point in the list of keys and move -forward or backward through the keys one at a time. +The iterator allows you to move to a specific point in the list of keys and move forward or backward +through the keys one at a time. -By default, Badger prefetches the values of the next 100 items. You can adjust -that with the `IteratorOptions.PrefetchSize` field. However, setting it to -a value higher than `GOMAXPROCS` (which we recommend to be 128 or higher) -shouldn’t give any additional benefits. You can also turn off the fetching of -values altogether. See section below on key-only iteration. +By default, Badger prefetches the values of the next 100 items. You can adjust that with the +`IteratorOptions.PrefetchSize` field. However, setting it to a value higher than `GOMAXPROCS` (which +we recommend to be 128 or higher) shouldn’t give any additional benefits. You can also turn off the +fetching of values altogether. See section below on key-only iteration. ### Prefix scans + To iterate over a key prefix, you can combine `Seek()` and `ValidForPrefix()`: ```go @@ -433,36 +431,34 @@ db.View(func(txn *badger.Txn) error { ### Possible pagination implementation using Prefix scans -Considering that iteration happens in **byte-wise lexicographical sorting** order, -it's possible to create a sorting-sensitive key. For example, a simple blog post -key might look like:`feed:userUuid:timestamp:postUuid`. Here, the `timestamp` part -of the key is treated as an attribute, and items will be stored in the corresponding order: +Considering that iteration happens in **byte-wise lexicographical sorting** order, it's possible to +create a sorting-sensitive key. For example, a simple blog post key might look +like:`feed:userUuid:timestamp:postUuid`. Here, the `timestamp` part of the key is treated as an +attribute, and items will be stored in the corresponding order: -| Order ASC | Key | -|:-----------:|:-------------------------------------------------------------| -| 1 | feed:tQpnEDVRoCxTFQDvyQEzdo:1733127889:tQpnEDVRoCxTFQDvyQEzdo | -| 2 | feed:tQpnEDVRoCxTFQDvyQEzdo:1733127533:1Mryrou1xoekEaxzrFiHwL | -| 3 | feed:tQpnEDVRoCxTFQDvyQEzdo:1733127486:pprRrNL2WP4yfVXsSNBSx6 | +| Order ASC | Key | +| :-------: | :------------------------------------------------------------ | +| 1 | feed:tQpnEDVRoCxTFQDvyQEzdo:1733127889:tQpnEDVRoCxTFQDvyQEzdo | +| 2 | feed:tQpnEDVRoCxTFQDvyQEzdo:1733127533:1Mryrou1xoekEaxzrFiHwL | +| 3 | feed:tQpnEDVRoCxTFQDvyQEzdo:1733127486:pprRrNL2WP4yfVXsSNBSx6 | -It is important to properly configure keys for lexicographical sorting to avoid -incorrect ordering. +It is important to properly configure keys for lexicographical sorting to avoid incorrect ordering. -A **prefix scan** through the keys above can be achieved using the prefix +A **prefix scan** through the keys above can be achieved using the prefix `feed:tQpnEDVRoCxTFQDvyQEzdo`. All matching keys will be returned, sorted by `timestamp`. -For the example above, sorting can be done in ascending or descending order based on -`timestamp` or `reversed timestamp` as needed: +For the example above, sorting can be done in ascending or descending order based on `timestamp` or +`reversed timestamp` as needed: ```go reversedTimestamp := math.MaxInt64-time.Now().Unix() ``` -This makes it possible to implement simple pagination by using a limit for -the number of keys and a cursor (the last key from the previous iteration) to -identify where to resume. +This makes it possible to implement simple pagination by using a limit for the number of keys and a +cursor (the last key from the previous iteration) to identify where to resume. ```go -// startCursor may look like 'feed:tQpnEDVRoCxTFQDvyQEzdo:1733127486'. -// A prefix scan with this cursor will locate the specific key where +// startCursor may look like 'feed:tQpnEDVRoCxTFQDvyQEzdo:1733127486'. +// A prefix scan with this cursor will locate the specific key where // the previous iteration stopped. err = db.badger.View(func(txn *badger.Txn) error { it := txn.NewIterator(opts) @@ -471,22 +467,22 @@ err = db.badger.View(func(txn *badger.Txn) error { // Prefix example 'feed:tQpnEDVRoCxTFQDvyQEzdo' // if no cursor provided prefix scan starts from the beginning p := prefix - if startCursor != nil { + if startCursor != nil { p = startCursor } iterNum := 0 // Tracks the number of iterations to enforce the limit. for it.Seek(p); it.ValidForPrefix(p); it.Next() { - // The method it.ValidForPrefix ensures that iteration continues - // as long as keys match the prefix. - // For example, if p = 'feed:tQpnEDVRoCxTFQDvyQEzdo:1733127486', - // it matches keys like + // The method it.ValidForPrefix ensures that iteration continues + // as long as keys match the prefix. + // For example, if p = 'feed:tQpnEDVRoCxTFQDvyQEzdo:1733127486', + // it matches keys like // 'feed:tQpnEDVRoCxTFQDvyQEzdo:1733127889:pprRrNL2WP4yfVXsSNBSx6'. - - // Once the starting point for iteration is found, revert the prefix + + // Once the starting point for iteration is found, revert the prefix // back to 'feed:tQpnEDVRoCxTFQDvyQEzdo' to continue iterating sequentially. // Otherwise, iteration would stop after a single prefix-key match. - p = prefix - + p = prefix + item := it.Item() key := string(item.Key()) @@ -504,7 +500,7 @@ err = db.badger.View(func(txn *badger.Txn) error { return err } } - // If the number of iterations is less than the limit, + // If the number of iterations is less than the limit, // it means there are no more items for the prefix. if iterNum < limit { nextCursor = "" @@ -515,12 +511,12 @@ return nextCursor, err ``` ### Key-only iteration -Badger supports a unique mode of iteration called _key-only_ iteration. It is -several order of magnitudes faster than regular iteration, because it involves -access to the LSM-tree only, which is usually resident entirely in RAM. To -enable key-only iteration, you need to set the `IteratorOptions.PrefetchValues` -field to `false`. This can also be used to do sparse reads for selected keys -during an iteration, by calling `item.Value()` only when required. + +Badger supports a unique mode of iteration called _key-only_ iteration. It is several order of +magnitudes faster than regular iteration, because it involves access to the LSM-tree only, which is +usually resident entirely in RAM. To enable key-only iteration, you need to set the +`IteratorOptions.PrefetchValues` field to `false`. This can also be used to do sparse reads for +selected keys during an iteration, by calling `item.Value()` only when required. ```go err := db.View(func(txn *badger.Txn) error { @@ -538,28 +534,25 @@ err := db.View(func(txn *badger.Txn) error { ``` ## Stream -Badger provides a Stream framework, which concurrently iterates over all or a -portion of the DB, converting data into custom key-values, and streams it out -serially to be sent over network, written to disk, or even written back to -Badger. This is a lot faster way to iterate over Badger than using a single -Iterator. Stream supports Badger in both managed and normal mode. -Stream uses the natural boundaries created by SSTables within the LSM tree, to -quickly generate key ranges. Each goroutine then picks a range and runs an -iterator to iterate over it. Each iterator iterates over all versions of values -and is created from the same transaction, thus working over a snapshot of the -DB. Every time a new key is encountered, it calls `ChooseKey(item)`, followed -by `KeyToList(key, itr)`. This allows a user to select or reject that key, and -if selected, convert the value versions into custom key-values. The goroutine -batches up 4MB worth of key-values, before sending it over to a channel. -Another goroutine further batches up data from this channel using *smart -batching* algorithm and calls `Send` serially. +Badger provides a Stream framework, which concurrently iterates over all or a portion of the DB, +converting data into custom key-values, and streams it out serially to be sent over network, written +to disk, or even written back to Badger. This is a lot faster way to iterate over Badger than using +a single Iterator. Stream supports Badger in both managed and normal mode. -This framework is designed for high throughput key-value iteration, spreading -the work of iteration across many goroutines. `DB.Backup` uses this framework to -provide full and incremental backups quickly. Dgraph is a heavy user of this -framework. In fact, this framework was developed and used within Dgraph, before -getting ported over to Badger. +Stream uses the natural boundaries created by SSTables within the LSM tree, to quickly generate key +ranges. Each goroutine then picks a range and runs an iterator to iterate over it. Each iterator +iterates over all versions of values and is created from the same transaction, thus working over a +snapshot of the DB. Every time a new key is encountered, it calls `ChooseKey(item)`, followed by +`KeyToList(key, itr)`. This allows a user to select or reject that key, and if selected, convert the +value versions into custom key-values. The goroutine batches up 4MB worth of key-values, before +sending it over to a channel. Another goroutine further batches up data from this channel using +_smart batching_ algorithm and calls `Send` serially. + +This framework is designed for high throughput key-value iteration, spreading the work of iteration +across many goroutines. `DB.Backup` uses this framework to provide full and incremental backups +quickly. Dgraph is a heavy user of this framework. In fact, this framework was developed and used +within Dgraph, before getting ported over to Badger. ```go stream := db.NewStream() @@ -595,51 +588,52 @@ if err := stream.Orchestrate(context.Background()); err != nil { ``` ## Garbage Collection + Badger values need to be garbage collected, because of two reasons: -* Badger keeps values separately from the LSM tree. This means that the compaction operations -that clean up the LSM tree do not touch the values at all. Values need to be cleaned up -separately. +- Badger keeps values separately from the LSM tree. This means that the compaction operations that + clean up the LSM tree do not touch the values at all. Values need to be cleaned up separately. -* Concurrent read/write transactions could leave behind multiple values for a single key, because they -are stored with different versions. These could accumulate, and take up unneeded space beyond the -time these older versions are needed. +- Concurrent read/write transactions could leave behind multiple values for a single key, because + they are stored with different versions. These could accumulate, and take up unneeded space beyond + the time these older versions are needed. Badger relies on the client to perform garbage collection at a time of their choosing. It provides the following method, which can be invoked at an appropriate time: -* `DB.RunValueLogGC()`: This method is designed to do garbage collection while - Badger is online. Along with randomly picking a file, it uses statistics generated by the - LSM-tree compactions to pick files that are likely to lead to maximum space - reclamation. It is recommended to be called during periods of low activity in - your system, or periodically. One call would only result in removal of at max - one log file. As an optimization, you could also immediately re-run it whenever +- `DB.RunValueLogGC()`: This method is designed to do garbage collection while Badger is online. + Along with randomly picking a file, it uses statistics generated by the LSM-tree compactions to + pick files that are likely to lead to maximum space reclamation. It is recommended to be called + during periods of low activity in your system, or periodically. One call would only result in + removal of at max one log file. As an optimization, you could also immediately re-run it whenever it returns nil error (indicating a successful value log GC), as shown below. - ```go - ticker := time.NewTicker(5 * time.Minute) - defer ticker.Stop() - for range ticker.C { - again: - err := db.RunValueLogGC(0.7) - if err == nil { - goto again - } - } - ``` + ```go + ticker := time.NewTicker(5 * time.Minute) + defer ticker.Stop() + for range ticker.C { + again: + err := db.RunValueLogGC(0.7) + if err == nil { + goto again + } + } + ``` -* `DB.PurgeOlderVersions()`: This method is **DEPRECATED** since v1.5.0. Now, Badger's LSM tree automatically discards older/invalid versions of keys. +- `DB.PurgeOlderVersions()`: This method is **DEPRECATED** since v1.5.0. Now, Badger's LSM tree + automatically discards older/invalid versions of keys. -{{% notice "note" %}} The RunValueLogGC method would not garbage collect the latest value log.{{% /notice %}} +{{% notice "note" %}} The RunValueLogGC method would not garbage collect the latest value +log.{{% /notice %}} ## Database backup -There are two public API methods `DB.Backup()` and `DB.Load()` which can be -used to do online backups and restores. Badger v0.9 provides a CLI tool -`badger`, which can do offline backup/restore. Make sure you have `$GOPATH/bin` -in your PATH to use this tool. -The command below will create a version-agnostic backup of the database, to a -file `badger.bak` in the current working directory +There are two public API methods `DB.Backup()` and `DB.Load()` which can be used to do online +backups and restores. Badger v0.9 provides a CLI tool `badger`, which can do offline backup/restore. +Make sure you have `$GOPATH/bin` in your PATH to use this tool. + +The command below will create a version-agnostic backup of the database, to a file `badger.bak` in +the current working directory ```sh badger backup --dir <path/to/badgerdb> @@ -653,19 +647,19 @@ badger restore --dir <path/to/badgerdb> See `badger --help` for more details. -If you have a Badger database that was created using v0.8 (or below), you can -use the `badger_backup` tool provided in v0.8.1, and then restore it using the -command above to upgrade your database to work with the latest version. +If you have a Badger database that was created using v0.8 (or below), you can use the +`badger_backup` tool provided in v0.8.1, and then restore it using the command above to upgrade your +database to work with the latest version. ```sh badger_backup --dir <path/to/badgerdb> --backup-file badger.bak ``` -We recommend all users to use the `Backup` and `Restore` APIs and tools. However, -Badger is also rsync-friendly because all files are immutable, barring the -latest value log which is append-only. So, rsync can be used as rudimentary way -to perform a backup. In the following script, we repeat rsync to ensure that the -LSM tree remains consistent with the MANIFEST file while doing a full backup. +We recommend all users to use the `Backup` and `Restore` APIs and tools. However, Badger is also +rsync-friendly because all files are immutable, barring the latest value log which is append-only. +So, rsync can be used as rudimentary way to perform a backup. In the following script, we repeat +rsync to ensure that the LSM tree remains consistent with the MANIFEST file while doing a full +backup. ```sh #!/bin/bash @@ -678,17 +672,16 @@ while !! | grep -q "(MANIFEST\|\.sst)$"; do :; done ``` ## Memory usage -Badger's memory usage can be managed by tweaking several options available in -the `Options` struct that is passed in when opening the database using -`DB.Open`. + +Badger's memory usage can be managed by tweaking several options available in the `Options` struct +that is passed in when opening the database using `DB.Open`. - Number of memtables (`Options.NumMemtables`) - If you modify `Options.NumMemtables`, also adjust `Options.NumLevelZeroTables` and - `Options.NumLevelZeroTablesStall` accordingly. + `Options.NumLevelZeroTablesStall` accordingly. - Number of concurrent compactions (`Options.NumCompactors`) - Size of table (`Options.BaseTableSize`) - Size of value log file (`Options.ValueLogFileSize`) -If you want to decrease the memory usage of Badger instance, tweak these -options (ideally one at a time) until you achieve the desired -memory usage. +If you want to decrease the memory usage of Badger instance, tweak these options (ideally one at a +time) until you achieve the desired memory usage. diff --git a/docs/content/projects-using-badger/index.md b/docs/content/projects-using-badger/index.md index c13954d..cbb9191 100644 --- a/docs/content/projects-using-badger/index.md +++ b/docs/content/projects-using-badger/index.md @@ -5,60 +5,105 @@ aliases = ["/project-using-badger"] Below is a list of known projects that use Badger: -* [Dgraph](https://github.com/dgraph-io/dgraph) - Distributed graph database. -* [Jaeger](https://github.com/jaegertracing/jaeger) - Distributed tracing platform. -* [go-ipfs](https://github.com/ipfs/go-ipfs) - Go client for the InterPlanetary File System (IPFS), a new hypermedia distribution protocol. -* [Riot](https://github.com/go-ego/riot) - An open-source, distributed search engine. -* [emitter](https://github.com/emitter-io/emitter) - Scalable, low latency, distributed pub/sub broker with message storage, uses MQTT, gossip and badger. -* [OctoSQL](https://github.com/cube2222/octosql) - Query tool that allows you to join, analyse and transform data from multiple databases using SQL. -* [Dkron](https://dkron.io/) - Distributed, fault tolerant job scheduling system. -* [smallstep/certificates](https://github.com/smallstep/certificates) - Step-ca is an online certificate authority for secure, automated certificate management. -* [Sandglass](https://github.com/celrenheit/sandglass) - distributed, horizontally scalable, persistent, time sorted message queue. -* [TalariaDB](https://github.com/grab/talaria) - Grab's Distributed, low latency time-series database. -* [Sloop](https://github.com/salesforce/sloop) - Salesforce's Kubernetes History Visualization Project. -* [Usenet Express](https://usenetexpress.com/) - Serving over 300TB of data with Badger. -* [gorush](https://github.com/appleboy/gorush) - A push notification server written in Go. -* [0-stor](https://github.com/zero-os/0-stor) - Single device object store. -* [Dispatch Protocol](https://github.com/dispatchlabs/disgo) - Blockchain protocol for distributed application data analytics. -* [GarageMQ](https://github.com/valinurovam/garagemq) - AMQP server written in Go. -* [RedixDB](https://alash3al.github.io/redix/) - A real-time persistent key-value store with the same redis protocol. -* [BBVA](https://github.com/BBVA/raft-badger) - Raft backend implementation using BadgerDB for Hashicorp raft. -* [Fantom](https://github.com/Fantom-foundation/go-lachesis) - aBFT Consensus platform for distributed applications. -* [decred](https://github.com/decred/dcrdata) - An open, progressive, and self-funding cryptocurrency with a system of community-based governance integrated into its blockchain. -* [OpenNetSys](https://github.com/opennetsys/c3-go) - Create useful dApps in any software language. -* [HoneyTrap](https://github.com/honeytrap/honeytrap) - An extensible and opensource system for running, monitoring and managing honeypots. -* [Insolar](https://github.com/insolar/insolar) - Enterprise-ready blockchain platform. -* [IoTeX](https://github.com/iotexproject/iotex-core) - The next generation of the decentralized network for IoT powered by scalability- and privacy-centric blockchains. -* [go-sessions](https://github.com/kataras/go-sessions) - The sessions manager for Go net/http and fasthttp. -* [Babble](https://github.com/mosaicnetworks/babble) - BFT Consensus platform for distributed applications. -* [Tormenta](https://github.com/jpincas/tormenta) - Embedded object-persistence layer / simple JSON database for Go projects. -* [BadgerHold](https://github.com/timshannon/badgerhold) - An embeddable NoSQL store for querying Go types built on Badger -* [Goblero](https://github.com/didil/goblero) - Pure Go embedded persistent job queue backed by BadgerDB -* [Surfline](https://www.surfline.com) - Serving global wave and weather forecast data with Badger. -* [Cete](https://github.com/mosuka/cete) - Simple and highly available distributed key-value store built on Badger. Makes it easy bringing up a cluster of Badger with Raft consensus algorithm by hashicorp/raft. -* [Volument](https://volument.com/) - A new take on website analytics backed by Badger. -* [KVdb](https://kvdb.io/) - Hosted key-value store and serverless platform built on top of Badger. -* [Terminotes](https://gitlab.com/asad-awadia/terminotes) - Self hosted notes storage and search server - storage powered by BadgerDB -* [Pyroscope](https://github.com/pyroscope-io/pyroscope) - Open source continuous profiling platform built with BadgerDB -* [Veri](https://github.com/bgokden/veri) - A distributed feature store optimized for Search and Recommendation tasks. -* [bIter](https://github.com/MikkelHJuul/bIter) - A library and Iterator interface for working with the `badger.Iterator`, simplifying from-to, and prefix mechanics. -* [ld](https://github.com/MikkelHJuul/ld) - (Lean Database) A very simple gRPC-only key-value database, exposing BadgerDB with key-range scanning semantics. -* [Souin](https://github.com/darkweak/Souin) - A RFC compliant HTTP cache with lot of other features based on Badger for the storage. Compatible with all existing reverse-proxies. -* [Xuperchain](https://github.com/xuperchain/xupercore) - A highly flexible blockchain architecture with great transaction performance. -* [m2](https://github.com/qichengzx/m2) - A simple http key/value store based on the raft protocol. -* [chaindb](https://github.com/ChainSafe/chaindb) - A blockchain storage layer used by [Gossamer](https://chainsafe.github.io/gossamer/), a Go client for the [Polkadot Network](https://polkadot.network/). -* [vxdb](https://github.com/vitalvas/vxdb) - Simple schema-less Key-Value NoSQL database with simplest API interface. -* [Opacity](https://github.com/opacity/storage-node) - Backend implementation for the Opacity storage project -* [Vephar](https://github.com/vaccovecrana/vephar) - A minimal key/value store using hashicorp-raft for cluster coordination and Badger for data storage. -* [gowarcserver](https://github.com/nlnwa/gowarcserver) - Open-source server for warc files. Can be used in conjunction with pywb -* [flow-go](https://github.com/onflow/flow-go) - A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps and the digital assets that power them. -* [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to store and diff CSV. -* [Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent and aggregator. -* [raft-badger](https://github.com/rfyiamcool/raft-badger) - raft-badger implements LogStore and StableStore Interface of hashcorp/raft. it is used to store raft log and metadata of hashcorp/raft. -* [DVID](https://github.com/janelia-flyem/dvid) - A dataservice for branched versioning of a variety of data types. Originally created for large-scale brain reconstructions in Connectomics. -* [KVS](https://github.com/tauraamui/kvs) - A library for making it easy to persist, load and query full structs into BadgerDB, using an ownership hierarchy model. -* [LLS](https://github.com/Boc-chi-no/LLS) - LLS is an efficient URL Shortener that can be used to shorten links and track link usage. Support for BadgerDB and MongoDB. Improved performance by more than 30% when using BadgerDB -* [ActionManager](https://mftlabs.io/actionmanager) - A dynamic entity manager based on rjsf schema and badger db -* [MightyMap](https://github.com/thisisdevelopment/mightymap) - Mightymap: Conveys both robustness and high capability, fitting for a powerful concurrent map. +- [Dgraph](https://github.com/dgraph-io/dgraph) - Distributed graph database. +- [Jaeger](https://github.com/jaegertracing/jaeger) - Distributed tracing platform. +- [go-ipfs](https://github.com/ipfs/go-ipfs) - Go client for the InterPlanetary File System (IPFS), + a new hypermedia distribution protocol. +- [Riot](https://github.com/go-ego/riot) - An open-source, distributed search engine. +- [emitter](https://github.com/emitter-io/emitter) - Scalable, low latency, distributed pub/sub + broker with message storage, uses MQTT, gossip and badger. +- [OctoSQL](https://github.com/cube2222/octosql) - Query tool that allows you to join, analyse and + transform data from multiple databases using SQL. +- [Dkron](https://dkron.io/) - Distributed, fault tolerant job scheduling system. +- [smallstep/certificates](https://github.com/smallstep/certificates) - Step-ca is an online + certificate authority for secure, automated certificate management. +- [Sandglass](https://github.com/celrenheit/sandglass) - distributed, horizontally scalable, + persistent, time sorted message queue. +- [TalariaDB](https://github.com/grab/talaria) - Grab's Distributed, low latency time-series + database. +- [Sloop](https://github.com/salesforce/sloop) - Salesforce's Kubernetes History Visualization + Project. +- [Usenet Express](https://usenetexpress.com/) - Serving over 300TB of data with Badger. +- [gorush](https://github.com/appleboy/gorush) - A push notification server written in Go. +- [0-stor](https://github.com/zero-os/0-stor) - Single device object store. +- [Dispatch Protocol](https://github.com/dispatchlabs/disgo) - Blockchain protocol for distributed + application data analytics. +- [GarageMQ](https://github.com/valinurovam/garagemq) - AMQP server written in Go. +- [RedixDB](https://alash3al.github.io/redix/) - A real-time persistent key-value store with the + same redis protocol. +- [BBVA](https://github.com/BBVA/raft-badger) - Raft backend implementation using BadgerDB for + Hashicorp raft. +- [Fantom](https://github.com/Fantom-foundation/go-lachesis) - aBFT Consensus platform for + distributed applications. +- [decred](https://github.com/decred/dcrdata) - An open, progressive, and self-funding + cryptocurrency with a system of community-based governance integrated into its blockchain. +- [OpenNetSys](https://github.com/opennetsys/c3-go) - Create useful dApps in any software language. +- [HoneyTrap](https://github.com/honeytrap/honeytrap) - An extensible and opensource system for + running, monitoring and managing honeypots. +- [Insolar](https://github.com/insolar/insolar) - Enterprise-ready blockchain platform. +- [IoTeX](https://github.com/iotexproject/iotex-core) - The next generation of the decentralized + network for IoT powered by scalability- and privacy-centric blockchains. +- [go-sessions](https://github.com/kataras/go-sessions) - The sessions manager for Go net/http and + fasthttp. +- [Babble](https://github.com/mosaicnetworks/babble) - BFT Consensus platform for distributed + applications. +- [Tormenta](https://github.com/jpincas/tormenta) - Embedded object-persistence layer / simple JSON + database for Go projects. +- [BadgerHold](https://github.com/timshannon/badgerhold) - An embeddable NoSQL store for querying Go + types built on Badger +- [Goblero](https://github.com/didil/goblero) - Pure Go embedded persistent job queue backed by + BadgerDB +- [Surfline](https://www.surfline.com) - Serving global wave and weather forecast data with Badger. +- [Cete](https://github.com/mosuka/cete) - Simple and highly available distributed key-value store + built on Badger. Makes it easy bringing up a cluster of Badger with Raft consensus algorithm by + hashicorp/raft. +- [Volument](https://volument.com/) - A new take on website analytics backed by Badger. +- [KVdb](https://kvdb.io/) - Hosted key-value store and serverless platform built on top of Badger. +- [Terminotes](https://gitlab.com/asad-awadia/terminotes) - Self hosted notes storage and search + server - storage powered by BadgerDB +- [Pyroscope](https://github.com/pyroscope-io/pyroscope) - Open source continuous profiling platform + built with BadgerDB +- [Veri](https://github.com/bgokden/veri) - A distributed feature store optimized for Search and + Recommendation tasks. +- [bIter](https://github.com/MikkelHJuul/bIter) - A library and Iterator interface for working with + the `badger.Iterator`, simplifying from-to, and prefix mechanics. +- [ld](https://github.com/MikkelHJuul/ld) - (Lean Database) A very simple gRPC-only key-value + database, exposing BadgerDB with key-range scanning semantics. +- [Souin](https://github.com/darkweak/Souin) - A RFC compliant HTTP cache with lot of other features + based on Badger for the storage. Compatible with all existing reverse-proxies. +- [Xuperchain](https://github.com/xuperchain/xupercore) - A highly flexible blockchain architecture + with great transaction performance. +- [m2](https://github.com/qichengzx/m2) - A simple http key/value store based on the raft protocol. +- [chaindb](https://github.com/ChainSafe/chaindb) - A blockchain storage layer used by + [Gossamer](https://chainsafe.github.io/gossamer/), a Go client for the + [Polkadot Network](https://polkadot.network/). +- [vxdb](https://github.com/vitalvas/vxdb) - Simple schema-less Key-Value NoSQL database with + simplest API interface. +- [Opacity](https://github.com/opacity/storage-node) - Backend implementation for the Opacity + storage project +- [Vephar](https://github.com/vaccovecrana/vephar) - A minimal key/value store using hashicorp-raft + for cluster coordination and Badger for data storage. +- [gowarcserver](https://github.com/nlnwa/gowarcserver) - Open-source server for warc files. Can be + used in conjunction with pywb +- [flow-go](https://github.com/onflow/flow-go) - A fast, secure, and developer-friendly blockchain + built to support the next generation of games, apps and the digital assets that power them. +- [Wrgl](https://www.wrgl.co) - A data version control system that works like Git but specialized to + store and diff CSV. +- [Loggie](https://github.com/loggie-io/loggie) - A lightweight, cloud-native data transfer agent + and aggregator. +- [raft-badger](https://github.com/rfyiamcool/raft-badger) - raft-badger implements LogStore and + StableStore Interface of hashcorp/raft. it is used to store raft log and metadata of + hashcorp/raft. +- [DVID](https://github.com/janelia-flyem/dvid) - A dataservice for branched versioning of a variety + of data types. Originally created for large-scale brain reconstructions in Connectomics. +- [KVS](https://github.com/tauraamui/kvs) - A library for making it easy to persist, load and query + full structs into BadgerDB, using an ownership hierarchy model. +- [LLS](https://github.com/Boc-chi-no/LLS) - LLS is an efficient URL Shortener that can be used to + shorten links and track link usage. Support for BadgerDB and MongoDB. Improved performance by more + than 30% when using BadgerDB +- [ActionManager](https://mftlabs.io/actionmanager) - A dynamic entity manager based on rjsf schema + and badger db +- [MightyMap](https://github.com/thisisdevelopment/mightymap) - Mightymap: Conveys both robustness + and high capability, fitting for a powerful concurrent map. If you are using Badger in a project please send a pull request to add it to the list. diff --git a/docs/content/resources/index.md b/docs/content/resources/index.md index b7ec20d..7e270f2 100644 --- a/docs/content/resources/index.md +++ b/docs/content/resources/index.md @@ -3,18 +3,20 @@ title = "Resources" aliases = ["/resouces"] +++ - ## Blog Posts -1. [Introducing Badger: A fast key-value store written natively in -Go](https://open.dgraph.io/post/badger/) + +1. [Introducing Badger: A fast key-value store written natively in Go](https://open.dgraph.io/post/badger/) 2. [Make Badger crash resilient with ALICE](https://blog.dgraph.io/post/alice/) 3. [Badger vs LMDB vs BoltDB: Benchmarking key-value databases in Go](https://blog.dgraph.io/post/badger-lmdb-boltdb/) 4. [Concurrent ACID Transactions in Badger](https://blog.dgraph.io/post/badger-txn/) ## Contact -- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, bugs, feature requests, and discussions. + +- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, bugs, feature requests, + and discussions. - Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs). ## Contributing -If you're interested in contributing to Badger see [CONTRIBUTING.md](https://github.com/dgraph-io/badger/blob/main/CONTRIBUTING.md). +If you're interested in contributing to Badger see +[CONTRIBUTING.md](https://github.com/dgraph-io/badger/blob/main/CONTRIBUTING.md). diff --git a/docs/scripts/build.sh b/docs/scripts/build.sh index f6b9a81..19da588 100755 --- a/docs/scripts/build.sh +++ b/docs/scripts/build.sh @@ -38,7 +38,7 @@ joinVersions() { function version { echo "$@" | gawk -F. '{ printf("%03d%03d%03d\n", $1,$2,$3); }'; } rebuild() { - echo -e "$(date) $GREEN Updating docs for branch: $1.$RESET" + echo -e "$(date) ${GREEN} Updating docs for branch: $1.${RESET}" # The latest documentation is generated in the root of /public dir # Older documentations are generated in their respective `/public/vx.x.x` dirs @@ -52,32 +52,30 @@ rebuild() { export CURRENT_BRANCH=${1} export CURRENT_VERSION=${2} export VERSIONS=${VERSION_STRING} - - HUGO_TITLE="Badger Doc ${2}"\ - VERSIONS=${VERSION_STRING}\ - CURRENT_BRANCH=${1}\ + + HUGO_TITLE="Badger Doc ${2}" \ + VERSIONS=${VERSION_STRING} \ + CURRENT_BRANCH=${1} \ CURRENT_VERSION=${2} ${HUGO} \ - --destination="${PUBLIC}"/"$dir"\ - --baseURL="$HOST"/"$dir" 1> /dev/null + --destination="${PUBLIC}"/"${dir}" \ + --baseURL="${HOST}"/"${dir}" 1>/dev/null } -branchUpdated() -{ +branchUpdated() { local branch="$1" git checkout -q "$1" UPSTREAM=$(git rev-parse "@{u}") LOCAL=$(git rev-parse "@") - if [ "$LOCAL" != "$UPSTREAM" ] ; then - git merge -q origin/"$branch" + if [[ ${LOCAL} != "${UPSTREAM}" ]]; then + git merge -q origin/"${branch}" return 0 else return 1 fi } -publicFolder() -{ +publicFolder() { dir='' if [[ $1 == "${VERSIONS_ARRAY[0]}" ]]; then echo "${PUBLIC}" @@ -86,63 +84,60 @@ publicFolder() fi } -checkAndUpdate() -{ +checkAndUpdate() { local version="$1" local branch="" - if [[ $version == "master" ]]; then + if [[ ${version} == "master" ]]; then branch="master" else - branch="release/$version" + branch="release/${version}" fi - if branchUpdated "$branch" ; then - git merge -q origin/"$branch" - rebuild "$branch" "$version" + if branchUpdated "${branch}"; then + git merge -q origin/"${branch}" + rebuild "${branch}" "${version}" fi - folder=$(publicFolder "$version") - if [ "$firstRun" = 1 ] || [ "$themeUpdated" = 0 ] || [ ! -d "$folder" ] ; then - rebuild "$branch" "$version" + folder=$(publicFolder "${version}") + if [[ ${firstRun} == 1 ]] || [[ ${themeUpdated} == 0 ]] || [[ ! -d ${folder} ]]; then + rebuild "${branch}" "${version}" fi } - firstRun=1 while true; do # Lets move to the docs directory. - pushd "$(dirname "$0")/.." > /dev/null + pushd "$(dirname "$0")/.." >/dev/null currentBranch=$(git rev-parse --abbrev-ref HEAD) # Lets check if the theme was updated. - pushd themes/hugo-docs > /dev/null - git remote update > /dev/null + pushd themes/hugo-docs >/dev/null + git remote update >/dev/null themeUpdated=1 - if branchUpdated "master" ; then - echo -e "$(date) $GREEN Theme has been updated. Now will update the docs.$RESET" + if branchUpdated "master"; then + echo -e "$(date) ${GREEN} Theme has been updated. Now will update the docs.${RESET}" themeUpdated=0 fi - popd > /dev/null + popd >/dev/null # Now lets check the theme. echo -e "$(date) Starting to check branches." - git remote update > /dev/null + git remote update >/dev/null - for version in "${VERSIONS_ARRAY[@]}" - do - checkAndUpdate "$version" + for version in "${VERSIONS_ARRAY[@]}"; do + checkAndUpdate "${version}" done echo -e "$(date) Done checking branches.\n" - git checkout -q "$currentBranch" - popd > /dev/null + git checkout -q "${currentBranch}" + popd >/dev/null firstRun=0 - if ! $LOOP; then - exit - fi + if ! ${LOOP}; then + exit + fi sleep 60 -done \ No newline at end of file +done diff --git a/docs/scripts/local.sh b/docs/scripts/local.sh index cdadc1d..5ede5f5 100755 --- a/docs/scripts/local.sh +++ b/docs/scripts/local.sh @@ -6,7 +6,7 @@ GREEN='\033[32;1m' RESET='\033[0m' VERSIONS_ARRAY=( - 'preview' + 'preview' ) joinVersions() { @@ -16,40 +16,39 @@ joinVersions() { VERSION_STRING=$(joinVersions) -run() { - export CURRENT_BRANCH="master" - export CURRENT_VERSION=${VERSIONS_ARRAY[0]} - export VERSIONS=${VERSION_STRING} - export DGRAPH_ENDPOINT=${DGRAPH_ENDPOINT:-"https://play.dgraph.io/query?latency=true"} +run() { + export CURRENT_BRANCH="master" + export CURRENT_VERSION=${VERSIONS_ARRAY[0]} + export VERSIONS=${VERSION_STRING} + export DGRAPH_ENDPOINT=${DGRAPH_ENDPOINT:-"https://play.dgraph.io/query?latency=true"} + export HUGO_TITLE="Badger Doc - Preview" \ + export VERSIONS=${VERSION_STRING} \ + export CURRENT_BRANCH="master" \ + export CURRENT_VERSION=${CURRENT_VERSION} - export HUGO_TITLE="Badger Doc - Preview" \ - export VERSIONS=${VERSION_STRING} \ - export CURRENT_BRANCH="master" \ - export CURRENT_VERSION=${CURRENT_VERSION} + pushd "$(dirname "$0")/.." >/dev/null + pushd themes >/dev/null - pushd "$(dirname "$0")/.." > /dev/null - pushd themes > /dev/null + if [[ ! -d "hugo-docs" ]]; then + echo -e "$(date) ${GREEN} Hugo-docs repository not found. Cloning the repo. ${RESET}" + git clone https://github.com/dgraph-io/hugo-docs.git + else + echo -e "$(date) ${GREEN} Hugo-docs repository found. Pulling the latest version from master. ${RESET}" + pushd hugo-docs >/dev/null + git pull + popd >/dev/null + fi + popd >/dev/null - if [ ! -d "hugo-docs" ]; then - echo -e "$(date) $GREEN Hugo-docs repository not found. Cloning the repo. $RESET" - git clone https://github.com/dgraph-io/hugo-docs.git - else - echo -e "$(date) $GREEN Hugo-docs repository found. Pulling the latest version from master. $RESET" - pushd hugo-docs > /dev/null - git pull - popd > /dev/null - fi - popd > /dev/null - - if [[ $1 == "-p" || $1 == "--preview" ]]; then - echo -e "$(date) $GREEN Generating documentation static pages in the public folder. $RESET" - hugo --destination=public --baseURL="$2" 1> /dev/null - echo -e "$(date) $GREEN Done building. $RESET" - else - hugo server -w --baseURL=http://localhost:1313 - fi - popd > /dev/null + if [[ $1 == "-p" || $1 == "--preview" ]]; then + echo -e "$(date) ${GREEN} Generating documentation static pages in the public folder. ${RESET}" + hugo --destination=public --baseURL="$2" 1>/dev/null + echo -e "$(date) ${GREEN} Done building. ${RESET}" + else + hugo server -w --baseURL=http://localhost:1313 + fi + popd >/dev/null } -run "$1" "$2" \ No newline at end of file +run "$1" "$2" diff --git a/docs/static/images/diggy-shadow.png b/docs/static/images/diggy-shadow.png index 19ba3f2..d0e9b70 100644 Binary files a/docs/static/images/diggy-shadow.png and b/docs/static/images/diggy-shadow.png differ diff --git a/docs/themes/hugo-docs/LICENSE.md b/docs/themes/hugo-docs/LICENSE.md index bab5bbb..1336985 100644 --- a/docs/themes/hugo-docs/LICENSE.md +++ b/docs/themes/hugo-docs/LICENSE.md @@ -1,21 +1,18 @@ The MIT License (MIT) -Copyright (c) 2014 Grav -Copyright (c) 2016 MATHIEU CORNIC +Copyright (c) 2014 Grav Copyright (c) 2016 MATHIEU CORNIC -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: +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 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 +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. diff --git a/docs/themes/hugo-docs/images/screenshot.png b/docs/themes/hugo-docs/images/screenshot.png index 292d578..e4bfb96 100644 Binary files a/docs/themes/hugo-docs/images/screenshot.png and b/docs/themes/hugo-docs/images/screenshot.png differ diff --git a/docs/themes/hugo-docs/images/tn.png b/docs/themes/hugo-docs/images/tn.png index 158c8be..2ccc485 100644 Binary files a/docs/themes/hugo-docs/images/tn.png and b/docs/themes/hugo-docs/images/tn.png differ diff --git a/docs/themes/hugo-docs/static/css/theme.css b/docs/themes/hugo-docs/static/css/theme.css index 9d77ab4..a98670a 100644 --- a/docs/themes/hugo-docs/static/css/theme.css +++ b/docs/themes/hugo-docs/static/css/theme.css @@ -191,19 +191,11 @@ pre.collapsed .showmore { padding-bottom: 5px; padding-top: 26px; cursor: pointer; - background: linear-gradient( - 180deg, - hsla(0, 0%, 100%, 0.1), - rgba(226, 226, 226, 0.72) - ); + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), rgba(226, 226, 226, 0.72)); color: #5a5a5a; } pre.collapsed .showmore:hover { - background: linear-gradient( - 180deg, - hsla(0, 0%, 100%, 0.1), - rgba(226, 226, 226, 0.91) - ); + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), rgba(226, 226, 226, 0.91)); font-weight: 600; } pre.collapsed .showmore span { @@ -695,7 +687,8 @@ section.toc .section-item { font-size: 1rem; font-weight: bold; } -.landing .item h3:hover, .landing .item .cta:hover { +.landing .item h3:hover, +.landing .item .cta:hover { text-decoration: underline; } diff --git a/docs/themes/hugo-docs/static/fonts/Inconsolata.svg b/docs/themes/hugo-docs/static/fonts/Inconsolata.svg index b7f97c8..925c825 100644 --- a/docs/themes/hugo-docs/static/fonts/Inconsolata.svg +++ b/docs/themes/hugo-docs/static/fonts/Inconsolata.svg @@ -1,359 +1 @@ -<?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"> -<defs > -<font id="Inconsolata" horiz-adv-x="499" ><font-face - font-family="Inconsolata" - units-per-em="1000" - panose-1="2 11 6 9 3 0 3 0 0 0" - ascent="859" - descent="-190" - alphabetic="0" /> -<glyph unicode=" " glyph-name="space" horiz-adv-x="500" /> -<glyph unicode="!" glyph-name="exclam" horiz-adv-x="500" d="M281 89Q299 71 299 47Q299 24 281 7T239 -11Q215 -11 198 6T180 47Q180 71 197 89T239 107Q263 107 281 89ZM241 668Q264 668 278 649T292 584Q292 573 291 558T288 522L283 470L265 194H215L200 -470Q199 486 198 503T195 537T192 569T190 594Q190 629 203 648T241 668Z" /> -<glyph unicode=""" glyph-name="quotedbl" horiz-adv-x="500" d="M315 548L309 611Q309 639 322 652T352 666Q369 666 383 651T397 603Q397 572 363 478L339 412L284 425L306 493Q315 523 315 548ZM143 548L136 611Q136 639 149 652T179 666Q196 666 210 -651T224 603Q224 569 191 478L167 412L111 425L133 493Q138 508 140 521T143 548Z" /> -<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="500" d="M173 624L234 626L213 455H323L343 622L405 623L385 457H476L470 410H379L358 241H457L452 196H353L331 14L270 10L292 193H181L160 14L101 13L122 191H25L29 236H128L148 407H39L42 453H153L173 -624ZM207 408L187 238H297L318 408H207Z" /> -<glyph unicode="$" glyph-name="dollar" horiz-adv-x="500" d="M235 651H299Q300 650 300 648Q300 646 297 642T293 630V592Q387 581 442 515L399 461Q394 463 394 470T388 482Q353 523 293 533V340Q336 326 367 311T419 278T450 236T460 181Q460 152 449 125T416 -76T363 37T293 16V-47H235V14Q127 22 60 94L103 154Q107 151 107 144T110 133Q160 79 235 72V292Q157 318 118 354T79 446Q79 473 90 497T122 541T171 573T235 591V651ZM293 273V74Q341 83 368 112T395 177Q395 213 371 234T293 273ZM235 361V534Q190 529 168 506T145 -454Q145 397 235 361Z" /> -<glyph unicode="%" glyph-name="percent" horiz-adv-x="500" d="M391 623H458L110 0H46L391 623ZM28 504Q28 531 37 555T61 596T96 624T140 634Q163 634 183 624T219 596T243 554T252 503Q252 446 220 410T140 373Q117 373 97 383T61 410T37 452T28 504ZM189 504Q189 -547 173 564T138 582Q120 582 105 565T89 504Q89 462 105 444T140 426Q159 426 174 443T189 504ZM371 249Q394 249 414 239T450 211T473 170T482 119Q482 92 473 68T449 27T414 0T371 -10Q348 -10 328 0T292 27T268 68T259 119Q259 146 268 170T292 211T327 239T371 -249ZM406 179Q389 198 370 198Q350 198 334 180T318 120Q318 77 335 59T372 40Q392 40 407 59T423 118Q423 159 406 179Z" /> -<glyph unicode="&" glyph-name="ampersand" horiz-adv-x="500" d="M413 262L412 274Q412 280 416 284L481 239Q447 179 405 123L475 32L416 -12L361 76Q330 37 286 14T192 -10Q158 -10 130 2T80 34T48 82T36 141Q36 204 70 257T162 343Q91 429 91 498Q91 526 -102 550T131 591T175 619T228 629Q258 629 283 618T326 589T353 547T363 498Q363 473 355 448T333 401T299 360T255 330L367 173Q381 190 395 215T413 262ZM160 497Q160 449 221 373Q257 390 277 424T297 492Q297 525 277 547T229 570Q201 570 181 550T160 497ZM197 -296Q157 271 135 231T112 152Q112 131 119 114T138 83T165 62T199 54Q215 54 232 59T263 71T290 88T309 106L324 123L197 296Z" /> -<glyph unicode="'" glyph-name="quotesingle" horiz-adv-x="500" d="M238 548L231 611Q231 639 244 652T274 666Q291 666 305 651T319 603Q318 586 311 555T286 478L261 412L206 425L228 493Q233 508 235 521T238 548Z" /> -<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="500" d="M414 603L403 604Q400 604 394 601Q306 549 257 460T208 256Q208 200 223 146T266 42T334 -49T425 -120L393 -173Q333 -142 286 -97T207 5T157 125T139 258Q139 326 156 388T207 504T286 599T392 -666L422 605Q416 603 414 603Z" /> -<glyph unicode=")" glyph-name="parenright" horiz-adv-x="500" d="M78 603L97 665Q157 637 207 594T291 496T345 379T364 250Q364 183 345 120T290 1T204 -100T91 -174L72 -114Q123 -87 163 -49T233 37T277 138T293 247Q293 303 278 356T234 455T166 539T78 603Z" /> -<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="500" d="M213 519H294Q293 513 291 506T288 492L273 342L432 414L458 353L287 301L413 150L358 107L250 273L138 106L84 150L214 300L41 353L67 418L229 342L213 519Z" /> -<glyph unicode="+" glyph-name="plus" horiz-adv-x="500" d="M222 523H285V352H456V291H285V104H222V291H45V352H222V523Z" /> -<glyph unicode="," glyph-name="comma" horiz-adv-x="500" d="M306 20Q306 -59 199 -168L165 -138Q193 -112 211 -82T230 -33Q230 -23 222 -15T205 2T187 20T179 44Q179 69 195 86T238 103Q264 103 285 80T306 20Z" /> -<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="500" d="M71 348H431V281H71V348Z" /> -<glyph unicode="." glyph-name="period" horiz-adv-x="500" d="M280 87Q298 69 298 46Q298 23 281 6T238 -11Q213 -11 196 5T179 46Q179 70 197 87T238 104Q261 104 280 87Z" /> -<glyph unicode="/" glyph-name="slash" horiz-adv-x="500" d="M64 -13L377 665L437 634L123 -42L64 -13Z" /> -<glyph unicode="0" glyph-name="zero" horiz-adv-x="500" d="M386 544Q415 505 432 442T450 301Q450 222 433 164T387 66T322 8T249 -11Q211 -11 175 12T111 76T67 176T50 306Q50 377 66 436T111 537T175 603T249 627Q327 627 386 544ZM349 485Q329 525 303 545T250 -566Q225 566 201 548T157 498T127 420T115 319Q115 257 129 201L349 485ZM372 418L152 138Q176 93 202 73T255 53Q282 53 305 69T346 117T374 192T385 293Q385 328 382 359T372 418Z" /> -<glyph unicode="1" glyph-name="one" horiz-adv-x="500" d="M299 624V0H230V537L104 500L88 539L251 624H299Z" /> -<glyph unicode="2" glyph-name="two" horiz-adv-x="500" d="M78 526Q105 574 151 600T252 627Q289 627 322 614T380 576T419 520T433 452Q433 423 425 397T402 348T370 303T331 263L271 207Q258 195 242 179T211 143T180 103T154 61H415Q420 61 425 65T436 70H439V0H73V44Q110 -117 153 170T236 259L284 303Q309 326 324 345T349 383T361 417T364 451Q364 473 355 493T330 530T293 556T250 566Q224 566 204 559T168 541T143 519T133 498Q131 489 129 486L78 526Z" /> -<glyph unicode="3" glyph-name="three" horiz-adv-x="500" d="M411 467Q411 422 386 385T318 332Q366 315 395 271T425 171Q425 134 412 101T373 43T310 4T226 -11Q134 -11 69 60L122 123Q126 119 128 110T135 94L149 81Q157 73 181 63T232 53Q259 53 282 63T322 -90T348 131T358 181Q358 235 318 266T211 298Q203 298 196 298T180 296V352Q226 352 257 361T307 387T335 424T344 471Q344 489 336 505T314 534T280 555T236 563Q172 563 129 515L90 558Q151 625 239 625Q275 625 306 613T361 578T397 528T411 467Z" /> -<glyph unicode="4" glyph-name="four" horiz-adv-x="500" d="M313 624H372V234H452V172H372V0H299V173H48V224L313 624ZM300 513L117 234H300V513Z" /> -<glyph unicode="5" glyph-name="five" horiz-adv-x="500" d="M106 623H422V560H165L155 381Q204 405 257 405Q297 405 331 391T391 349T431 283T445 196Q445 148 430 110T389 44T327 3T249 -11Q192 -11 144 14T64 85L126 131Q131 128 131 119T133 108Q137 101 -147 91T172 72T208 57T253 50Q277 50 299 60T337 90T364 136T374 199Q374 234 364 261T337 308T296 337T246 347Q214 347 183 332T129 288L85 306L106 623Z" /> -<glyph unicode="6" glyph-name="six" horiz-adv-x="500" d="M287 630Q365 630 424 573L375 520Q366 528 363 537T349 551Q334 561 319 564T289 568Q269 568 243 559T193 523T154 450T136 327Q157 362 192 382T268 402Q303 402 334 388T388 346T425 282T439 198Q439 -152 425 114T387 48T331 5T261 -10Q214 -10 178 10T118 69T80 161T67 284Q67 368 82 432T127 541T196 607T287 630ZM140 257Q139 251 139 245T139 233Q139 194 148 161T175 104T215 66T264 52Q307 52 339 89T371 197Q371 235 361 262T336 306T301 332T262 341Q226 -341 193 317T140 257Z" /> -<glyph unicode="7" glyph-name="seven" horiz-adv-x="500" d="M432 584Q369 440 315 295T214 0H135Q183 143 235 281T345 557H79V623H432V584Z" /> -<glyph unicode="8" glyph-name="eight" horiz-adv-x="500" d="M420 483Q420 438 393 398T321 333Q375 308 408 262T441 161Q441 125 426 94T386 39T325 3T250 -10Q210 -10 175 3T115 38T75 91T60 157Q60 211 94 258T185 331Q142 353 116 392T90 477Q90 509 103 -537T139 586T192 619T257 631Q292 631 322 620T373 588T407 540T420 483ZM237 303Q192 284 162 247T132 164Q132 141 141 121T167 86T205 62T252 53Q277 53 298 61T336 84T361 118T370 161Q370 207 334 245T237 303ZM174 429Q186 409 205 395T250 367L267 358Q304 -378 328 412T352 481Q352 499 345 515T324 544T292 564T253 572Q232 572 215 565T184 545T164 517T157 484Q157 454 174 429Z" /> -<glyph unicode="9" glyph-name="nine" horiz-adv-x="500" d="M217 -10Q137 -10 79 47L128 100Q133 97 136 88T144 76Q173 53 215 53Q290 53 327 109T368 293Q346 262 312 244T239 226Q204 226 173 240T119 281T82 343T68 424Q68 468 82 505T120 570T177 613T247 -629Q338 629 387 551T437 299Q437 220 420 162T372 67T302 10T217 -10ZM364 363Q365 371 365 378T365 394Q365 433 356 465T330 519T293 554T250 567Q199 567 168 529T136 425Q136 393 145 368T168 324T201 297T240 287Q280 287 311 307T364 363Z" /> -<glyph unicode=":" glyph-name="colon" horiz-adv-x="500" d="M280 406Q298 388 298 365Q298 342 280 325T238 308Q215 308 197 325T179 365Q179 389 197 406T238 423Q261 423 280 406ZM280 87Q298 69 298 46Q298 23 281 6T238 -11Q213 -11 196 5T179 46Q179 70 -197 87T238 104Q261 104 280 87Z" /> -<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="500" d="M306 20Q306 -59 199 -168L165 -138Q193 -112 211 -82T230 -33Q230 -23 222 -15T205 2T187 20T179 44Q179 69 195 86T238 103Q264 103 285 80T306 20ZM280 406Q298 388 298 365Q298 342 280 325T238 -308Q215 308 197 325T179 365Q179 389 197 406T238 423Q261 423 280 406Z" /> -<glyph unicode="<" glyph-name="less" horiz-adv-x="500" d="M458 496L111 319L461 123V47L35 296V344L458 567V496Z" /> -<glyph unicode="=" glyph-name="equal" horiz-adv-x="500" d="M45 438H456V377H45V438ZM45 231H456V170H45V231Z" /> -<glyph unicode=">" glyph-name="greater" horiz-adv-x="500" d="M42 496V567L466 344V296L40 47V123L389 319L42 496Z" /> -<glyph unicode="?" glyph-name="question" horiz-adv-x="500" d="M303 85Q320 66 320 44Q320 21 303 4T261 -13Q237 -13 220 4T202 44Q202 67 219 84T261 102Q284 102 303 85ZM64 561Q96 610 148 637T257 665Q297 665 329 651T385 613T421 557T434 489Q434 461 -427 440T410 401T385 371T357 346L335 328Q306 305 299 282T292 226V185H226V226Q226 247 227 264T235 297T255 332T293 375Q328 410 341 438T355 494Q355 516 347 535T325 569T293 592T253 600Q211 600 175 577T115 513L64 561Z" /> -<glyph unicode="@" glyph-name="at" horiz-adv-x="500" d="M435 30Q370 -11 295 -11Q245 -11 198 8T114 67T54 168T31 313Q31 396 52 456T108 556T185 614T271 633Q313 633 348 619T410 573T450 494T465 378V175H405V213Q366 167 308 167Q279 167 255 177T213 -205T185 245T175 291Q175 364 225 404T387 444H402Q402 472 392 496T363 539T320 568T268 579Q236 579 204 564T147 516T105 434T89 314Q89 246 107 196T156 112T224 63T301 46Q358 46 408 79L435 30ZM405 394H388Q310 394 274 369T237 305Q237 267 260 245T311 -222Q368 222 386 259T405 375V394Z" /> -<glyph unicode="A" glyph-name="A" horiz-adv-x="500" d="M15 0L235 634H243L483 0H411L342 182H144L84 0H15ZM326 236L238 474L158 236H326Z" /> -<glyph unicode="B" glyph-name="B" horiz-adv-x="500" d="M48 623H225Q279 623 318 613T382 581T419 533T432 472Q432 428 408 389T340 334Q366 325 387 309T425 271T449 226T457 175Q457 96 401 48T224 0H48V623ZM117 564V365H215Q257 365 284 372T327 393T352 -424T362 464Q360 485 353 503T329 534T288 556T226 564H117ZM117 306V61H236Q316 61 347 94T383 179Q381 207 372 230T345 270T295 297T219 306H117Z" /> -<glyph unicode="C" glyph-name="C" horiz-adv-x="500" d="M398 482Q398 494 395 500Q375 533 343 552T275 572Q241 572 211 555T158 504T122 422T109 313Q109 254 122 206T158 123T213 69T281 50Q318 50 352 70T408 126L460 92Q445 67 424 48T380 16T333 -3T285 --10Q231 -10 190 8T114 66T60 165T41 308Q41 400 63 461T121 560T197 612T276 628Q307 628 336 619T391 594T437 556T469 505L402 472Q398 475 398 482Z" /> -<glyph unicode="D" glyph-name="D" horiz-adv-x="500" d="M54 623H199Q279 623 323 601T399 538T445 439T460 308Q460 236 442 179T393 82T311 20T187 -1H54V623ZM120 564V54H184Q291 54 340 118T390 304Q389 426 345 495T195 564H120Z" /> -<glyph unicode="E" glyph-name="E" horiz-adv-x="500" d="M59 624H441V562H125V357H386V293H125V62H438V0H59V624Z" /> -<glyph unicode="F" glyph-name="F" horiz-adv-x="500" d="M78 624H437V563H148V367H381V306H148V0H78V624Z" /> -<glyph unicode="G" glyph-name="G" horiz-adv-x="500" d="M458 525L409 475Q403 479 396 494Q381 527 350 547T276 568Q247 568 217 556T161 515T121 439T105 319Q105 254 118 204T154 121T208 70T277 52Q342 52 395 90V238H282V299H460V55Q371 -10 277 -10Q221 --10 177 12T101 76T53 175T36 304Q36 402 60 468T124 568T203 616T277 629Q334 629 383 601T458 525Z" /> -<glyph unicode="H" glyph-name="H" horiz-adv-x="500" d="M54 623H132Q133 622 133 620Q133 617 131 612T127 599V356H371V623H447Q448 622 448 620Q448 616 445 612T441 601V-1H370V297H127V0H54V623Z" /> -<glyph unicode="I" glyph-name="I" horiz-adv-x="500" d="M88 623H397V564H274V57H403V-1H81V58H204V564H88V623Z" /> -<glyph unicode="J" glyph-name="J" horiz-adv-x="500" d="M172 623H457V564H361V209Q361 148 350 107T313 39T259 1T196 -11Q107 -11 49 58L96 115Q99 112 99 106T103 95L115 83Q119 78 128 73T148 63T172 55T196 51Q246 51 269 86T292 208V564H172V623Z" /> -<glyph unicode="K" glyph-name="K" horiz-adv-x="500" d="M42 624H126Q126 618 122 612T117 598V336L377 628Q399 623 429 623H455L219 354L471 0L381 -4L166 312L117 258V0H42V624Z" /> -<glyph unicode="L" glyph-name="L" horiz-adv-x="500" d="M66 623H148Q148 616 144 607T139 589V61H439V0H66V623Z" /> -<glyph unicode="M" glyph-name="M" horiz-adv-x="500" d="M41 623H96L250 318L407 624H460V0H394V470L259 219H232L106 467V0H41V623Z" /> -<glyph unicode="N" glyph-name="N" horiz-adv-x="500" d="M50 0V623H118L380 161V624H454Q454 618 451 611T447 597V0H392L117 490V0H50Z" /> -<glyph unicode="O" glyph-name="O" horiz-adv-x="500" d="M254 -10Q203 -10 162 13T91 79T45 181T29 313Q29 385 45 444T92 544T164 607T256 630Q300 630 338 611T407 554T455 455T471 312Q471 222 452 161T402 61T333 7T254 -10ZM150 115Q197 59 254 59Q281 59 -307 70T354 111T388 189T401 314Q401 388 387 435T352 511T307 551T256 564Q225 565 199 553T150 514T113 440T98 319Q98 250 112 197T150 115Z" /> -<glyph unicode="P" glyph-name="P" horiz-adv-x="500" d="M59 623H259Q311 623 347 610T407 572T442 515T456 447Q454 411 443 380T409 325T351 289T264 275H131V0H59V623ZM131 557V337H256Q324 337 352 366T384 445Q382 468 375 488T352 524T314 548T257 557H131Z" /> -<glyph unicode="Q" glyph-name="Q" horiz-adv-x="500" d="M149 514Q97 455 97 323Q97 263 107 214T138 130T189 75T256 55Q281 55 307 67T356 108T391 182T404 294Q404 378 390 431T352 514T301 555T251 567Q221 567 195 552T149 514ZM471 311Q471 173 425 93T287 --7Q289 -40 304 -61T361 -82Q366 -82 377 -81T401 -80T425 -78T442 -77L440 -145H401Q352 -145 319 -140T265 -117T235 -73T226 -7Q188 -2 153 19T90 80T46 175T29 308Q29 402 50 464T105 562T177 614T251 630Q294 630 333 612T405 555T454 456T471 311Z" /> -<glyph unicode="R" glyph-name="R" horiz-adv-x="500" d="M56 623H240Q350 623 398 574T447 445Q447 418 438 392T413 342T373 302T320 278L464 0H386L248 275H127V0H56V623ZM127 557V337H248Q315 337 345 366T375 445Q375 469 367 489T345 524T306 548T248 557H127Z" /> -<glyph unicode="S" glyph-name="S" horiz-adv-x="500" d="M435 549L391 489Q386 491 386 497T383 507Q364 535 332 552T251 569Q205 569 175 542T144 478Q144 456 151 440T174 409T220 379T298 344Q344 325 374 307T422 267T447 223T455 170Q455 138 443 106T406 -48T341 6T247 -10Q126 -10 52 70L93 142Q98 139 98 132T101 121Q124 92 163 73T257 53Q285 53 308 62T349 87T376 124T386 170Q386 189 380 204T358 233T316 260T243 292Q194 311 162 330T109 370T81 413T72 463Q72 497 86 527T126 579T187 614T262 627Q313 627 -358 607T435 549Z" /> -<glyph unicode="T" glyph-name="T" horiz-adv-x="500" d="M31 624H463V561H279V0H208V561H31V624Z" /> -<glyph unicode="U" glyph-name="U" horiz-adv-x="500" d="M50 623H129Q130 623 130 621Q130 617 126 610T119 591V214Q119 162 129 134T157 87T199 59T252 48Q280 50 304 58T347 85T376 134T387 217V623H454V218Q454 157 441 115T399 45T334 3T251 -11Q206 -11 -169 3T106 44T65 110T50 215V623Z" /> -<glyph unicode="V" glyph-name="V" horiz-adv-x="500" d="M25 624H98L258 145L409 623H478L269 -4H237L25 624Z" /> -<glyph unicode="W" glyph-name="W" horiz-adv-x="500" d="M17 623H82L149 202L249 577H271L372 200L429 623H488L389 -4H362L255 407L146 -4H117L17 623Z" /> -<glyph unicode="X" glyph-name="X" horiz-adv-x="500" d="M379 624H449L291 319L468 0H389L251 247L117 0H41L211 318L44 624H119L250 387L379 624Z" /> -<glyph unicode="Y" glyph-name="Y" horiz-adv-x="500" d="M28 623H108L261 321L399 623H473L296 246V0H220V246L28 623Z" /> -<glyph unicode="Z" glyph-name="Z" horiz-adv-x="500" d="M62 623H447V574L138 62H432Q439 62 447 65T463 68V0H50V49L364 560H62V623Z" /> -<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="500" d="M131 670H417V610H195V-32H418V-89H131V670Z" /> -<glyph unicode="\" glyph-name="backslash" horiz-adv-x="500" d="M437 -13L378 -42L64 634L123 665L437 -13Z" /> -<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="500" d="M369 670V-89H83V-32H306V610H84V670H369Z" /> -<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="500" d="M93 367L246 623H268L403 368L350 343L253 518L143 343L93 367Z" /> -<glyph unicode="_" glyph-name="underscore" horiz-adv-x="500" d="M35 -19H466V-80H35V-19Z" /> -<glyph unicode="`" glyph-name="grave" horiz-adv-x="500" d="M164 579L139 646L191 671L217 605Q229 574 245 557T275 527T297 501T307 471Q306 451 293 443T269 434Q258 434 249 437T227 453T198 495T164 579Z" /> -<glyph unicode="a" glyph-name="a" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 357L91 403ZM369 -214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214Z" /> -<glyph unicode="b" glyph-name="b" horiz-adv-x="500" d="M60 665H144V663Q144 658 139 654T133 643V387Q155 424 192 446T269 468Q307 468 341 454T401 410T442 336T457 233Q457 171 441 126T397 50T336 4T266 -11Q224 -11 189 8T131 60L106 0H60V665ZM185 70Q204 -60 219 57T247 53Q267 53 291 60T335 87T369 138T383 219Q383 310 346 358T239 406Q214 406 186 388T145 340Q133 310 133 242Q133 200 135 171T143 123T159 91T185 70Z" /> -<glyph unicode="c" glyph-name="c" horiz-adv-x="500" d="M457 381L406 322Q401 325 401 328T401 338T393 353T369 377Q335 405 276 405Q247 405 221 393T174 359T142 305T130 234Q130 195 142 162T175 105T225 68T289 54Q358 54 408 110L450 61Q382 -11 283 -11Q234 --11 193 7T121 57T73 132T56 228Q56 279 73 323T120 398T193 448T286 466Q340 466 384 444T457 381Z" /> -<glyph unicode="d" glyph-name="d" horiz-adv-x="500" d="M371 390V665H448Q448 659 443 652T438 637L439 42Q439 18 444 0H372Q368 12 368 34V73Q346 35 308 13T231 -10Q193 -10 160 5T101 50T60 125T45 233Q45 296 62 340T106 413T168 455T237 469Q285 469 319 -448T371 390ZM158 376Q115 337 115 244Q115 158 148 106T245 53Q260 53 277 58T309 75T336 101T354 135Q365 171 365 231Q365 269 362 294T353 338T336 367T311 388Q293 399 278 404T248 410Q219 410 199 402T158 376Z" /> -<glyph unicode="e" glyph-name="e" horiz-adv-x="500" d="M259 468Q295 468 329 455T388 416T429 348T445 251Q445 243 445 235T443 218H118Q120 170 134 138T171 85T220 57T274 48Q345 48 392 99L432 60Q374 -10 272 -10Q222 -10 181 5T110 51T65 125T49 227Q49 -285 65 330T110 405T177 452T259 468ZM121 274H372Q372 278 372 281T373 290Q373 315 364 337T338 376T301 403T254 413Q207 413 169 380T121 274Z" /> -<glyph unicode="f" glyph-name="f" horiz-adv-x="500" d="M343 671Q430 671 483 608L450 542Q442 542 442 550T440 562Q424 585 398 599T340 614Q314 614 295 607T261 582T239 536T231 465V430H381V373H231V0H162V373H63V430H162V475Q162 528 175 565T214 626T272 -660T343 671Z" /> -<glyph unicode="g" glyph-name="g" horiz-adv-x="500" d="M155 385Q140 370 133 352T126 314Q126 294 134 276T155 244T187 222T226 214Q247 214 265 222T297 244T319 276T327 314Q327 334 319 352T297 385T265 407T226 415Q185 415 155 385ZM339 428Q387 469 -453 469H466L475 410Q468 411 462 411T448 412Q404 412 369 390Q392 355 392 313Q392 281 379 253T344 203T291 169T227 156Q199 156 169 167Q137 136 137 115Q137 98 156 89T210 79Q229 79 248 80T285 82Q330 82 362 74T415 50T445 13T455 -32Q455 -59 442 -84T403 --129T338 -160T245 -172Q190 -172 151 -164T87 -140T51 -106T38 -64Q38 -10 113 37Q76 56 76 100Q76 143 128 186Q96 207 78 240T60 310Q60 344 74 373T111 425T165 459T228 472Q295 472 339 428ZM161 24Q104 -8 104 -46Q104 -66 115 -79T146 -101T192 -114T248 --118Q309 -118 349 -96T389 -37Q387 -10 367 5T302 20Q297 20 292 20T282 19Q244 19 214 20T161 24Z" /> -<glyph unicode="h" glyph-name="h" horiz-adv-x="500" d="M70 0V665H153Q153 664 153 664T154 663Q154 660 150 655T143 641V376Q170 418 210 443T293 468Q324 468 349 458T394 424T423 365T433 277V0H362V275Q362 347 338 376T278 405Q255 405 232 395T188 367T155 -323T143 263V0H70Z" /> -<glyph unicode="i" glyph-name="i" horiz-adv-x="500" d="M106 457H289V58H396V0H100V58H217V399H106V457ZM218 641Q233 656 254 656Q275 656 290 641T306 604Q306 583 291 568T254 553Q233 553 218 568T203 604Q203 626 218 641Z" /> -<glyph unicode="j" glyph-name="j" horiz-adv-x="500" d="M126 457H369V22Q369 -30 355 -66T317 -126T259 -160T188 -174Q100 -174 48 -110L95 -48Q100 -53 100 -58T104 -69T116 -82T146 -101Q168 -112 193 -112Q238 -112 267 -82T296 18V398H126V457ZM296 641Q311 -656 333 656Q354 656 369 641T385 604Q385 583 370 568T333 553Q312 553 297 568T281 604Q281 626 296 641Z" /> -<glyph unicode="k" glyph-name="k" horiz-adv-x="500" d="M66 665H148Q148 659 144 652T139 639V247L368 459Q391 454 421 454H447L255 273L479 0L386 -4L199 229L139 173V0H66V665Z" /> -<glyph unicode="l" glyph-name="l" horiz-adv-x="500" d="M85 665H287V58H421V0H79V58H214V607H85V665Z" /> -<glyph unicode="m" glyph-name="m" horiz-adv-x="500" d="M38 0V457H104V412Q120 437 145 452T198 468Q227 468 249 449T278 401Q291 431 319 449T380 468Q427 468 449 435T469 351V0H403V324Q403 355 400 373T390 400T376 412T358 415Q345 415 332 405T309 378T293 -342T287 302V0H220V318Q220 375 210 394T173 413Q149 413 127 385T104 305V0H38Z" /> -<glyph unicode="n" glyph-name="n" horiz-adv-x="500" d="M68 0V457H142V376Q168 418 208 443T291 468Q321 468 347 458T392 424T421 365T432 277V0H361V275Q361 347 337 376T277 405Q254 405 230 395T187 367T155 322T142 263V0H68Z" /> -<glyph unicode="o" glyph-name="o" horiz-adv-x="500" d="M254 467Q296 467 333 451T399 403T443 328T460 228Q460 172 444 128T400 53T334 5T253 -12Q209 -12 171 6T103 55T57 131T40 226Q40 277 57 322T104 398T173 448T254 467ZM388 226Q388 269 377 302T346 -359T303 394T251 406Q224 406 200 394T157 359T127 304T116 230Q116 190 127 157T156 100T200 63T253 50Q281 50 305 61T348 95T377 151T388 226Z" /> -<glyph unicode="p" glyph-name="p" horiz-adv-x="500" d="M60 457H133V387Q156 424 194 445T272 467Q310 467 344 453T405 409T447 336T463 232Q463 172 447 126T403 50T342 4T271 -12Q229 -12 193 7T134 60V-167H60V457ZM133 190Q135 116 167 84T246 52Q271 52 -296 60T342 87T375 139T388 219Q388 307 352 355T249 406Q229 406 208 399T171 375T144 330T133 259V190Z" /> -<glyph unicode="q" glyph-name="q" horiz-adv-x="500" d="M374 390V457H442V-167H370V73Q349 35 311 13T230 -10Q191 -10 157 7T97 57T57 134T42 234Q42 289 58 332T101 406T165 453T243 469Q327 469 367 402Q374 392 374 390ZM243 410Q217 410 194 400T154 368T126 -315T115 239Q115 195 125 161T154 102T195 66T246 53Q303 53 335 96T368 235Q368 333 334 371T243 410Z" /> -<glyph unicode="r" glyph-name="r" horiz-adv-x="500" d="M99 457H174L172 369Q193 417 238 442T336 468Q410 468 458 418L425 349Q414 364 405 374T386 391T363 402T332 406Q299 406 270 391T220 350T185 291T172 222V-1H99V457Z" /> -<glyph unicode="s" glyph-name="s" horiz-adv-x="500" d="M432 396L390 333Q385 334 385 341T383 351Q365 374 332 393T257 413Q238 413 221 409T190 396T168 376T160 347Q160 335 166 326T185 307T221 289T283 269Q369 246 404 215T440 137Q440 107 427 80T389 -33T329 2T250 -10Q135 -10 57 62L98 134Q101 131 102 125T109 109T131 89T180 63Q195 56 214 53T252 50Q272 50 292 55T329 69T356 92T366 123Q366 149 342 167T254 204Q210 217 196 222Q160 236 144 246T115 271T94 304T86 345Q86 369 99 391T135 430T191 457T262 -468Q367 468 432 396Z" /> -<glyph unicode="t" glyph-name="t" horiz-adv-x="500" d="M188 579L267 592Q267 583 265 576T261 565L249 457H399V398H249Q240 309 240 231Q240 183 242 150T252 98T277 69T320 58Q366 58 422 99L444 42Q375 -9 302 -9Q230 -9 197 34T167 176Q167 212 169 268T177 -398H70V457H180L188 579Z" /> -<glyph unicode="u" glyph-name="u" horiz-adv-x="500" d="M63 457H135V202Q135 158 143 129T165 81T198 55T239 47Q263 49 285 59T324 87T352 135T362 205V457H435V41Q435 18 440 0H364Q363 7 362 15T362 35L363 70Q341 32 304 11T221 -11Q186 -11 158 1T108 40T74 -106T62 202L63 457Z" /> -<glyph unicode="v" glyph-name="v" horiz-adv-x="500" d="M50 432L40 457H126Q126 450 125 445T123 435Q123 433 124 432L256 98L330 268Q354 323 369 370T392 457H457Q437 373 388 257L277 -3H221L50 432Z" /> -<glyph unicode="w" glyph-name="w" horiz-adv-x="500" d="M16 457H89V453Q89 447 87 440T85 425Q85 421 86 419L153 90L231 414H275L372 91Q385 179 393 236T406 330T412 392T414 442V457H481Q466 341 447 227T405 -1H337L253 295L173 -1H108L16 457Z" /> -<glyph unicode="x" glyph-name="x" horiz-adv-x="500" d="M362 457H436L288 235L456 0H374L248 178L129 0H47L208 232L50 457H129L248 288L362 457Z" /> -<glyph unicode="y" glyph-name="y" horiz-adv-x="500" d="M59 425L46 457H135Q135 449 133 444T131 433Q131 429 133 427L267 91L354 336Q367 371 375 401T388 457H463Q454 431 444 398T418 325L294 -2L275 -52Q251 -119 214 -146T127 -174Q62 -174 22 -135L60 --71Q63 -74 65 -80T68 -89Q68 -89 72 -93T82 -102T99 -111T121 -115Q150 -115 172 -97T217 -32L231 2L59 425Z" /> -<glyph unicode="z" glyph-name="z" horiz-adv-x="500" d="M71 457H426V408L148 62H419Q426 62 434 65T450 68V0H50V49L333 394H71V457Z" /> -<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="500" d="M159 16L163 116Q163 182 140 205T73 228H53V284H72Q118 284 141 309T165 391L163 463Q163 637 345 637H408V580H326Q233 580 233 474L235 404Q235 293 148 256Q233 228 233 101L230 17Q230 -51 -259 -77T356 -103H407V-159H371Q323 -159 285 -156T215 -129Q159 -85 159 16Z" /> -<glyph unicode="|" glyph-name="bar" horiz-adv-x="500" d="M217 652H284V-151H217V652Z" /> -<glyph unicode="}" glyph-name="braceright" horiz-adv-x="500" d="M338 463L335 391Q335 334 359 309T428 284H448V228H427Q384 228 361 205T338 116L341 16Q341 -73 301 -116T175 -159H93V-103H148Q170 -103 183 -102T205 -99T219 -93T230 -86Q271 -57 271 17L268 -101Q268 227 352 256Q265 293 265 404L268 474Q268 531 243 555T167 580H92V637H123Q157 637 195 635T265 613T317 559T338 463Z" /> -<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="500" d="M91 342L41 375Q65 414 101 439T172 464Q207 464 231 453T271 427Q312 389 339 389Q367 389 386 405T430 454L476 416Q464 398 448 381T415 352T380 332T344 324Q310 324 286 336T248 364Q211 -404 174 404Q129 404 91 342Z" /> -<glyph unicode=" " glyph-name="nbspace" horiz-adv-x="500" /> -<glyph unicode="¡" glyph-name="exclamdown" horiz-adv-x="500" d="M197 567Q180 583 180 608Q180 632 198 650T239 668Q262 668 280 650T299 608Q299 585 281 568T239 550Q214 550 197 567ZM238 -11Q215 -11 201 9T187 72Q187 83 188 98T191 134L196 186L214 -463H264L279 186Q280 171 281 154T284 120T287 87T289 61Q289 26 275 8T238 -11Z" /> -<glyph unicode="¢" glyph-name="cent" horiz-adv-x="500" d="M285 624L352 617Q352 611 348 604T343 589L333 507Q410 492 451 430L407 373Q403 376 403 385T399 399Q370 434 325 447L279 97Q354 97 410 153L446 104Q381 33 278 33H270L255 -79L198 -72L212 -41Q137 62 93 124T48 280Q48 327 64 368T110 440T180 491T271 512L285 624ZM220 108L263 454Q231 452 205 439T160 404T130 353T119 288Q119 218 146 172T220 108Z" /> -<glyph unicode="£" glyph-name="sterling" horiz-adv-x="500" d="M418 572L374 517Q366 525 364 533T349 547Q325 566 290 566Q269 566 250 559T214 537T189 499T179 443Q179 418 187 378H287V321H201Q214 265 214 224Q214 148 178 90Q185 91 194 91T215 -92Q225 92 245 86T288 72T334 58T373 51Q410 51 444 79L470 27Q417 -15 366 -15Q352 -15 329 -8T280 7T227 23T180 30Q136 30 65 -8L39 49Q62 60 75 66T95 78T105 88T113 100Q148 155 148 222Q148 259 133 321H67V378H119Q112 412 112 442Q112 483 126 516T164 -573T220 610T288 623Q362 623 418 572Z" /> -<glyph unicode="¤" glyph-name="currency" horiz-adv-x="500" d="M68 492L104 527L160 471Q201 500 251 500Q298 500 340 472L396 527L432 492L376 437Q406 395 406 345Q406 295 377 254L432 199L396 164L341 219Q321 204 298 197T251 190Q201 190 159 220L104 -164L68 199L124 256Q110 276 103 299T96 345Q96 369 103 392T125 435L68 492ZM321 416Q291 446 250 446Q230 446 212 438T180 416T158 384T150 345Q150 325 158 307T179 275T211 253T250 245Q271 245 289 253T321 275T343 307T351 345Q351 386 321 416Z" /> -<glyph unicode="¥" glyph-name="yen" horiz-adv-x="500" d="M36 624H114L259 363L392 623H466L292 295V274H426V217H292V154H426V98H292V0H224V98H84V154H224V217H84V274H224V295L36 624Z" /> -<glyph unicode="¦" glyph-name="brokenbar" horiz-adv-x="500" d="M217 652H284V295H217V652ZM284 -151H217V196H284V-151Z" /> -<glyph unicode="§" glyph-name="section" horiz-adv-x="500" d="M413 583L356 533Q351 538 350 544Q348 557 341 569T320 591T291 607T256 613Q238 613 222 607T193 591T174 566T167 536Q167 512 176 498T204 471T254 447T326 419Q418 375 418 305Q418 275 -398 249T344 209Q408 166 408 98Q408 65 395 37T360 -11T306 -42T238 -54Q187 -54 142 -33T65 31L117 92Q123 90 124 87T126 79T133 64T154 41Q185 12 234 12Q283 12 310 35T337 91Q337 108 332 121T313 146T277 168T220 188Q143 213 111 242T79 316Q79 349 101 -376T161 417Q94 457 94 530Q94 559 106 584T141 629T193 660T257 672Q306 672 347 649T413 583ZM197 399Q177 392 165 375T152 336Q152 303 176 282T256 244Q273 239 286 236T307 228Q343 247 343 292Q343 325 319 345T240 384L197 399Z" /> -<glyph unicode="¨" glyph-name="dieresis" horiz-adv-x="500" d="M198 650Q213 635 213 614Q213 594 198 579T163 564Q142 564 127 579T112 614Q112 634 127 649T163 665Q183 665 198 650ZM376 650Q391 635 391 614Q391 594 376 579T341 564Q320 564 306 -578T291 614Q291 635 305 650T341 665Q361 665 376 650Z" /> -<glyph unicode="©" glyph-name="copyright" horiz-adv-x="500" d="M387 331L335 312Q331 319 331 324T331 334T324 346T302 364Q285 374 262 374Q248 374 232 369T203 353T180 324T171 281Q171 259 178 240T198 206T228 183T265 174Q289 174 309 186T340 -219L384 190Q363 158 330 140T261 122Q230 122 204 134T158 168T127 217T115 276Q115 307 127 334T159 381T203 412T254 424Q308 424 342 399T387 331ZM426 93Q355 19 255 19Q205 19 161 39T85 94T33 175T14 274Q14 327 33 373T85 455T162 510T256 530Q305 530 -349 510T426 455T478 374T498 274Q498 168 426 93ZM257 488Q216 488 180 472T117 426T75 358T59 274Q59 230 74 191T117 124T180 79T257 62Q297 62 333 79T396 125T439 192T455 275Q455 319 440 357T397 425T334 471T257 488Z" /> -<glyph unicode="ª" glyph-name="ordfeminine" horiz-adv-x="500" d="M325 488Q325 569 251 569Q189 569 157 525L123 566Q173 622 257 622Q320 620 354 589T389 495V485V267H326V300Q280 257 224 257Q169 257 136 288T102 362Q102 404 133 434T219 472Q251 -475 273 475T311 476H325V488ZM328 424H312Q270 424 242 422T197 413T173 394T166 363Q166 344 182 328T231 311Q244 311 261 316T293 332T318 361T328 406V424ZM76 206H425V152H76V206Z" /> -<glyph unicode="«" glyph-name="guillemotleft" horiz-adv-x="500" d="M249 253L400 400L439 359L318 241L446 101L406 61L249 230V253ZM67 253L219 400L258 359L137 241L265 101L225 61L67 230V253Z" /> -<glyph unicode="¬" glyph-name="logicalnot" horiz-adv-x="500" d="M91 347H414V157H350V284H91V347Z" /> -<glyph unicode="­" glyph-name="softhyphen" horiz-adv-x="500" d="M71 348H431V281H71V348Z" /> -<glyph unicode="®" glyph-name="registered" horiz-adv-x="500" d="M426 93Q355 19 255 19Q205 19 161 39T85 94T33 175T14 274Q14 327 33 373T85 455T162 510T256 530Q305 530 349 510T426 455T478 374T498 274Q498 168 426 93ZM257 488Q216 488 180 472T117 -426T75 358T59 274Q59 230 74 191T117 124T180 79T257 62Q297 62 333 79T396 125T439 192T455 275Q455 319 440 357T397 425T334 471T257 488ZM155 133V425H249Q314 425 341 401T369 340Q369 315 355 293T312 263L376 138L329 131L267 256H201V133H155ZM253 296Q324 -296 324 340Q324 384 250 384H201V296H253Z" /> -<glyph unicode="¯" glyph-name="overscore" horiz-adv-x="500" d="M123 621H377V565H123V621Z" /> -<glyph unicode="°" glyph-name="degree" horiz-adv-x="500" d="M351 599Q391 560 391 504Q391 477 381 453T352 410T309 381T256 370Q228 370 204 380T161 409T132 451T121 504Q121 532 132 557T161 600T204 628T256 639Q312 639 351 599ZM309 562Q288 586 -257 586Q242 586 228 580T204 562T188 536T182 505Q182 473 203 449T256 425Q288 425 309 449T331 505Q331 537 309 562Z" /> -<glyph unicode="±" glyph-name="plusminus" horiz-adv-x="500" d="M46 80H457V17H46V80ZM222 575H285V404H456V343H285V155H222V343H45V404H222V575Z" /> -<glyph unicode="²" glyph-name="uni00B2" horiz-adv-x="500" d="M111 554Q134 593 173 615T264 637Q289 637 312 629T353 605T381 569T392 523Q392 503 387 488T370 458T336 426T280 383Q254 363 233 345T194 307H376Q381 307 386 311T397 316H400V253H121V297Q148 -333 177 362T252 425L280 447Q306 467 318 487T331 525Q331 550 311 568T260 586Q201 586 168 544Q165 540 163 534T158 523L111 554Z" /> -<glyph unicode="³" glyph-name="uni00B3" horiz-adv-x="500" d="M258 638Q285 638 309 630T351 606T379 572T389 530Q389 503 373 482T332 452Q364 447 385 423T406 366Q406 342 394 322T361 285T313 260T255 251Q169 251 112 316L159 368Q163 363 165 354T173 -340Q206 307 249 307Q292 307 318 326T344 372Q344 398 321 412T256 427Q248 427 241 427T226 425V476Q231 475 236 475T246 475Q291 475 310 490T329 527Q329 549 308 567T255 585Q198 585 161 539L125 576Q178 638 258 638Z" /> -<glyph unicode="´" glyph-name="acute" horiz-adv-x="500" d="M292 699L355 657L254 522L204 552L292 699Z" /> -<glyph unicode="µ" glyph-name="micro" horiz-adv-x="500" d="M372 116Q372 47 412 47Q426 47 440 59T461 84L467 96L494 45Q457 -10 406 -10Q374 -10 351 12T324 67Q307 28 273 9T201 -10Q164 -10 133 7T87 60Q87 3 87 -53T86 -167H24Q24 -153 25 -125T29 --62T34 12T39 87T42 153T44 202V457H110V186Q110 144 118 118T139 75T170 52T207 43Q226 45 244 53T276 78T299 121T308 183V192V457H372V116Z" /> -<glyph unicode="¶" glyph-name="paragraph" horiz-adv-x="500" d="M436 665V-68H378V608H302V-68H243V322Q205 324 173 339T116 377T78 431T64 496Q64 530 76 561T118 615T195 652T311 665H436Z" /> -<glyph unicode="·" glyph-name="middot" horiz-adv-x="500" d="M280 371Q298 354 298 331Q298 308 281 291T238 274Q213 274 196 290T179 331Q179 355 197 371T238 388Q261 388 280 371Z" /> -<glyph unicode="¸" glyph-name="cedilla" horiz-adv-x="500" d="M327 -109Q327 -85 280 -85H250L261 0H305L299 -47L316 -48Q384 -53 384 -103Q384 -131 356 -154T268 -177Q209 -177 157 -140L182 -98Q225 -134 281 -134Q307 -134 317 -127T327 -109Z" /> -<glyph unicode="¹" glyph-name="uni00B9" horiz-adv-x="500" d="M299 633V253H235V553L138 528L122 559L255 633H299Z" /> -<glyph unicode="º" glyph-name="ordmasculine" horiz-adv-x="500" d="M96 434Q96 476 108 510T142 569T191 608T249 622Q280 622 307 610T354 575T385 519T397 441Q397 398 385 364T351 305T303 269T245 256Q214 256 187 269T140 305T108 361T96 434ZM247 -566Q210 566 183 532T156 438Q156 378 183 346T246 314Q283 314 310 345T337 437Q337 498 311 532T247 566ZM76 206H425V152H76V206Z" /> -<glyph unicode="»" glyph-name="guillemotright" horiz-adv-x="500" d="M265 253V230L107 61L67 101L195 241L74 359L113 400L265 253ZM446 253V230L288 61L249 101L376 241L255 359L294 400L446 253Z" /> -<glyph unicode="¼" glyph-name="onequarter" horiz-adv-x="500" d="M76 -16L389 665L437 638L123 -42L76 -16ZM396 242H427V45H477V8H427V-70H381V8H236V37L396 242ZM382 164L288 45H382V164ZM146 677V374H95V614L18 594L5 619L112 677H146Z" /> -<glyph unicode="½" glyph-name="onehalf" horiz-adv-x="500" d="M76 -16L389 665L437 638L123 -42L76 -16ZM263 168Q282 200 313 217T389 235Q410 235 427 228T458 207T479 178T487 143Q487 127 484 115T471 91T444 65T398 31Q354 -1 329 -29H475Q479 -29 -484 -26T494 -22V-73H270V-38Q288 -14 314 12T375 65L398 82Q439 117 439 140Q439 165 423 179T379 194Q333 194 308 160Q305 157 304 152T300 143L263 168ZM146 677V374H95V614L18 594L5 619L112 677H146Z" /> -<glyph unicode="¾" glyph-name="threequarters" horiz-adv-x="500" d="M81 -16L394 665L442 638L128 -42L81 -16ZM128 684Q150 684 169 677T202 659T224 632T232 598Q232 576 220 559T187 535Q213 531 229 512T246 467Q246 447 236 431T210 401T171 381T125 -374Q57 374 11 426L49 468Q52 464 54 457T60 445Q74 431 90 425T123 419Q152 419 174 433T197 467Q197 491 181 503T126 515Q120 515 114 515T102 514V554Q107 552 113 552T124 553Q156 553 170 565T185 594Q185 611 169 626T125 642Q80 642 51 604L22 634Q64 684 -128 684ZM396 242H427V45H477V8H427V-70H381V8H236V37L396 242ZM382 164L288 45H382V164Z" /> -<glyph unicode="¿" glyph-name="questiondown" horiz-adv-x="500" d="M198 567Q181 583 181 608Q181 632 199 648T240 665Q263 665 281 648T300 608Q300 585 283 568T240 551Q215 551 198 567ZM438 91Q406 42 354 15T245 -13Q203 -13 170 1T114 39T79 95T67 -163Q67 215 90 248T144 307L166 325Q194 348 202 371T210 426V468H275V426Q275 403 274 387T266 354T246 320T209 278Q173 240 160 214T146 158Q146 136 154 117T177 83T209 61T248 52Q290 52 326 75T387 139L438 91Z" /> -<glyph unicode="À" glyph-name="Agrave" horiz-adv-x="500" d="M15 0L235 634H243L483 0H411L342 182H144L84 0H15ZM326 236L238 474L158 236H326ZM439 791L592 702L569 660L399 721L439 791Z" /> -<glyph unicode="Á" glyph-name="Aacute" horiz-adv-x="500" d="M15 0L235 634H243L483 0H411L342 182H144L84 0H15ZM326 236L238 474L158 236H326ZM565 791L605 721L436 660L413 702L565 791Z" /> -<glyph unicode="Â" glyph-name="Acircumflex" horiz-adv-x="500" d="M15 0L235 634H243L483 0H411L342 182H144L84 0H15ZM326 236L238 474L158 236H326ZM359 692L490 791H512L635 693L602 655L499 726L387 658L359 692Z" /> -<glyph unicode="Ã" glyph-name="Atilde" horiz-adv-x="500" d="M15 0L235 634H243L483 0H411L342 182H144L84 0H15ZM326 236L238 474L158 236H326ZM131 683L86 715Q141 802 199 802Q217 802 236 791T273 765T304 739T325 727Q348 727 359 742T387 780L425 -740Q395 704 373 687T328 669Q305 669 287 681T254 707T225 733T200 745Q178 745 165 732T131 683Z" /> -<glyph unicode="Ä" glyph-name="Adieresis" horiz-adv-x="500" d="M15 0L235 634H243L483 0H411L342 182H144L84 0H15ZM326 236L238 474L158 236H326ZM187 774Q202 759 202 738Q202 718 187 703T151 688Q131 688 116 703T101 738Q101 758 116 773T151 789Q172 -789 187 774ZM365 774Q380 759 380 738Q380 718 365 703T329 688Q309 688 295 702T280 738Q280 759 294 774T329 789Q350 789 365 774Z" /> -<glyph unicode="Å" glyph-name="Aring" horiz-adv-x="500" d="M241 753Q224 753 212 740T199 707Q199 688 211 675T241 662Q258 662 270 675T282 707Q282 727 270 740T241 753ZM326 236L238 474L158 236H326ZM248 619L483 0H411L342 182H144L84 -1H15L230 -619Q195 623 172 648T148 708Q148 726 155 741T174 769T204 788T240 795Q259 795 275 788T304 769T324 742T331 708Q331 673 308 648T248 619Z" /> -<glyph unicode="Æ" glyph-name="AE" horiz-adv-x="500" d="M200 624H484V562H313V357H458V293H313V62H482V0H252V169H122L68 0H4L200 624ZM252 562H241L136 227H252V562Z" /> -<glyph unicode="Ç" glyph-name="Ccedilla" horiz-adv-x="500" d="M327 -109Q327 -85 280 -85H250L260 -10Q218 -6 179 14T108 72T59 167T41 303Q41 399 64 462T121 561T197 613T276 628Q307 628 336 619T391 594T437 556T469 505L402 472Q398 475 398 482Q398 -494 395 500Q375 533 343 552T275 572Q241 572 211 555T159 504T123 422T109 313Q109 254 122 206T158 123T213 69T281 50Q318 50 352 70T408 126L460 92Q434 50 393 24T304 -9L299 -47L316 -48Q384 -53 384 -103Q384 -131 356 -154T268 -177Q209 -177 157 -140L182 --98Q225 -134 281 -134Q307 -134 317 -127T327 -109Z" /> -<glyph unicode="È" glyph-name="Egrave" horiz-adv-x="500" d="M59 624H441V562H125V357H386V293H125V62H438V0H59V624ZM439 791L592 702L569 660L399 721L439 791Z" /> -<glyph unicode="É" glyph-name="Eacute" horiz-adv-x="500" d="M59 624H441V562H125V357H386V293H125V62H438V0H59V624ZM325 791L365 721L196 660L173 702L325 791Z" /> -<glyph unicode="Ê" glyph-name="Ecircumflex" horiz-adv-x="500" d="M59 624H441V562H125V357H386V293H125V62H438V0H59V624ZM367 692L498 791H520L643 693L610 655L507 726L395 658L367 692Z" /> -<glyph unicode="Ë" glyph-name="Edieresis" horiz-adv-x="500" d="M59 624H441V562H125V357H386V293H125V62H438V0H59V624ZM193 774Q208 759 208 738Q208 718 193 703T157 688Q137 688 122 703T107 738Q107 758 122 773T157 789Q178 789 193 774ZM371 774Q386 -759 386 738Q386 718 371 703T335 688Q315 688 301 702T286 738Q286 759 300 774T335 789Q356 789 371 774Z" /> -<glyph unicode="Ì" glyph-name="Igrave" horiz-adv-x="500" d="M88 623H397V564H274V57H403V-1H81V58H204V564H88V623ZM439 791L592 702L569 660L399 721L439 791Z" /> -<glyph unicode="Í" glyph-name="Iacute" horiz-adv-x="500" d="M88 623H397V564H274V57H403V-1H81V58H204V564H88V623ZM325 791L365 721L196 660L173 702L325 791Z" /> -<glyph unicode="Î" glyph-name="Icircumflex" horiz-adv-x="500" d="M88 623H397V564H274V57H403V-1H81V58H204V564H88V623ZM358 692L489 791H511L634 693L601 655L498 726L386 658L358 692Z" /> -<glyph unicode="Ï" glyph-name="Idieresis" horiz-adv-x="500" d="M88 623H397V564H274V57H403V-1H81V58H204V564H88V623ZM190 774Q205 759 205 738Q205 718 190 703T154 688Q134 688 119 703T104 738Q104 758 119 773T154 789Q175 789 190 774ZM368 774Q383 -759 383 738Q383 718 368 703T332 688Q312 688 298 702T283 738Q283 759 297 774T332 789Q353 789 368 774Z" /> -<glyph unicode="Ð" glyph-name="Eth" horiz-adv-x="500" d="M79 623H218Q286 623 332 600T408 536T452 436T466 306Q466 261 456 217T428 134T382 65T319 18Q280 -1 206 -1H79V301H30V359H79V623ZM143 301V57H203Q299 57 349 122T399 306Q399 426 355 495T214 -564H143V359H248V301H143Z" /> -<glyph unicode="Ñ" glyph-name="Ntilde" horiz-adv-x="500" d="M50 0V623H118L380 161V624H454Q454 618 451 611T447 597V0H392L117 490V0H50ZM136 683L91 715Q146 802 204 802Q222 802 241 791T278 765T309 739T330 727Q353 727 364 742T392 780L430 740Q400 -704 378 687T333 669Q310 669 292 681T259 707T230 733T205 745Q183 745 170 732T136 683Z" /> -<glyph unicode="Ò" glyph-name="Ograve" horiz-adv-x="500" d="M254 -10Q203 -10 162 13T91 79T45 181T29 313Q29 385 45 444T92 544T164 607T256 630Q300 630 338 611T407 554T455 455T471 312Q471 222 452 161T402 61T333 7T254 -10ZM150 115Q197 59 254 -59Q281 59 307 70T354 111T388 189T401 314Q401 388 387 435T352 511T307 551T256 564Q225 565 199 553T150 514T113 440T98 319Q98 250 112 197T150 115ZM439 791L592 702L569 660L399 721L439 791Z" /> -<glyph unicode="Ó" glyph-name="Oacute" horiz-adv-x="500" d="M254 -10Q203 -10 162 13T91 79T45 181T29 313Q29 385 45 444T92 544T164 607T256 630Q300 630 338 611T407 554T455 455T471 312Q471 222 452 161T402 61T333 7T254 -10ZM150 115Q197 59 254 -59Q281 59 307 70T354 111T388 189T401 314Q401 388 387 435T352 511T307 551T256 564Q225 565 199 553T150 514T113 440T98 319Q98 250 112 197T150 115ZM325 791L365 721L196 660L173 702L325 791Z" /> -<glyph unicode="Ô" glyph-name="Ocircumflex" horiz-adv-x="500" d="M254 -10Q203 -10 162 13T91 79T45 181T29 313Q29 385 45 444T92 544T164 607T256 630Q300 630 338 611T407 554T455 455T471 312Q471 222 452 161T402 61T333 7T254 -10ZM150 115Q197 -59 254 59Q281 59 307 70T354 111T388 189T401 314Q401 388 387 435T352 511T307 551T256 564Q225 565 199 553T150 514T113 440T98 319Q98 250 112 197T150 115ZM114 692L245 791H267L390 693L357 655L254 726L142 658L114 692Z" /> -<glyph unicode="Õ" glyph-name="Otilde" horiz-adv-x="500" d="M254 -10Q203 -10 162 13T91 79T45 181T29 313Q29 385 45 444T92 544T164 607T256 630Q300 630 338 611T407 554T455 455T471 312Q471 222 452 161T402 61T333 7T254 -10ZM150 115Q197 59 254 -59Q281 59 307 70T354 111T388 189T401 314Q401 388 387 435T352 511T307 551T256 564Q225 565 199 553T150 514T113 440T98 319Q98 250 112 197T150 115ZM136 683L91 715Q146 802 204 802Q222 802 241 791T278 765T309 739T330 727Q353 727 364 742T392 780L430 -740Q400 704 378 687T333 669Q310 669 292 681T259 707T230 733T205 745Q183 745 170 732T136 683Z" /> -<glyph unicode="Ö" glyph-name="Odieresis" horiz-adv-x="500" d="M254 -10Q203 -10 162 13T91 79T45 181T29 313Q29 385 45 444T92 544T164 607T256 630Q300 630 338 611T407 554T455 455T471 312Q471 222 452 161T402 61T333 7T254 -10ZM150 115Q197 59 -254 59Q281 59 307 70T354 111T388 189T401 314Q401 388 387 435T352 511T307 551T256 564Q225 565 199 553T150 514T113 440T98 319Q98 250 112 197T150 115ZM193 774Q208 759 208 738Q208 718 193 703T157 688Q137 688 122 703T107 738Q107 758 122 773T157 789Q178 -789 193 774ZM371 774Q386 759 386 738Q386 718 371 703T335 688Q315 688 301 702T286 738Q286 759 300 774T335 789Q356 789 371 774Z" /> -<glyph unicode="×" glyph-name="multiply" horiz-adv-x="500" d="M382 503L430 459L300 325L427 191L381 145L254 278L129 149L85 193L211 324L85 457L132 503L256 372L382 503Z" /> -<glyph unicode="Ø" glyph-name="Oslash" horiz-adv-x="500" d="M150 513Q127 487 113 438T98 322Q98 212 132 145L336 528Q298 564 252 564Q226 564 200 552T150 513ZM413 545Q471 466 471 310Q471 218 452 157T402 59T332 6T254 -10Q225 -10 196 -1T138 -30L88 -63L36 -36L95 74Q29 159 29 313Q29 384 45 442T90 542T161 607T254 630Q284 630 313 620T369 590L415 677L469 648L413 545ZM374 472L171 92Q208 59 248 59Q323 59 362 121T401 314Q401 413 374 472Z" /> -<glyph unicode="Ù" glyph-name="Ugrave" horiz-adv-x="500" d="M50 623H129Q130 623 130 621Q130 617 126 610T119 591V214Q119 162 129 134T157 87T199 59T252 48Q280 50 304 58T347 85T376 134T387 217V623H454V218Q454 157 441 115T399 45T334 3T251 -11Q206 --11 169 3T106 44T65 110T50 215V623ZM438 791L591 702L568 660L398 721L438 791Z" /> -<glyph unicode="Ú" glyph-name="Uacute" horiz-adv-x="500" d="M50 623H129Q130 623 130 621Q130 617 126 610T119 591V214Q119 162 129 134T157 87T199 59T252 48Q280 50 304 58T347 85T376 134T387 217V623H454V218Q454 157 441 115T399 45T334 3T251 -11Q206 --11 169 3T106 44T65 110T50 215V623ZM325 791L365 721L196 660L173 702L325 791Z" /> -<glyph unicode="Û" glyph-name="Ucircumflex" horiz-adv-x="500" d="M50 623H129Q130 623 130 621Q130 617 126 610T119 591V214Q119 162 129 134T157 87T199 59T252 48Q280 50 304 58T347 85T376 134T387 217V623H454V218Q454 157 441 115T399 45T334 3T251 --11Q206 -11 169 3T106 44T65 110T50 215V623ZM114 692L245 791H267L390 693L357 655L254 726L142 658L114 692Z" /> -<glyph unicode="Ü" glyph-name="Udieresis" horiz-adv-x="500" d="M50 623H129Q130 623 130 621Q130 617 126 610T119 591V214Q119 162 129 134T157 87T199 59T252 48Q280 50 304 58T347 85T376 134T387 217V623H454V218Q454 157 441 115T399 45T334 3T251 --11Q206 -11 169 3T106 44T65 110T50 215V623ZM201 774Q216 759 216 738Q216 718 201 703T165 688Q145 688 130 703T115 738Q115 758 130 773T165 789Q186 789 201 774ZM379 774Q394 759 394 738Q394 718 379 703T343 688Q323 688 309 702T294 738Q294 759 308 -774T343 789Q364 789 379 774Z" /> -<glyph unicode="Ý" glyph-name="Yacute" horiz-adv-x="500" d="M28 623H108L261 321L399 623H473L296 246V0H220V246L28 623ZM325 791L365 721L196 660L173 702L325 791Z" /> -<glyph unicode="Þ" glyph-name="Thorn" horiz-adv-x="500" d="M59 623H137Q139 621 139 620Q139 617 135 611T129 595V506H259Q311 506 347 492T407 454T442 398T456 330Q454 294 443 263T409 208T351 172T264 158H129V0H59V623ZM129 440V219H264Q296 219 -318 227T354 250T375 285T384 328Q382 351 375 371T352 407T314 431T257 440H129Z" /> -<glyph unicode="ß" glyph-name="germandbls" horiz-adv-x="500" d="M55 0V423Q55 547 105 608T239 669Q276 669 309 655T366 616T405 560T420 493Q420 450 399 414T341 359Q369 350 392 333T431 293T455 241T464 181Q464 140 450 106T411 45T353 5T281 -10Q223 --10 177 21L212 77Q242 53 285 53Q306 53 326 63T363 90T388 128T398 173Q396 207 387 235T359 282T313 312T244 323H214V380H250Q268 380 286 387T319 409T343 446T352 501Q352 522 344 542T320 577T283 602T237 611Q210 611 189 598T153 560T131 501T123 425V0H55Z" -/> -<glyph unicode="à" glyph-name="agrave" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 357L91 -403ZM369 214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214ZM243 699L331 552L281 522L180 657L243 699Z" /> -<glyph unicode="á" glyph-name="aacute" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 357L91 -403ZM369 214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214ZM292 699L355 657L254 522L204 552L292 699Z" /> -<glyph unicode="â" glyph-name="acircumflex" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 -357L91 403ZM369 214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214ZM141 545L252 685H274L384 544L338 509L260 612L179 510L141 545Z" /> -<glyph unicode="ã" glyph-name="atilde" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 357L91 -403ZM369 214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214ZM144 557L100 589Q154 676 213 676Q231 676 251 665T288 639T317 613T338 601Q350 601 358 -605T373 616T386 633T401 654L438 614Q408 578 387 561T342 543Q319 543 301 555T268 581T240 607T214 619Q192 619 179 606T144 557Z" /> -<glyph unicode="ä" glyph-name="adieresis" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 -357L91 403ZM369 214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214ZM210 650Q225 635 225 614Q225 594 210 579T175 564Q154 564 139 579T124 614Q124 -634 139 649T175 665Q195 665 210 650ZM388 650Q403 635 403 614Q403 594 388 579T353 564Q332 564 318 578T303 614Q303 635 317 650T353 665Q373 665 388 650Z" /> -<glyph unicode="å" glyph-name="aring" horiz-adv-x="500" d="M91 403Q152 467 254 467Q338 467 386 425T435 283V0H367V50Q294 -11 203 -11Q167 -11 139 0T90 29T60 70T49 116Q49 185 108 225T280 269H366V286Q366 354 338 381T249 408Q175 408 126 357L91 -403ZM369 214H352Q338 214 326 214T301 215Q246 215 211 208T156 187T129 158T121 122Q121 90 149 67T218 44Q248 44 272 53T314 76T343 104T359 130Q369 150 369 184V214ZM321 667Q348 640 348 605Q348 587 341 571T321 543T291 524T256 517Q238 517 222 524T193 -543T173 571T165 605Q165 623 172 639T192 667T221 686T256 693Q293 693 321 667ZM257 652Q240 652 228 639T216 606Q216 587 228 574T257 560Q274 560 286 573T299 606Q299 625 287 638T257 652Z" /> -<glyph unicode="æ" glyph-name="ae" horiz-adv-x="500" d="M31 412Q74 467 147 467Q183 467 212 451T258 405Q275 434 303 450T362 467Q430 467 460 414T490 268V230L282 223V175Q282 117 310 82T386 47Q432 47 459 84L494 42Q450 -11 380 -11Q342 -11 309 -7T255 58Q238 26 208 8T142 -11Q113 -11 89 1T47 32T20 75T10 123Q10 192 61 233T198 278L221 279V305Q221 354 199 382T142 411Q97 411 66 368L31 412ZM221 219L199 218Q162 216 138 209T100 189T80 159T74 122Q74 108 80 96T96 73T118 56T144 50Q187 50 204 76T222 -158Q222 164 222 169T221 181V219ZM282 279L432 284V305Q432 354 414 382T362 411Q326 411 304 378T282 296V279Z" /> -<glyph unicode="ç" glyph-name="ccedilla" horiz-adv-x="500" d="M327 -109Q327 -85 280 -85H250L260 -10Q216 -6 179 13T114 64T72 138T56 231Q56 280 73 323T120 398T193 448T286 466Q340 466 384 444T457 381L406 322Q401 325 401 328T400 338T394 353T369 -377Q335 405 276 405Q247 405 221 393T174 359T142 305T130 234Q130 195 142 162T175 105T225 68T289 54Q358 54 408 110L450 61Q391 -2 304 -10L299 -47L316 -48Q384 -53 384 -103Q384 -131 356 -154T268 -177Q209 -177 157 -140L182 -98Q225 -134 281 -134Q307 --134 317 -127T327 -109Z" /> -<glyph unicode="è" glyph-name="egrave" horiz-adv-x="500" d="M259 468Q295 468 329 455T388 416T429 348T445 251Q445 243 445 235T443 218H118Q120 170 134 138T171 85T220 57T274 48Q345 48 392 99L432 60Q374 -10 272 -10Q222 -10 181 5T110 51T65 125T49 -227Q49 285 65 330T110 405T177 452T259 468ZM121 274H372Q372 278 372 281T373 290Q373 315 364 337T338 376T301 403T254 413Q207 413 169 380T121 274ZM243 699L331 552L281 522L180 657L243 699Z" /> -<glyph unicode="é" glyph-name="eacute" horiz-adv-x="500" d="M259 468Q295 468 329 455T388 416T429 348T445 251Q445 243 445 235T443 218H118Q120 170 134 138T171 85T220 57T274 48Q345 48 392 99L432 60Q374 -10 272 -10Q222 -10 181 5T110 51T65 125T49 -227Q49 285 65 330T110 405T177 452T259 468ZM121 274H372Q372 278 372 281T373 290Q373 315 364 337T338 376T301 403T254 413Q207 413 169 380T121 274ZM292 699L355 657L254 522L204 552L292 699Z" /> -<glyph unicode="ê" glyph-name="ecircumflex" horiz-adv-x="500" d="M259 468Q295 468 329 455T388 416T429 348T445 251Q445 243 445 235T443 218H118Q120 170 134 138T171 85T220 57T274 48Q345 48 392 99L432 60Q374 -10 272 -10Q222 -10 181 5T110 51T65 -125T49 227Q49 285 65 330T110 405T177 452T259 468ZM121 274H372Q372 278 372 281T373 290Q373 315 364 337T338 376T301 403T254 413Q207 413 169 380T121 274ZM134 545L245 685H267L377 544L331 509L253 612L172 510L134 545Z" /> -<glyph unicode="ë" glyph-name="edieresis" horiz-adv-x="500" d="M259 468Q295 468 329 455T388 416T429 348T445 251Q445 243 445 235T443 218H118Q120 170 134 138T171 85T220 57T274 48Q345 48 392 99L432 60Q374 -10 272 -10Q222 -10 181 5T110 51T65 -125T49 227Q49 285 65 330T110 405T177 452T259 468ZM121 274H372Q372 278 372 281T373 290Q373 315 364 337T338 376T301 403T254 413Q207 413 169 380T121 274ZM199 650Q214 635 214 614Q214 594 199 579T164 564Q143 564 128 579T113 614Q113 634 128 649T164 -665Q184 665 199 650ZM377 650Q392 635 392 614Q392 594 377 579T342 564Q321 564 307 578T292 614Q292 635 306 650T342 665Q362 665 377 650Z" /> -<glyph unicode="ì" glyph-name="igrave" horiz-adv-x="500" d="M106 457H289V58H396V0H100V58H217V399H106V457ZM449 699L537 552L487 522L386 657L449 699Z" /> -<glyph unicode="í" glyph-name="iacute" horiz-adv-x="500" d="M106 457H289V58H396V0H100V58H217V399H106V457ZM540 699L603 657L502 522L452 552L540 699Z" /> -<glyph unicode="î" glyph-name="icircumflex" horiz-adv-x="500" d="M106 457H289V58H396V0H100V58H217V399H106V457ZM370 545L481 685H503L613 544L567 509L489 612L408 510L370 545Z" /> -<glyph unicode="ï" glyph-name="idieresis" horiz-adv-x="500" d="M106 457H289V58H396V0H100V58H217V399H106V457ZM446 650Q461 635 461 614Q461 594 446 579T411 564Q390 564 375 579T360 614Q360 634 375 649T411 665Q431 665 446 650ZM624 650Q639 635 -639 614Q639 594 624 579T589 564Q568 564 554 578T539 614Q539 635 553 650T589 665Q609 665 624 650Z" /> -<glyph unicode="ð" glyph-name="eth" horiz-adv-x="500" d="M256 50Q281 50 304 60T346 93T376 150T387 232Q387 280 375 313T344 367T301 397T253 406Q229 406 205 395T161 362T129 308T117 232Q117 191 128 158T157 100T201 63T256 50ZM347 570Q460 442 -460 253Q460 193 447 144T408 61T344 7T256 -12Q212 -12 173 5T105 54T58 129T40 223Q40 273 57 317T102 395T167 447T242 467Q320 467 369 415Q353 453 332 487T283 552L155 516L137 564L241 592Q196 630 139 656L220 672Q265 647 307 610L415 639L432 595L347 -570Z" /> -<glyph unicode="ñ" glyph-name="ntilde" horiz-adv-x="500" d="M68 0V457H142V376Q168 418 208 443T291 468Q321 468 347 458T392 424T421 365T432 277V0H361V275Q361 347 337 376T277 405Q254 405 230 395T187 367T155 322T142 263V0H68ZM387 557L343 589Q397 -676 456 676Q474 676 494 665T531 639T560 613T581 601Q593 601 601 605T616 616T629 633T644 654L681 614Q651 578 630 561T585 543Q562 543 544 555T511 581T483 607T457 619Q435 619 422 606T387 557Z" /> -<glyph unicode="ò" glyph-name="ograve" horiz-adv-x="500" d="M254 467Q296 467 333 451T399 403T443 328T460 228Q460 172 444 128T400 53T334 5T253 -12Q209 -12 171 6T103 55T57 131T40 226Q40 277 57 322T104 398T173 448T254 467ZM388 226Q388 269 -377 302T346 359T303 394T251 406Q224 406 200 394T157 359T127 304T116 230Q116 190 127 157T156 100T200 63T253 50Q281 50 305 61T348 95T377 151T388 226ZM243 699L331 552L281 522L180 657L243 699Z" /> -<glyph unicode="ó" glyph-name="oacute" horiz-adv-x="500" d="M254 467Q296 467 333 451T399 403T443 328T460 228Q460 172 444 128T400 53T334 5T253 -12Q209 -12 171 6T103 55T57 131T40 226Q40 277 57 322T104 398T173 448T254 467ZM388 226Q388 269 -377 302T346 359T303 394T251 406Q224 406 200 394T157 359T127 304T116 230Q116 190 127 157T156 100T200 63T253 50Q281 50 305 61T348 95T377 151T388 226ZM292 699L355 657L254 522L204 552L292 699Z" /> -<glyph unicode="ô" glyph-name="ocircumflex" horiz-adv-x="500" d="M254 467Q296 467 333 451T399 403T443 328T460 228Q460 172 444 128T400 53T334 5T253 -12Q209 -12 171 6T103 55T57 131T40 226Q40 277 57 322T104 398T173 448T254 467ZM388 226Q388 -269 377 302T346 359T303 394T251 406Q224 406 200 394T157 359T127 304T116 230Q116 190 127 157T156 100T200 63T253 50Q281 50 305 61T348 95T377 151T388 226ZM134 545L245 685H267L377 544L331 509L253 612L172 510L134 545Z" /> -<glyph unicode="õ" glyph-name="otilde" horiz-adv-x="500" d="M254 467Q296 467 333 451T399 403T443 328T460 228Q460 172 444 128T400 53T334 5T253 -12Q209 -12 171 6T103 55T57 131T40 226Q40 277 57 322T104 398T173 448T254 467ZM388 226Q388 269 -377 302T346 359T303 394T251 406Q224 406 200 394T157 359T127 304T116 230Q116 190 127 157T156 100T200 63T253 50Q281 50 305 61T348 95T377 151T388 226ZM135 557L91 589Q145 676 204 676Q222 676 242 665T279 639T308 613T329 601Q341 601 349 605T364 616T377 -633T392 654L429 614Q399 578 378 561T333 543Q310 543 292 555T259 581T231 607T205 619Q183 619 170 606T135 557Z" /> -<glyph unicode="ö" glyph-name="odieresis" horiz-adv-x="500" d="M254 467Q296 467 333 451T399 403T443 328T460 228Q460 172 444 128T400 53T334 5T253 -12Q209 -12 171 6T103 55T57 131T40 226Q40 277 57 322T104 398T173 448T254 467ZM388 226Q388 269 -377 302T346 359T303 394T251 406Q224 406 200 394T157 359T127 304T116 230Q116 190 127 157T156 100T200 63T253 50Q281 50 305 61T348 95T377 151T388 226ZM198 650Q213 635 213 614Q213 594 198 579T163 564Q142 564 127 579T112 614Q112 634 127 649T163 665Q183 -665 198 650ZM376 650Q391 635 391 614Q391 594 376 579T341 564Q320 564 306 578T291 614Q291 635 305 650T341 665Q361 665 376 650Z" /> -<glyph unicode="÷" glyph-name="divide" horiz-adv-x="500" d="M71 348H431V281H71V348ZM287 498Q300 483 300 466Q300 448 287 435T255 422Q237 422 224 435T211 466Q211 485 224 498T255 512Q273 512 287 498ZM287 190Q300 175 300 158Q300 140 287 127T256 -114Q238 114 224 126T210 158Q210 178 224 191T256 204Q273 204 287 190Z" /> -<glyph unicode="ø" glyph-name="oslash" horiz-adv-x="500" d="M252 406Q225 406 201 394T157 359T127 305T116 235Q116 159 150 110L304 393Q279 406 252 406ZM386 417Q460 349 460 233Q460 175 444 130T400 53T335 5T255 -12Q205 -12 162 10L122 -64L70 --37L114 44Q40 115 40 221Q40 275 57 320T104 397T173 448T257 467Q296 467 335 450L372 519L425 490L386 417ZM351 354L194 67Q223 50 255 50Q282 50 306 62T348 96T377 151T388 223Q388 305 351 354Z" /> -<glyph unicode="ù" glyph-name="ugrave" horiz-adv-x="500" d="M63 457H135V202Q135 158 143 129T165 81T198 55T239 47Q263 49 285 59T324 87T352 135T362 205V457H435V41Q435 18 440 0H364Q363 7 362 15T362 35L363 70Q341 32 304 11T221 -11Q186 -11 158 -1T108 40T74 106T62 202L63 457ZM243 699L331 552L281 522L180 657L243 699Z" /> -<glyph unicode="ú" glyph-name="uacute" horiz-adv-x="500" d="M63 457H135V202Q135 158 143 129T165 81T198 55T239 47Q263 49 285 59T324 87T352 135T362 205V457H435V41Q435 18 440 0H364Q363 7 362 15T362 35L363 70Q341 32 304 11T221 -11Q186 -11 158 -1T108 40T74 106T62 202L63 457ZM292 699L355 657L254 522L204 552L292 699Z" /> -<glyph unicode="û" glyph-name="ucircumflex" horiz-adv-x="500" d="M63 457H135V202Q135 158 143 129T165 81T198 55T239 47Q263 49 285 59T324 87T352 135T362 205V457H435V41Q435 18 440 0H364Q363 7 362 15T362 35L363 70Q341 32 304 11T221 -11Q186 --11 158 1T108 40T74 106T62 202L63 457ZM134 545L245 685H267L377 544L331 509L253 612L172 510L134 545Z" /> -<glyph unicode="ü" glyph-name="udieresis" horiz-adv-x="500" d="M63 457H135V202Q135 158 143 129T165 81T198 55T239 47Q263 49 285 59T324 87T352 135T362 205V457H435V41Q435 18 440 0H364Q363 7 362 15T362 35L363 70Q341 32 304 11T221 -11Q186 -11 -158 1T108 40T74 106T62 202L63 457ZM198 650Q213 635 213 614Q213 594 198 579T163 564Q142 564 127 579T112 614Q112 634 127 649T163 665Q183 665 198 650ZM376 650Q391 635 391 614Q391 594 376 579T341 564Q320 564 306 578T291 614Q291 635 305 650T341 665Q361 -665 376 650Z" /> -<glyph unicode="ý" glyph-name="yacute" horiz-adv-x="500" d="M59 425L46 457H135Q135 449 133 444T131 433Q131 429 133 427L267 91L354 336Q367 371 375 401T388 457H463Q454 431 444 398T418 325L294 -2L275 -52Q251 -119 214 -146T127 -174Q62 -174 -22 -135L60 -71Q63 -74 65 -80T68 -89Q68 -89 72 -93T82 -102T99 -111T121 -115Q150 -115 172 -97T217 -32L231 2L59 425ZM292 699L355 657L254 522L204 552L292 699Z" /> -<glyph unicode="þ" glyph-name="thorn" horiz-adv-x="500" d="M60 665H140Q140 658 137 649T133 632V387Q156 424 194 445T272 467Q310 467 344 453T405 409T447 336T463 232Q463 172 447 126T403 50T342 4T271 -12Q229 -12 193 7T134 60V-167H60V665ZM133 -190Q135 116 167 84T246 52Q271 52 296 60T341 87T375 139T388 219Q388 307 352 356T249 406Q229 406 208 399T171 375T144 330T133 259V190Z" /> -<glyph unicode="ÿ" glyph-name="ydieresis" horiz-adv-x="500" d="M59 425L46 457H135Q135 449 133 444T131 433Q131 429 133 427L267 91L354 336Q367 371 375 401T388 457H463Q454 431 444 398T418 325L294 -2L275 -52Q251 -119 214 -146T127 -174Q62 -174 -22 -135L60 -71Q63 -74 65 -80T68 -89Q68 -89 72 -93T82 -102T99 -111T121 -115Q150 -115 172 -97T217 -32L231 2L59 425ZM198 650Q213 635 213 614Q213 594 198 579T163 564Q142 564 127 579T112 614Q112 634 127 649T163 665Q183 665 198 650ZM376 650Q391 635 -391 614Q391 594 376 579T341 564Q320 564 306 578T291 614Q291 635 305 650T341 665Q361 665 376 650Z" /> -<glyph unicode="‘" glyph-name="quoteleft" horiz-adv-x="500" d="M182 450Q182 531 288 638L323 607Q295 582 277 552T258 502Q258 492 266 484T283 467T301 449T309 425Q309 401 293 384T250 367Q224 367 203 390T182 450Z" /> -<glyph unicode="’" glyph-name="quoteright" horiz-adv-x="500" d="M306 555Q306 476 199 367L165 397Q193 423 211 453T230 502Q230 512 222 521T204 538T187 556T179 579Q179 604 195 621T238 638Q264 638 285 615T306 555Z" /> -<glyph unicode="‚" glyph-name="quotesinglbase" horiz-adv-x="500" d="M306 20Q306 -59 199 -168L165 -138Q193 -112 211 -82T230 -33Q230 -23 222 -15T205 2T187 20T179 44Q179 69 195 86T238 103Q264 103 285 80T306 20Z" /> -<glyph unicode="“" glyph-name="quotedblleft" horiz-adv-x="500" d="M286 450Q286 531 392 638L426 607Q398 582 380 552T361 502Q361 492 369 484T387 468T405 449T413 425Q413 401 396 384T353 367Q327 367 307 390T286 450ZM79 450Q79 531 185 638L219 -607Q191 582 173 552T154 502Q154 492 162 484T180 468T198 449T206 425Q206 401 189 384T146 367Q120 367 100 390T79 450Z" /> -<glyph unicode="”" glyph-name="quotedblright" horiz-adv-x="500" d="M202 555Q202 474 96 367L61 397Q90 423 108 453T126 502Q126 512 118 521T100 538T83 556T75 579Q75 604 91 621T134 638Q161 638 181 615T202 555ZM409 555Q409 474 303 367L268 -397Q297 423 315 453T333 502Q333 512 326 521T308 538T290 556T282 579Q282 604 298 621T341 638Q368 638 388 615T409 555Z" /> -<glyph unicode="„" glyph-name="quotedblbase" horiz-adv-x="500" d="M409 20Q409 -61 303 -168L268 -138Q297 -112 315 -82T333 -33Q333 -23 325 -15T308 2T290 20T282 44Q282 69 298 86T341 103Q368 103 388 80T409 20ZM202 20Q202 -61 96 -168L61 -138Q90 --112 108 -82T126 -33Q126 -23 118 -15T101 3T83 21T75 44Q75 69 91 86T134 103Q161 103 181 80T202 20Z" /> -<glyph unicode="•" glyph-name="bullet" horiz-adv-x="500" d="M316 355Q341 330 341 296Q341 262 316 238T256 213Q221 213 196 237T171 296Q171 331 196 355T256 380Q289 380 316 355Z" /> -<glyph unicode="‹" glyph-name="guilsinglleft" horiz-adv-x="500" d="M145 253L297 400L336 359L215 241L343 101L303 61L145 230V253Z" /> -<glyph unicode="›" glyph-name="guilsinglright" horiz-adv-x="500" d="M343 253V230L185 61L145 101L273 241L152 359L191 400L343 253Z" /> -</font> -</defs> -</svg> +<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="Inconsolata" horiz-adv-x="499"><font-face alphabetic="0" ascent="859" descent="-190" font-family="Inconsolata" panose-1="2 11 6 9 3 0 3 0 0 0"/><glyph glyph-name="space" horiz-adv-x="500"/><glyph d="M281 89q18-18 18-42 0-23-18-40t-42-18q-24 0-41 17t-18 41q0 24 17 42t42 18q24 0 42-18m-40 579q23 0 37-19t14-65q0-11-1-26t-3-36l-5-52-18-276h-50l-15 276q-1 16-2 33t-3 34-3 32-2 25q0 35 13 54t38 20" glyph-name="exclam" horiz-adv-x="500" unicode="!"/><glyph d="m315 548-6 63q0 28 13 41t30 14q17 0 31-15t14-48q0-31-34-125l-24-66-55 13 22 68q9 30 9 55m-172 0-7 63q0 28 13 41t30 14q17 0 31-15t14-48q0-34-33-125l-24-66-56 13 22 68q5 15 7 28t3 27" glyph-name="quotedbl" horiz-adv-x="500" unicode="""/><glyph d="m173 624 61 2-21-171h110l20 167 62 1-20-166h91l-6-47h-91l-21-169h99l-5-45h-99L331 14l-61-4 22 183H181L160 14l-59-1 21 178H25l4 45h99l20 171H39l3 46h111zm34-216-20-170h110l21 170z" glyph-name="numbersign" horiz-adv-x="500" unicode="#"/><glyph d="M235 651h64q1-1 1-3t-3-6-4-12v-38q94-11 149-77l-43-54q-5 2-5 9t-6 12q-35 41-95 51V340q43-14 74-29t52-33 31-42 10-55q0-29-11-56t-33-49-53-39-70-21v-63h-58v61Q127 22 60 94l43 60q4-3 4-10t3-11q50-54 125-61v220q-78 26-117 62t-39 92q0 27 11 51t32 44 49 32 64 18zm58-378V74q48 9 75 38t27 65-24 57-78 39m-58 88v173q-45-5-67-28t-23-52q0-57 90-93" glyph-name="dollar" horiz-adv-x="500" unicode="$"/><glyph d="M391 623h67L110 0H46zM28 504q0 27 9 51t24 41 35 28 44 10q23 0 43-10t36-28 24-42 9-51q0-57-32-93t-80-37q-23 0-43 10t-36 27-24 42-9 52m161 0q0 43-16 60t-35 18q-18 0-33-17t-16-61q0-42 16-60t35-18 34 17 15 61m182-255q23 0 43-10t36-28 23-41 9-51q0-27-9-51t-24-41-35-27-43-10-43 10-36 27-24 41-9 51q0 27 9 51t24 41 35 28 44 10m35-70q-17 19-36 19-20 0-36-18t-16-60q0-43 17-61t37-19q20 0 35 19t16 59q0 41-17 61" glyph-name="percent" horiz-adv-x="500" unicode="%"/><glyph d="m413 262-1 12q0 6 4 10l65-45q-34-60-76-116l70-91-59-44-55 88q-31-39-75-62t-94-24q-34 0-62 12T80 34 48 82t-12 59q0 63 34 116t92 86q-71 86-71 155 0 28 11 52t29 41 44 28 53 10q30 0 55-11t43-29 27-42 10-49q0-25-8-50t-22-47-34-41-44-30l112-157q14 17 28 42t18 47M160 497q0-48 61-124 36 17 56 51t20 68q0 33-20 55t-48 23q-28 0-48-20t-21-53m37-201q-40-25-62-65t-23-79q0-21 7-38t19-31 27-21 34-8q16 0 33 5t31 12 27 17 19 18l15 17z" glyph-name="ampersand" horiz-adv-x="500" unicode="&"/><glyph d="m238 548-7 63q0 28 13 41t30 14q17 0 31-15t14-48q-1-17-8-48t-25-77l-25-66-55 13 22 68q5 15 7 28t3 27" glyph-name="quotesingle" horiz-adv-x="500" unicode="'"/><glyph d="m414 603-11 1q-3 0-9-3-88-52-137-141t-49-204q0-56 15-110t43-104 68-91 91-71l-32-53q-60 31-107 76T207 5t-50 120-18 133q0 68 17 130t51 116 79 95 106 67l30-61q-6-2-8-2" glyph-name="parenleft" horiz-adv-x="500" unicode="("/><glyph d="m78 603 19 62q60-28 110-71t84-98 54-117 19-129q0-67-19-130T290 1t-86-101-113-74l-19 60q51 27 91 65t70 86 44 101 16 109q0 56-15 109t-44 99-68 84-88 64" glyph-name="parenright" horiz-adv-x="500" unicode=")"/><glyph d="M213 519h81q-1-6-3-13t-3-14l-15-150 159 72 26-61-171-52 126-151-55-43-108 166-112-167-54 44 130 150-173 53 26 65 162-76z" glyph-name="asterisk" horiz-adv-x="500" unicode="*"/><glyph d="M222 523h63V352h171v-61H285V104h-63v187H45v61h177z" glyph-name="plus" horiz-adv-x="500" unicode="+"/><glyph d="M306 20q0-79-107-188l-34 30q28 26 46 56t19 49q0 10-8 18T205 2t-18 18-8 24q0 25 16 42t43 17q26 0 47-23t21-60" glyph-name="comma" horiz-adv-x="500" unicode=","/><glyph d="M71 348h360v-67H71z" glyph-name="hyphen" horiz-adv-x="500" unicode="-"/><glyph d="M280 87q18-18 18-41T281 6t-43-17q-25 0-42 16t-17 41q0 24 18 41t41 17 42-17" glyph-name="period" horiz-adv-x="500" unicode="."/><glyph d="m64-13 313 678 60-31L123-42z" glyph-name="slash" horiz-adv-x="500" unicode="/"/><glyph d="M386 544q29-39 46-102t18-141q0-79-17-137t-46-98-65-58-73-19q-38 0-74 23t-64 64-44 100-17 130q0 71 16 130t45 101 64 66 74 24q78 0 137-83m-37-59q-20 40-46 60t-53 21q-25 0-49-18t-44-50-30-78-12-101q0-62 14-118zm23-67L152 138q24-45 50-65t53-20 50 16 41 48 28 75 11 101q0 35-3 66t-10 59" glyph-name="zero" horiz-adv-x="500" unicode="0"/><glyph d="M299 624V0h-69v537l-126-37-16 39 163 85z" glyph-name="one" horiz-adv-x="500" unicode="1"/><glyph d="M78 526q27 48 73 74t101 27q37 0 70-13t58-38 39-56 14-68q0-29-8-55t-23-49-32-45-39-40l-60-56q-13-12-29-28t-31-36-31-40-26-42h261q5 0 10 4t11 5h3V0H73v44q37 73 80 126t83 89l48 44q25 23 40 42t25 38 12 34 3 34q0 22-9 42t-25 37-37 26-43 10q-26 0-46-7t-36-18-25-22-10-21q-2-9-4-12z" glyph-name="two" horiz-adv-x="500" unicode="2"/><glyph d="M411 467q0-45-25-82t-68-53q48-17 77-61t30-100q0-37-13-70t-39-58-63-39-84-15q-92 0-157 71l53 63q4-4 6-13t7-16l14-13q8-8 32-18t51-10 50 10 40 27 26 41 10 50q0 54-40 85t-107 32h-15q-7 0-16-2v56q46 0 77 9t50 26 28 37 9 47q0 18-8 34t-22 29-34 21-44 8q-64 0-107-48l-39 43q61 67 149 67 36 0 67-12t55-35 36-50 14-61" glyph-name="three" horiz-adv-x="500" unicode="3"/><glyph d="M313 624h59V234h80v-62h-80V0h-73v173H48v51zm-13-111L117 234h183z" glyph-name="four" horiz-adv-x="500" unicode="4"/><glyph d="M106 623h316v-63H165l-10-179q49 24 102 24 40 0 74-14t60-42 40-66 14-87q0-48-15-86t-41-66-62-41-78-14q-57 0-105 25T64 85l62 46q5-3 5-12t2-11q4-7 14-17t25-19 36-15 45-7q24 0 46 10t38 30 27 46 10 63q0 35-10 62t-27 47-41 29-50 10q-32 0-63-15t-54-44l-44 18z" glyph-name="five" horiz-adv-x="500" unicode="5"/><glyph d="M287 630q78 0 137-57l-49-53q-9 8-12 17t-14 14q-15 10-30 13t-30 4q-20 0-46-9t-50-36-39-73-18-123q21 35 56 55t76 20q35 0 66-14t54-42 37-64 14-84q0-46-14-84t-38-66-56-43-70-15q-47 0-83 20t-60 59-38 92-13 123q0 84 15 148t45 109 69 66 91 23M140 257q-1-6-1-12t0-12q0-39 9-72t27-57 40-38 49-14q43 0 75 37t32 108q0 38-10 65t-25 44-35 26-39 9q-36 0-69-24t-53-60" glyph-name="six" horiz-adv-x="500" unicode="6"/><glyph d="M432 584q-63-144-117-289T214 0h-79q48 143 100 281t110 276H79v66h353z" glyph-name="seven" horiz-adv-x="500" unicode="7"/><glyph d="M420 483q0-45-27-85t-72-65q54-25 87-71t33-101q0-36-15-67t-40-55-61-36-75-13q-40 0-75 13t-60 35-40 53-15 66q0 54 34 101t91 73q-43 22-69 61t-26 85q0 32 13 60t36 49 53 33 65 12 65-11 51-32 34-48 13-57M237 303q-45-19-75-56t-30-83q0-23 9-43t26-35 38-24 47-9q25 0 46 8t38 23 25 34 9 43q0 46-36 84t-97 58m-63 126q12-20 31-34t45-28l17-9q37 20 61 54t24 69q0 18-7 34t-21 29-32 20-39 8q-21 0-38-7t-31-20-20-28-7-33q0-30 17-55" glyph-name="eight" horiz-adv-x="500" unicode="8"/><glyph d="M217-10q-80 0-138 57l49 53q5-3 8-12t8-12q29-23 71-23 75 0 112 56t41 184q-22-31-56-49t-73-18q-35 0-66 14t-54 41-37 62-14 81q0 44 14 81t38 65 57 43 70 16q91 0 140-78t50-252q0-79-17-137t-48-95-70-57-85-20m147 373q1 8 1 15t0 16q0 39-9 71t-26 54-37 35-43 13q-51 0-82-38t-32-104q0-32 9-57t23-44 33-27 39-10q40 0 71 20t53 56" glyph-name="nine" horiz-adv-x="500" unicode="9"/><glyph d="M280 406q18-18 18-41t-18-40-42-17q-23 0-41 17t-18 40q0 24 18 41t41 17 42-17m0-319q18-18 18-41T281 6t-43-17q-25 0-42 16t-17 41q0 24 18 41t41 17 42-17" glyph-name="colon" horiz-adv-x="500" unicode=":"/><glyph d="M306 20q0-79-107-188l-34 30q28 26 46 56t19 49q0 10-8 18T205 2t-18 18-8 24q0 25 16 42t43 17q26 0 47-23t21-60m-26 386q18-18 18-41t-18-40-42-17q-23 0-41 17t-18 40q0 24 18 41t41 17 42-17" glyph-name="semicolon" horiz-adv-x="500" unicode=";"/><glyph d="M458 496 111 319l350-196V47L35 296v48l423 223z" glyph-name="less" horiz-adv-x="500" unicode="<"/><glyph d="M45 438h411v-61H45zm0-207h411v-61H45z" glyph-name="equal" horiz-adv-x="500" unicode="="/><glyph d="M42 496v71l424-223v-48L40 47v76l349 196z" glyph-name="greater" horiz-adv-x="500" unicode=">"/><glyph d="M303 85q17-19 17-41 0-23-17-40t-42-17q-24 0-41 17t-18 40q0 23 17 40t42 18q23 0 42-17M64 561q32 49 84 76t109 28q40 0 72-14t56-38 36-56 13-68q0-28-7-49t-17-39-25-30-28-25l-22-18q-29-23-36-46t-7-56v-41h-66v41q0 21 1 38t8 33 20 35 38 43q35 35 48 63t14 56q0 22-8 41t-22 34-32 23-40 8q-42 0-78-23t-60-64z" glyph-name="question" horiz-adv-x="500" unicode="?"/><glyph d="M435 30q-65-41-140-41-50 0-97 19t-84 59-60 101-23 145q0 83 21 143t56 100 77 58 86 19q42 0 77-14t62-46 40-79 15-116V175h-60v38q-39-46-97-46-29 0-53 10t-42 28-28 40-10 46q0 73 50 113t162 40h15q0 28-10 52t-29 43-43 29-52 11q-32 0-64-15t-57-48-42-82-16-120q0-68 18-118t49-84 68-49 77-17q57 0 107 33zm-30 364h-17q-78 0-114-25t-37-64q0-38 23-60t51-23q57 0 75 37t19 116z" glyph-name="at" horiz-adv-x="500" unicode="@"/><glyph d="m15 0 220 634h8L483 0h-72l-69 182H144L84 0zm311 236-88 238-80-238z" glyph-name="A" horiz-adv-x="500" unicode="A"/><glyph d="M48 623h177q54 0 93-10t64-32 37-48 13-61q0-44-24-83t-68-55q26-9 47-25t38-38 24-45 8-51q0-79-56-127T224 0H48zm69-59V365h98q42 0 69 7t43 21 25 31 10 40q-2 21-9 39t-24 31-41 22-62 8zm0-258V61h119q80 0 111 33t36 85q-2 28-11 51t-27 40-50 27-76 9z" glyph-name="B" horiz-adv-x="500" unicode="B"/><glyph d="M398 482q0 12-3 18-20 33-52 52t-68 20q-34 0-64-17t-53-51-36-82-13-109q0-59 13-107t36-83 55-54 68-19q37 0 71 20t56 56l52-34q-15-25-36-44t-44-32-47-19-48-7q-54 0-95 18t-76 58-54 99-19 143q0 92 22 153t58 99 76 52 79 16q31 0 60-9t55-25 46-38 32-51l-67-33q-4 3-4 10" glyph-name="C" horiz-adv-x="500" unicode="C"/><glyph d="M54 623h145q80 0 124-22t76-63 46-99 15-131q0-72-18-129t-49-97-82-62T187-1H54zm66-59V54h64q107 0 156 64t50 186q-1 122-45 191t-150 69z" glyph-name="D" horiz-adv-x="500" unicode="D"/><glyph d="M59 624h382v-62H125V357h261v-64H125V62h313V0H59z" glyph-name="E" horiz-adv-x="500" unicode="E"/><glyph d="M78 624h359v-61H148V367h233v-61H148V0H78z" glyph-name="F" horiz-adv-x="500" unicode="F"/><glyph d="m458 525-49-50q-6 4-13 19-15 33-46 53t-74 21q-29 0-59-12t-56-41-40-76-16-120q0-65 13-115t36-83 54-51 69-18q65 0 118 38v148H282v61h178V55q-89-65-183-65-56 0-100 22t-76 64-48 99-17 129q0 98 24 164t64 100 79 48 74 13q57 0 106-28t75-76" glyph-name="G" horiz-adv-x="500" unicode="G"/><glyph d="M54 623h78q1-1 1-3 0-3-2-8t-4-13V356h244v267h76q1-1 1-3 0-4-3-8t-4-11V-1h-71v298H127V0H54z" glyph-name="H" horiz-adv-x="500" unicode="H"/><glyph d="M88 623h309v-59H274V57h129V-1H81v59h123v506H88z" glyph-name="I" horiz-adv-x="500" unicode="I"/><glyph d="M172 623h285v-59h-96V209q0-61-11-102t-37-68-54-38-63-12q-89 0-147 69l47 57q3-3 3-9t4-11l12-12q4-5 13-10t20-10 24-8 24-4q50 0 73 35t23 122v356H172z" glyph-name="J" horiz-adv-x="500" unicode="J"/><glyph d="M42 624h84q0-6-4-12t-5-14V336l260 292q22-5 52-5h26L219 354 471 0l-90-4-215 316-49-54V0H42z" glyph-name="K" horiz-adv-x="500" unicode="K"/><glyph d="M66 623h82q0-7-4-16t-5-18V61h300V0H66z" glyph-name="L" horiz-adv-x="500" unicode="L"/><glyph d="M41 623h55l154-305 157 306h53V0h-66v470L259 219h-27L106 467V0H41z" glyph-name="M" horiz-adv-x="500" unicode="M"/><glyph d="M50 0v623h68l262-462v463h74q0-6-3-13t-4-14V0h-55L117 490V0z" glyph-name="N" horiz-adv-x="500" unicode="N"/><glyph d="M254-10q-51 0-92 23T91 79 45 181 29 313q0 72 16 131t47 100 72 63 92 23q44 0 82-19t69-57 48-99 16-143q0-90-19-151T402 61 333 7t-79-17M150 115q47-56 104-56 27 0 53 11t47 41 34 78 13 125q0 74-14 121t-35 76-45 40-51 13q-31 1-57-11t-49-39-37-74-15-121q0-69 14-122t38-82" glyph-name="O" horiz-adv-x="500" unicode="O"/><glyph d="M59 623h200q52 0 88-13t60-38 35-57 14-68q-2-36-13-67t-34-55-58-36-87-14H131V0H59zm72-66V337h125q68 0 96 29t32 79q-2 23-9 43t-23 36-38 24-57 9z" glyph-name="P" horiz-adv-x="500" unicode="P"/><glyph d="M149 514q-52-59-52-191 0-60 10-109t31-84 51-55 67-20q25 0 51 12t49 41 35 74 13 112q0 84-14 137t-38 83-51 41-50 12q-30 0-56-15t-46-38m322-203q0-138-46-218T287-7q2-33 17-54t57-21q5 0 16 1t24 1 24 2 17 1l-2-68h-39q-49 0-82 5t-54 23-30 44-9 66q-38 5-73 26T90 80t-44 95-17 133q0 94 21 156t55 98 72 52 74 16q43 0 82-18t72-57 49-99 17-145" glyph-name="Q" horiz-adv-x="500" unicode="Q"/><glyph d="M56 623h184q110 0 158-49t49-129q0-27-9-53t-25-50-40-40-53-24L464 0h-78L248 275H127V0H56zm71-66V337h121q67 0 97 29t30 79q0 24-8 44t-22 35-39 24-58 9z" glyph-name="R" horiz-adv-x="500" unicode="R"/><glyph d="m435 549-44-60q-5 2-5 8t-3 10q-19 28-51 45t-81 17q-46 0-76-27t-31-64q0-22 7-38t23-31 46-30 78-35q46-19 76-37t48-40 25-44 8-53q0-32-12-64t-37-58-65-42-94-16Q126-10 52 70l41 72q5-3 5-10t3-11q23-29 62-48t94-20q28 0 51 9t41 25 27 37 10 46q0 19-6 34t-22 29-42 27-73 32q-49 19-81 38t-53 40-28 43-9 50q0 34 14 64t40 52 61 35 75 13q51 0 96-20t77-58" glyph-name="S" horiz-adv-x="500" unicode="S"/><glyph d="M31 624h432v-63H279V0h-71v561H31z" glyph-name="T" horiz-adv-x="500" unicode="T"/><glyph d="M50 623h79q1 0 1-2 0-4-4-11t-7-19V214q0-52 10-80t28-47 42-28 53-11q28 2 52 10t43 27 29 49 11 83v406h67V218q0-61-13-103t-42-70-65-42-83-14q-45 0-82 14t-63 41-41 66-15 105z" glyph-name="U" horiz-adv-x="500" unicode="U"/><glyph d="M25 624h73l160-479 151 478h69L269-4h-32z" glyph-name="V" horiz-adv-x="500" unicode="V"/><glyph d="M17 623h65l67-421 100 375h22l101-377 57 423h59L389-4h-27L255 407 146-4h-29z" glyph-name="W" horiz-adv-x="500" unicode="W"/><glyph d="M379 624h70L291 319 468 0h-79L251 247 117 0H41l170 318L44 624h75l131-237z" glyph-name="X" horiz-adv-x="500" unicode="X"/><glyph d="M28 623h80l153-302 138 302h74L296 246V0h-76v246z" glyph-name="Y" horiz-adv-x="500" unicode="Y"/><glyph d="M62 623h385v-49L138 62h294q7 0 15 3t16 3V0H50v49l314 511H62z" glyph-name="Z" horiz-adv-x="500" unicode="Z"/><glyph d="M131 670h286v-60H195V-32h223v-57H131z" glyph-name="bracketleft" horiz-adv-x="500" unicode="["/><glyph d="m437-13-59-29L64 634l59 31z" glyph-name="backslash" horiz-adv-x="500" unicode="\"/><glyph d="M369 670V-89H83v57h223v642H84v60z" glyph-name="bracketright" horiz-adv-x="500" unicode="]"/><glyph d="m93 367 153 256h22l135-255-53-25-97 175-110-175z" glyph-name="asciicircum" horiz-adv-x="500" unicode="^"/><glyph d="M35-19h431v-61H35z" glyph-name="underscore" horiz-adv-x="500" unicode="_"/><glyph d="m164 579-25 67 52 25 26-66q12-31 28-48t30-30 22-26 10-30q-1-20-14-28t-24-9q-11 0-20 3t-22 16-29 42-34 84" glyph-name="grave" horiz-adv-x="500" unicode="`"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54z" glyph-name="a" horiz-adv-x="500" unicode="a"/><glyph d="M60 665h84v-2q0-5-5-9t-6-11V387q22 37 59 59t77 22q38 0 72-14t60-44 41-74 15-103q0-62-16-107t-44-76-61-46-70-15q-42 0-77 19t-58 52L106 0H60zM185 70q19-10 34-13t28-4q20 0 44 7t44 27 34 51 14 81q0 91-37 139t-107 48q-25 0-53-18t-41-48q-12-30-12-98 0-42 2-71t8-48 16-32 26-21" glyph-name="b" horiz-adv-x="500" unicode="b"/><glyph d="m457 381-51-59q-5 3-5 6t0 10-8 15-24 24q-34 28-93 28-29 0-55-12t-47-34-32-54-12-71q0-39 12-72t33-57 50-37 64-14q69 0 119 56l42-49q-68-72-167-72-49 0-90 18t-72 50-48 75-17 96q0 51 17 95t47 75 73 50 93 18q54 0 98-22t73-63" glyph-name="c" horiz-adv-x="500" unicode="c"/><glyph d="M371 390v275h77q0-6-5-13t-5-15l1-595q0-24 5-42h-72q-4 12-4 34v39q-22-38-60-60t-77-23q-38 0-71 15t-59 45-41 75-15 108 17 107 44 73 62 42 69 14q48 0 82-21t52-58m-213-14q-43-39-43-132 0-86 33-138t97-53q15 0 32 5t32 17 27 26 18 34q11 36 11 96 0 38-3 63t-9 44-17 29-25 21q-18 11-33 16t-30 6q-29 0-49-8t-41-26" glyph-name="d" horiz-adv-x="500" unicode="d"/><glyph d="M259 468q36 0 70-13t59-39 41-68 16-97v-16q0-8-2-17H118q2-48 16-80t37-53 49-28 54-9q71 0 118 51l40-39q-58-70-160-70-50 0-91 15t-71 46-45 74-16 102q0 58 16 103t45 75 67 47 82 16M121 274h251v7q0 3 1 9 0 25-9 47t-26 39-37 27-47 10q-47 0-85-33t-48-106" glyph-name="e" horiz-adv-x="500" unicode="e"/><glyph d="M343 671q87 0 140-63l-33-66q-8 0-8 8t-2 12q-16 23-42 37t-58 15q-26 0-45-7t-34-25-22-46-8-71v-35h150v-57H231V0h-69v373H63v57h99v45q0 53 13 90t39 61 58 34 71 11" glyph-name="f" horiz-adv-x="500" unicode="f"/><glyph d="M155 385q-15-15-22-33t-7-38 8-38 21-32 32-22 39-8q21 0 39 8t32 22 22 32 8 38-8 38-22 33-32 22-39 8q-41 0-71-30m184 43q48 41 114 41h13l9-59q-7 1-13 1t-14 1q-44 0-79-22 23-35 23-77 0-32-13-60t-35-50-53-34-64-13q-28 0-58 11-32-31-32-52 0-17 19-26t54-10q19 0 38 1t37 2q45 0 77-8t53-24 30-37 10-45q0-27-13-52t-39-45-65-31-93-12q-55 0-94 8t-64 24-36 34-13 42q0 54 75 101-37 19-37 63 0 43 52 86-32 21-50 54t-18 70q0 34 14 63t37 52 54 34 63 13q67 0 111-44M161 24q-57-32-57-70 0-20 11-33t31-22 46-13 56-4q61 0 101 22t40 59q-2 27-22 42t-65 15h-10q-5 0-10-1-38 0-68 1t-53 4" glyph-name="g" horiz-adv-x="500" unicode="g"/><glyph d="M70 0v665h83v-1l1-1q0-3-4-8t-7-14V376q27 42 67 67t83 25q31 0 56-10t45-34 29-59 10-88V0h-71v275q0 72-24 101t-60 29q-23 0-46-10t-44-28-33-44-12-60V0z" glyph-name="h" horiz-adv-x="500" unicode="h"/><glyph d="M106 457h183V58h107V0H100v58h117v341H106zm112 184q15 15 36 15t36-15 16-37q0-21-15-36t-37-15q-21 0-36 15t-15 36q0 22 15 37" glyph-name="i" horiz-adv-x="500" unicode="i"/><glyph d="M126 457h243V22q0-52-14-88t-38-60-58-34-71-14q-88 0-140 64l47 62q5-5 5-10t4-11 12-13 30-19q22-11 47-11 45 0 74 30t29 100v380H126zm170 184q15 15 37 15 21 0 36-15t16-37q0-21-15-36t-37-15q-21 0-36 15t-16 36q0 22 15 37" glyph-name="j" horiz-adv-x="500" unicode="j"/><glyph d="M66 665h82q0-6-4-13t-5-13V247l229 212q23-5 53-5h26L255 273 479 0l-93-4-187 233-60-56V0H66z" glyph-name="k" horiz-adv-x="500" unicode="k"/><glyph d="M85 665h202V58h134V0H79v58h135v549H85z" glyph-name="l" horiz-adv-x="500" unicode="l"/><glyph d="M38 0v457h66v-45q16 25 41 40t53 16q29 0 51-19t29-48q13 30 41 48t61 19q47 0 69-33t20-84V0h-66v324q0 31-3 49t-10 27-14 12-18 3q-13 0-26-10t-23-27-16-36-6-40V0h-67v318q0 57-10 76t-37 19q-24 0-46-28t-23-80V0z" glyph-name="m" horiz-adv-x="500" unicode="m"/><glyph d="M68 0v457h74v-81q26 42 66 67t83 25q30 0 56-10t45-34 29-59 11-88V0h-71v275q0 72-24 101t-60 29q-23 0-47-10t-43-28-32-45-13-59V0z" glyph-name="n" horiz-adv-x="500" unicode="n"/><glyph d="M254 467q42 0 79-16t66-48 44-75 17-100q0-56-16-100t-44-75-66-48-81-17q-44 0-82 18t-68 49-46 76-17 95q0 51 17 96t47 76 69 50 81 19m134-241q0 43-11 76t-31 57-43 35-52 12q-27 0-51-12t-43-35-30-55-11-74q0-40 11-73t29-57 44-37 53-13q28 0 52 11t43 34 29 56 11 75" glyph-name="o" horiz-adv-x="500" unicode="o"/><glyph d="M60 457h73v-70q23 37 61 58t78 22q38 0 72-14t61-44 42-73 16-104q0-60-16-106t-44-76-61-46-71-16q-42 0-78 19t-59 53v-227H60zm73-267q2-74 34-106t79-32q25 0 50 8t46 27 33 52 13 80q0 88-36 136t-103 51q-20 0-41-7t-37-24-27-45-11-71z" glyph-name="p" horiz-adv-x="500" unicode="p"/><glyph d="M374 390v67h68v-624h-72V73q-21-38-59-60t-81-23q-39 0-73 17T97 57t-40 77-15 100q0 55 16 98t43 74 64 47 78 16q84 0 124-67 7-10 7-12m-131 20q-26 0-49-10t-40-32-28-53-11-76q0-44 10-78t29-59 41-36 51-13q57 0 89 43t33 139q0 98-34 136t-91 39" glyph-name="q" horiz-adv-x="500" unicode="q"/><glyph d="M99 457h75l-2-88q21 48 66 73t98 26q74 0 122-50l-33-69q-11 15-20 25t-19 17-23 11-31 4q-33 0-62-15t-50-41-35-59-13-69V-1H99z" glyph-name="r" horiz-adv-x="500" unicode="r"/><glyph d="m432 396-42-63q-5 1-5 8t-2 10q-18 23-51 42t-75 20q-19 0-36-4t-31-13-22-20-8-29q0-12 6-21t19-19 36-18 62-20q86-23 121-54t36-78q0-30-13-57t-38-47-60-31-79-12Q135-10 57 62l41 72q3-3 4-9t7-16 22-20 49-26q15-7 34-10t38-3q20 0 40 5t37 14 27 23 10 31q0 26-24 44t-88 37q-44 13-58 18-36 14-52 24t-29 25-21 33-8 41q0 24 13 46t36 39 56 27 71 11q105 0 170-72" glyph-name="s" horiz-adv-x="500" unicode="s"/><glyph d="m188 579 79 13q0-9-2-16t-4-11l-12-108h150v-59H249q-9-89-9-167 0-48 2-81t10-52 25-29 43-11q46 0 102 41l22-57Q375-9 302-9q-72 0-105 43t-30 142q0 36 2 92t8 130H70v59h110z" glyph-name="t" horiz-adv-x="500" unicode="t"/><glyph d="M63 457h72V202q0-44 8-73t22-48 33-26 41-8q24 2 46 12t39 28 28 48 10 70v252h73V41q0-23 5-41h-76q-1 7-2 15t0 20l1 35q-22-38-59-59t-83-22q-35 0-63 12t-50 39-34 66-12 96z" glyph-name="u" horiz-adv-x="500" unicode="u"/><glyph d="m50 432-10 25h86q0-7-1-12t-2-10q0-2 1-3L256 98l74 170q24 55 39 102t23 87h65q-20-84-69-200L277-3h-56z" glyph-name="v" horiz-adv-x="500" unicode="v"/><glyph d="M16 457h73v-4q0-6-2-13t-2-15q0-4 1-6l67-329 78 324h44l97-323q13 88 21 145t13 94 6 62 2 50v15h67q-15-116-34-230T405-1h-68l-84 296L173-1h-65z" glyph-name="w" horiz-adv-x="500" unicode="w"/><glyph d="M362 457h74L288 235 456 0h-82L248 178 129 0H47l161 232L50 457h79l119-169z" glyph-name="x" horiz-adv-x="500" unicode="x"/><glyph d="m59 425-13 32h89q0-8-2-13t-2-11q0-4 2-6L267 91l87 245q13 35 21 65t13 56h75q-9-26-19-59t-26-73L294-2l-19-50q-24-67-61-94t-87-28q-65 0-105 39l38 64q3-3 5-9t3-9l4-4q4-4 10-9t17-9 22-4q29 0 51 18t45 65l14 34z" glyph-name="y" horiz-adv-x="500" unicode="y"/><glyph d="M71 457h355v-49L148 62h271q7 0 15 3t16 3V0H50v49l283 345H71z" glyph-name="z" horiz-adv-x="500" unicode="z"/><glyph d="m159 16 4 100q0 66-23 89t-67 23H53v56h19q46 0 69 25t24 82l-2 72q0 174 182 174h63v-57h-82q-93 0-93-106l2-70q0-111-87-148 85-28 85-155l-3-84q0-68 29-94t97-26h51v-56h-36q-48 0-86 3t-70 27q-56 44-56 145" glyph-name="braceleft" horiz-adv-x="500" unicode="{"/><glyph d="M217 652h67v-803h-67z" glyph-name="bar" horiz-adv-x="500" unicode="|"/><glyph d="m338 463-3-72q0-57 24-82t69-25h20v-56h-21q-43 0-66-23t-23-89l3-100q0-89-40-132t-126-43H93v56h55q22 0 35 1t22 3 14 6 11 7q41 29 41 103l-3 84q0 126 84 155-87 37-87 148l3 70q0 57-25 81t-76 25H92v57h31q34 0 72-2t70-22 52-54 21-96" glyph-name="braceright" horiz-adv-x="500" unicode="}"/><glyph d="m91 342-50 33q24 39 60 64t71 25 59-11 40-26q41-38 68-38 28 0 47 16t44 49l46-38q-12-18-28-35t-33-29-35-20-36-8q-34 0-58 12t-38 28q-37 40-74 40-45 0-83-62" glyph-name="asciitilde" horiz-adv-x="500" unicode="~"/><glyph glyph-name="nbspace" horiz-adv-x="500"/><glyph d="M197 567q-17 16-17 41 0 24 18 42t41 18 41-18 19-42q0-23-18-40t-42-18q-25 0-42 17m41-578q-23 0-37 20t-14 63q0 11 1 26t3 36l5 52 18 277h50l15-277q1-15 2-32t3-34 3-33 2-26q0-35-14-53t-37-19" glyph-name="exclamdown" horiz-adv-x="500" unicode="¡"/><glyph d="m285 624 67-7q0-6-4-13t-5-15l-10-82q77-15 118-77l-44-57q-4 3-4 12t-4 14q-29 35-74 48L279 97q75 0 131 56l36-49q-65-71-168-71h-8L255-79l-57 7 14 113q-75 21-119 83T48 280q0 47 16 88t46 72 70 51 91 21zm-65-516 43 346q-32-2-58-15t-45-35-30-51-11-65q0-70 27-116t74-64" glyph-name="cent" horiz-adv-x="500" unicode="¢"/><glyph d="m418 572-44-55q-8 8-10 16t-15 14q-24 19-59 19-21 0-40-7t-36-22-25-38-10-56q0-25 8-65h100v-57h-86q13-56 13-97 0-76-36-134 7 1 16 1t21 1q10 0 30-6t43-14 46-14 39-7q37 0 71 28l26-52q-53-42-104-42-14 0-37 7T280 7t-53 16-47 7Q136 30 65-8L39 49q23 11 36 17t20 12 10 10 8 12q35 55 35 122 0 37-15 99H67v57h52q-7 34-7 64 0 41 14 74t38 57 56 37 68 13q74 0 130-51" glyph-name="sterling" horiz-adv-x="500" unicode="£"/><glyph d="m68 492 36 35 56-56q41 29 91 29 47 0 89-28l56 55 36-35-56-55q30-42 30-92t-29-91l55-55-36-35-55 55q-20-15-43-22t-47-7q-50 0-92 30l-55-56-36 35 56 57q-14 20-21 43t-7 46q0 24 7 47t22 43zm253-76q-30 30-71 30-20 0-38-8t-32-22-22-32-8-39q0-20 8-38t21-32 32-22 39-8q21 0 39 8t32 22 22 32 8 38q0 41-30 71" glyph-name="currency" horiz-adv-x="500" unicode="¤"/><glyph d="M36 624h78l145-261 133 260h74L292 295v-21h134v-57H292v-63h134V98H292V0h-68v98H84v56h140v63H84v57h140v21z" glyph-name="yen" horiz-adv-x="500" unicode="¥"/><glyph d="M217 652h67V295h-67zm67-803h-67v347h67z" glyph-name="brokenbar" horiz-adv-x="500" unicode="¦"/><glyph d="m413 583-57-50q-5 5-6 11-2 13-9 25t-21 22-29 16-35 6q-18 0-34-6t-29-16-19-25-7-30q0-24 9-38t28-27 50-24 72-28q92-44 92-114 0-30-20-56t-54-40q64-43 64-111 0-33-13-61t-35-48-54-31-68-12q-51 0-96 21T65 31l52 61q6-2 7-5t2-8 7-15 21-23q31-29 80-29t76 23 27 56q0 17-5 30t-19 25-36 22-57 20q-77 25-109 54t-32 74q0 33 22 60t60 41q-67 40-67 113 0 29 12 54t35 45 52 31 64 12q49 0 90-23t66-66M197 399q-20-7-32-24t-13-39q0-33 24-54t80-38q17-5 30-8t21-8q36 19 36 64 0 33-24 53t-79 39z" glyph-name="section" horiz-adv-x="500" unicode="§"/><glyph d="M198 650q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="dieresis" horiz-adv-x="500" unicode="¨"/><glyph d="m387 331-52-19q-4 7-4 12t0 10-7 12-22 18q-17 10-40 10-14 0-30-5t-29-16-23-29-9-43q0-22 7-41t20-34 30-23 37-9q24 0 44 12t31 33l44-29q-21-32-54-50t-69-18q-31 0-57 12t-46 34-31 49-12 59q0 31 12 58t32 47 44 31 51 12q54 0 88-25t45-68m39-238q-71-74-171-74-50 0-94 20T85 94t-52 81-19 99q0 53 19 99t52 82 77 55 94 20q49 0 93-20t77-55 52-81 20-100q0-106-72-181M257 488q-41 0-77-16t-63-46-42-68-16-84q0-44 15-83t43-67 63-45 77-17q40 0 76 17t63 46 43 67 16 83q0 44-15 82t-43 68-63 46-77 17" glyph-name="copyright" horiz-adv-x="500" unicode="©"/><glyph d="M325 488q0 81-74 81-62 0-94-44l-34 41q50 56 134 56 63-2 97-33t35-94V267h-63v33q-46-43-102-43-55 0-88 31t-34 74q0 42 31 72t86 38q32 3 54 3t38 1h14zm3-64h-16q-42 0-70-2t-45-9-24-19-7-31 16-35 49-17q13 0 30 5t32 16 25 29 10 45zM76 206h349v-54H76z" glyph-name="ordfeminine" horiz-adv-x="500" unicode="ª"/><glyph d="m249 253 151 147 39-41-121-118 128-140-40-40-157 169zm-182 0 152 147 39-41-121-118 128-140-40-40L67 230z" glyph-name="guillemotleft" horiz-adv-x="500" unicode="«"/><glyph d="M91 347h323V157h-64v127H91z" glyph-name="logicalnot" horiz-adv-x="500" unicode="¬"/><glyph d="M71 348h360v-67H71z" glyph-name="softhyphen" horiz-adv-x="500" unicode="­"/><glyph d="M426 93q-71-74-171-74-50 0-94 20T85 94t-52 81-19 99q0 53 19 99t52 82 77 55 94 20q49 0 93-20t77-55 52-81 20-100q0-106-72-181M257 488q-41 0-77-16t-63-46-42-68-16-84q0-44 15-83t43-67 63-45 77-17q40 0 76 17t63 46 43 67 16 83q0 44-15 82t-43 68-63 46-77 17M155 133v292h94q65 0 92-24t28-61q0-25-14-47t-43-30l64-125-47-7-62 125h-66V133zm98 163q71 0 71 44t-74 44h-49v-88z" glyph-name="registered" horiz-adv-x="500" unicode="®"/><glyph d="M123 621h254v-56H123z" glyph-name="overscore" horiz-adv-x="500" unicode="¯"/><glyph d="M351 599q40-39 40-95 0-27-10-51t-29-43-43-29-53-11q-28 0-52 10t-43 29-29 42-11 53q0 28 11 53t29 43 43 28 52 11q56 0 95-40m-42-37q-21 24-52 24-15 0-29-6t-24-18-16-26-6-31q0-32 21-56t53-24 53 24 22 56q0 32-22 57" glyph-name="degree" horiz-adv-x="500" unicode="°"/><glyph d="M46 80h411V17H46zm176 495h63V404h171v-61H285V155h-63v188H45v61h177z" glyph-name="plusminus" horiz-adv-x="500" unicode="±"/><glyph d="M111 554q23 39 62 61t91 22q25 0 48-8t41-24 28-36 11-46q0-20-5-35t-17-30-34-32-56-43q-26-20-47-38t-39-38h182q5 0 10 4t11 5h3v-63H121v44q27 36 56 65t75 63l28 22q26 20 38 40t13 38q0 25-20 43t-51 18q-59 0-92-42-3-4-5-10t-5-11z" glyph-name="uni00B2" horiz-adv-x="500" unicode="²"/><glyph d="M258 638q27 0 51-8t42-24 28-34 10-42q0-27-16-48t-41-30q32-5 53-29t21-57q0-24-12-44t-33-37-48-25-58-9q-86 0-143 65l47 52q4-5 6-14t8-14q33-33 76-33t69 19 26 46q0 26-23 40t-65 15h-15q-7 0-15-2v51q5-1 10-1t10 0q45 0 64 15t19 37-21 40-53 18q-57 0-94-46l-36 37q53 62 133 62" glyph-name="uni00B3" horiz-adv-x="500" unicode="³"/><glyph d="m292 699 63-42-101-135-50 30z" glyph-name="acute" horiz-adv-x="500" unicode="´"/><glyph d="M372 116q0-69 40-69 14 0 28 12t21 25l6 12 27-51q-37-55-88-55-32 0-55 22t-27 55q-17-39-51-58t-72-19q-37 0-68 17T87 60V-53q0-56-1-114H24q0 14 1 42t4 63 5 74 5 75 3 66 2 49v255h66V186q0-42 8-68t21-43 31-23 37-9q19 2 37 10t32 25 23 43 9 62v274h64z" glyph-name="micro" horiz-adv-x="500" unicode="µ"/><glyph d="M436 665V-68h-58v676h-76V-68h-59v390q-38 2-70 17t-57 38-38 54-14 65q0 34 12 65t42 54 77 37 116 13z" glyph-name="paragraph" horiz-adv-x="500" unicode="¶"/><glyph d="M280 371q18-17 18-40t-17-40-43-17q-25 0-42 16t-17 41q0 24 18 40t41 17q23 0 42-17" glyph-name="middot" horiz-adv-x="500" unicode="·"/><glyph d="M327-109q0 24-47 24h-30l11 85h44l-6-47 17-1q68-5 68-55 0-28-28-51t-88-23q-59 0-111 37l25 42q43-36 99-36 26 0 36 7t10 18" glyph-name="cedilla" horiz-adv-x="500" unicode="¸"/><glyph d="M299 633V253h-64v300l-97-25-16 31 133 74z" glyph-name="uni00B9" horiz-adv-x="500" unicode="¹"/><glyph d="M96 434q0 42 12 76t34 59 49 39 58 14 58-12 47-35 31-56 12-78q0-43-12-77t-34-59-48-36-58-13q-31 0-58 13t-47 36-32 56-12 73m151 132q-37 0-64-34t-27-94 27-92 63-32q37 0 64 31t27 92-26 95-64 34M76 206h349v-54H76z" glyph-name="ordmasculine" horiz-adv-x="500" unicode="º"/><glyph d="M265 253v-23L107 61l-40 40 128 140L74 359l39 41zm181 0v-23L288 61l-39 40 127 140-121 118 39 41z" glyph-name="guillemotright" horiz-adv-x="500" unicode="»"/><glyph d="m76-16 313 681 48-27L123-42zm320 258h31V45h50V8h-50v-78h-46V8H236v29zm-14-78L288 45h94zM146 677V374H95v240l-77-20-13 25 107 58z" glyph-name="onequarter" horiz-adv-x="500" unicode="¼"/><glyph d="m76-16 313 681 48-27L123-42zm187 184q19 32 50 49t76 18q21 0 38-7t31-21 21-29 8-35q0-16-3-28t-13-24-27-26-46-34q-44-32-69-60h146q4 0 9 3t10 4v-51H270v35q18 24 44 50t61 53l23 17q41 35 41 58 0 25-16 39t-44 15q-46 0-71-34-3-3-4-8t-4-9zM146 677V374H95v240l-77-20-13 25 107 58z" glyph-name="onehalf" horiz-adv-x="500" unicode="½"/><glyph d="m81-16 313 681 48-27L128-42zm47 700q22 0 41-7t33-18 22-27 8-34q0-22-12-39t-33-24q26-4 42-23t17-45q0-20-10-36t-26-30-39-20-46-7q-68 0-114 52l38 42q3-4 5-11t6-12q14-14 30-20t33-6q29 0 51 14t23 34q0 24-16 36t-55 12h-12q-6 0-12-1v40q5-2 11-2t11 1q32 0 46 12t15 29q0 17-16 32t-44 16q-45 0-74-38l-29 30q42 50 106 50m268-442h31V45h50V8h-50v-78h-46V8H236v29zm-14-78L288 45h94z" glyph-name="threequarters" horiz-adv-x="500" unicode="¾"/><glyph d="M198 567q-17 16-17 41 0 24 18 40t41 17q23 0 41-17t19-40q0-23-17-40t-43-17q-25 0-42 16M438 91q-32-49-84-76T245-13q-42 0-75 14t-56 38-35 56-12 68q0 52 23 85t54 59l22 18q28 23 36 46t8 55v42h65v-42q0-23-1-39t-8-33-20-34-37-42q-36-38-49-64t-14-56q0-22 8-41t23-34 32-22 39-9q42 0 78 23t61 64z" glyph-name="questiondown" horiz-adv-x="500" unicode="¿"/><glyph d="m15 0 220 634h8L483 0h-72l-69 182H144L84 0zm311 236-88 238-80-238zm113 555 153-89-23-42-170 61z" glyph-name="Agrave" horiz-adv-x="500" unicode="À"/><glyph d="m15 0 220 634h8L483 0h-72l-69 182H144L84 0zm311 236-88 238-80-238zm239 555 40-70-169-61-23 42z" glyph-name="Aacute" horiz-adv-x="500" unicode="Á"/><glyph d="m15 0 220 634h8L483 0h-72l-69 182H144L84 0zm311 236-88 238-80-238zm33 456 131 99h22l123-98-33-38-103 71-112-68z" glyph-name="Acircumflex" horiz-adv-x="500" unicode="Â"/><glyph d="m15 0 220 634h8L483 0h-72l-69 182H144L84 0zm311 236-88 238-80-238zM131 683l-45 32q55 87 113 87 18 0 37-11t37-26 31-26 21-12q23 0 34 15t28 38l38-40q-30-36-52-53t-45-18q-23 0-41 12t-33 26-29 26-25 12q-22 0-35-13t-34-49" glyph-name="Atilde" horiz-adv-x="500" unicode="Ã"/><glyph d="m15 0 220 634h8L483 0h-72l-69 182H144L84 0zm311 236-88 238-80-238zM187 774q15-15 15-36 0-20-15-35t-36-15q-20 0-35 15t-15 35 15 35 35 16q21 0 36-15m178 0q15-15 15-36 0-20-15-35t-36-15q-20 0-34 14t-15 36q0 21 14 36t35 15 36-15" glyph-name="Adieresis" horiz-adv-x="500" unicode="Ä"/><glyph d="M241 753q-17 0-29-13t-13-33q0-19 12-32t30-13q17 0 29 13t12 32q0 20-12 33t-29 13m85-517-88 238-80-238zm-78 383L483 0h-72l-69 182H144L84-1H15l215 620q-35 4-58 29t-24 60q0 18 7 33t19 28 30 19 36 7q19 0 35-7t29-19 20-27 7-34q0-35-23-60t-60-29" glyph-name="Aring" horiz-adv-x="500" unicode="Å"/><glyph d="M200 624h284v-62H313V357h145v-64H313V62h169V0H252v169H122L68 0H4zm52-62h-11L136 227h116z" glyph-name="AE" horiz-adv-x="500" unicode="Æ"/><glyph d="M327-109q0 24-47 24h-30l10 75q-42 4-81 24t-71 58-49 95-18 136q0 96 23 159t57 99 76 52 79 15q31 0 60-9t55-25 46-38 32-51l-67-33q-4 3-4 10 0 12-3 18-20 33-52 52t-68 20q-34 0-64-17t-52-51-36-82-14-109q0-59 13-107t36-83 55-54 68-19q37 0 71 20t56 56l52-34q-26-42-67-68T304-9l-5-38 17-1q68-5 68-55 0-28-28-51t-88-23q-59 0-111 37l25 42q43-36 99-36 26 0 36 7t10 18" glyph-name="Ccedilla" horiz-adv-x="500" unicode="Ç"/><glyph d="M59 624h382v-62H125V357h261v-64H125V62h313V0H59zm380 167 153-89-23-42-170 61z" glyph-name="Egrave" horiz-adv-x="500" unicode="È"/><glyph d="M59 624h382v-62H125V357h261v-64H125V62h313V0H59zm266 167 40-70-169-61-23 42z" glyph-name="Eacute" horiz-adv-x="500" unicode="É"/><glyph d="M59 624h382v-62H125V357h261v-64H125V62h313V0H59zm308 68 131 99h22l123-98-33-38-103 71-112-68z" glyph-name="Ecircumflex" horiz-adv-x="500" unicode="Ê"/><glyph d="M59 624h382v-62H125V357h261v-64H125V62h313V0H59zm134 150q15-15 15-36 0-20-15-35t-36-15q-20 0-35 15t-15 35 15 35 35 16q21 0 36-15m178 0q15-15 15-36 0-20-15-35t-36-15q-20 0-34 14t-15 36q0 21 14 36t35 15 36-15" glyph-name="Edieresis" horiz-adv-x="500" unicode="Ë"/><glyph d="M88 623h309v-59H274V57h129V-1H81v59h123v506H88zm351 168 153-89-23-42-170 61z" glyph-name="Igrave" horiz-adv-x="500" unicode="Ì"/><glyph d="M88 623h309v-59H274V57h129V-1H81v59h123v506H88zm237 168 40-70-169-61-23 42z" glyph-name="Iacute" horiz-adv-x="500" unicode="Í"/><glyph d="M88 623h309v-59H274V57h129V-1H81v59h123v506H88zm270 69 131 99h22l123-98-33-38-103 71-112-68z" glyph-name="Icircumflex" horiz-adv-x="500" unicode="Î"/><glyph d="M88 623h309v-59H274V57h129V-1H81v59h123v506H88zm102 151q15-15 15-36 0-20-15-35t-36-15q-20 0-35 15t-15 35 15 35 35 16q21 0 36-15m178 0q15-15 15-36 0-20-15-35t-36-15q-20 0-34 14t-15 36q0 21 14 36t35 15 36-15" glyph-name="Idieresis" horiz-adv-x="500" unicode="Ï"/><glyph d="M79 623h139q68 0 114-23t76-64 44-100 14-130q0-45-10-89t-28-83-46-69-63-47Q280-1 206-1H79v302H30v58h49zm64-322V57h60q96 0 146 65t50 184q0 120-44 189t-141 69h-71V359h105v-58z" glyph-name="Eth" horiz-adv-x="500" unicode="Ð"/><glyph d="M50 0v623h68l262-462v463h74q0-6-3-13t-4-14V0h-55L117 490V0zm86 683-45 32q55 87 113 87 18 0 37-11t37-26 31-26 21-12q23 0 34 15t28 38l38-40q-30-36-52-53t-45-18q-23 0-41 12t-33 26-29 26-25 12q-22 0-35-13t-34-49" glyph-name="Ntilde" horiz-adv-x="500" unicode="Ñ"/><glyph d="M254-10q-51 0-92 23T91 79 45 181 29 313q0 72 16 131t47 100 72 63 92 23q44 0 82-19t69-57 48-99 16-143q0-90-19-151T402 61 333 7t-79-17M150 115q47-56 104-56 27 0 53 11t47 41 34 78 13 125q0 74-14 121t-35 76-45 40-51 13q-31 1-57-11t-49-39-37-74-15-121q0-69 14-122t38-82m289 676 153-89-23-42-170 61z" glyph-name="Ograve" horiz-adv-x="500" unicode="Ò"/><glyph d="M254-10q-51 0-92 23T91 79 45 181 29 313q0 72 16 131t47 100 72 63 92 23q44 0 82-19t69-57 48-99 16-143q0-90-19-151T402 61 333 7t-79-17M150 115q47-56 104-56 27 0 53 11t47 41 34 78 13 125q0 74-14 121t-35 76-45 40-51 13q-31 1-57-11t-49-39-37-74-15-121q0-69 14-122t38-82m175 676 40-70-169-61-23 42z" glyph-name="Oacute" horiz-adv-x="500" unicode="Ó"/><glyph d="M254-10q-51 0-92 23T91 79 45 181 29 313q0 72 16 131t47 100 72 63 92 23q44 0 82-19t69-57 48-99 16-143q0-90-19-151T402 61 333 7t-79-17M150 115q47-56 104-56 27 0 53 11t47 41 34 78 13 125q0 74-14 121t-35 76-45 40-51 13q-31 1-57-11t-49-39-37-74-15-121q0-69 14-122t38-82m-36 577 131 99h22l123-98-33-38-103 71-112-68z" glyph-name="Ocircumflex" horiz-adv-x="500" unicode="Ô"/><glyph d="M254-10q-51 0-92 23T91 79 45 181 29 313q0 72 16 131t47 100 72 63 92 23q44 0 82-19t69-57 48-99 16-143q0-90-19-151T402 61 333 7t-79-17M150 115q47-56 104-56 27 0 53 11t47 41 34 78 13 125q0 74-14 121t-35 76-45 40-51 13q-31 1-57-11t-49-39-37-74-15-121q0-69 14-122t38-82m-14 568-45 32q55 87 113 87 18 0 37-11t37-26 31-26 21-12q23 0 34 15t28 38l38-40q-30-36-52-53t-45-18q-23 0-41 12t-33 26-29 26-25 12q-22 0-35-13t-34-49" glyph-name="Otilde" horiz-adv-x="500" unicode="Õ"/><glyph d="M254-10q-51 0-92 23T91 79 45 181 29 313q0 72 16 131t47 100 72 63 92 23q44 0 82-19t69-57 48-99 16-143q0-90-19-151T402 61 333 7t-79-17M150 115q47-56 104-56 27 0 53 11t47 41 34 78 13 125q0 74-14 121t-35 76-45 40-51 13q-31 1-57-11t-49-39-37-74-15-121q0-69 14-122t38-82m43 659q15-15 15-36 0-20-15-35t-36-15q-20 0-35 15t-15 35 15 35 35 16q21 0 36-15m178 0q15-15 15-36 0-20-15-35t-36-15q-20 0-34 14t-15 36q0 21 14 36t35 15 36-15" glyph-name="Odieresis" horiz-adv-x="500" unicode="Ö"/><glyph d="m382 503 48-44-130-134 127-134-46-46-127 133-125-129-44 44 126 131L85 457l47 46 124-131z" glyph-name="multiply" horiz-adv-x="500" unicode="×"/><glyph d="M150 513q-23-26-37-75T98 322q0-110 34-177l204 383q-38 36-84 36-26 0-52-12t-50-39m263 32q58-79 58-235 0-92-19-153t-50-98-70-53-78-16q-29 0-58 9t-58 31L88-63 36-36 95 74q-66 85-66 239 0 71 16 129t45 100 71 65 93 23q30 0 59-10t56-30l46 87 54-29zm-39-73L171 92q37-33 77-33 75 0 114 62t39 193q0 99-27 158" glyph-name="Oslash" horiz-adv-x="500" unicode="Ø"/><glyph d="M50 623h79q1 0 1-2 0-4-4-11t-7-19V214q0-52 10-80t28-47 42-28 53-11q28 2 52 10t43 27 29 49 11 83v406h67V218q0-61-13-103t-42-70-65-42-83-14q-45 0-82 14t-63 41-41 66-15 105zm388 168 153-89-23-42-170 61z" glyph-name="Ugrave" horiz-adv-x="500" unicode="Ù"/><glyph d="M50 623h79q1 0 1-2 0-4-4-11t-7-19V214q0-52 10-80t28-47 42-28 53-11q28 2 52 10t43 27 29 49 11 83v406h67V218q0-61-13-103t-42-70-65-42-83-14q-45 0-82 14t-63 41-41 66-15 105zm275 168 40-70-169-61-23 42z" glyph-name="Uacute" horiz-adv-x="500" unicode="Ú"/><glyph d="M50 623h79q1 0 1-2 0-4-4-11t-7-19V214q0-52 10-80t28-47 42-28 53-11q28 2 52 10t43 27 29 49 11 83v406h67V218q0-61-13-103t-42-70-65-42-83-14q-45 0-82 14t-63 41-41 66-15 105zm64 69 131 99h22l123-98-33-38-103 71-112-68z" glyph-name="Ucircumflex" horiz-adv-x="500" unicode="Û"/><glyph d="M50 623h79q1 0 1-2 0-4-4-11t-7-19V214q0-52 10-80t28-47 42-28 53-11q28 2 52 10t43 27 29 49 11 83v406h67V218q0-61-13-103t-42-70-65-42-83-14q-45 0-82 14t-63 41-41 66-15 105zm151 151q15-15 15-36 0-20-15-35t-36-15q-20 0-35 15t-15 35 15 35 35 16q21 0 36-15m178 0q15-15 15-36 0-20-15-35t-36-15q-20 0-34 14t-15 36q0 21 14 36t35 15 36-15" glyph-name="Udieresis" horiz-adv-x="500" unicode="Ü"/><glyph d="M28 623h80l153-302 138 302h74L296 246V0h-76v246zm297 168 40-70-169-61-23 42z" glyph-name="Yacute" horiz-adv-x="500" unicode="Ý"/><glyph d="M59 623h78q2-2 2-3 0-3-4-9t-6-16v-89h130q52 0 88-14t60-38 35-56 14-68q-2-36-13-67t-34-55-58-36-87-14H129V0H59zm70-183V219h135q32 0 54 8t36 23 21 35 9 43q-2 23-9 43t-23 36-38 24-57 9z" glyph-name="Thorn" horiz-adv-x="500" unicode="Þ"/><glyph d="M55 0v423q0 124 50 185t134 61q37 0 70-14t57-39 39-56 15-67q0-43-21-79t-58-55q28-9 51-26t39-40 24-52 9-60q0-41-14-75t-39-61-58-40-72-15q-58 0-104 31l35 56q30-24 73-24 21 0 41 10t37 27 25 38 10 45q-2 34-11 62t-28 47-46 30-69 11h-30v57h36q18 0 36 7t33 22 24 37 9 55q0 21-8 41t-24 35-37 25-46 9q-27 0-48-13t-36-38-22-59-8-76V0z" glyph-name="germandbls" horiz-adv-x="500" unicode="ß"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54zM243 699l88-147-50-30-101 135z" glyph-name="agrave" horiz-adv-x="500" unicode="à"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54zm-77 485 63-42-101-135-50 30z" glyph-name="aacute" horiz-adv-x="500" unicode="á"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54zM141 545l111 140h22l110-141-46-35-78 103-81-102z" glyph-name="acircumflex" horiz-adv-x="500" unicode="â"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54zM144 557l-44 32q54 87 113 87 18 0 38-11t37-26 29-26 21-12q12 0 20 4t15 11 13 17 15 21l37-40q-30-36-51-53t-45-18q-23 0-41 12t-33 26-28 26-26 12q-22 0-35-13t-35-49" glyph-name="atilde" horiz-adv-x="500" unicode="ã"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54zM210 650q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="adieresis" horiz-adv-x="500" unicode="ä"/><glyph d="M91 403q61 64 163 64 84 0 132-42t49-142V0h-68v50q-73-61-164-61-36 0-64 11T90 29 60 70t-11 46q0 69 59 109t172 44h86v17q0 68-28 95t-89 27q-74 0-123-51zm278-189h-43q-12 0-25 1-55 0-90-7t-55-21-27-29-8-36q0-32 28-55t69-23q30 0 54 9t42 23 29 28 16 26q10 20 10 54zm-48 453q27-27 27-62 0-18-7-34t-20-28-30-19-35-7-34 7-29 19-20 28-8 34q0 18 7 34t20 28 29 19 35 7q37 0 65-26m-64-15q-17 0-29-13t-12-33q0-19 12-32t29-14q17 0 29 13t13 33q0 19-12 32t-30 14" glyph-name="aring" horiz-adv-x="500" unicode="å"/><glyph d="M31 412q43 55 116 55 36 0 65-16t46-46q17 29 45 45t59 17q68 0 98-53t30-146v-38l-208-7v-48q0-58 28-93t76-35q46 0 73 37l35-42q-44-53-114-53-38 0-71 18t-54 51q-17-32-47-50t-66-19q-29 0-53 12T47 32 20 75t-10 48q0 69 51 110t137 45l23 1v26q0 49-22 77t-57 29q-45 0-76-43zm190-193-22-1q-37-2-61-9t-38-20-20-30-6-37q0-14 6-26t16-23 22-17 26-6q43 0 60 26t18 82v11q0 5-1 12zm61 60 150 5v21q0 49-18 77t-52 29q-36 0-58-33t-22-82z" glyph-name="ae" horiz-adv-x="500" unicode="æ"/><glyph d="M327-109q0 24-47 24h-30l10 75q-44 4-81 23t-65 51-42 74-16 93q0 49 17 92t47 75 73 50 93 18q54 0 98-22t73-63l-51-59q-5 3-5 6t-1 10-6 15-25 24q-34 28-93 28-29 0-55-12t-47-34-32-54-12-71q0-39 12-72t33-57 50-37 64-14q69 0 119 56l42-49Q391-2 304-10l-5-37 17-1q68-5 68-55 0-28-28-51t-88-23q-59 0-111 37l25 42q43-36 99-36 26 0 36 7t10 18" glyph-name="ccedilla" horiz-adv-x="500" unicode="ç"/><glyph d="M259 468q36 0 70-13t59-39 41-68 16-97v-16q0-8-2-17H118q2-48 16-80t37-53 49-28 54-9q71 0 118 51l40-39q-58-70-160-70-50 0-91 15t-71 46-45 74-16 102q0 58 16 103t45 75 67 47 82 16M121 274h251v7q0 3 1 9 0 25-9 47t-26 39-37 27-47 10q-47 0-85-33t-48-106m122 425 88-147-50-30-101 135z" glyph-name="egrave" horiz-adv-x="500" unicode="è"/><glyph d="M259 468q36 0 70-13t59-39 41-68 16-97v-16q0-8-2-17H118q2-48 16-80t37-53 49-28 54-9q71 0 118 51l40-39q-58-70-160-70-50 0-91 15t-71 46-45 74-16 102q0 58 16 103t45 75 67 47 82 16M121 274h251v7q0 3 1 9 0 25-9 47t-26 39-37 27-47 10q-47 0-85-33t-48-106m171 425 63-42-101-135-50 30z" glyph-name="eacute" horiz-adv-x="500" unicode="é"/><glyph d="M259 468q36 0 70-13t59-39 41-68 16-97v-16q0-8-2-17H118q2-48 16-80t37-53 49-28 54-9q71 0 118 51l40-39q-58-70-160-70-50 0-91 15t-71 46-45 74-16 102q0 58 16 103t45 75 67 47 82 16M121 274h251v7q0 3 1 9 0 25-9 47t-26 39-37 27-47 10q-47 0-85-33t-48-106m13 271 111 140h22l110-141-46-35-78 103-81-102z" glyph-name="ecircumflex" horiz-adv-x="500" unicode="ê"/><glyph d="M259 468q36 0 70-13t59-39 41-68 16-97v-16q0-8-2-17H118q2-48 16-80t37-53 49-28 54-9q71 0 118 51l40-39q-58-70-160-70-50 0-91 15t-71 46-45 74-16 102q0 58 16 103t45 75 67 47 82 16M121 274h251v7q0 3 1 9 0 25-9 47t-26 39-37 27-47 10q-47 0-85-33t-48-106m78 376q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="edieresis" horiz-adv-x="500" unicode="ë"/><glyph d="M106 457h183V58h107V0H100v58h117v341H106zm343 242 88-147-50-30-101 135z" glyph-name="igrave" horiz-adv-x="500" unicode="ì"/><glyph d="M106 457h183V58h107V0H100v58h117v341H106zm434 242 63-42-101-135-50 30z" glyph-name="iacute" horiz-adv-x="500" unicode="í"/><glyph d="M106 457h183V58h107V0H100v58h117v341H106zm264 88 111 140h22l110-141-46-35-78 103-81-102z" glyph-name="icircumflex" horiz-adv-x="500" unicode="î"/><glyph d="M106 457h183V58h107V0H100v58h117v341H106zm340 193q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="idieresis" horiz-adv-x="500" unicode="ï"/><glyph d="M256 50q25 0 48 10t42 33 30 57 11 82-12 81-31 54-43 30-48 9-48-11-44-33-32-54-12-76q0-41 11-74t29-58 44-37 55-13m91 520q113-128 113-317 0-60-13-109t-39-83-64-54-88-19q-44 0-83 17t-68 49-47 75-18 94q0 50 17 94t45 78 65 52 75 20q78 0 127-52-16 38-37 72t-49 65l-128-36-18 48 104 28q-45 38-102 64l81 16q45-25 87-62l108 29 17-44z" glyph-name="eth" horiz-adv-x="500" unicode="ð"/><glyph d="M68 0v457h74v-81q26 42 66 67t83 25q30 0 56-10t45-34 29-59 11-88V0h-71v275q0 72-24 101t-60 29q-23 0-47-10t-43-28-32-45-13-59V0zm319 557-44 32q54 87 113 87 18 0 38-11t37-26 29-26 21-12q12 0 20 4t15 11 13 17 15 21l37-40q-30-36-51-53t-45-18q-23 0-41 12t-33 26-28 26-26 12q-22 0-35-13t-35-49" glyph-name="ntilde" horiz-adv-x="500" unicode="ñ"/><glyph d="M254 467q42 0 79-16t66-48 44-75 17-100q0-56-16-100t-44-75-66-48-81-17q-44 0-82 18t-68 49-46 76-17 95q0 51 17 96t47 76 69 50 81 19m134-241q0 43-11 76t-31 57-43 35-52 12q-27 0-51-12t-43-35-30-55-11-74q0-40 11-73t29-57 44-37 53-13q28 0 52 11t43 34 29 56 11 75M243 699l88-147-50-30-101 135z" glyph-name="ograve" horiz-adv-x="500" unicode="ò"/><glyph d="M254 467q42 0 79-16t66-48 44-75 17-100q0-56-16-100t-44-75-66-48-81-17q-44 0-82 18t-68 49-46 76-17 95q0 51 17 96t47 76 69 50 81 19m134-241q0 43-11 76t-31 57-43 35-52 12q-27 0-51-12t-43-35-30-55-11-74q0-40 11-73t29-57 44-37 53-13q28 0 52 11t43 34 29 56 11 75m-96 473 63-42-101-135-50 30z" glyph-name="oacute" horiz-adv-x="500" unicode="ó"/><glyph d="M254 467q42 0 79-16t66-48 44-75 17-100q0-56-16-100t-44-75-66-48-81-17q-44 0-82 18t-68 49-46 76-17 95q0 51 17 96t47 76 69 50 81 19m134-241q0 43-11 76t-31 57-43 35-52 12q-27 0-51-12t-43-35-30-55-11-74q0-40 11-73t29-57 44-37 53-13q28 0 52 11t43 34 29 56 11 75M134 545l111 140h22l110-141-46-35-78 103-81-102z" glyph-name="ocircumflex" horiz-adv-x="500" unicode="ô"/><glyph d="M254 467q42 0 79-16t66-48 44-75 17-100q0-56-16-100t-44-75-66-48-81-17q-44 0-82 18t-68 49-46 76-17 95q0 51 17 96t47 76 69 50 81 19m134-241q0 43-11 76t-31 57-43 35-52 12q-27 0-51-12t-43-35-30-55-11-74q0-40 11-73t29-57 44-37 53-13q28 0 52 11t43 34 29 56 11 75M135 557l-44 32q54 87 113 87 18 0 38-11t37-26 29-26 21-12q12 0 20 4t15 11 13 17 15 21l37-40q-30-36-51-53t-45-18q-23 0-41 12t-33 26-28 26-26 12q-22 0-35-13t-35-49" glyph-name="otilde" horiz-adv-x="500" unicode="õ"/><glyph d="M254 467q42 0 79-16t66-48 44-75 17-100q0-56-16-100t-44-75-66-48-81-17q-44 0-82 18t-68 49-46 76-17 95q0 51 17 96t47 76 69 50 81 19m134-241q0 43-11 76t-31 57-43 35-52 12q-27 0-51-12t-43-35-30-55-11-74q0-40 11-73t29-57 44-37 53-13q28 0 52 11t43 34 29 56 11 75M198 650q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="odieresis" horiz-adv-x="500" unicode="ö"/><glyph d="M71 348h360v-67H71zm216 150q13-15 13-32 0-18-13-31t-32-13q-18 0-31 13t-13 31q0 19 13 32t31 14q18 0 32-14m0-308q13-15 13-32 0-18-13-31t-31-13-32 12-14 32 14 33 32 13q17 0 31-14" glyph-name="divide" horiz-adv-x="500" unicode="÷"/><glyph d="M252 406q-27 0-51-12t-44-35-30-54-11-70q0-76 34-125l154 283q-25 13-52 13m134 11q74-68 74-184 0-58-16-103t-44-77-65-48-80-17q-50 0-93 22l-40-74-52 27 44 81q-74 71-74 177 0 54 17 99t47 77 69 51 84 19q39 0 78-17l37 69 53-29zm-35-63L194 67q29-17 61-17 27 0 51 12t42 34 29 55 11 72q0 82-37 131" glyph-name="oslash" horiz-adv-x="500" unicode="ø"/><glyph d="M63 457h72V202q0-44 8-73t22-48 33-26 41-8q24 2 46 12t39 28 28 48 10 70v252h73V41q0-23 5-41h-76q-1 7-2 15t0 20l1 35q-22-38-59-59t-83-22q-35 0-63 12t-50 39-34 66-12 96zm180 242 88-147-50-30-101 135z" glyph-name="ugrave" horiz-adv-x="500" unicode="ù"/><glyph d="M63 457h72V202q0-44 8-73t22-48 33-26 41-8q24 2 46 12t39 28 28 48 10 70v252h73V41q0-23 5-41h-76q-1 7-2 15t0 20l1 35q-22-38-59-59t-83-22q-35 0-63 12t-50 39-34 66-12 96zm229 242 63-42-101-135-50 30z" glyph-name="uacute" horiz-adv-x="500" unicode="ú"/><glyph d="M63 457h72V202q0-44 8-73t22-48 33-26 41-8q24 2 46 12t39 28 28 48 10 70v252h73V41q0-23 5-41h-76q-1 7-2 15t0 20l1 35q-22-38-59-59t-83-22q-35 0-63 12t-50 39-34 66-12 96zm71 88 111 140h22l110-141-46-35-78 103-81-102z" glyph-name="ucircumflex" horiz-adv-x="500" unicode="û"/><glyph d="M63 457h72V202q0-44 8-73t22-48 33-26 41-8q24 2 46 12t39 28 28 48 10 70v252h73V41q0-23 5-41h-76q-1 7-2 15t0 20l1 35q-22-38-59-59t-83-22q-35 0-63 12t-50 39-34 66-12 96zm135 193q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="udieresis" horiz-adv-x="500" unicode="ü"/><glyph d="m59 425-13 32h89q0-8-2-13t-2-11q0-4 2-6L267 91l87 245q13 35 21 65t13 56h75q-9-26-19-59t-26-73L294-2l-19-50q-24-67-61-94t-87-28q-65 0-105 39l38 64q3-3 5-9t3-9l4-4q4-4 10-9t17-9 22-4q29 0 51 18t45 65l14 34zm233 274 63-42-101-135-50 30z" glyph-name="yacute" horiz-adv-x="500" unicode="ý"/><glyph d="M60 665h80q0-7-3-16t-4-17V387q23 37 61 58t78 22q38 0 72-14t61-44 42-73 16-104q0-60-16-106t-44-76-61-46-71-16q-42 0-78 19t-59 53v-227H60zm73-475q2-74 34-106t79-32q25 0 50 8t45 27 34 52 13 80q0 88-36 137t-103 50q-20 0-41-7t-37-24-27-45-11-71z" glyph-name="thorn" horiz-adv-x="500" unicode="þ"/><glyph d="m59 425-13 32h89q0-8-2-13t-2-11q0-4 2-6L267 91l87 245q13 35 21 65t13 56h75q-9-26-19-59t-26-73L294-2l-19-50q-24-67-61-94t-87-28q-65 0-105 39l38 64q3-3 5-9t3-9l4-4q4-4 10-9t17-9 22-4q29 0 51 18t45 65l14 34zm139 225q15-15 15-36 0-20-15-35t-35-15q-21 0-36 15t-15 35 15 35 36 16q20 0 35-15m178 0q15-15 15-36 0-20-15-35t-35-15q-21 0-35 14t-15 36q0 21 14 36t36 15q20 0 35-15" glyph-name="ydieresis" horiz-adv-x="500" unicode="ÿ"/><glyph d="M182 450q0 81 106 188l35-31q-28-25-46-55t-19-50q0-10 8-18t17-17 18-18 8-24q0-24-16-41t-43-17q-26 0-47 23t-21 60" glyph-name="quoteleft" horiz-adv-x="500" unicode="‘"/><glyph d="M306 555q0-79-107-188l-34 30q28 26 46 56t19 49q0 10-8 19t-18 17-17 18-8 23q0 25 16 42t43 17q26 0 47-23t21-60" glyph-name="quoteright" horiz-adv-x="500" unicode="’"/><glyph d="M306 20q0-79-107-188l-34 30q28 26 46 56t19 49q0 10-8 18T205 2t-18 18-8 24q0 25 16 42t43 17q26 0 47-23t21-60" glyph-name="quotesinglbase" horiz-adv-x="500" unicode="‚"/><glyph d="M286 450q0 81 106 188l34-31q-28-25-46-55t-19-50q0-10 8-18t18-16 18-19 8-24q0-24-17-41t-43-17-46 23-21 60m-207 0q0 81 106 188l34-31q-28-25-46-55t-19-50q0-10 8-18t18-16 18-19 8-24q0-24-17-41t-43-17-46 23-21 60" glyph-name="quotedblleft" horiz-adv-x="500" unicode="“"/><glyph d="M202 555q0-81-106-188l-35 30q29 26 47 56t18 49q0 10-8 19t-18 17-17 18-8 23q0 25 16 42t43 17 47-23 21-60m207 0q0-81-106-188l-35 30q29 26 47 56t18 49q0 10-7 19t-18 17-18 18-8 23q0 25 16 42t43 17 47-23 21-60" glyph-name="quotedblright" horiz-adv-x="500" unicode="”"/><glyph d="M409 20q0-81-106-188l-35 30q29 26 47 56t18 49q0 10-8 18T308 2t-18 18-8 24q0 25 16 42t43 17 47-23 21-60m-207 0q0-81-106-188l-35 30q29 26 47 56t18 49q0 10-8 18T101 3 83 21t-8 23q0 25 16 42t43 17 47-23 21-60" glyph-name="quotedblbase" horiz-adv-x="500" unicode="„"/><glyph d="M316 355q25-25 25-59t-25-58-60-25q-35 0-60 24t-25 59 25 59 60 25q33 0 60-25" glyph-name="bullet" horiz-adv-x="500" unicode="•"/><glyph d="m145 253 152 147 39-41-121-118 128-140-40-40-158 169z" glyph-name="guilsinglleft" horiz-adv-x="500" unicode="‹"/><glyph d="M343 253v-23L185 61l-40 40 128 140-121 118 39 41z" glyph-name="guilsinglright" horiz-adv-x="500" unicode="›"/></font></defs></svg> \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/fonts/Novecentosanswide-Normal-webfont.svg b/docs/themes/hugo-docs/static/fonts/Novecentosanswide-Normal-webfont.svg index c412ea8..d7faba5 100644 --- a/docs/themes/hugo-docs/static/fonts/Novecentosanswide-Normal-webfont.svg +++ b/docs/themes/hugo-docs/static/fonts/Novecentosanswide-Normal-webfont.svg @@ -1,1019 +1 @@ -<?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"> -<metadata></metadata> -<defs> -<font id="novecento_sans_widenormal" horiz-adv-x="668" > -<font-face units-per-em="1000" ascent="821" descent="-179" /> -<missing-glyph horiz-adv-x="250" /> -<glyph horiz-adv-x="1000" /> -<glyph horiz-adv-x="1000" /> -<glyph unicode=" " horiz-adv-x="1000" /> -<glyph unicode=" " horiz-adv-x="250" /> -<glyph unicode=" " horiz-adv-x="250" /> -<glyph unicode=" " horiz-adv-x="250" /> -<glyph unicode="!" horiz-adv-x="262" d="M172 700v-538h-82v538h82zM131 -10q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" /> -<glyph unicode=""" horiz-adv-x="321" d="M126 700l-4 -230h-68l-5 230h77zM270 700l-5 -230h-68l-5 230h78z" /> -<glyph unicode="#" horiz-adv-x="661" d="M452 179h95l-19 -72h-96l-28 -107h-69l28 107h-160l-29 -107h-69l29 107h-96l20 72h96l55 204h-95l20 71h94l28 106h69l-29 -106h161l29 106h69l-29 -106h97l-20 -71h-96zM277 383l-55 -204h161l55 204h-161z" /> -<glyph unicode="$" horiz-adv-x="474" d="M439 150q0 -70 -44.5 -111.5t-120.5 -48.5v-80h-65v80q-151 16 -174 149l71 19q6 -49 43 -78.5t96 -29.5q53 0 84.5 25.5t31.5 71.5q0 14 -2.5 26t-9.5 21.5t-12 16.5t-18.5 13.5t-20 10.5t-24 9t-24 6.5t-27.5 6.5t-26 6q-31 7 -52.5 15.5t-47 25t-38.5 45t-13 67.5 q0 65 40.5 105t113.5 48v81h66v-80q138 -14 168 -135l-70 -19q-20 93 -128 93q-56 0 -86 -24.5t-30 -64.5q0 -25 9.5 -42.5t30.5 -29t41 -17.5t56 -14q31 -7 49 -12t46.5 -18t45 -29t29 -44t12.5 -64z" /> -<glyph unicode="%" horiz-adv-x="711" d="M163 219q-128 0 -128 175q0 176 128 176t128 -176q0 -175 -128 -175zM477 560l-188 -560h-56l188 560h56zM163 274q36 0 54 28t18 92t-18 92.5t-54 28.5q-73 0 -73 -121q0 -120 73 -120zM549 -7q-128 0 -128 176q0 177 128 177t128 -177q0 -176 -128 -176zM549 49 q36 0 54 28t18 92t-18 92.5t-54 28.5q-37 0 -55 -28.5t-18 -92.5t18 -92t55 -28z" /> -<glyph unicode="&" horiz-adv-x="612" d="M495 253v-71q0 -95 -57.5 -144.5t-166.5 -49.5q-106 0 -161.5 44.5t-55.5 118.5q0 57 32 93.5t80 45.5v2q-43 9 -74.5 42.5t-31.5 90.5q0 71 51 108.5t145 37.5q193 0 236 -148l-72 -20q-29 102 -157 102q-123 0 -123 -86q0 -42 32.5 -68.5t94.5 -26.5h317v-70zM417 254 h-153q-60 0 -95.5 -25.5t-35.5 -74.5q0 -48 35 -74.5t104 -26.5q145 0 145 130v71z" /> -<glyph unicode="'" horiz-adv-x="178" d="M126 700l-4 -230h-68l-5 230h77z" /> -<glyph unicode="(" horiz-adv-x="356" d="M316 795l23 -74q-204 -70 -204 -430t204 -430l-23 -75q-260 92 -260 505q0 412 260 504z" /> -<glyph unicode=")" horiz-adv-x="356" d="M41 -213l-24 74q204 70 204 430t-204 430l24 75q259 -92 259 -505q0 -412 -259 -504z" /> -<glyph unicode="*" horiz-adv-x="489" d="M290 518l76 -106l-46 -33l-75 107l-75 -107l-47 33l76 106l-122 38l17 53l122 -38v129h57v-129l122 38l18 -53z" /> -<glyph unicode="+" d="M524 254h-153v-165h-74v165h-153v69h153v164h74v-164h153v-69z" /> -<glyph unicode="," horiz-adv-x="224" d="M108 0q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17t15.5 -48q0 -37 -24.5 -74t-65.5 -52l-33 35q22 8 38.5 28.5t20.5 39.5z" /> -<glyph unicode="-" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" /> -<glyph unicode="." horiz-adv-x="224" d="M112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" /> -<glyph unicode="/" horiz-adv-x="485" d="M462 700l-353 -700h-86l355 700h84z" /> -<glyph unicode="0" horiz-adv-x="521" d="M260 571q107 0 165 -75t58 -216t-58 -216.5t-165 -75.5t-165 75.5t-58 216.5t58 216t165 75zM260 499q-145 0 -145 -219q0 -220 145 -220t145 220q0 219 -145 219z" /> -<glyph unicode="1" horiz-adv-x="342" d="M184 0v374q0 18 1 43t1 39l1 15h-2l-8 -9q-8 -9 -18 -20.5t-15 -15.5l-57 -58l-47 55l148 137h74v-560h-78z" /> -<glyph unicode="2" horiz-adv-x="490" d="M49 0v85l203 156q60 48 86 82t26 73q0 46 -32 77t-92 31q-58 0 -88.5 -28.5t-34.5 -72.5l-73 20q11 76 66.5 112t135.5 36q94 0 145.5 -47t51.5 -126q0 -61 -33 -104t-111 -100l-160 -123l1 -2q1 0 12.5 0.5t30.5 0.5h40h223v-70h-397z" /> -<glyph unicode="3" horiz-adv-x="489" d="M335 294v-3q51 -6 84 -41.5t33 -94.5q0 -75 -55.5 -121t-145.5 -46q-86 0 -143.5 43.5t-70.5 117.5l69 19q10 -53 48 -82.5t96 -29.5q60 0 92.5 31t32.5 78q0 48 -34 72.5t-93 24.5h-56v59h54q59 0 91 23.5t32 68.5q0 44 -31.5 68.5t-88.5 24.5q-117 0 -129 -102l-71 19 q13 77 69 112.5t138 35.5q94 0 142 -39.5t48 -105.5q0 -56 -32.5 -90.5t-78.5 -41.5z" /> -<glyph unicode="4" horiz-adv-x="525" d="M398 0h-78v146h-286v71l249 343h115v-347h82v-67h-82v-146zM320 367v129h-3l-210 -281l2 -2h92h119v154z" /> -<glyph unicode="5" horiz-adv-x="503" d="M135 316l2 -1q16 18 50 33.5t78 15.5q88 0 141 -51t53 -134q0 -86 -57 -138.5t-149 -52.5q-81 0 -137.5 42t-71.5 112l68 17q10 -49 47.5 -76.5t91.5 -27.5q59 0 96 33.5t37 90.5q0 58 -37 91.5t-100 33.5q-48 0 -79 -19t-43 -45l-63 18l51 302h309v-73h-256l-16 -93 q-3 -20 -7 -39l-6 -28.5t-2 -10.5z" /> -<glyph unicode="6" horiz-adv-x="499" d="M149 316l3 -2q41 48 118 48q83 0 137 -50.5t54 -130.5q0 -85 -59 -139t-154 -54q-94 0 -153 53.5t-59 146.5q0 92 78 193l139 179h85zM249 56q62 0 99.5 34.5t38.5 92.5q0 56 -37 89.5t-101 33.5q-63 0 -99.5 -33.5t-36.5 -89.5q0 -58 37 -92.5t99 -34.5z" /> -<glyph unicode="7" horiz-adv-x="470" d="M447 502l-283 -502h-81l225 401q11 20 24.5 41t20.5 32l7 12l-2 2q-35 -1 -73 -1h-255v73h417v-58z" /> -<glyph unicode="8" horiz-adv-x="502" d="M37 151q0 62 39 98.5t92 43.5v3q-33 4 -69 37.5t-36 89.5q0 63 50.5 105.5t137.5 42.5q86 0 137 -42.5t51 -104.5q0 -57 -36 -90.5t-68 -37.5v-3q52 -7 91 -43.5t39 -98.5q0 -72 -57 -117.5t-156 -45.5t-157 45t-58 118zM131 419q0 -44 34 -68.5t86 -24.5q54 1 86.5 27 t32.5 67q0 42 -32.5 68t-86.5 26q-56 0 -88 -26.5t-32 -68.5zM112 156q0 -50 38 -78.5t101 -28.5q64 0 101.5 28.5t37.5 78.5q0 49 -37.5 75.5t-101.5 26.5t-101.5 -27t-37.5 -75z" /> -<glyph unicode="9" horiz-adv-x="507" d="M355 239l-2 2q-45 -48 -121 -48q-86 0 -139 52t-53 132q0 86 60 140t154 54q92 0 153.5 -53t61.5 -146q0 -63 -28 -116t-87 -121l-117 -135h-88zM253 503q-60 0 -99.5 -32t-39.5 -96q0 -63 39.5 -94t99.5 -31q61 0 100 32t39 94q0 63 -39.5 95t-99.5 32z" /> -<glyph unicode=":" horiz-adv-x="224" d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" /> -<glyph unicode=";" horiz-adv-x="224" d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM108 1q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -74.5t-65.5 -51.5l-33 34q22 8 38.5 28.5t20.5 40.5z" /> -<glyph unicode="<" d="M542 41l-451 217v62l451 217v-73l-362 -174v-2l362 -174v-73z" /> -<glyph unicode="=" d="M524 347h-380v69h380v-69zM524 164h-380v69h380v-69z" /> -<glyph unicode=">" d="M488 288v2l-362 174v73l451 -217v-62l-451 -217v73z" /> -<glyph unicode="?" horiz-adv-x="563" d="M229 162v177q119 41 166 79.5t47 91.5q0 52 -36 89t-117 37q-75 0 -115.5 -32.5t-58.5 -94.5l-77 21q22 88 88.5 136t166.5 48q113 0 172.5 -56.5t59.5 -137.5q0 -84 -58.5 -135t-154.5 -86v-137h-83zM270 -10q-26 0 -40.5 14.5t-14.5 36.5t14.5 36t40.5 14 q25 0 39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" /> -<glyph unicode="@" horiz-adv-x="787" d="M494 142h-2q-15 -34 -48 -54.5t-77 -20.5q-69 0 -116.5 48.5t-47.5 134.5t44 137t117 51q84 0 113 -59h3v-117q0 50 -27.5 80t-73.5 30q-48 0 -73.5 -33t-25.5 -88t27 -86t72 -31q46 0 71.5 30t29.5 78v182h77v-207q0 -45 12.5 -66.5t41.5 -21.5q37 0 57 37.5t20 102.5 q0 136 -80.5 220t-212.5 84q-133 0 -214.5 -86t-81.5 -224q0 -148 77 -228.5t202 -80.5q29 0 55 3.5t46 9t36 12t28.5 14t20 13t14 11.5t7.5 6l46 -36q-38 -39 -109.5 -64t-141.5 -25q-154 0 -248 97t-94 269q0 157 100.5 261t255.5 104q158 0 256.5 -102.5t98.5 -258.5 q0 -91 -38 -146t-109 -55q-40 0 -70 21.5t-38 53.5z" /> -<glyph unicode="A" horiz-adv-x="732" d="M543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" /> -<glyph unicode="B" horiz-adv-x="623" d="M428 377v-3q61 -10 110 -54.5t49 -124.5q0 -90 -62.5 -142.5t-176.5 -52.5h-271v700h252q94 0 151.5 -48.5t57.5 -123.5q0 -63 -33 -102t-77 -49zM158 400h163q60 0 97.5 30.5t37.5 85.5q0 52 -38 83t-105 31h-155v-230zM158 70h186q73 0 115.5 33t42.5 96 q0 64 -46 100.5t-114 36.5h-184v-266z" /> -<glyph unicode="C" horiz-adv-x="769" d="M646 218l79 -21q-40 -98 -127.5 -154t-199.5 -56q-156 0 -258 101t-102 264t102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" /> -<glyph unicode="D" horiz-adv-x="729" d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v700zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-548z" /> -<glyph unicode="E" horiz-adv-x="600" d="M77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" /> -<glyph unicode="F" horiz-adv-x="583" d="M544 624h-386v-234h307v-76h-307v-314h-81v700h467v-76z" /> -<glyph unicode="G" horiz-adv-x="790" d="M730 0h-73q0 35 0.5 58t0.5 32v11h-2q-37 -42 -102.5 -78t-156.5 -36q-152 0 -255.5 101t-103.5 263q0 163 102.5 263t259.5 100q115 0 199 -54t119 -137l-80 -22q-11 21 -27 40.5t-44 43t-72 38t-97 14.5q-123 0 -200.5 -77.5t-77.5 -207.5q0 -131 79.5 -209t202.5 -78 q90 0 158.5 39.5t93.5 85.5v100h-208v76h284v-366z" /> -<glyph unicode="H" horiz-adv-x="702" d="M544 0v327h-386v-327h-81v700h81v-295h386v295h82v-700h-82z" /> -<glyph unicode="I" horiz-adv-x="235" d="M77 0v700h81v-700h-81z" /> -<glyph unicode="J" horiz-adv-x="488" d="M416 700v-420q0 -142 -61 -217.5t-179 -75.5q-110 0 -176 80l46 64q51 -66 130 -66q82 0 120 54.5t38 164.5v416h82z" /> -<glyph unicode="K" horiz-adv-x="649" d="M282 362l-124 -129v-233h-81v700h81v-218v-151h2l114 121l233 248h98l-263 -280l290 -421l-96 1z" /> -<glyph unicode="L" horiz-adv-x="564" d="M77 0v700h81v-624h369v-76h-450z" /> -<glyph unicode="M" horiz-adv-x="802" d="M644 0v315v48t0.5 49.5l1 47t0.5 42.5t0.5 34t0.5 24v8h-2l-9 -18l-31.5 -59.5t-50.5 -91.5l-128 -227h-49l-127 224q-29 51 -51.5 94t-31.5 60l-9 18h-2v-8q0 -9 0.5 -24t0.5 -34v-42.5t0.5 -47t0.5 -49.5v-48v-315h-81v700h86l238 -426h2l239 426h84v-700h-82z" /> -<glyph unicode="N" horiz-adv-x="727" d="M568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" /> -<glyph unicode="O" horiz-adv-x="802" d="M38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" /> -<glyph unicode="P" horiz-adv-x="576" d="M77 700h212q124 0 192.5 -56t68.5 -162q0 -104 -69 -160.5t-192 -56.5h-131v-265h-81v700zM158 337h133q87 0 132 37t45 107q0 144 -177 144h-133v-288z" /> -<glyph unicode="Q" horiz-adv-x="802" d="M764 351q0 -150 -90.5 -248.5t-231.5 -113.5v-124h-83v124q-141 15 -231 113.5t-90 248.5q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5zM401 65q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208q0 -131 79.5 -208.5t201.5 -77.5z" /> -<glyph unicode="R" horiz-adv-x="602" d="M467 0l-159 275q-15 -1 -64 -1h-86v-274h-81v700h214q123 0 192 -57.5t69 -160.5q0 -79 -42 -127.5t-118 -64.5l173 -290h-98zM158 342h141q170 0 170 137q0 73 -45.5 109.5t-129.5 36.5h-136v-283z" /> -<glyph unicode="S" horiz-adv-x="593" d="M35 184l78 21q6 -72 60 -108.5t138 -36.5q78 0 121 31.5t43 93.5q0 21 -5.5 38.5t-13.5 29.5t-22.5 22t-27 16t-32.5 12t-33 8.5t-35.5 7t-33.5 6.5q-36 8 -60 15.5t-56.5 23t-52 35t-34 51.5t-14.5 73q0 91 63 141t174 50q101 0 167.5 -43t88.5 -131l-78 -21 q-30 122 -179 122q-75 0 -114 -30.5t-39 -84.5q0 -27 11 -47.5t25.5 -33.5t43 -23.5t49.5 -15.5t59 -13q38 -7 64.5 -14t61 -23t55.5 -36.5t36 -55t15 -78.5q0 -98 -64.5 -148.5t-183.5 -50.5q-48 0 -90 9t-82.5 30t-67.5 61t-35 97z" /> -<glyph unicode="T" horiz-adv-x="637" d="M600 624h-241v-624h-82v624h-240v76h563v-76z" /> -<glyph unicode="U" horiz-adv-x="696" d="M628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" /> -<glyph unicode="V" horiz-adv-x="686" d="M392 0h-97l-278 700h91l143 -367q84 -216 93 -242h2q13 40 91 237l145 372h88z" /> -<glyph unicode="W" horiz-adv-x="973" d="M644 0l-100 316q-14 44 -28 92.5t-22 73.5l-7 25h-2l-7 -25q-7 -25 -21.5 -75.5t-28.5 -97.5l-96 -309h-88l-226 700h90l104 -333q78 -249 80 -253h2q1 1 66 221l83 271h95l82 -272q10 -33 27 -90.5t28 -93t11 -36.5h2q0 1 11.5 36.5t32 102.5t33.5 108l109 339h81 l-225 -700h-86z" /> -<glyph unicode="X" horiz-adv-x="680" d="M558 0l-129 176q-26 35 -49.5 67.5t-31.5 44.5l-9 11h-1q-1 0 -93 -125l-126 -174h-99l271 364l-249 336h99l123 -168q80 -109 81 -109h1l8 11q7 10 27 38.5t42 59.5l119 168h97l-247 -337l268 -363h-102z" /> -<glyph unicode="Y" horiz-adv-x="657" d="M369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" /> -<glyph unicode="Z" horiz-adv-x="654" d="M612 622l-384 -453q-26 -31 -46.5 -54t-27.5 -31l-8 -7l2 -2h4q5 0 12.5 0.5t18 0.5h24.5h28h377v-76h-570v75l392 462q22 26 41.5 47t27.5 30l8 8l-1 3h-4q-4 0 -11.5 -0.5t-17 -0.5h-23.5h-29h-373v76h560v-78z" /> -<glyph unicode="[" horiz-adv-x="364" d="M324 -136v-74h-230v1008h230v-74h-150v-860h150z" /> -<glyph unicode="\" horiz-adv-x="485" d="M462 0h-86l-353 700h85z" /> -<glyph unicode="]" horiz-adv-x="364" d="M40 726v74h230v-1008h-230v74h150v860h-150z" /> -<glyph unicode="^" d="M334 637l-209 -272l-61 40l233 300h74l232 -300l-60 -40z" /> -<glyph unicode="_" horiz-adv-x="729" d="M652 -64h-575v64h575v-64z" /> -<glyph unicode="`" horiz-adv-x="533" d="M248 915l104 -161h-76l-95 139z" /> -<glyph unicode="a" horiz-adv-x="596" d="M432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" /> -<glyph unicode="b" horiz-adv-x="542" d="M378 299v-3q51 -9 89 -44t38 -95q0 -69 -51.5 -113t-142.5 -44h-234v560h223q74 0 121.5 -41t47.5 -99q0 -95 -91 -121zM155 322h130q43 0 74.5 23t31.5 65q0 36 -28.5 60t-76.5 24h-131v-172zM155 66h154q51 0 83.5 25.5t32.5 69.5q0 45 -34 71.5t-86 26.5h-150v-193z " /> -<glyph unicode="c" horiz-adv-x="645" d="M526 172l75 -20q-36 -75 -106 -119.5t-160 -44.5q-128 0 -212.5 82.5t-84.5 209.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" /> -<glyph unicode="d" horiz-adv-x="618" d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v560zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-414z" /> -<glyph unicode="e" horiz-adv-x="525" d="M77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" /> -<glyph unicode="f" horiz-adv-x="498" d="M460 487h-305v-182h227v-73h-227v-232h-78v560h383v-73z" /> -<glyph unicode="g" horiz-adv-x="672" d="M612 0h-70v33v23.5t0.5 14t0.5 8v3.5h-2q-79 -94 -209 -94q-126 0 -210 83t-84 209t84 208.5t211 82.5q85 0 157.5 -40.5t107.5 -124.5l-72 -19q-22 46 -71.5 79.5t-119.5 33.5q-96 0 -157 -61t-61 -160q0 -97 62.5 -158t163.5 -61q66 0 121.5 28.5t76.5 62.5v71h-170v70 h241v-292z" /> -<glyph unicode="h" horiz-adv-x="616" d="M540 0h-78v252h-307v-252h-78v560h78v-235h307v235h78v-560z" /> -<glyph unicode="i" horiz-adv-x="232" d="M77 0v560h78v-560h-78z" /> -<glyph unicode="j" horiz-adv-x="424" d="M352 560v-334q0 -115 -52 -176.5t-151 -61.5q-94 0 -149 62l43 57q41 -47 105 -47q66 0 96 42t30 127v331h78z" /> -<glyph unicode="k" horiz-adv-x="570" d="M463 0l-203 285l-105 -108v-177h-78v560h78v-159v-32v-28.5t-0.5 -24t-0.5 -19.5v-14v-9v-4h2q29 31 76 79l204 211h99l-217 -223l235 -337h-90z" /> -<glyph unicode="l" horiz-adv-x="483" d="M77 0v560h78v-487h292v-73h-370z" /> -<glyph unicode="m" horiz-adv-x="701" d="M546 0v284l1 162h-2l-169 -310h-53l-170 314h-2v-12q0 -12 0.5 -30.5t1 -39.5t0.5 -43v-37v-288h-76v560h95l118 -212q18 -32 34 -62t22 -43l7 -13h2q1 0 7.5 12.5t23 44t33.5 62.5l116 211h89v-560h-78z" /> -<glyph unicode="n" horiz-adv-x="630" d="M553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" /> -<glyph unicode="o" horiz-adv-x="665" d="M38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" /> -<glyph unicode="p" horiz-adv-x="504" d="M77 560h182q104 0 161 -47t57 -128q0 -82 -56.5 -128t-161.5 -46h-104v-211h-78v560zM155 277h107q66 0 101 28t35 78t-34.5 78.5t-101.5 28.5h-107v-213z" /> -<glyph unicode="q" horiz-adv-x="663" d="M626 279q0 -115 -72 -195t-184 -93v-107h-78v107q-111 14 -182.5 93.5t-71.5 194.5q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5zM332 60q92 0 153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5q0 -96 61.5 -157.5t153.5 -61.5z" /> -<glyph unicode="r" horiz-adv-x="535" d="M413 0l-134 222q-22 -1 -62 -1h-62v-221h-78v560h184q104 0 161.5 -44t57.5 -125q0 -62 -34 -102t-92 -53l144 -236h-85zM155 284h109q137 0 137 102q0 103 -137 103h-109v-205z" /> -<glyph unicode="s" horiz-adv-x="500" d="M35 139l71 19q6 -49 46.5 -78t106.5 -29q59 0 93 25t34 73q0 16 -4.5 29t-10 22.5t-18.5 17.5t-21.5 13t-28 10.5t-29.5 8t-34.5 7.5t-34.5 7q-33 7 -55 15t-48.5 24t-40.5 44.5t-14 67.5q0 76 52.5 116t147.5 40q180 0 213 -136l-69 -19q-25 92 -139 92 q-60 0 -92.5 -23.5t-32.5 -66.5q0 -46 35.5 -65.5t115.5 -34.5q30 -6 48 -10.5t47.5 -17.5t47 -29t31 -45t13.5 -66q0 -80 -55.5 -121t-150.5 -41q-37 0 -70 6.5t-66.5 22t-56.5 47t-31 75.5z" /> -<glyph unicode="t" horiz-adv-x="543" d="M506 487h-196v-487h-78v487h-195v73h469v-73z" /> -<glyph unicode="u" horiz-adv-x="611" d="M543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" /> -<glyph unicode="v" horiz-adv-x="603" d="M346 0h-90l-239 560h86l117 -274q25 -59 45.5 -108.5t28.5 -69.5l9 -21h2l3 7q3 8 9.5 24.5t15.5 38t23.5 56t30.5 72.5l116 275h83z" /> -<glyph unicode="w" horiz-adv-x="813" d="M532 0l-70 218q-15 47 -28.5 91t-19.5 63l-6 20h-2l-6 -18q-6 -19 -21 -66t-29 -91l-69 -217h-79l-184 560h83l84 -259q18 -54 34 -105t23 -72l6 -22h1l7 20q6 21 20 66.5t28 89.5l66 211h81l65 -211q14 -44 27.5 -89.5t19.5 -66.5l6 -20h1l7 22q7 21 23 71.5t34 105.5 l84 259h77l-184 -560h-79z" /> -<glyph unicode="x" horiz-adv-x="576" d="M462 0l-100 130q-23 30 -43 56.5t-27 36.5l-8 10h-1q-1 0 -79 -104l-95 -129h-89l217 289l-200 271h93l81 -109q22 -29 43.5 -57.5t29.5 -39.5l8 -10h1l8 10q8 11 30.5 41.5t43.5 59.5l76 105h86l-201 -272l220 -288h-94z" /> -<glyph unicode="y" horiz-adv-x="541" d="M309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" /> -<glyph unicode="z" horiz-adv-x="557" d="M515 486l-268 -301q-37 -41 -63 -69t-34 -35l-7 -7l2 -2q30 1 76 1h294v-73h-473v74l280 310q31 35 55 60.5t31 33.5l7 7l-2 2h-71h-292v73h465v-74z" /> -<glyph unicode="{" horiz-adv-x="403" d="M223 567v-115q0 -36 -7 -64.5t-16.5 -45t-21.5 -28t-19 -15.5t-13 -6q5 -1 12.5 -5.5t19.5 -16.5t21.5 -29t16.5 -45.5t7 -63.5v-114q0 -91 37 -125.5t102 -34.5v-70q-101 0 -157.5 56t-56.5 170v118q0 117 -71 124v72q28 5 43 20q28 33 28 104v118q0 114 56.5 170 t157.5 56v-71q-65 0 -102 -34t-37 -125z" /> -<glyph unicode="|" horiz-adv-x="187" d="M60 775h67v-849h-67v849z" /> -<glyph unicode="}" horiz-adv-x="403" d="M180 19v115q0 44 10 77t25 49t25 23t18 10q-5 1 -13 5.5t-19.5 16.5t-21.5 28.5t-17 45t-7 63.5v115q0 91 -37 125t-102 34v71q101 0 157.5 -56.5t56.5 -170.5v-117q1 -118 72 -125v-71q-32 -5 -48 -26q-24 -34 -24 -99v-117q0 -114 -56.5 -170t-157.5 -56v71 q65 0 102 34t37 125z" /> -<glyph unicode="~" d="M534 346l13 -67q-11 -15 -41 -30.5t-69 -15.5q-37 0 -100.5 21.5t-101.5 21.5q-56 0 -100 -46l-15 66q42 49 112 49q37 0 100 -21.5t101 -21.5q55 0 101 44z" /> -<glyph unicode="¡" horiz-adv-x="262" d="M131 710q26 0 40 -14.5t14 -36.5t-14.5 -36t-39.5 -14t-39.5 14t-14.5 36t14.5 36.5t39.5 14.5zM91 0v538h81v-538h-81z" /> -<glyph unicode="¢" horiz-adv-x="584" d="M299 90q116 0 165 101l72 -20q-27 -63 -81.5 -103t-122.5 -48v-104h-67v104q-99 11 -163 82.5t-64 179.5q0 107 62 177t164 81v104h68v-104q71 -7 126.5 -46t81.5 -112l-72 -20q-20 51 -62.5 81t-103.5 30q-85 0 -136 -52t-51 -139t51 -139.5t133 -52.5z" /> -<glyph unicode="£" horiz-adv-x="510" d="M469 73v-73h-433v73q38 7 51 29.5t13 65.5q0 23 -4 75h-61v64h54q-8 72 -8 101q0 78 48 120.5t132 42.5q174 0 197 -157l-73 -20q-9 55 -38 81.5t-83 26.5q-107 0 -107 -110q0 -10 7 -85h199v-64h-191q5 -47 5 -74q0 -78 -40 -96l1 -2q8 2 171 2h160z" /> -<glyph unicode="¤" horiz-adv-x="645" d="M596 516l-71 -71q61 -71 61 -166q0 -86 -55 -159l73 -73l-43 -43l-73 73q-74 -61 -166 -61q-93 0 -165 61l-73 -73l-43 43l73 74q-54 70 -54 158q0 96 60 167l-71 70l43 43l72 -71q70 55 158 55q89 0 160 -54l71 70zM322 469q-78 0 -133 -55t-55 -135t55 -134.5 t133 -54.5q80 0 135 54.5t55 134.5t-55 135t-135 55z" /> -<glyph unicode="¥" horiz-adv-x="498" d="M365 365h79v-60h-114l-29 -51h143v-61h-157v-193h-78v193h-155v61h142l-29 51h-113v60h78l-112 195h87l96 -175q38 -71 46 -79h2q8 8 46 79l96 175h84z" /> -<glyph unicode="¦" horiz-adv-x="187" d="M127 490h-67v285h67v-285zM127 -74h-67v285h67v-285z" /> -<glyph unicode="§" d="M487 252q89 -34 89 -118q0 -75 -60.5 -111t-168.5 -36q-46 0 -86 6.5t-79 21t-64.5 43.5t-31.5 70l77 20q9 -100 178 -100q152 0 152 89q0 43 -39 60t-147 35q-17 2 -26 4q-38 6 -65.5 13.5t-58.5 22t-47.5 38.5t-16.5 57q0 81 95 112q-85 32 -85 108q0 67 60 97t153 30 q211 0 244 -140l-69 -19q-28 101 -176 101q-131 0 -131 -68q0 -43 59 -62q28 -9 127 -26q42 -7 69.5 -13t57 -16.5t45.5 -23.5t26.5 -34t10.5 -48q0 -84 -92 -113zM168 377q0 -22 14 -38t39.5 -25.5t56 -16t70.5 -13.5q9 -1 14 -2q19 -2 48 -8q93 17 93 79q0 20 -10 35 t-24 24t-40 16.5t-45 10.5t-52 8l-21 3l-38 7q-105 -16 -105 -80z" /> -<glyph unicode="¨" horiz-adv-x="533" d="M171 776q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM361 776q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5z" /> -<glyph unicode="©" horiz-adv-x="804" d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM519 196l54 -17 q-23 -48 -70 -76.5t-107 -28.5q-85 0 -139 53.5t-54 137.5q0 85 55 138t140 53q60 0 107 -29.5t65 -82.5l-53 -15q-7 24 -36 48.5t-81 24.5q-61 0 -99.5 -37t-38.5 -99q0 -61 37.5 -99t98.5 -38q82 0 121 67z" /> -<glyph unicode="ª" horiz-adv-x="400" d="M90 235h-55l134 325h62l133 -325h-56l-31 78h-156zM200 507h-2l-4 -11l-13 -32.5t-17 -43.5l-26 -64h122l-26 64q-8 21 -17 43.5l-13 32.5zM365 167v-55h-330v55h330z" /> -<glyph unicode="«" horiz-adv-x="647" d="M540 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235zM295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" /> -<glyph unicode="­" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" /> -<glyph unicode="®" horiz-adv-x="804" d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM491 82l-85 147 q-13 -1 -36 -1h-36v-146h-60v369h126q69 0 107.5 -30t38.5 -83q0 -80 -81 -99l91 -157h-65zM334 275h69q83 0 83 61q0 62 -83 62h-69v-123z" /> -<glyph unicode="¯" horiz-adv-x="533" d="M412 775h-291v69h291v-69z" /> -<glyph unicode="°" horiz-adv-x="261" d="M130 589q-50 0 -81.5 31.5t-31.5 80.5t31.5 80.5t81.5 31.5t82 -31.5t32 -80.5t-32 -80.5t-82 -31.5zM130 640q28 0 45 17t17 44q0 28 -17 45t-45 17q-27 0 -44 -17t-17 -45q0 -26 17 -43.5t44 -17.5z" /> -<glyph unicode="±" d="M524 377v-69h-153v-159h-74v159h-153v69h153l-1 161h75v-161h153zM144 69h380v-69h-380v69z" /> -<glyph unicode="²" horiz-adv-x="340" d="M32 472v63l163 123q55 38 55 89q0 32 -20.5 51t-59.5 19q-37 0 -57.5 -15.5t-29.5 -51.5l-48 14q24 106 139 106q63 0 98.5 -32t35.5 -87q0 -67 -71 -123q-22 -18 -56.5 -43.5t-57 -42t-24.5 -18.5l2 -3q27 3 74 3h136v-52h-279z" /> -<glyph unicode="³" horiz-adv-x="340" d="M229 675v-3q36 -5 60.5 -30t24.5 -65q0 -50 -38.5 -81.5t-96.5 -31.5q-64 0 -104.5 33t-47.5 86l53 15q2 -38 27.5 -60.5t67.5 -22.5q40 0 61.5 20t21.5 49q0 31 -23.5 50t-62.5 19h-33v40h31q38 0 61 19t23 47q0 25 -20 43t-64 18q-40 0 -58.5 -17t-25.5 -53l-49 14 q17 106 138 106q66 0 100 -29t34 -74q0 -38 -23.5 -63.5t-56.5 -28.5z" /> -<glyph unicode="´" horiz-adv-x="533" d="M257 754h-76l104 161l67 -22z" /> -<glyph unicode="¶" horiz-adv-x="580" d="M421 -140v624h-89v-624h-82v343q-105 0 -158.5 48t-53.5 132q0 82 53.5 129.5t158.5 47.5h253v-700h-82z" /> -<glyph unicode="·" horiz-adv-x="224" d="M112 231q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14 -36.5t-40 -14.5z" /> -<glyph unicode="¸" horiz-adv-x="533" d="M379 -88q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v58h60v-26q113 -9 113 -86z" /> -<glyph unicode="¹" horiz-adv-x="340" d="M302 472h-239v52h90v184q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-338h91v-52z" /> -<glyph unicode="º" horiz-adv-x="417" d="M35 397q0 75 50 124.5t123 49.5q72 0 123 -49.5t51 -124.5q0 -73 -51 -122.5t-123 -49.5q-73 0 -123 49t-50 123zM89 397q0 -52 33.5 -86t85.5 -34t85.5 34t33.5 86q0 53 -33.5 87.5t-85.5 34.5t-85.5 -34.5t-33.5 -87.5zM372 111h-326v55h326v-55z" /> -<glyph unicode="»" horiz-adv-x="647" d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234zM352 44l-47 47l192 186v3l-192 186l47 47l235 -234z" /> -<glyph unicode="¼" horiz-adv-x="818" d="M545 700l-210 -700h-62l209 700h63zM302 310h-239v51h90v185q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-339h91v-51zM737 0h-56v99h-187v52l166 240h77v-240h66v-52h-66v-99zM681 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0 -64.5 -91 t-64.5 -93l2 -3h3h8.5t12 0.5t14.5 0.5h16h73z" /> -<glyph unicode="½" horiz-adv-x="818" d="M302 310h-239v52h90v184q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-338h91v-52zM545 700l-210 -700h-62l209 700h63zM510 0v64l164 123q55 40 55 89q0 31 -21 50.5t-60 19.5q-37 0 -57.5 -15.5t-29.5 -51.5l-48 14q24 106 140 106 q62 0 97.5 -32t35.5 -87q0 -67 -71 -123q-23 -18 -56.5 -43.5t-56.5 -42.5t-24 -18l1 -3q18 2 74 2h137v-52h-280z" /> -<glyph unicode="¾" horiz-adv-x="818" d="M229 513v-3q36 -5 60.5 -30t24.5 -65q0 -50 -38.5 -81.5t-96.5 -31.5q-64 0 -104.5 33t-47.5 86l53 15q2 -38 27.5 -60.5t67.5 -22.5q40 0 61.5 20t21.5 49q0 31 -23.5 50t-62.5 19h-33v40h31q38 0 61 19t23 47q0 25 -20 43t-64 18q-40 0 -58.5 -17t-25.5 -53l-49 14 q17 106 138 106q66 0 100 -29t34 -74q0 -38 -23.5 -63.5t-56.5 -28.5zM545 700l-210 -700h-62l209 700h63zM737 0h-56v99h-187v52l166 240h77v-240h66v-52h-66v-99zM681 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0 -64.5 -91t-64.5 -93l2 -3h3h8.5t12 0.5t14.5 0.5h16h73z" /> -<glyph unicode="¿" horiz-adv-x="563" d="M294 710q25 0 39.5 -14.5t14.5 -36.5t-14.5 -36t-39.5 -14q-26 0 -40 14t-14 36t14.5 36.5t39.5 14.5zM334 538v-177q-119 -41 -165.5 -79.5t-46.5 -91.5q0 -52 35.5 -89t117.5 -37q139 0 173 127l77 -21q-22 -88 -88 -136t-166 -48q-114 0 -173.5 56.5t-59.5 137.5 q0 44 18 80.5t50.5 63t66.5 44t78 33.5v137h83z" /> -<glyph unicode="À" horiz-adv-x="732" d="M337 754l-95 139l67 22l104 -161h-76zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" /> -<glyph unicode="Á" horiz-adv-x="732" d="M388 754h-76l104 161l67 -22zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" /> -<glyph unicode="Â" horiz-adv-x="732" d="M259 756l-39 45l144 118l142 -118l-38 -46l-104 88zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" /> -<glyph unicode="Ã" horiz-adv-x="732" d="M292 812q-43 0 -71 -28l-17 59q29 35 82 35q28 0 72 -17.5t75 -17.5q41 0 69 26l16 -59q-25 -32 -80 -32q-29 0 -73.5 17t-72.5 17zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184 h293z" /> -<glyph unicode="Ä" horiz-adv-x="732" d="M271 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM460 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM543 186h-355l-78 -186h-87 l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" /> -<glyph unicode="Å" horiz-adv-x="732" d="M365 739q-45 0 -73.5 26t-28.5 68t28.5 67.5t73.5 25.5q46 0 74 -25.5t28 -67.5q0 -43 -28 -68.5t-74 -25.5zM365 878q-21 0 -34.5 -12.5t-13.5 -32.5q0 -21 13.5 -33.5t34.5 -12.5q22 0 35 12.5t13 33.5q0 20 -13 32.5t-35 12.5zM543 186h-355l-78 -186h-87l298 700h89 l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" /> -<glyph unicode="Æ" horiz-adv-x="985" d="M935 73v-73h-471v189h-275l-79 -189h-87l299 700h611v-73h-389v-226h307v-70h-307v-258h391zM464 259v368h-91l-154 -368h245z" /> -<glyph unicode="Ç" horiz-adv-x="769" d="M646 218l79 -21q-35 -86 -106.5 -139.5t-165.5 -66.5q70 -18 70 -79q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v24q-138 16 -225 114t-87 248q0 163 102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37 t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" /> -<glyph unicode="È" horiz-adv-x="600" d="M259 915l104 -161h-76l-95 139zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" /> -<glyph unicode="É" horiz-adv-x="600" d="M339 754h-76l104 161l67 -22zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" /> -<glyph unicode="Ê" horiz-adv-x="600" d="M457 801l-39 -46l-104 88l-105 -87l-38 45l143 118zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" /> -<glyph unicode="Ë" horiz-adv-x="600" d="M221 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM410 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5q20 0 33.5 -13.5t13.5 -33.5q0 -19 -14 -32.5t-33 -13.5zM77 0v700h471v-76 h-390v-220h304v-76h-304v-252h392v-76h-473z" /> -<glyph unicode="Ì" horiz-adv-x="235" d="M62 915l103 -161h-76l-95 139zM77 0v700h81v-700h-81z" /> -<glyph unicode="Í" horiz-adv-x="235" d="M141 754h-76l104 161l67 -22zM77 0v700h81v-700h-81z" /> -<glyph unicode="Î" horiz-adv-x="235" d="M234 803l-41 -44l-75 78l-75 -77l-41 44l116 115zM77 0v700h81v-700h-81z" /> -<glyph unicode="Ï" horiz-adv-x="235" d="M57 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM179 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM77 0v700h81v-700h-81z" /> -<glyph unicode="Ð" horiz-adv-x="729" d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v329h-66v73h66v298zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-222h177v-73h-177v-253z" /> -<glyph unicode="Ñ" horiz-adv-x="727" d="M505 869l17 -59q-28 -32 -81 -32q-29 0 -73.5 17t-71.5 17q-46 0 -71 -28l-17 59q28 35 81 35q27 0 72 -17.5t75 -17.5q41 0 69 26zM568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5 v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" /> -<glyph unicode="Ò" horiz-adv-x="802" d="M345 915l104 -161h-76l-95 139zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z " /> -<glyph unicode="Ó" horiz-adv-x="802" d="M425 754h-76l104 161l67 -22zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z " /> -<glyph unicode="Ô" horiz-adv-x="802" d="M543 801l-39 -46l-104 88l-105 -87l-38 45l143 118zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78 t-201 -78t-80 -208z" /> -<glyph unicode="Õ" horiz-adv-x="802" d="M538 869l17 -59q-28 -32 -81 -32q-29 0 -73.5 17t-71.5 17q-46 0 -71 -28l-17 59q25 35 81 35q28 0 72 -17.5t75 -17.5q41 0 69 26zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5z M120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" /> -<glyph unicode="Ö" horiz-adv-x="802" d="M307 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM496 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5q20 0 33.5 -13.5t13.5 -33.5q0 -19 -14 -32.5t-33 -13.5zM38 351 q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" /> -<glyph unicode="×" d="M384 290l125 -124l-50 -50l-125 125l-125 -125l-49 50l125 124l-125 125l49 49l125 -124l125 124l49 -50z" /> -<glyph unicode="Ø" horiz-adv-x="802" d="M729 714l-74 -96q109 -104 109 -267q0 -161 -104 -262.5t-259 -101.5q-106 0 -190 49l-75 -99l-61 47l74 98q-111 101 -111 269q0 161 103.5 262t259.5 101q106 0 192 -50l74 96zM120 351q0 -126 78 -206l347 456q-66 36 -144 36q-121 0 -201 -78t-80 -208zM401 65 q120 0 200.5 78t80.5 208q0 124 -76 203l-347 -455q65 -34 142 -34z" /> -<glyph unicode="Ù" horiz-adv-x="696" d="M293 915l104 -161h-76l-95 139zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" /> -<glyph unicode="Ú" horiz-adv-x="696" d="M372 754h-76l104 161l67 -22zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" /> -<glyph unicode="Û" horiz-adv-x="696" d="M490 801l-38 -46l-104 88l-105 -87l-39 45l144 118zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" /> -<glyph unicode="Ü" horiz-adv-x="696" d="M255 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM444 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM628 700v-408q0 -148 -72 -226.5 t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" /> -<glyph unicode="Ý" horiz-adv-x="657" d="M359 754h-76l104 161l67 -22zM369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" /> -<glyph unicode="Þ" horiz-adv-x="562" d="M158 558h122q122 0 188.5 -54t66.5 -153t-66.5 -151.5t-188.5 -52.5h-122v-147h-81v700h81v-142zM158 221h125q171 0 171 130q0 131 -171 131h-125v-261z" /> -<glyph unicode="ß" horiz-adv-x="581" d="M369 341h6q76 0 126.5 -47.5t50.5 -125.5q0 -79 -50.5 -130t-135.5 -51q-87 0 -136 45l33 56q43 -35 96 -35t85 31.5t32 80.5q0 48 -32 78.5t-87 30.5h-70v67l83 144l-1 2h-47h-167v-487h-78v560h418l-126 -217v-2z" /> -<glyph unicode="à" horiz-adv-x="596" d="M270 614l-95 139l68 22l103 -161h-76zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" /> -<glyph unicode="á" horiz-adv-x="596" d="M322 614h-76l104 161l67 -22zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" /> -<glyph unicode="â" horiz-adv-x="596" d="M224 620l-41 44l116 115l116 -116l-41 -44l-75 78zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" /> -<glyph unicode="ã" horiz-adv-x="596" d="M231 672q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216 z" /> -<glyph unicode="ä" horiz-adv-x="596" d="M204 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM394 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82 zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" /> -<glyph unicode="å" horiz-adv-x="596" d="M299 599q-45 0 -73.5 26t-28.5 68t28.5 67.5t73.5 25.5t73.5 -25.5t28.5 -67.5t-28.5 -68t-73.5 -26zM299 738q-22 0 -35 -12.5t-13 -32.5q0 -21 13 -33.5t35 -12.5t35 12.5t13 33.5q0 20 -13 32.5t-35 12.5zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82z M405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" /> -<glyph unicode="æ" horiz-adv-x="815" d="M765 73v-73h-395v146h-209l-58 -146h-80l230 560h117h390v-73h-315v-162h244v-71h-244v-181h320zM370 214v275h-74l-108 -275h182z" /> -<glyph unicode="ç" horiz-adv-x="645" d="M526 172l75 -20q-31 -65 -88 -107.5t-132 -52.5q80 -17 80 -81q0 -41 -31 -63t-91 -22q-55 0 -83 16v56q25 -15 72 -15q72 0 72 38q0 42 -112 43v28q-111 15 -180.5 94.5t-69.5 193.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113 q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" /> -<glyph unicode="è" horiz-adv-x="525" d="M219 775l104 -161h-77l-95 139zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" /> -<glyph unicode="é" horiz-adv-x="525" d="M298 614h-76l104 161l67 -22zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" /> -<glyph unicode="ê" horiz-adv-x="525" d="M416 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" /> -<glyph unicode="ë" horiz-adv-x="525" d="M180 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM370 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320 v-73h-398z" /> -<glyph unicode="ì" horiz-adv-x="232" d="M60 775l104 -161h-76l-95 139zM77 0v560h78v-560h-78z" /> -<glyph unicode="í" horiz-adv-x="232" d="M140 614h-76l104 161l67 -22zM77 0v560h78v-560h-78z" /> -<glyph unicode="î" horiz-adv-x="232" d="M232 663l-40 -44l-75 78l-76 -77l-40 44l116 115zM77 0v560h78v-560h-78z" /> -<glyph unicode="ï" horiz-adv-x="232" d="M55 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM178 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM77 0v560h78v-560h-78z" /> -<glyph unicode="ð" horiz-adv-x="618" d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v253h-66v70h66v237zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-164h173v-70h-173v-180z" /> -<glyph unicode="ñ" horiz-adv-x="630" d="M431 729l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26zM553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5 t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" /> -<glyph unicode="ò" horiz-adv-x="665" d="M277 775l104 -161h-76l-96 139zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" /> -<glyph unicode="ó" horiz-adv-x="665" d="M356 614h-76l104 161l67 -22zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" /> -<glyph unicode="ô" horiz-adv-x="665" d="M474 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5 t-154 -61.5t-61 -158.5z" /> -<glyph unicode="õ" horiz-adv-x="665" d="M453 729l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208z M117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" /> -<glyph unicode="ö" horiz-adv-x="665" d="M238 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM428 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5 t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" /> -<glyph unicode="÷" d="M334 425q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14q26 0 40 -14.5t14 -35.5q0 -22 -14 -36.5t-40 -14.5zM524 254h-380v69h380v-69zM334 55q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14q26 0 40 -14.5t14 -35.5q0 -22 -14 -36.5t-40 -14.5z" /> -<glyph unicode="ø" horiz-adv-x="665" d="M598 566l-59 -75q87 -84 87 -212q0 -125 -84.5 -208t-209.5 -83q-85 0 -153 40l-57 -75l-58 44l58 74q-84 84 -84 208q0 127 84.5 209.5t209.5 82.5q84 0 149 -38l59 76zM117 279q0 -87 52 -147l267 342q-48 25 -104 25q-93 0 -154 -61.5t-61 -158.5zM332 60 q92 0 153.5 61.5t61.5 157.5q0 91 -54 151l-268 -343q49 -27 107 -27z" /> -<glyph unicode="ù" horiz-adv-x="611" d="M252 775l104 -161h-77l-95 139zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" /> -<glyph unicode="ú" horiz-adv-x="611" d="M331 614h-76l104 161l67 -22zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" /> -<glyph unicode="û" horiz-adv-x="611" d="M449 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" /> -<glyph unicode="ü" horiz-adv-x="611" d="M213 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM403 636q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5 t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" /> -<glyph unicode="ý" horiz-adv-x="541" d="M301 614h-76l104 161l67 -22zM309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" /> -<glyph unicode="þ" horiz-adv-x="475" d="M155 441h78q215 0 215 -160q0 -155 -215 -155h-78v-126h-78v560h78v-119zM155 190h80q69 0 101.5 21t32.5 69q0 47 -33 68.5t-101 21.5h-80v-180z" /> -<glyph unicode="ÿ" horiz-adv-x="541" d="M183 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM372 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM309 0h-78v231 l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" /> -<glyph unicode="Œ" horiz-adv-x="997" d="M943 0h-465q-24 -4 -75 -4q-159 0 -262 98t-103 256t103.5 256t262.5 98q45 0 73 -4h464v-76h-389v-219h307v-76h-307v-253h391v-76zM120 351q0 -129 77.5 -205t206.5 -76q38 0 68 10v542q-29 8 -68 8q-129 0 -206.5 -75t-77.5 -204z" /> -<glyph unicode="œ" horiz-adv-x="840" d="M787 0h-388q-21 -3 -64 -3q-130 0 -213.5 78t-83.5 205t83.5 205t214.5 78q40 0 65 -3h381v-73h-315v-162h243v-71h-243v-181h320v-73zM117 281q0 -97 60 -155t160 -58q27 0 55 5v414q-28 5 -55 5q-100 0 -160 -57.5t-60 -153.5z" /> -<glyph unicode="Ÿ" horiz-adv-x="657" d="M242 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM431 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM369 304v-304h-82v304l-270 396h94l157 -230 q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" /> -<glyph unicode="ˆ" horiz-adv-x="533" d="M409 801l-38 -46l-104 88l-105 -87l-39 45l144 118z" /> -<glyph unicode="˜" horiz-adv-x="533" d="M390 869l16 -60q-22 -31 -70 -31q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26z" /> -<glyph unicode=" " horiz-adv-x="463" /> -<glyph unicode=" " horiz-adv-x="926" /> -<glyph unicode=" " horiz-adv-x="463" /> -<glyph unicode=" " horiz-adv-x="926" /> -<glyph unicode=" " horiz-adv-x="308" /> -<glyph unicode=" " horiz-adv-x="231" /> -<glyph unicode=" " horiz-adv-x="154" /> -<glyph unicode=" " horiz-adv-x="154" /> -<glyph unicode=" " horiz-adv-x="115" /> -<glyph unicode=" " horiz-adv-x="185" /> -<glyph unicode=" " horiz-adv-x="51" /> -<glyph unicode="‐" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" /> -<glyph unicode="‑" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" /> -<glyph unicode="‒" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" /> -<glyph unicode="–" d="M567 254h-467v69h467v-69z" /> -<glyph unicode="—" horiz-adv-x="1001" d="M900 254h-800v69h800v-69z" /> -<glyph unicode="‘" horiz-adv-x="224" d="M116 607q20 3 33 -8.5t13 -32.5q0 -20 -14.5 -33.5t-37.5 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52l33 -38q-22 -7 -39 -27t-20 -39z" /> -<glyph unicode="’" horiz-adv-x="224" d="M108 624q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17.5t15.5 -47.5q0 -37 -24.5 -75t-65.5 -52l-33 38q21 7 38 27t21 39z" /> -<glyph unicode="‚" horiz-adv-x="224" d="M108 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -75t-65.5 -53l-33 39q21 7 38 27t21 39z" /> -<glyph unicode="“" horiz-adv-x="407" d="M297 607q21 3 33.5 -8.5t12.5 -32.5q0 -20 -14.5 -33.5t-37.5 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52l33 -38q-21 -7 -38 -27t-21 -39zM114 607q20 3 32.5 -8.5t12.5 -32.5q0 -20 -14 -33.5t-37 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52 l32 -38q-21 -7 -38 -27t-20 -39z" /> -<glyph unicode="”" horiz-adv-x="407" d="M108 624q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17.5t15.5 -47.5q0 -37 -24.5 -75t-65.5 -52l-33 38q21 7 38 27t21 39zM291 624q-20 -3 -32.5 8.5t-12.5 32.5q0 20 14 33.5t37 13.5q27 0 43 -17.5t16 -47.5q0 -37 -24.5 -75t-66.5 -52 l-33 38q22 7 39 27t20 39z" /> -<glyph unicode="„" horiz-adv-x="394" d="M108 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -75t-65.5 -53l-33 39q21 7 38 27t21 39zM278 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 43 -17t16 -47q0 -37 -24.5 -75t-66.5 -53l-33 39q21 7 38 27t21 39z " /> -<glyph unicode="•" horiz-adv-x="318" d="M159 205q-35 0 -58.5 22.5t-23.5 57.5q0 34 23.5 56.5t58.5 22.5t58.5 -22.5t23.5 -56.5q0 -35 -23.5 -57.5t-58.5 -22.5z" /> -<glyph unicode="…" horiz-adv-x="694" d="M102 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5zM342 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5zM592 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5 t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5z" /> -<glyph unicode=" " horiz-adv-x="185" /> -<glyph unicode="‹" horiz-adv-x="402" d="M295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" /> -<glyph unicode="›" horiz-adv-x="402" d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234z" /> -<glyph unicode=" " horiz-adv-x="231" /> -<glyph unicode="€" horiz-adv-x="602" d="M482 155l76 -21q-23 -64 -79.5 -105t-145.5 -41q-101 0 -164 52t-82 153h-49v61h42l-1 31v20h-40v60h46q17 101 78.5 153.5t163.5 52.5q88 0 149.5 -39.5t78.5 -116.5l-76 -21q-11 44 -47 75t-104 31q-131 0 -158 -135h173v-60h-180l-1 -19q0 -6 0.5 -16.5t0.5 -15.5h180 v-61h-171q30 -132 164 -132q109 0 146 94z" /> -<glyph unicode="™" horiz-adv-x="784" d="M707 375h-54v132v124h-1l-5 -10q-5 -10 -13.5 -27.5t-16.5 -32.5l-58 -112h-34l-58 112q-8 15 -17.5 33t-15.5 28l-5 10h-1l1 -125v-132h-53v325h68l71 -138q7 -12 14 -25.5t11 -20.5l3 -6h1q3 3 26 51l69 139h68v-325zM312 700v-52h-110v-273h-55v273h-110v52h275z" /> -<hkern u1="2" u2="7" k="-7" /> -<hkern u1="þ" u2="j" k="17" /> -<hkern u1="“" u2="æ" k="83" /> -<hkern u1="“" u2="å" k="83" /> -<hkern u1="“" u2="ä" k="83" /> -<hkern u1="“" u2="ã" k="83" /> -<hkern u1="“" u2="â" k="83" /> -<hkern u1="“" u2="á" k="83" /> -<hkern u1="“" u2="à" k="83" /> -<hkern u1="“" u2="Æ" k="83" /> -<hkern u1="“" u2="Å" k="83" /> -<hkern u1="“" u2="Ä" k="83" /> -<hkern u1="“" u2="Ã" k="83" /> -<hkern u1="“" u2="Â" k="83" /> -<hkern u1="“" u2="Á" k="83" /> -<hkern u1="“" u2="À" k="83" /> -<hkern u1="“" u2="j" k="116" /> -<hkern u1="“" u2="a" k="83" /> -<hkern u1="“" u2="J" k="123" /> -<hkern u1="“" u2="A" k="83" /> -<hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" /> -<hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="80" /> -<hkern g1="germandbls" g2="j" k="-13" /> -<hkern g1="germandbls" g2="T" k="40" /> -<hkern g1="germandbls" g2="v,w,yen" k="33" /> -<hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" /> -<hkern g1="germandbls" g2="y,yacute,ydieresis" k="33" /> -<hkern g1="germandbls" g2="V,W" k="80" /> -<hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" /> -<hkern g1="germandbls" g2="t" k="44" /> -<hkern g1="r" g2="J" k="-20" /> -<hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" /> -<hkern g1="r" g2="Y,Yacute,Ydieresis" k="74" /> -<hkern g1="r" g2="j" k="-20" /> -<hkern g1="r" g2="T" k="60" /> -<hkern g1="r" g2="v,w,yen" k="10" /> -<hkern g1="r" g2="u,ugrave,uacute,ucircumflex,udieresis" k="5" /> -<hkern g1="r" g2="y,yacute,ydieresis" k="22" /> -<hkern g1="r" g2="V,W" k="47" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="r" g2="t" k="20" /> -<hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="3" /> -<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3" /> -<hkern g1="r" g2="z" k="13" /> -<hkern g1="r" g2="numbersign" k="-3" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="17" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="47" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="7" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-3" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="16" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="7" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="7" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" /> -<hkern g1="z" g2="Y,Yacute,Ydieresis" k="34" /> -<hkern g1="z" g2="j" k="-13" /> -<hkern g1="z" g2="T" k="40" /> -<hkern g1="z" g2="V,W" k="16" /> -<hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" /> -<hkern g1="z" g2="guillemotleft,guilsinglleft" k="13" /> -<hkern g1="ordfeminine" g2="J" k="66" /> -<hkern g1="ordfeminine" g2="v,w,yen" k="34" /> -<hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="46" /> -<hkern g1="ordfeminine" g2="t" k="50" /> -<hkern g1="b" g2="Y,Yacute,Ydieresis" k="77" /> -<hkern g1="b" g2="j" k="-7" /> -<hkern g1="b" g2="T" k="87" /> -<hkern g1="b" g2="v,w,yen" k="14" /> -<hkern g1="b" g2="y,yacute,ydieresis" k="40" /> -<hkern g1="b" g2="V,W" k="77" /> -<hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" /> -<hkern g1="b" g2="t" k="27" /> -<hkern g1="b" g2="x" k="10" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="J" k="-3" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="j" k="-3" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="7" /> -<hkern g1="Z" g2="v,w,yen" k="13" /> -<hkern g1="Z" g2="y,yacute,ydieresis" k="13" /> -<hkern g1="Z" g2="t" k="27" /> -<hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16" /> -<hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16" /> -<hkern g1="Z" g2="guillemotleft,guilsinglleft" k="13" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="J" k="10" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="17" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="103" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="35" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="40" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-2" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-5" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="53" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="21" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="13" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="23" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="33" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="26" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="27" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="34" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="slash" k="-3" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="37" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="26" /> -<hkern g1="R" g2="J" k="-7" /> -<hkern g1="R" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7" /> -<hkern g1="R" g2="Y,Yacute,Ydieresis" k="37" /> -<hkern g1="R" g2="j" k="-23" /> -<hkern g1="R" g2="T" k="23" /> -<hkern g1="R" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3" /> -<hkern g1="R" g2="V,W" k="17" /> -<hkern g1="R" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="3" /> -<hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" /> -<hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3" /> -<hkern g1="R" g2="numbersign" k="-13" /> -<hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-5" /> -<hkern g1="R" g2="Z" k="13" /> -<hkern g1="g" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="g" g2="j" k="-13" /> -<hkern g1="g" g2="T" k="77" /> -<hkern g1="g" g2="v,w,yen" k="20" /> -<hkern g1="g" g2="y,yacute,ydieresis" k="33" /> -<hkern g1="g" g2="V,W" k="27" /> -<hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="27" /> -<hkern g1="g" g2="t" k="23" /> -<hkern g1="t" g2="J" k="80" /> -<hkern g1="t" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="t" g2="j" k="103" /> -<hkern g1="t" g2="T" k="33" /> -<hkern g1="t" g2="four" k="30" /> -<hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="60" /> -<hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="101" /> -<hkern g1="t" g2="numbersign" k="40" /> -<hkern g1="t" g2="dollar,s" k="20" /> -<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67" /> -<hkern g1="t" g2="X" k="30" /> -<hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="77" /> -<hkern g1="t" g2="guillemotleft,guilsinglleft" k="7" /> -<hkern g1="t" g2="slash" k="47" /> -<hkern g1="t" g2="ordfeminine" k="50" /> -<hkern g1="t" g2="ampersand" k="27" /> -<hkern g1="t" g2="bullet" k="40" /> -<hkern g1="B" g2="J" k="-13" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="B" g2="T" k="43" /> -<hkern g1="B" g2="v,w,yen" k="20" /> -<hkern g1="B" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="B" g2="V,W" k="26" /> -<hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3" /> -<hkern g1="B" g2="X" k="10" /> -<hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="3" /> -<hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" /> -<hkern g1="l" g2="Y,Yacute,Ydieresis" k="130" /> -<hkern g1="l" g2="j" k="-27" /> -<hkern g1="l" g2="T" k="86" /> -<hkern g1="l" g2="v,w,yen" k="80" /> -<hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="43" /> -<hkern g1="l" g2="y,yacute,ydieresis" k="97" /> -<hkern g1="l" g2="V,W" k="124" /> -<hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="69" /> -<hkern g1="l" g2="t" k="101" /> -<hkern g1="l" g2="question" k="80" /> -<hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="l" g2="seven" k="40" /> -<hkern g1="l" g2="four" k="27" /> -<hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="80" /> -<hkern g1="l" g2="trademark" k="140" /> -<hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34" /> -<hkern g1="l" g2="backslash" k="100" /> -<hkern g1="l" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3" /> -<hkern g1="ordmasculine" g2="J" k="17" /> -<hkern g1="ordmasculine" g2="v,w,yen" k="-7" /> -<hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-20" /> -<hkern g1="ordmasculine" g2="V,W" k="-5" /> -<hkern g1="ordmasculine" g2="seven" k="-7" /> -<hkern g1="ordmasculine" g2="x" k="-13" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="26" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-3" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="40" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-5" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-2" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="13" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="33" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="33" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="34" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="16" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="7" /> -<hkern g1="y,yacute,ydieresis" g2="J" k="100" /> -<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="7" /> -<hkern g1="y,yacute,ydieresis" g2="j" k="100" /> -<hkern g1="y,yacute,ydieresis" g2="T" k="27" /> -<hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10" /> -<hkern g1="y,yacute,ydieresis" g2="y,yacute,ydieresis" k="-3" /> -<hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="50" /> -<hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="35" /> -<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90" /> -<hkern g1="y,yacute,ydieresis" g2="numbersign" k="20" /> -<hkern g1="y,yacute,ydieresis" g2="dollar,s" k="7" /> -<hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" /> -<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83" /> -<hkern g1="y,yacute,ydieresis" g2="guillemotleft,guilsinglleft" k="10" /> -<hkern g1="y,yacute,ydieresis" g2="x" k="7" /> -<hkern g1="y,yacute,ydieresis" g2="slash" k="17" /> -<hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="46" /> -<hkern g1="y,yacute,ydieresis" g2="bullet" k="26" /> -<hkern g1="y,yacute,ydieresis" g2="ordmasculine" k="-3" /> -<hkern g1="y,yacute,ydieresis" g2="periodcentered" k="26" /> -<hkern g1="G" g2="J" k="-7" /> -<hkern g1="G" g2="Y,Yacute,Ydieresis" k="23" /> -<hkern g1="G" g2="T" k="23" /> -<hkern g1="G" g2="V,W" k="20" /> -<hkern g1="G" g2="dollar,s" k="-13" /> -<hkern g1="T" g2="J" k="130" /> -<hkern g1="T" g2="j" k="127" /> -<hkern g1="T" g2="v,w,yen" k="27" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="74" /> -<hkern g1="T" g2="y,yacute,ydieresis" k="27" /> -<hkern g1="T" g2="t" k="33" /> -<hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40" /> -<hkern g1="T" g2="seven" k="27" /> -<hkern g1="T" g2="four" k="127" /> -<hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="83" /> -<hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="103" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110" /> -<hkern g1="T" g2="z" k="40" /> -<hkern g1="T" g2="numbersign" k="57" /> -<hkern g1="T" g2="dollar,s" k="84" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" /> -<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" /> -<hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" /> -<hkern g1="T" g2="x" k="47" /> -<hkern g1="T" g2="slash" k="47" /> -<hkern g1="T" g2="ampersand" k="94" /> -<hkern g1="T" g2="bullet" k="60" /> -<hkern g1="T" g2="one" k="53" /> -<hkern g1="T" g2="periodcentered" k="47" /> -<hkern g1="T" g2="six" k="87" /> -<hkern g1="T" g2="two" k="40" /> -<hkern g1="T" g2="nine" k="67" /> -<hkern g1="T" g2="three,eight" k="67" /> -<hkern g1="T" g2="S" k="20" /> -<hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="81" /> -<hkern g1="T" g2="five" k="67" /> -<hkern g1="L" g2="J" k="-14" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="34" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="130" /> -<hkern g1="L" g2="j" k="-7" /> -<hkern g1="L" g2="T" k="130" /> -<hkern g1="L" g2="v,w,yen" k="90" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="L" g2="y,yacute,ydieresis" k="101" /> -<hkern g1="L" g2="V,W" k="101" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" /> -<hkern g1="L" g2="t" k="94" /> -<hkern g1="L" g2="question" k="80" /> -<hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" /> -<hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="80" /> -<hkern g1="L" g2="trademark" k="140" /> -<hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27" /> -<hkern g1="L" g2="backslash" k="100" /> -<hkern g1="L" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-8" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-3" /> -<hkern g1="L" g2="S" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="150" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="120" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="78" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="97" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="83" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="101" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="43" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="21" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="127" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-24" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="X" k="-5" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="53" /> -<hkern g1="seven,v,w,yen" g2="J" k="80" /> -<hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10" /> -<hkern g1="seven,v,w,yen" g2="j" k="70" /> -<hkern g1="seven,v,w,yen" g2="T" k="27" /> -<hkern g1="seven,v,w,yen" g2="v,w,yen" k="-14" /> -<hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10" /> -<hkern g1="seven,v,w,yen" g2="seven" k="-3" /> -<hkern g1="seven,v,w,yen" g2="four" k="50" /> -<hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="30" /> -<hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78" /> -<hkern g1="seven,v,w,yen" g2="numbersign" k="23" /> -<hkern g1="seven,v,w,yen" g2="dollar,s" k="3" /> -<hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67" /> -<hkern g1="seven,v,w,yen" g2="X" k="3" /> -<hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="74" /> -<hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="10" /> -<hkern g1="seven,v,w,yen" g2="slash" k="84" /> -<hkern g1="seven,v,w,yen" g2="ordfeminine" k="34" /> -<hkern g1="seven,v,w,yen" g2="ordmasculine" k="-7" /> -<hkern g1="seven,v,w,yen" g2="six" k="37" /> -<hkern g1="seven,v,w,yen" g2="five" k="3" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="143" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="j" k="120" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="7" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="t" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" /> -<hkern g1="Y,Yacute,Ydieresis" g2="four" k="84" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="76" /> -<hkern g1="Y,Yacute,Ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="100" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="150" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="34" /> -<hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="110" /> -<hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="53" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83" /> -<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="slash" k="104" /> -<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="70" /> -<hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="47" /> -<hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="47" /> -<hkern g1="Y,Yacute,Ydieresis" g2="six" k="50" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="14" /> -<hkern g1="Y,Yacute,Ydieresis" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="five" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50" /> -<hkern g1="f" g2="J" k="76" /> -<hkern g1="f" g2="Y,Yacute,Ydieresis" k="7" /> -<hkern g1="f" g2="j" k="113" /> -<hkern g1="f" g2="T" k="53" /> -<hkern g1="f" g2="V,W" k="33" /> -<hkern g1="f" g2="four" k="53" /> -<hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16" /> -<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="94" /> -<hkern g1="f" g2="numbersign" k="33" /> -<hkern g1="f" g2="dollar,s" k="7" /> -<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53" /> -<hkern g1="f" g2="X" k="20" /> -<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="117" /> -<hkern g1="f" g2="slash" k="57" /> -<hkern g1="f" g2="braceright" k="7" /> -<hkern g1="f" g2="bracketright" k="7" /> -<hkern g1="f" g2="ordfeminine" k="50" /> -<hkern g1="f" g2="ordmasculine" k="13" /> -<hkern g1="dollar,s" g2="J" k="-13" /> -<hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="33" /> -<hkern g1="dollar,s" g2="j" k="-13" /> -<hkern g1="dollar,s" g2="T" k="80" /> -<hkern g1="dollar,s" g2="v,w,yen" k="3" /> -<hkern g1="dollar,s" g2="V,W" k="13" /> -<hkern g1="dollar,s" g2="t" k="20" /> -<hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" /> -<hkern g1="dollar,s" g2="x" k="7" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-34" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="107" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="j" k="-7" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="67" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="37" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="90" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="89" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="67" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="27" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="34" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="150" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="23" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="107" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="numbersign" k="-13" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-16" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="37" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="13" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="26" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="54" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60" /> -<hkern g1="V,W" g2="J" k="100" /> -<hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10" /> -<hkern g1="V,W" g2="j" k="103" /> -<hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13" /> -<hkern g1="V,W" g2="V,W" k="-10" /> -<hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="V,W" g2="seven" k="-13" /> -<hkern g1="V,W" g2="four" k="91" /> -<hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="70" /> -<hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60" /> -<hkern g1="V,W" g2="backslash" k="-50" /> -<hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="97" /> -<hkern g1="V,W" g2="z" k="16" /> -<hkern g1="V,W" g2="numbersign" k="50" /> -<hkern g1="V,W" g2="dollar,s" k="37" /> -<hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="89" /> -<hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" /> -<hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" /> -<hkern g1="V,W" g2="x" k="27" /> -<hkern g1="V,W" g2="slash" k="63" /> -<hkern g1="V,W" g2="ampersand" k="20" /> -<hkern g1="V,W" g2="ordmasculine" k="-5" /> -<hkern g1="V,W" g2="six" k="46" /> -<hkern g1="V,W" g2="S" k="3" /> -<hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="23" /> -<hkern g1="V,W" g2="five" k="47" /> -<hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" /> -<hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13" /> -<hkern g1="k" g2="Y,Yacute,Ydieresis" k="34" /> -<hkern g1="k" g2="j" k="-23" /> -<hkern g1="k" g2="T" k="53" /> -<hkern g1="k" g2="v,w,yen" k="7" /> -<hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13" /> -<hkern g1="k" g2="y,yacute,ydieresis" k="13" /> -<hkern g1="k" g2="V,W" k="13" /> -<hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="28" /> -<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" /> -<hkern g1="k" g2="dollar,s" k="10" /> -<hkern g1="k" g2="ampersand" k="17" /> -<hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="73" /> -<hkern g1="c,ccedilla,Euro" g2="T" k="20" /> -<hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="7" /> -<hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10" /> -<hkern g1="c,ccedilla,Euro" g2="V,W" k="30" /> -<hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="c,ccedilla,Euro" g2="t" k="27" /> -<hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="7" /> -<hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13" /> -<hkern g1="c,ccedilla,Euro" g2="x" k="7" /> -<hkern g1="c,ccedilla,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="13" /> -<hkern g1="x" g2="Y,Yacute,Ydieresis" k="13" /> -<hkern g1="x" g2="j" k="-27" /> -<hkern g1="x" g2="T" k="47" /> -<hkern g1="x" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3" /> -<hkern g1="x" g2="y,yacute,ydieresis" k="7" /> -<hkern g1="x" g2="V,W" k="27" /> -<hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26" /> -<hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" /> -<hkern g1="x" g2="dollar,s" k="7" /> -<hkern g1="x" g2="x" k="-10" /> -<hkern g1="x" g2="ordmasculine" k="-13" /> -<hkern g1="F" g2="J" k="146" /> -<hkern g1="F" g2="j" k="116" /> -<hkern g1="F" g2="v,w,yen" k="20" /> -<hkern g1="F" g2="y,yacute,ydieresis" k="27" /> -<hkern g1="F" g2="t" k="40" /> -<hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="24" /> -<hkern g1="F" g2="four" k="70" /> -<hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="48" /> -<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110" /> -<hkern g1="F" g2="z" k="27" /> -<hkern g1="F" g2="numbersign" k="63" /> -<hkern g1="F" g2="dollar,s" k="27" /> -<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="113" /> -<hkern g1="F" g2="X" k="3" /> -<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="126" /> -<hkern g1="F" g2="slash" k="80" /> -<hkern g1="F" g2="ampersand" k="27" /> -<hkern g1="F" g2="six" k="44" /> -<hkern g1="F" g2="S" k="14" /> -<hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="33" /> -<hkern g1="p,thorn" g2="J" k="60" /> -<hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="64" /> -<hkern g1="p,thorn" g2="j" k="83" /> -<hkern g1="p,thorn" g2="T" k="87" /> -<hkern g1="p,thorn" g2="y,yacute,ydieresis" k="7" /> -<hkern g1="p,thorn" g2="V,W" k="23" /> -<hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="p,thorn" g2="four" k="27" /> -<hkern g1="p,thorn" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3" /> -<hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57" /> -<hkern g1="p,thorn" g2="numbersign" k="27" /> -<hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53" /> -<hkern g1="p,thorn" g2="X" k="47" /> -<hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" /> -<hkern g1="p,thorn" g2="x" k="13" /> -<hkern g1="p,thorn" g2="parenright" k="7" /> -<hkern g1="p,thorn" g2="slash" k="50" /> -<hkern g1="p,thorn" g2="braceright" k="13" /> -<hkern g1="p,thorn" g2="bracketright" k="10" /> -<hkern g1="p,thorn" g2="Z" k="13" /> -<hkern g1="p,thorn" g2="ordfeminine" k="13" /> -<hkern g1="S" g2="J" k="-13" /> -<hkern g1="S" g2="Y,Yacute,Ydieresis" k="14" /> -<hkern g1="S" g2="T" k="20" /> -<hkern g1="S" g2="X" k="5" /> -<hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-7" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="81" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="23" /> -<hkern g1="K" g2="J" k="-23" /> -<hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" /> -<hkern g1="K" g2="Y,Yacute,Ydieresis" k="13" /> -<hkern g1="K" g2="j" k="-16" /> -<hkern g1="K" g2="T" k="13" /> -<hkern g1="K" g2="v,w,yen" k="64" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" /> -<hkern g1="K" g2="y,yacute,ydieresis" k="70" /> -<hkern g1="K" g2="V,W" k="13" /> -<hkern g1="K" g2="t" k="70" /> -<hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45" /> -<hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44" /> -<hkern g1="K" g2="dollar,s" k="30" /> -<hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-21" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="j" k="10" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="74" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="13" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="28" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="x" k="3" /> -<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="10" /> -<hkern g1="C,Ccedilla" g2="T" k="30" /> -<hkern g1="C,Ccedilla" g2="V,W" k="10" /> -<hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" /> -<hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="36" /> -<hkern g1="C,Ccedilla" g2="numbersign" k="-20" /> -<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="7" /> -<hkern g1="C,Ccedilla" g2="X" k="10" /> -<hkern g1="X" g2="J" k="-20" /> -<hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7" /> -<hkern g1="X" g2="v,w,yen" k="36" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="X" g2="y,yacute,ydieresis" k="33" /> -<hkern g1="X" g2="t" k="30" /> -<hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" /> -<hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="33" /> -<hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-5" /> -<hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16" /> -<hkern g1="X" g2="X" k="-10" /> -<hkern g1="X" g2="ampersand" k="13" /> -<hkern g1="X" g2="S" k="5" /> -<hkern g1="P,Thorn" g2="J" k="103" /> -<hkern g1="P,Thorn" g2="Y,Yacute,Ydieresis" k="10" /> -<hkern g1="P,Thorn" g2="j" k="103" /> -<hkern g1="P,Thorn" g2="T" k="27" /> -<hkern g1="P,Thorn" g2="v,w,yen" k="-7" /> -<hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-13" /> -<hkern g1="P,Thorn" g2="y,yacute,ydieresis" k="-7" /> -<hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" /> -<hkern g1="P,Thorn" g2="four" k="47" /> -<hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" /> -<hkern g1="P,Thorn" g2="numbersign" k="46" /> -<hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="83" /> -<hkern g1="P,Thorn" g2="X" k="33" /> -<hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" /> -<hkern g1="P,Thorn" g2="slash" k="60" /> -<hkern g1="P,Thorn" g2="Z" k="20" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="27" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="j" k="-3" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="33" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="7" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" /> -<hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="guillemotleft,guilsinglleft" g2="J" k="13" /> -<hkern g1="guillemotleft,guilsinglleft" g2="T" k="10" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="76" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="83" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-34" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="80" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="77" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S" k="3" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="55" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="77" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-27" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="47" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="74" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-10" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s" k="3" /> -<hkern g1="four" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="four" g2="T" k="70" /> -<hkern g1="four" g2="backslash" k="53" /> -<hkern g1="four" g2="slash" k="-30" /> -<hkern g1="four" g2="ordmasculine" k="13" /> -<hkern g1="four" g2="seven" k="13" /> -<hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13" /> -<hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="27" /> -<hkern g1="ampersand" g2="V,W" k="34" /> -<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="83" /> -<hkern g1="ampersand" g2="J" k="40" /> -<hkern g1="ampersand" g2="T" k="110" /> -<hkern g1="ampersand" g2="t" k="50" /> -<hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" /> -<hkern g1="ampersand" g2="y,yacute,ydieresis" k="27" /> -<hkern g1="ampersand" g2="j" k="47" /> -<hkern g1="ampersand" g2="one" k="37" /> -<hkern g1="ampersand" g2="v,w,yen" k="23" /> -<hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10" /> -<hkern g1="ampersand" g2="seven" k="57" /> -<hkern g1="ampersand" g2="x" k="20" /> -<hkern g1="ampersand" g2="two" k="37" /> -<hkern g1="ampersand" g2="X" k="33" /> -<hkern g1="ampersand" g2="z" k="13" /> -<hkern g1="ampersand" g2="three,eight" k="30" /> -<hkern g1="three,eight" g2="T" k="67" /> -<hkern g1="three,eight" g2="backslash" k="57" /> -<hkern g1="three,eight" g2="slash" k="-14" /> -<hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="braceleft" g2="four" k="57" /> -<hkern g1="braceleft" g2="one" k="13" /> -<hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44" /> -<hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" /> -<hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" /> -<hkern g1="numbersign" g2="V,W" k="-27" /> -<hkern g1="numbersign" g2="Y,Yacute,Ydieresis" k="7" /> -<hkern g1="numbersign" g2="T" k="-37" /> -<hkern g1="numbersign" g2="t" k="-30" /> -<hkern g1="numbersign" g2="y,yacute,ydieresis" k="-3" /> -<hkern g1="numbersign" g2="j" k="47" /> -<hkern g1="numbersign" g2="v,w,yen" k="-7" /> -<hkern g1="numbersign" g2="backslash" k="13" /> -<hkern g1="numbersign" g2="slash" k="53" /> -<hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" /> -<hkern g1="six" g2="V,W" k="70" /> -<hkern g1="six" g2="Y,Yacute,Ydieresis" k="64" /> -<hkern g1="six" g2="T" k="80" /> -<hkern g1="six" g2="y,yacute,ydieresis" k="46" /> -<hkern g1="six" g2="one" k="40" /> -<hkern g1="six" g2="v,w,yen" k="30" /> -<hkern g1="six" g2="backslash" k="73" /> -<hkern g1="six" g2="slash" k="-20" /> -<hkern g1="six" g2="seven" k="27" /> -<hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" /> -<hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" /> -<hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37" /> -<hkern g1="nine" g2="J" k="70" /> -<hkern g1="nine" g2="T" k="67" /> -<hkern g1="nine" g2="j" k="40" /> -<hkern g1="nine" g2="backslash" k="30" /> -<hkern g1="nine" g2="slash" k="13" /> -<hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" /> -<hkern g1="nine" g2="five" k="3" /> -<hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13" /> -<hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" /> -<hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="47" /> -<hkern g1="bullet" g2="J" k="46" /> -<hkern g1="bullet" g2="T" k="60" /> -<hkern g1="bullet" g2="t" k="40" /> -<hkern g1="bullet" g2="y,yacute,ydieresis" k="26" /> -<hkern g1="bullet" g2="j" k="56" /> -<hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="26" /> -<hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" /> -<hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="47" /> -<hkern g1="periodcentered" g2="J" k="33" /> -<hkern g1="periodcentered" g2="T" k="47" /> -<hkern g1="periodcentered" g2="y,yacute,ydieresis" k="26" /> -<hkern g1="periodcentered" g2="j" k="20" /> -<hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107" /> -<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="127" /> -<hkern g1="slash" g2="t" k="-7" /> -<hkern g1="slash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="7" /> -<hkern g1="slash" g2="S" k="26" /> -<hkern g1="slash" g2="four" k="133" /> -<hkern g1="slash" g2="six" k="100" /> -<hkern g1="slash" g2="j" k="53" /> -<hkern g1="slash" g2="one" k="80" /> -<hkern g1="slash" g2="nine" k="47" /> -<hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="83" /> -<hkern g1="slash" g2="numbersign" k="116" /> -<hkern g1="slash" g2="dollar,s" k="53" /> -<hkern g1="slash" g2="two" k="64" /> -<hkern g1="slash" g2="z" k="7" /> -<hkern g1="slash" g2="three,eight" k="80" /> -<hkern g1="slash" g2="five" k="56" /> -<hkern g1="two" g2="T" k="40" /> -<hkern g1="two" g2="backslash" k="46" /> -<hkern g1="two" g2="slash" k="-24" /> -<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60" /> -<hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="53" /> -<hkern g1="asterisk" g2="J" k="93" /> -<hkern g1="asterisk" g2="j" k="96" /> -<hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" /> -<hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" /> -<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120" /> -<hkern g1="guillemotright,guilsinglright" g2="J" k="36" /> -<hkern g1="guillemotright,guilsinglright" g2="T" k="80" /> -<hkern g1="guillemotright,guilsinglright" g2="t" k="7" /> -<hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="23" /> -<hkern g1="guillemotright,guilsinglright" g2="j" k="37" /> -<hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="23" /> -<hkern g1="guillemotright,guilsinglright" g2="z" k="13" /> -<hkern g1="guillemotright,guilsinglright" g2="Z" k="13" /> -<hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" /> -<hkern g1="parenleft" g2="four" k="60" /> -<hkern g1="parenleft" g2="one" k="3" /> -<hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34" /> -<hkern g1="backslash" g2="V,W" k="83" /> -<hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="104" /> -<hkern g1="backslash" g2="T" k="47" /> -<hkern g1="backslash" g2="t" k="53" /> -<hkern g1="backslash" g2="four" k="-7" /> -<hkern g1="backslash" g2="y,yacute,ydieresis" k="70" /> -<hkern g1="backslash" g2="j" k="-20" /> -<hkern g1="backslash" g2="one" k="26" /> -<hkern g1="backslash" g2="nine" k="36" /> -<hkern g1="backslash" g2="v,w,yen" k="70" /> -<hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="7" /> -<hkern g1="backslash" g2="seven" k="27" /> -<hkern g1="backslash" g2="two" k="-13" /> -<hkern g1="backslash" g2="z" k="-40" /> -<hkern g1="backslash" g2="three,eight" k="7" /> -<hkern g1="backslash" g2="five" k="-3" /> -<hkern g1="one" g2="T" k="7" /> -<hkern g1="one" g2="slash" k="-27" /> -<hkern g1="five" g2="Y,Yacute,Ydieresis" k="37" /> -<hkern g1="five" g2="T" k="67" /> -<hkern g1="five" g2="one" k="13" /> -<hkern g1="five" g2="backslash" k="30" /> -<hkern g1="five" g2="slash" k="-23" /> -<hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" /> -<hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="34" /> -<hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="bracketleft" g2="four" k="57" /> -<hkern g1="bracketleft" g2="one" k="-7" /> -<hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="34" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="70" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="76" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="83" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="60" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="50" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="66" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="40" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="30" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="47" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="116" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="87" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="37" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="30" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="80" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50" /> -</font> -</defs></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="novecento_sans_widenormal" horiz-adv-x="668"><font-face ascent="821" descent="-179"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="250"/><glyph horiz-adv-x="250"/><glyph horiz-adv-x="250"/><glyph d="M172 700V162H90v538zM131-10q-25 0-39.5 14.5T77 41t14.5 36T131 91t39.5-14T185 41 170.5 4.5 131-10" horiz-adv-x="262" unicode="!"/><glyph d="m126 700-4-230H54l-5 230zm144 0-5-230h-68l-5 230z" horiz-adv-x="321" unicode="""/><glyph d="M452 179h95l-19-72h-96L404 0h-69l28 107H203L174 0h-69l29 107H38l20 72h96l55 204h-95l20 71h94l28 106h69l-29-106h161l29 106h69l-29-106h97l-20-71h-96zM277 383l-55-204h161l55 204z" horiz-adv-x="661" unicode="#"/><glyph d="M439 150q0-70-44.5-111.5T274-10v-80h-65v80Q58 6 35 139l71 19q6-49 43-78.5T245 50q53 0 84.5 25.5T361 147q0 14-2.5 26t-9.5 21.5-12 16.5-18.5 13.5-20 10.5-24 9-24 6.5T223 257t-26 6q-31 7-52.5 15.5t-47 25-38.5 45T46 416q0 65 40.5 105T200 569v81h66v-80q138-14 168-135l-70-19q-20 93-128 93-56 0-86-24.5T120 420q0-25 9.5-42.5t30.5-29 41-17.5 56-14q31-7 49-12t46.5-18 45-29 29-44 12.5-64" horiz-adv-x="474" unicode="$"/><glyph d="M163 219Q35 219 35 394q0 176 128 176t128-176q0-175-128-175m314 341L289 0h-56l188 560zM163 274q36 0 54 28t18 92-18 92.5-54 28.5q-73 0-73-121 0-120 73-120M549-7Q421-7 421 169q0 177 128 177t128-177Q677-7 549-7m0 56q36 0 54 28t18 92-18 92.5-54 28.5q-37 0-55-28.5T476 169t18-92 55-28" horiz-adv-x="711" unicode="%"/><glyph d="M495 253v-71q0-95-57.5-144.5T271-12q-106 0-161.5 44.5T54 151q0 57 32 93.5t80 45.5v2q-43 9-74.5 42.5T60 425q0 71 51 108.5T256 571q193 0 236-148l-72-20q-29 102-157 102-123 0-123-86 0-42 32.5-68.5T267 324h317v-70zm-78 1H264q-60 0-95.5-25.5T133 154q0-48 35-74.5T272 53q145 0 145 130z" horiz-adv-x="612" unicode="&"/><glyph d="m126 700-4-230H54l-5 230z" horiz-adv-x="178" unicode="'"/><glyph d="m316 795 23-74q-204-70-204-430t204-430l-23-75Q56-122 56 291q0 412 260 504" horiz-adv-x="356" unicode="("/><glyph d="m41-213-24 74q204 70 204 430T17 721l24 75q259-92 259-505 0-412-259-504" horiz-adv-x="356" unicode=")"/><glyph d="m290 518 76-106-46-33-75 107-75-107-47 33 76 106-122 38 17 53 122-38v129h57V571l122 38 18-53z" horiz-adv-x="489" unicode="*"/><glyph d="M524 254H371V89h-74v165H144v69h153v164h74V323h153z" unicode="+"/><glyph d="M108 0Q87-3 74.5 8.5T62 41q0 20 14.5 33.5T114 88q27 0 42.5-17T172 23q0-37-24.5-74T82-103L49-68q22 8 38.5 28.5T108 0" horiz-adv-x="224" unicode=","/><glyph d="M480 254H100v69h380z" horiz-adv-x="581" unicode="-"/><glyph d="M112-10Q86-10 72 4.5T58 41t14.5 36T112 91t39.5-14T166 41 151.5 4.5 112-10" horiz-adv-x="224" unicode="."/><glyph d="M462 700 109 0H23l355 700z" horiz-adv-x="485" unicode="/"/><glyph d="M260 571q107 0 165-75t58-216-58-216.5T260-12 95 63.5 37 280t58 216 165 75m0-72q-145 0-145-219 0-220 145-220t145 220q0 219-145 219" horiz-adv-x="521" unicode="0"/><glyph d="M184 0v374q0 18 1 43t1 39l1 15h-2l-8-9q-8-9-18-20.5T144 426l-57-58-47 55 148 137h74V0z" horiz-adv-x="342" unicode="1"/><glyph d="M49 0v85l203 156q60 48 86 82t26 73q0 46-32 77t-92 31q-58 0-88.5-28.5T117 403l-73 20q11 76 66.5 112T246 571q94 0 145.5-47T443 398q0-61-33-104T299 194L139 71l1-2q1 0 12.5.5t30.5.5h263V0z" horiz-adv-x="490" unicode="2"/><glyph d="M335 294v-3q51-6 84-41.5t33-94.5q0-75-55.5-121T251-12q-86 0-143.5 43.5T37 149l69 19q10-53 48-82.5T250 56q60 0 92.5 31t32.5 78q0 48-34 72.5T248 262h-56v59h54q59 0 91 23.5t32 68.5q0 44-31.5 68.5T249 506q-117 0-129-102l-71 19q13 77 69 112.5T256 571q94 0 142-39.5T446 426q0-56-32.5-90.5T335 294" horiz-adv-x="489" unicode="3"/><glyph d="M398 0h-78v146H34v71l249 343h115V213h82v-67h-82zm-78 367v129h-3L107 215l2-2h211z" horiz-adv-x="525" unicode="4"/><glyph d="m135 316 2-1q16 18 50 33.5t78 15.5q88 0 141-51t53-134q0-86-57-138.5T253-12q-81 0-137.5 42T44 142l68 17q10-49 47.5-76.5T251 55q59 0 96 33.5t37 90.5q0 58-37 91.5T247 304q-48 0-79-19t-43-45l-63 18 51 302h309v-73H166l-16-93q-3-20-7-39l-6-28.5z" horiz-adv-x="503" unicode="5"/><glyph d="m149 316 3-2q41 48 118 48 83 0 137-50.5T461 181q0-85-59-139T248-12q-94 0-153 53.5T36 188q0 92 78 193l139 179h85zM249 56q62 0 99.5 34.5T387 183q0 56-37 89.5T249 306q-63 0-99.5-33.5T113 183q0-58 37-92.5T249 56" horiz-adv-x="499" unicode="6"/><glyph d="M447 502 164 0H83l225 401q11 20 24.5 41t20.5 32l7 12-2 2q-35-1-73-1H30v73h417z" horiz-adv-x="470" unicode="7"/><glyph d="M37 151q0 62 39 98.5t92 43.5v3q-33 4-69 37.5T63 423q0 63 50.5 105.5T251 571q86 0 137-42.5T439 424q0-57-36-90.5T335 296v-3q52-7 91-43.5t39-98.5q0-72-57-117.5T252-12 95 33 37 151m94 268q0-44 34-68.5t86-24.5q54 1 86.5 27t32.5 67q0 42-32.5 68T251 514q-56 0-88-26.5T131 419m-19-263q0-50 38-78.5T251 49q64 0 101.5 28.5T390 156q0 49-37.5 75.5T251 258t-101.5-27-37.5-75" horiz-adv-x="502" unicode="8"/><glyph d="m355 239-2 2q-45-48-121-48-86 0-139 52T40 377q0 86 60 140t154 54q92 0 153.5-53T469 372q0-63-28-116t-87-121L237 0h-88zM253 503q-60 0-99.5-32T114 375q0-63 39.5-94t99.5-31q61 0 100 32t39 94q0 63-39.5 95T253 503" horiz-adv-x="507" unicode="9"/><glyph d="M112 338q-26 0-40 14.5T58 389t14.5 36 39.5 14 39.5-14.5T166 389q0-23-14-37t-40-14m0-348Q86-10 72 4.5T58 41t14.5 36T112 91t39.5-14T166 41 151.5 4.5 112-10" horiz-adv-x="224" unicode=":"/><glyph d="M112 338q-26 0-40 14.5T58 389t14.5 36 39.5 14 39.5-14.5T166 389q0-23-14-37t-40-14M108 1Q87-2 74.5 9.5T62 41q0 21 14 34t38 13q27 0 42.5-17T172 24q0-37-24.5-74.5T82-102L49-68q22 8 38.5 28.5T108 1" horiz-adv-x="224" unicode=";"/><glyph d="M542 41 91 258v62l451 217v-73L180 290v-2l362-174z" unicode="<"/><glyph d="M524 347H144v69h380zm0-183H144v69h380z" unicode="="/><glyph d="M488 288v2L126 464v73l451-217v-62L126 41v73z" unicode=">"/><glyph d="M229 162v177q119 41 166 79.5t47 91.5q0 52-36 89t-117 37q-75 0-115.5-32.5T115 509l-77 21q22 88 88.5 136T293 714q113 0 172.5-56.5T525 520q0-84-58.5-135T312 299V162zm41-172q-26 0-40.5 14.5T215 41t14.5 36T270 91q25 0 39.5-14T324 41 309.5 4.5 270-10" horiz-adv-x="563" unicode="?"/><glyph d="M494 142h-2q-15-34-48-54.5T367 67q-69 0-116.5 48.5T203 250t44 137 117 51q84 0 113-59h3V262q0 50-27.5 80T379 372q-48 0-73.5-33T280 251t27-86 72-31q46 0 71.5 30t29.5 78v182h77V217q0-45 12.5-66.5T611 129q37 0 57 37.5T688 269q0 136-80.5 220T395 573q-133 0-214.5-86T99 263q0-148 77-228.5T378-46q29 0 55 3.5t46 9 36 12 28.5 14 20 13 14 11.5 7.5 6l46-36q-38-39-109.5-64T380-102q-154 0-248 97T38 264q0 157 100.5 261T394 629q158 0 256.5-102.5T749 268q0-91-38-146T602 67q-40 0-70 21.5T494 142" horiz-adv-x="787" unicode="@"/><glyph d="M543 186H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="A"/><glyph d="M428 377v-3q61-10 110-54.5T587 195q0-90-62.5-142.5T348 0H77v700h252q94 0 151.5-48.5T538 528q0-63-33-102t-77-49m-270 23h163q60 0 97.5 30.5T456 516q0 52-38 83t-105 31H158zm0-330h186q73 0 115.5 33t42.5 96q0 64-46 100.5T342 336H158z" horiz-adv-x="623" unicode="B"/><glyph d="m646 218 79-21Q685 99 597.5 43T398-13Q242-13 140 88T38 352t102 262.5T398 714q116 0 199.5-54T716 523l-79-22q-12 22-29 42t-45.5 43-72 37-94.5 14q-123 0-199.5-77.5T120 351q0-130 78-208t196-78q85 0 152 41t100 112" horiz-adv-x="769" unicode="C"/><glyph d="M77 700h242q165 0 268.5-96.5T691 347q0-159-102.5-253T326 0H77zm81-624h164q124 0 205.5 70T609 347t-82.5 204T316 624H158z" horiz-adv-x="729" unicode="D"/><glyph d="M77 0v700h471v-76H158V404h304v-76H158V76h392V0z" horiz-adv-x="600" unicode="E"/><glyph d="M544 624H158V390h307v-76H158V0H77v700h467z" horiz-adv-x="583" unicode="F"/><glyph d="M730 0h-73q0 35 .5 58t.5 32v11h-2q-37-42-102.5-78T397-13Q245-13 141.5 88T38 351q0 163 102.5 263T400 714q115 0 199-54t119-137l-80-22q-11 21-27 40.5t-44 43-72 38-97 14.5q-123 0-200.5-77.5T120 352q0-131 79.5-209T402 65q90 0 158.5 39.5T654 190v100H446v76h284z" horiz-adv-x="790" unicode="G"/><glyph d="M544 0v327H158V0H77v700h81V405h386v295h82V0z" horiz-adv-x="702" unicode="H"/><glyph d="M77 0v700h81V0z" horiz-adv-x="235" unicode="I"/><glyph d="M416 700V280q0-142-61-217.5T176-13Q66-13 0 67l46 64q51-66 130-66 82 0 120 54.5T334 284v416z" horiz-adv-x="488" unicode="J"/><glyph d="M282 362 158 233V0H77v700h81V331h2l114 121 233 248h98L342 420 632-1l-96 1z" horiz-adv-x="649" unicode="K"/><glyph d="M77 0v700h81V76h369V0z" horiz-adv-x="564" unicode="L"/><glyph d="M644 0v363l.5 49.5 1 47 .5 42.5.5 34 .5 24v8h-2l-9-18-31.5-59.5L554 399 426 172h-49L250 396q-29 51-51.5 94T167 550l-9 18h-2v-8q0-9 .5-24t.5-34v-42.5l.5-47 .5-49.5V0H77v700h86l238-426h2l239 426h84V0z" horiz-adv-x="802" unicode="M"/><glyph d="M568 0 158 569h-2v-5q0-5 .5-13.5t.5-20.5v-27l.5-31 .5-34.5V0H77v700h82l410-564h2v5q0 5-.5 14t-.5 20.5V202l-.5 30.5-.5 33V700h82V0z" horiz-adv-x="727" unicode="N"/><glyph d="M38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351q0-161-104-262.5T401-13Q245-13 141.5 88.5T38 351m82 0q0-131 79.5-208.5T401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208" horiz-adv-x="802" unicode="O"/><glyph d="M77 700h212q124 0 192.5-56T550 482q0-104-69-160.5T289 265H158V0H77zm81-363h133q87 0 132 37t45 107q0 144-177 144H158z" horiz-adv-x="576" unicode="P"/><glyph d="M764 351q0-150-90.5-248.5T442-11v-124h-83v124Q218 4 128 102.5T38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351M401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208q0-131 79.5-208.5T401 65" horiz-adv-x="802" unicode="Q"/><glyph d="M467 0 308 275q-15-1-64-1h-86V0H77v700h214q123 0 192-57.5T552 482q0-79-42-127.5T392 290L565 0zM158 342h141q170 0 170 137 0 73-45.5 109.5T294 625H158z" horiz-adv-x="602" unicode="R"/><glyph d="m35 184 78 21q6-72 60-108.5T311 60q78 0 121 31.5t43 93.5q0 21-5.5 38.5T456 253t-22.5 22-27 16-32.5 12-33 8.5-35.5 7T272 325q-36 8-60 15.5t-56.5 23-52 35-34 51.5T55 523q0 91 63 141t174 50q101 0 167.5-43T548 540l-78-21q-30 122-179 122-75 0-114-30.5T138 526q0-27 11-47.5t25.5-33.5 43-23.5T267 406t59-13q38-7 64.5-14t61-23 55.5-36.5 36-55 15-78.5q0-98-64.5-148.5T310-13q-48 0-90 9t-82.5 30T70 87t-35 97" horiz-adv-x="593" unicode="S"/><glyph d="M600 624H359V0h-82v624H37v76h563z" horiz-adv-x="637" unicode="T"/><glyph d="M628 700V292q0-148-72-226.5T348-13 140 65 68 292v408h83V292q0-115 48-171t149-56 150 56 49 171v408z" horiz-adv-x="696" unicode="U"/><glyph d="M392 0h-97L17 700h91l143-367q84-216 93-242h2q13 40 91 237l145 372h88z" horiz-adv-x="686" unicode="V"/><glyph d="M644 0 544 316q-14 44-28 92.5T494 482l-7 25h-2l-7-25q-7-25-21.5-75.5T428 309L332 0h-88L18 700h90l104-333q78-249 80-253h2q1 1 66 221l83 271h95l82-272q10-33 27-90.5t28-93 11-36.5h2q0 1 11.5 36.5t32 102.5T765 361l109 339h81L730 0z" horiz-adv-x="973" unicode="W"/><glyph d="M558 0 429 176q-26 35-49.5 67.5T348 288l-9 11h-1q-1 0-93-125L119 0H20l271 364L42 700h99l123-168q80-109 81-109h1l8 11q7 10 27 38.5t42 59.5l119 168h97L392 363 660 0z" horiz-adv-x="680" unicode="X"/><glyph d="M369 304V0h-82v304L17 700h94l157-230q16-22 31.5-45t22.5-35l8-11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" horiz-adv-x="657" unicode="Y"/><glyph d="M612 622 228 169q-26-31-46.5-54T154 84l-8-7 2-2h4q5 0 12.5.5t18 .5H612V0H42v75l392 462q22 26 41.5 47t27.5 30l8 8-1 3h-4q-4 0-11.5-.5t-17-.5H52v76h560z" horiz-adv-x="654" unicode="Z"/><glyph d="M324-136v-74H94V798h230v-74H174v-860z" horiz-adv-x="364" unicode="["/><glyph d="M462 0h-86L23 700h85z" horiz-adv-x="485" unicode="\"/><glyph d="M40 726v74h230V-208H40v74h150v860z" horiz-adv-x="364" unicode="]"/><glyph d="M334 637 125 365l-61 40 233 300h74l232-300-60-40z" unicode="^"/><glyph d="M652-64H77V0h575z" horiz-adv-x="729" unicode="_"/><glyph d="m248 915 104-161h-76l-95 139z" horiz-adv-x="533" unicode="`"/><glyph d="M432 150H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="a"/><glyph d="M378 299v-3q51-9 89-44t38-95q0-69-51.5-113T311 0H77v560h223q74 0 121.5-41t47.5-99q0-95-91-121m-223 23h130q43 0 74.5 23t31.5 65q0 36-28.5 60T286 494H155zm0-256h154q51 0 83.5 25.5T425 161q0 45-34 71.5T305 259H155z" horiz-adv-x="542" unicode="b"/><glyph d="m526 172 75-20Q565 77 495 32.5T335-12q-128 0-212.5 82.5T38 280q0 125 84.5 208T334 571q88 0 158.5-42T597 406l-74-20q-66 113-188 113-95 0-156.5-61.5T117 280q0-97 61.5-158.5T334 60q66 0 115.5 31t76.5 81" horiz-adv-x="645" unicode="c"/><glyph d="M77 560h193q138 0 224-76.5T580 278 495 74.5 275 0H77zm78-487h118q103 0 165.5 52.5T501 278t-63 154.5T269 487H155z" horiz-adv-x="618" unicode="d"/><glyph d="M77 0v560h393v-73H155V325h243v-71H155V73h320V0z" horiz-adv-x="525" unicode="e"/><glyph d="M460 487H155V305h227v-73H155V0H77v560h383z" horiz-adv-x="498" unicode="f"/><glyph d="M612 0h-70v56.5l.5 14 .5 8V82h-2q-79-94-209-94-126 0-210 83T38 280t84 208.5T333 571q85 0 157.5-40.5T598 406l-72-19q-22 46-71.5 79.5T335 500q-96 0-157-61t-61-160q0-97 62.5-158T343 60q66 0 121.5 28.5T541 151v71H371v70h241z" horiz-adv-x="672" unicode="g"/><glyph d="M540 0h-78v252H155V0H77v560h78V325h307v235h78z" horiz-adv-x="616" unicode="h"/><glyph d="M77 0v560h78V0z" horiz-adv-x="232" unicode="i"/><glyph d="M352 560V226q0-115-52-176.5T149-12Q55-12 0 50l43 57q41-47 105-47 66 0 96 42t30 127v331z" horiz-adv-x="424" unicode="j"/><glyph d="M463 0 260 285 155 177V0H77v560h78V340.5l-.5-24-.5-19.5v-27h2q29 31 76 79l204 211h99L318 337 553 0z" horiz-adv-x="570" unicode="k"/><glyph d="M77 0v560h78V73h292V0z" horiz-adv-x="483" unicode="l"/><glyph d="M546 0v284l1 162h-2L376 136h-53L153 450h-2v-12q0-12 .5-30.5t1-39.5.5-43V0H77v560h95l118-212q18-32 34-62t22-43l7-13h2q1 0 7.5 12.5t23 44T419 349l116 211h89V0z" horiz-adv-x="701" unicode="m"/><glyph d="M553 0h-80L155 441h-2v-4q0-4 .5-10.5t.5-15v-20l.5-24 .5-26.5V0H77v560h80l317-434h2v28l-.5 19-.5 22.5V560h78z" horiz-adv-x="630" unicode="n"/><glyph d="M38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279q0-125-84.5-208T332-12 122.5 71 38 279m79 0q0-96 61.5-157.5T332 60t153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279" horiz-adv-x="665" unicode="o"/><glyph d="M77 560h182q104 0 161-47t57-128q0-82-56.5-128T259 211H155V0H77zm78-283h107q66 0 101 28t35 78-34.5 78.5T262 490H155z" horiz-adv-x="504" unicode="p"/><glyph d="M626 279q0-115-72-195T370-9v-107h-78V-9Q181 5 109.5 84.5T38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279M332 60q92 0 153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279q0-96 61.5-157.5T332 60" horiz-adv-x="663" unicode="q"/><glyph d="M413 0 279 222q-22-1-62-1h-62V0H77v560h184q104 0 161.5-44T480 391q0-62-34-102t-92-53L498 0zM155 284h109q137 0 137 102 0 103-137 103H155z" horiz-adv-x="535" unicode="r"/><glyph d="m35 139 71 19q6-49 46.5-78T259 51q59 0 93 25t34 73q0 16-4.5 29t-10 22.5T353 218t-21.5 13-28 10.5-29.5 8-34.5 7.5-34.5 7q-33 7-55 15t-48.5 24T61 347.5 47 415q0 76 52.5 116T247 571q180 0 213-136l-69-19q-25 92-139 92-60 0-92.5-23.5T127 418q0-46 35.5-65.5T278 318q30-6 48-10.5t47.5-17.5 47-29 31-45 13.5-66q0-80-55.5-121T259-12q-37 0-70 6.5t-66.5 22-56.5 47T35 139" horiz-adv-x="500" unicode="s"/><glyph d="M506 487H310V0h-78v487H37v73h469z" horiz-adv-x="543" unicode="t"/><glyph d="M543 560V241q0-126-61.5-189.5T305-12 129 51.5 68 241v319h79V233q0-173 159-173t159 173v327z" horiz-adv-x="611" unicode="u"/><glyph d="M346 0h-90L17 560h86l117-274q25-59 45.5-108.5T294 108l9-21h2l3 7q3 8 9.5 24.5t15.5 38 23.5 56T387 285l116 275h83z" horiz-adv-x="603" unicode="v"/><glyph d="m532 0-70 218q-15 47-28.5 91T414 372l-6 20h-2l-6-18q-6-19-21-66t-29-91L281 0h-79L18 560h83l84-259q18-54 34-105t23-72l6-22h1l7 20q6 21 20 66.5t28 89.5l66 211h81l65-211q14-44 27.5-89.5T563 122l6-20h1l7 22q7 21 23 71.5T634 301l84 259h77L611 0z" horiz-adv-x="813" unicode="w"/><glyph d="M462 0 362 130q-23 30-43 56.5T292 223l-8 10h-1q-1 0-79-104L109 0H20l217 289L37 560h93l81-109q22-29 43.5-57.5T284 354l8-10h1l8 10q8 11 30.5 41.5T375 455l76 105h86L336 288 556 0z" horiz-adv-x="576" unicode="x"/><glyph d="M309 0h-78v231L17 560h89l90-137q20-29 39-58.5t29-44.5l9-15h2l9 15q10 14 30 44.5t39 59.5l89 136h82L309 231z" horiz-adv-x="541" unicode="y"/><glyph d="M515 486 247 185q-37-41-63-69t-34-35l-7-7 2-2q30 1 76 1h294V0H42v74l280 310q31 35 55 60.5t31 33.5l7 7-2 2H50v73h465z" horiz-adv-x="557" unicode="z"/><glyph d="M223 567V452q0-36-7-64.5t-16.5-45-21.5-28-19-15.5-13-6q5-1 12.5-5.5T178 271t21.5-29 16.5-45.5 7-63.5V19q0-91 37-125.5T362-141v-70q-101 0-157.5 56T148 15v118q0 117-71 124v72q28 5 43 20 28 33 28 104v118q0 114 56.5 170T362 797v-71q-65 0-102-34t-37-125" horiz-adv-x="403" unicode="{"/><glyph d="M60 775h67V-74H60z" horiz-adv-x="187" unicode="|"/><glyph d="M180 19v115q0 44 10 77t25 49 25 23 18 10q-5 1-13 5.5T225.5 315 204 343.5t-17 45-7 63.5v115q0 91-37 125T41 726v71q101 0 157.5-56.5T255 570V453q1-118 72-125v-71q-32-5-48-26-24-34-24-99V15q0-114-56.5-170T41-211v71q65 0 102 34t37 125" horiz-adv-x="403" unicode="}"/><glyph d="m534 346 13-67q-11-15-41-30.5T437 233q-37 0-100.5 21.5T235 276q-56 0-100-46l-15 66q42 49 112 49 37 0 100-21.5T433 302q55 0 101 44" unicode="~"/><glyph d="M131 710q26 0 40-14.5t14-36.5-14.5-36-39.5-14-39.5 14T77 659t14.5 36.5T131 710M91 0v538h81V0z" horiz-adv-x="262" unicode="¡"/><glyph d="M299 90q116 0 165 101l72-20q-27-63-81.5-103T332 20V-84h-67V20q-99 11-163 82.5T38 282q0 107 62 177t164 81v104h68V540q71-7 126.5-46T540 382l-72-20q-20 51-62.5 81T302 473q-85 0-136-52t-51-139 51-139.5T299 90" horiz-adv-x="584" unicode="¢"/><glyph d="M469 73V0H36v73q38 7 51 29.5t13 65.5q0 23-4 75H35v64h54q-8 72-8 101 0 78 48 120.5T261 571q174 0 197-157l-73-20q-9 55-38 81.5T264 502q-107 0-107-110 0-10 7-85h199v-64H172q5-47 5-74 0-78-40-96l1-2q8 2 171 2z" horiz-adv-x="510" unicode="£"/><glyph d="m596 516-71-71q61-71 61-166 0-86-55-159l73-73-43-43-73 73q-74-61-166-61-93 0-165 61L84 4 41 47l73 74q-54 70-54 158 0 96 60 167l-71 70 43 43 72-71q70 55 158 55 89 0 160-54l71 70zm-274-47q-78 0-133-55t-55-135 55-134.5T322 90q80 0 135 54.5T512 279t-55 135-135 55" horiz-adv-x="645" unicode="¤"/><glyph d="M365 365h79v-60H330l-29-51h143v-61H287V0h-78v193H54v61h142l-29 51H54v60h78L20 560h87l96-175q38-71 46-79h2q8 8 46 79l96 175h84z" horiz-adv-x="498" unicode="¥"/><glyph d="M127 490H60v285h67zm0-564H60v285h67z" horiz-adv-x="187" unicode="¦"/><glyph d="M487 252q89-34 89-118 0-75-60.5-111T347-13q-46 0-86 6.5t-79 21T117.5 58 86 128l77 20q9-100 178-100 152 0 152 89 0 43-39 60t-147 35q-17 2-26 4-38 6-65.5 13.5t-58.5 22-47.5 38.5T93 367q0 81 95 112-85 32-85 108 0 67 60 97t153 30q211 0 244-140l-69-19q-28 101-176 101-131 0-131-68 0-43 59-62 28-9 127-26 42-7 69.5-13t57-16.5T542 447t26.5-34 10.5-48q0-84-92-113M168 377q0-22 14-38t39.5-25.5 56-16T348 284q9-1 14-2 19-2 48-8 93 17 93 79 0 20-10 35t-24 24-40 16.5-45 10.5-52 8l-21 3-38 7q-105-16-105-80" unicode="§"/><glyph d="M171 776q-19 0-32 13.5T126 822q0 20 13.5 33.5T172 869t32.5-14 13.5-33-14-32.5-33-13.5m190 0q-19 0-33 13.5T314 822q0 20 14 33.5t33 13.5 32.5-14 13.5-33-13.5-32.5T361 776" horiz-adv-x="533" unicode="¨"/><glyph d="M401 629q153 0 258.5-103T765 265 659.5 4 401-99Q249-99 143.5 4T38 265t105.5 261T401 629m0-47q-137 0-225.5-87.5T87 266t89-229.5T401-52q137 0 226.5 88T717 266q0 141-89.5 228.5T401 582m118-386 54-17q-23-48-70-76.5T396 74q-85 0-139 53.5T203 265q0 85 55 138t140 53q60 0 107-29.5t65-82.5l-53-15q-7 24-36 48.5T400 402q-61 0-99.5-37T262 266q0-61 37.5-99t98.5-38q82 0 121 67" horiz-adv-x="804" unicode="©"/><glyph d="M90 235H35l134 325h62l133-325h-56l-31 78H121zm110 272h-2l-4-11-13-32.5-17-43.5-26-64h122l-26 64q-8 21-17 43.5L204 496zm165-340v-55H35v55z" horiz-adv-x="400" unicode="ª"/><glyph d="m540 513 47-47-192-186v-3L587 91l-47-47-235 235zm-245 0 47-47-192-186v-3L342 91l-47-47L60 279z" horiz-adv-x="647" unicode="«"/><glyph d="M480 254H100v69h380z" horiz-adv-x="581" unicode="­"/><glyph d="M401 629q153 0 258.5-103T765 265 659.5 4 401-99Q249-99 143.5 4T38 265t105.5 261T401 629m0-47q-137 0-225.5-87.5T87 266t89-229.5T401-52q137 0 226.5 88T717 266q0 141-89.5 228.5T401 582m90-500-85 147q-13-1-36-1h-36V82h-60v369h126q69 0 107.5-30t38.5-83q0-80-81-99l91-157zM334 275h69q83 0 83 61 0 62-83 62h-69z" horiz-adv-x="804" unicode="®"/><glyph d="M412 775H121v69h291z" horiz-adv-x="533" unicode="¯"/><glyph d="M130 589q-50 0-81.5 31.5T17 701t31.5 80.5T130 813t82-31.5 32-80.5-32-80.5-82-31.5m0 51q28 0 45 17t17 44q0 28-17 45t-45 17q-27 0-44-17t-17-45q0-26 17-43.5t44-17.5" horiz-adv-x="261" unicode="°"/><glyph d="M524 377v-69H371V149h-74v159H144v69h153l-1 161h75V377zM144 69h380V0H144z" unicode="±"/><glyph d="M32 472v63l163 123q55 38 55 89 0 32-20.5 51T170 817q-37 0-57.5-15.5T83 750l-48 14q24 106 139 106 63 0 98.5-32t35.5-87q0-67-71-123-22-18-56.5-43.5t-57-42T99 524l2-3q27 3 74 3h136v-52z" horiz-adv-x="340" unicode="²"/><glyph d="M229 675v-3q36-5 60.5-30t24.5-65q0-50-38.5-81.5T179 464q-64 0-104.5 33T27 583l53 15q2-38 27.5-60.5T175 515q40 0 61.5 20t21.5 49q0 31-23.5 50T172 653h-33v40h31q38 0 61 19t23 47q0 25-20 43t-64 18q-40 0-58.5-17T86 750l-49 14q17 106 138 106 66 0 100-29t34-74q0-38-23.5-63.5T229 675" horiz-adv-x="340" unicode="³"/><glyph d="M257 754h-76l104 161 67-22z" horiz-adv-x="533" unicode="´"/><glyph d="M421-140v624h-89v-624h-82v343q-105 0-158.5 48T38 383q0 82 53.5 129.5T250 560h253v-700z" horiz-adv-x="580" unicode="¶"/><glyph d="M112 231q-26 0-40 14.5T58 282t14.5 36 39.5 14 39.5-14 14.5-36-14-36.5-40-14.5" horiz-adv-x="224" unicode="·"/><glyph d="M379-88q0-84-122-84-53 0-83 15v56q23-14 73-14 71 0 71 37 0 43-112 44v58h60V-2q113-9 113-86" horiz-adv-x="533" unicode="¸"/><glyph d="M302 472H63v52h90v184q0 65 4 85h-3l-4-4q-4-4-11-11.5T127 765l-43-43-37 36 109 104h55V524h91z" horiz-adv-x="340" unicode="¹"/><glyph d="M35 397q0 75 50 124.5T208 571q72 0 123-49.5T382 397q0-73-51-122.5T208 225q-73 0-123 49T35 397m54 0q0-52 33.5-86t85.5-34 85.5 34 33.5 86q0 53-33.5 87.5T208 519t-85.5-34.5T89 397m283-286H46v55h326z" horiz-adv-x="417" unicode="º"/><glyph d="M107 44 60 91l192 186v3L60 466l47 47 235-234zm245 0-47 47 192 186v3L305 466l47 47 235-234z" horiz-adv-x="647" unicode="»"/><glyph d="M545 700 335 0h-62l209 700zM302 310H63v51h90v185q0 65 4 85h-3l-4-4q-4-4-11-11.5T127 603l-43-43-37 36 109 104h55V361h91zM737 0h-56v99H494v52l166 240h77V151h66V99h-66zm-56 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0-64.5-91T552 153l2-3h11.5l12 .5 14.5.5z" horiz-adv-x="818" unicode="¼"/><glyph d="M302 310H63v52h90v184q0 65 4 85h-3l-4-4q-4-4-11-11.5T127 603l-43-43-37 36 109 104h55V362h91zm243 390L335 0h-62l209 700zM510 0v64l164 123q55 40 55 89 0 31-21 50.5T648 346q-37 0-57.5-15.5T561 279l-48 14q24 106 140 106 62 0 97.5-32t35.5-87q0-67-71-123-23-18-56.5-43.5T602 71t-24-18l1-3q18 2 74 2h137V0z" horiz-adv-x="818" unicode="½"/><glyph d="M229 513v-3q36-5 60.5-30t24.5-65q0-50-38.5-81.5T179 302q-64 0-104.5 33T27 421l53 15q2-38 27.5-60.5T175 353q40 0 61.5 20t21.5 49q0 31-23.5 50T172 491h-33v40h31q38 0 61 19t23 47q0 25-20 43t-64 18q-40 0-58.5-17T86 588l-49 14q17 106 138 106 66 0 100-29t34-74q0-38-23.5-63.5T229 513m316 187L335 0h-62l209 700zM737 0h-56v99H494v52l166 240h77V151h66V99h-66zm-56 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0-64.5-91T552 153l2-3h11.5l12 .5 14.5.5z" horiz-adv-x="818" unicode="¾"/><glyph d="M294 710q25 0 39.5-14.5T348 659t-14.5-36-39.5-14q-26 0-40 14t-14 36 14.5 36.5T294 710m40-172V361q-119-41-165.5-79.5T122 190q0-52 35.5-89T275 64q139 0 173 127l77-21q-22-88-88-136T271-14Q157-14 97.5 42.5T38 180q0 44 18 80.5t50.5 63 66.5 44 78 33.5v137z" horiz-adv-x="563" unicode="¿"/><glyph d="m337 754-95 139 67 22 104-161zm206-568H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="À"/><glyph d="M388 754h-76l104 161 67-22zm155-568H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="Á"/><glyph d="m259 756-39 45 144 118 142-118-38-46-104 88zm284-570H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="Â"/><glyph d="M292 812q-43 0-71-28l-17 59q29 35 82 35 28 0 72-17.5t75-17.5q41 0 69 26l16-59q-25-32-80-32-29 0-73.5 17T292 812m251-626H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="Ã"/><glyph d="M271 776q-19 0-32.5 13.5T225 822t13.5 33 32.5 14 32.5-13.5T317 822q0-19-13.5-32.5T271 776m189 0q-19 0-32.5 13.5T414 822q0 20 13.5 33.5T460 869t32.5-13.5T506 822q0-19-13.5-32.5T460 776m83-590H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="Ä"/><glyph d="M365 739q-45 0-73.5 26T263 833t28.5 67.5T365 926q46 0 74-25.5t28-67.5q0-43-28-68.5T365 739m0 139q-21 0-34.5-12.5T317 833q0-21 13.5-33.5T365 787q22 0 35 12.5t13 33.5q0 20-13 32.5T365 878m178-692H188L110 0H23l298 700h89L708 0h-87zm-31 74-77 183q-10 24-28.5 68T377 581l-11 26h-2q-1-1-68-163l-77-184z" horiz-adv-x="732" unicode="Å"/><glyph d="M935 73V0H464v189H189L110 0H23l299 700h611v-73H544V401h307v-70H544V73zM464 259v368h-91L219 259z" horiz-adv-x="985" unicode="Æ"/><glyph d="m646 218 79-21q-35-86-106.5-139.5T453-9q70-18 70-79 0-84-122-84-53 0-83 15v56q23-14 73-14 71 0 71 37 0 43-112 44v24Q212 6 125 104T38 352q0 163 102 262.5T398 714q116 0 199.5-54T716 523l-79-22q-12 22-29 42t-45.5 43-72 37-94.5 14q-123 0-199.5-77.5T120 351q0-130 78-208t196-78q85 0 152 41t100 112" horiz-adv-x="769" unicode="Ç"/><glyph d="m259 915 104-161h-76l-95 139zM77 0v700h471v-76H158V404h304v-76H158V76h392V0z" horiz-adv-x="600" unicode="È"/><glyph d="M339 754h-76l104 161 67-22zM77 0v700h471v-76H158V404h304v-76H158V76h392V0z" horiz-adv-x="600" unicode="É"/><glyph d="m457 801-39-46-104 88-105-87-38 45 143 118zM77 0v700h471v-76H158V404h304v-76H158V76h392V0z" horiz-adv-x="600" unicode="Ê"/><glyph d="M221 776q-19 0-32.5 13.5T175 822q0 20 13.5 33.5T222 869q19 0 32-13.5t13-33.5q0-19-13.5-32.5T221 776m189 0q-19 0-32.5 13.5T364 822q0 20 13.5 33.5T410 869q20 0 33.5-13.5T457 822q0-19-14-32.5T410 776M77 0v700h471v-76H158V404h304v-76H158V76h392V0z" horiz-adv-x="600" unicode="Ë"/><glyph d="m62 915 103-161H89L-6 893zM77 0v700h81V0z" horiz-adv-x="235" unicode="Ì"/><glyph d="M141 754H65l104 161 67-22zM77 0v700h81V0z" horiz-adv-x="235" unicode="Í"/><glyph d="m234 803-41-44-75 78-75-77-41 44 116 115zM77 0v700h81V0z" horiz-adv-x="235" unicode="Î"/><glyph d="M57 776q-19 0-32.5 13.5T11 822t13.5 33T57 869t32.5-13.5T103 822q0-19-13.5-32.5T57 776m122 0q-19 0-32.5 13.5T133 822q0 20 13.5 33.5T179 869t32.5-13.5T225 822q0-19-13.5-32.5T179 776M77 0v700h81V0z" horiz-adv-x="235" unicode="Ï"/><glyph d="M77 700h242q165 0 268.5-96.5T691 347q0-159-102.5-253T326 0H77v329H11v73h66zm81-624h164q124 0 205.5 70T609 347t-82.5 204T316 624H158V402h177v-73H158z" horiz-adv-x="729" unicode="Ð"/><glyph d="m505 869 17-59q-28-32-81-32-29 0-73.5 17T296 812q-46 0-71-28l-17 59q28 35 81 35 27 0 72-17.5t75-17.5q41 0 69 26M568 0 158 569h-2v-5q0-5 .5-13.5t.5-20.5v-27l.5-31 .5-34.5V0H77v700h82l410-564h2v5q0 5-.5 14t-.5 20.5V202l-.5 30.5-.5 33V700h82V0z" horiz-adv-x="727" unicode="Ñ"/><glyph d="m345 915 104-161h-76l-95 139zM38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351q0-161-104-262.5T401-13Q245-13 141.5 88.5T38 351m82 0q0-131 79.5-208.5T401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208" horiz-adv-x="802" unicode="Ò"/><glyph d="M425 754h-76l104 161 67-22zM38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351q0-161-104-262.5T401-13Q245-13 141.5 88.5T38 351m82 0q0-131 79.5-208.5T401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208" horiz-adv-x="802" unicode="Ó"/><glyph d="m543 801-39-46-104 88-105-87-38 45 143 118zM38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351q0-161-104-262.5T401-13Q245-13 141.5 88.5T38 351m82 0q0-131 79.5-208.5T401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208" horiz-adv-x="802" unicode="Ô"/><glyph d="m538 869 17-59q-28-32-81-32-29 0-73.5 17T329 812q-46 0-71-28l-17 59q25 35 81 35 28 0 72-17.5t75-17.5q41 0 69 26M38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351q0-161-104-262.5T401-13Q245-13 141.5 88.5T38 351m82 0q0-131 79.5-208.5T401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208" horiz-adv-x="802" unicode="Õ"/><glyph d="M307 776q-19 0-32.5 13.5T261 822q0 20 13.5 33.5T308 869q19 0 32-13.5t13-33.5q0-19-13.5-32.5T307 776m189 0q-19 0-32.5 13.5T450 822q0 20 13.5 33.5T496 869q20 0 33.5-13.5T543 822q0-19-14-32.5T496 776M38 351q0 161 103.5 262T401 714q155 0 259-101.5T764 351q0-161-104-262.5T401-13Q245-13 141.5 88.5T38 351m82 0q0-131 79.5-208.5T401 65q121 0 201 78t80 208-80 208-201 78-201-78-80-208" horiz-adv-x="802" unicode="Ö"/><glyph d="m384 290 125-124-50-50-125 125-125-125-49 50 125 124-125 125 49 49 125-124 125 124 49-50z" unicode="×"/><glyph d="m729 714-74-96q109-104 109-267 0-161-104-262.5T401-13q-106 0-190 49l-75-99-61 47 74 98Q38 183 38 351q0 161 103.5 262T401 714q106 0 192-50l74 96zM120 351q0-126 78-206l347 456q-66 36-144 36-121 0-201-78t-80-208M401 65q120 0 200.5 78T682 351q0 124-76 203L259 99q65-34 142-34" horiz-adv-x="802" unicode="Ø"/><glyph d="m293 915 104-161h-76l-95 139zm335-215V292q0-148-72-226.5T348-13 140 65 68 292v408h83V292q0-115 48-171t149-56 150 56 49 171v408z" horiz-adv-x="696" unicode="Ù"/><glyph d="M372 754h-76l104 161 67-22zm256-54V292q0-148-72-226.5T348-13 140 65 68 292v408h83V292q0-115 48-171t149-56 150 56 49 171v408z" horiz-adv-x="696" unicode="Ú"/><glyph d="m490 801-38-46-104 88-105-87-39 45 144 118zm138-101V292q0-148-72-226.5T348-13 140 65 68 292v408h83V292q0-115 48-171t149-56 150 56 49 171v408z" horiz-adv-x="696" unicode="Û"/><glyph d="M255 776q-19 0-32.5 13.5T209 822t13.5 33 32.5 14 32.5-13.5T301 822q0-19-13.5-32.5T255 776m189 0q-19 0-32.5 13.5T398 822q0 20 13.5 33.5T444 869t32.5-13.5T490 822q0-19-13.5-32.5T444 776m184-76V292q0-148-72-226.5T348-13 140 65 68 292v408h83V292q0-115 48-171t149-56 150 56 49 171v408z" horiz-adv-x="696" unicode="Ü"/><glyph d="M359 754h-76l104 161 67-22zm10-450V0h-82v304L17 700h94l157-230q16-22 31.5-45t22.5-35l8-11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" horiz-adv-x="657" unicode="Ý"/><glyph d="M158 558h122q122 0 188.5-54T535 351t-66.5-151.5T280 147H158V0H77v700h81zm0-337h125q171 0 171 130 0 131-171 131H158z" horiz-adv-x="562" unicode="Þ"/><glyph d="M369 341h6q76 0 126.5-47.5T552 168q0-79-50.5-130T366-13q-87 0-136 45l33 56q43-35 96-35t85 31.5 32 80.5q0 48-32 78.5T357 274h-70v67l83 144-1 2H155V0H77v560h418L369 343z" horiz-adv-x="581" unicode="ß"/><glyph d="m270 614-95 139 68 22 103-161zm162-464H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="à"/><glyph d="M322 614h-76l104 161 67-22zm110-464H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="á"/><glyph d="m224 620-41 44 116 115 116-116-41-44-75 78zm208-470H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="â"/><glyph d="M231 672q-36 0-61-28l-16 60q22 34 71 34 26 0 66.5-17.5T359 703q31 0 60 26l16-60q-6-10-25.5-20.5T365 638q-27 0-68 17t-66 17m201-522H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="ã"/><glyph d="M204 636q-19 0-32 13.5T159 682q0 20 13.5 33.5T205 729t32.5-14 13.5-33-14-32.5-33-13.5m190 0q-19 0-33 13.5T347 682q0 20 13.5 33.5T394 729q19 0 32.5-14t13.5-33-13.5-32.5T394 636m38-486H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="ä"/><glyph d="M299 599q-45 0-73.5 26T197 693t28.5 67.5T299 786t73.5-25.5T401 693t-28.5-68-73.5-26m0 139q-22 0-35-12.5T251 693q0-21 13-33.5t35-12.5 35 12.5 13 33.5q0 20-13 32.5T299 738m133-588H162L104 0H23l229 560h92L573 0h-82zm-27 68-49 125q-57 143-57 150h-3q0-4-60-157l-47-118z" horiz-adv-x="596" unicode="å"/><glyph d="M765 73V0H370v146H161L103 0H23l230 560h507v-73H445V325h244v-71H445V73zM370 214v275h-74L188 214z" horiz-adv-x="815" unicode="æ"/><glyph d="m526 172 75-20q-31-65-88-107.5T381-8q80-17 80-81 0-41-31-63t-91-22q-55 0-83 16v56q25-15 72-15 72 0 72 38 0 42-112 43v28Q177 7 107.5 86.5T38 280q0 125 84.5 208T334 571q88 0 158.5-42T597 406l-74-20q-66 113-188 113-95 0-156.5-61.5T117 280q0-97 61.5-158.5T334 60q66 0 115.5 31t76.5 81" horiz-adv-x="645" unicode="ç"/><glyph d="m219 775 104-161h-77l-95 139zM77 0v560h393v-73H155V325h243v-71H155V73h320V0z" horiz-adv-x="525" unicode="è"/><glyph d="M298 614h-76l104 161 67-22zM77 0v560h393v-73H155V325h243v-71H155V73h320V0z" horiz-adv-x="525" unicode="é"/><glyph d="m416 661-38-46-105 88-105-87-38 45 143 118zM77 0v560h393v-73H155V325h243v-71H155V73h320V0z" horiz-adv-x="525" unicode="ê"/><glyph d="M180 636q-19 0-32 13.5T135 682q0 20 13.5 33.5T181 729t32.5-14 13.5-33-14-32.5-33-13.5m190 0q-19 0-33 13.5T323 682q0 20 13.5 33.5T370 729q19 0 32.5-14t13.5-33-13.5-32.5T370 636M77 0v560h393v-73H155V325h243v-71H155V73h320V0z" horiz-adv-x="525" unicode="ë"/><glyph d="m60 775 104-161H88L-7 753zM77 0v560h78V0z" horiz-adv-x="232" unicode="ì"/><glyph d="M140 614H64l104 161 67-22zM77 0v560h78V0z" horiz-adv-x="232" unicode="í"/><glyph d="m232 663-40-44-75 78-76-77-40 44 116 115zM77 0v560h78V0z" horiz-adv-x="232" unicode="î"/><glyph d="M55 636q-19 0-32 13.5T10 682q0 20 13.5 33.5T56 729t32.5-14 13.5-33-14-32.5T55 636m123 0q-19 0-32.5 13.5T132 682q0 20 13.5 33.5T178 729t32.5-14 13.5-33-13.5-32.5T178 636M77 0v560h78V0z" horiz-adv-x="232" unicode="ï"/><glyph d="M77 560h193q138 0 224-76.5T580 278 495 74.5 275 0H77v253H11v70h66zm78-487h118q103 0 165.5 52.5T501 278t-63 154.5T269 487H155V323h173v-70H155z" horiz-adv-x="618" unicode="ð"/><glyph d="m431 729 16-60q-6-10-25.5-20.5T377 638q-27 0-68 17t-66 17q-36 0-61-28l-16 60q22 34 71 34 26 0 66.5-17.5T371 703q31 0 60 26M553 0h-80L155 441h-2v-4q0-4 .5-10.5t.5-15v-20l.5-24 .5-26.5V0H77v560h80l317-434h2v28l-.5 19-.5 22.5V560h78z" horiz-adv-x="630" unicode="ñ"/><glyph d="m277 775 104-161h-76l-96 139zM38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279q0-125-84.5-208T332-12 122.5 71 38 279m79 0q0-96 61.5-157.5T332 60t153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279" horiz-adv-x="665" unicode="ò"/><glyph d="M356 614h-76l104 161 67-22zM38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279q0-125-84.5-208T332-12 122.5 71 38 279m79 0q0-96 61.5-157.5T332 60t153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279" horiz-adv-x="665" unicode="ó"/><glyph d="m474 661-38-46-105 88-105-87-38 45 143 118zM38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279q0-125-84.5-208T332-12 122.5 71 38 279m79 0q0-96 61.5-157.5T332 60t153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279" horiz-adv-x="665" unicode="ô"/><glyph d="m453 729 16-60q-6-10-25.5-20.5T399 638q-27 0-68 17t-66 17q-36 0-61-28l-16 60q22 34 71 34 26 0 66.5-17.5T393 703q31 0 60 26M38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279q0-125-84.5-208T332-12 122.5 71 38 279m79 0q0-96 61.5-157.5T332 60t153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279" horiz-adv-x="665" unicode="õ"/><glyph d="M238 636q-19 0-32 13.5T193 682q0 20 13.5 33.5T239 729t32.5-14 13.5-33-14-32.5-33-13.5m190 0q-19 0-33 13.5T381 682q0 20 13.5 33.5T428 729q19 0 32.5-14t13.5-33-13.5-32.5T428 636M38 279q0 127 84.5 209.5T332 571t209.5-82.5T626 279q0-125-84.5-208T332-12 122.5 71 38 279m79 0q0-96 61.5-157.5T332 60t153.5 61.5T547 279q0 97-61 158.5T332 499t-154-61.5T117 279" horiz-adv-x="665" unicode="ö"/><glyph d="M334 425q-25 0-39.5 14.5T280 476t14.5 36 39.5 14q26 0 40-14.5t14-35.5q0-22-14-36.5T334 425m190-171H144v69h380zM334 55q-25 0-39.5 14.5T280 106t14.5 36 39.5 14q26 0 40-14.5t14-35.5q0-22-14-36.5T334 55" unicode="÷"/><glyph d="m598 566-59-75q87-84 87-212 0-125-84.5-208T332-12q-85 0-153 40l-57-75L64-3l58 74q-84 84-84 208 0 127 84.5 209.5T332 571q84 0 149-38l59 76zM117 279q0-87 52-147l267 342q-48 25-104 25-93 0-154-61.5T117 279M332 60q92 0 153.5 61.5T547 279q0 91-54 151L225 87q49-27 107-27" horiz-adv-x="665" unicode="ø"/><glyph d="m252 775 104-161h-77l-95 139zm291-215V241q0-126-61.5-189.5T305-12 129 51.5 68 241v319h79V233q0-173 159-173t159 173v327z" horiz-adv-x="611" unicode="ù"/><glyph d="M331 614h-76l104 161 67-22zm212-54V241q0-126-61.5-189.5T305-12 129 51.5 68 241v319h79V233q0-173 159-173t159 173v327z" horiz-adv-x="611" unicode="ú"/><glyph d="m449 661-38-46-105 88-105-87-38 45 143 118zm94-101V241q0-126-61.5-189.5T305-12 129 51.5 68 241v319h79V233q0-173 159-173t159 173v327z" horiz-adv-x="611" unicode="û"/><glyph d="M213 636q-19 0-32 13.5T168 682q0 20 13.5 33.5T214 729t32.5-14 13.5-33-14-32.5-33-13.5m190 0q-19 0-33 13.5T356 682q0 20 14 33.5t33 13.5 32.5-14 13.5-33-13.5-32.5T403 636m140-76V241q0-126-61.5-189.5T305-12 129 51.5 68 241v319h79V233q0-173 159-173t159 173v327z" horiz-adv-x="611" unicode="ü"/><glyph d="M301 614h-76l104 161 67-22zm8-614h-78v231L17 560h89l90-137q20-29 39-58.5t29-44.5l9-15h2l9 15q10 14 30 44.5t39 59.5l89 136h82L309 231z" horiz-adv-x="541" unicode="ý"/><glyph d="M155 441h78q215 0 215-160 0-155-215-155h-78V0H77v560h78zm0-251h80q69 0 101.5 21t32.5 69q0 47-33 68.5T235 370h-80z" horiz-adv-x="475" unicode="þ"/><glyph d="M183 636q-19 0-32.5 13.5T137 682q0 20 13.5 33.5T184 729q19 0 32-13.5t13-33.5q0-19-13.5-32.5T183 636m189 0q-19 0-32.5 13.5T326 682q0 20 13.5 33.5T372 729t32.5-13.5T418 682q0-19-13.5-32.5T372 636M309 0h-78v231L17 560h89l90-137q20-29 39-58.5t29-44.5l9-15h2l9 15q10 14 30 44.5t39 59.5l89 136h82L309 231z" horiz-adv-x="541" unicode="ÿ"/><glyph d="M943 0H478q-24-4-75-4-159 0-262 98T38 350t103.5 256T404 704q45 0 73-4h464v-76H552V405h307v-76H552V76h391zM120 351q0-129 77.5-205T404 70q38 0 68 10v542q-29 8-68 8-129 0-206.5-75T120 351" horiz-adv-x="997" unicode="Œ"/><glyph d="M787 0H399q-21-3-64-3-130 0-213.5 78T38 280t83.5 205T336 563q40 0 65-3h381v-73H467V325h243v-71H467V73h320zM117 281q0-97 60-155t160-58q27 0 55 5v414q-28 5-55 5-100 0-160-57.5T117 281" horiz-adv-x="840" unicode="œ"/><glyph d="M242 776q-19 0-32.5 13.5T196 822t13.5 33 32.5 14 32.5-13.5T288 822q0-19-13.5-32.5T242 776m189 0q-19 0-32.5 13.5T385 822q0 20 13.5 33.5T431 869t32.5-14 13.5-33-13.5-32.5T431 776m-62-472V0h-82v304L17 700h94l157-230q16-22 31.5-45t22.5-35l8-11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" horiz-adv-x="657" unicode="Ÿ"/><glyph d="m409 801-38-46-104 88-105-87-39 45 144 118z" horiz-adv-x="533" unicode="ˆ"/><glyph d="m390 869 16-60q-22-31-70-31-27 0-68 17t-66 17q-36 0-61-28l-16 60q22 34 71 34 26 0 66.5-17.5T330 843q31 0 60 26" horiz-adv-x="533" unicode="˜"/><glyph horiz-adv-x="463"/><glyph horiz-adv-x="926"/><glyph horiz-adv-x="463"/><glyph horiz-adv-x="926"/><glyph horiz-adv-x="308"/><glyph horiz-adv-x="231"/><glyph horiz-adv-x="154"/><glyph horiz-adv-x="154"/><glyph horiz-adv-x="115"/><glyph horiz-adv-x="185"/><glyph horiz-adv-x="51"/><glyph d="M480 254H100v69h380z" horiz-adv-x="581" unicode="‐"/><glyph d="M480 254H100v69h380z" horiz-adv-x="581" unicode="‑"/><glyph d="M480 254H100v69h380z" horiz-adv-x="581" unicode="‒"/><glyph d="M567 254H100v69h467z" unicode="–"/><glyph d="M900 254H100v69h800z" horiz-adv-x="1001" unicode="—"/><glyph d="M116 607q20 3 33-8.5t13-32.5q0-20-14.5-33.5T110 519q-27 0-43 17.5T51 584q0 37 24.5 75t66.5 52l33-38q-22-7-39-27t-20-39" horiz-adv-x="224" unicode="‘"/><glyph d="M108 624q-21-3-33.5 8.5T62 665q0 20 14.5 33.5T114 712q27 0 42.5-17.5T172 647q0-37-24.5-75T82 520l-33 38q21 7 38 27t21 39" horiz-adv-x="224" unicode="’"/><glyph d="M108-2Q87-5 74.5 6.5T62 38q0 21 14 34t38 13q27 0 42.5-17T172 21q0-37-24.5-75T82-107L49-68q21 7 38 27t21 39" horiz-adv-x="224" unicode="‚"/><glyph d="M297 607q21 3 33.5-8.5T343 566q0-20-14.5-33.5T291 519q-27 0-43 17.5T232 584q0 37 24.5 75t66.5 52l33-38q-21-7-38-27t-21-39m-183 0q20 3 32.5-8.5T159 566q0-20-14-33.5T108 519q-27 0-43 17.5T49 584q0 37 24.5 75t66.5 52l32-38q-21-7-38-27t-20-39" horiz-adv-x="407" unicode="“"/><glyph d="M108 624q-21-3-33.5 8.5T62 665q0 20 14.5 33.5T114 712q27 0 42.5-17.5T172 647q0-37-24.5-75T82 520l-33 38q21 7 38 27t21 39m183 0q-20-3-32.5 8.5T246 665q0 20 14 33.5t37 13.5q27 0 43-17.5t16-47.5q0-37-24.5-75T265 520l-33 38q22 7 39 27t20 39" horiz-adv-x="407" unicode="”"/><glyph d="M108-2Q87-5 74.5 6.5T62 38q0 21 14 34t38 13q27 0 42.5-17T172 21q0-37-24.5-75T82-107L49-68q21 7 38 27t21 39m170 0q-21-3-33.5 8.5T232 38q0 21 14 34t38 13q27 0 43-17t16-47q0-37-24.5-75T252-107l-33 39q21 7 38 27t21 39" horiz-adv-x="394" unicode="„"/><glyph d="M159 205q-35 0-58.5 22.5T77 285q0 34 23.5 56.5T159 364t58.5-22.5T241 285q0-35-23.5-57.5T159 205" horiz-adv-x="318" unicode="•"/><glyph d="M102-11Q81-11 69 1T57 31t12 29.5T102 72t32.5-11.5T146 31q0-19-11.5-30.5T102-11m240 0q-21 0-33 12t-12 30 12 29.5T342 72t32.5-11.5T386 31q0-19-11.5-30.5T342-11m250 0q-21 0-33 12t-12 30 12 29.5T592 72t32.5-11.5T636 31q0-19-11.5-30.5T592-11" horiz-adv-x="694" unicode="…"/><glyph horiz-adv-x="185"/><glyph d="m295 513 47-47-192-186v-3L342 91l-47-47L60 279z" horiz-adv-x="402" unicode="‹"/><glyph d="M107 44 60 91l192 186v3L60 466l47 47 235-234z" horiz-adv-x="402" unicode="›"/><glyph horiz-adv-x="231"/><glyph d="m482 155 76-21q-23-64-79.5-105T333-12q-101 0-164 52T87 193H38v61h42l-1 31v20H39v60h46q17 101 78.5 153.5T327 571q88 0 149.5-39.5T555 415l-76-21q-11 44-47 75t-104 31q-131 0-158-135h173v-60H163l-1-19q0-6 .5-16.5t.5-15.5h180v-61H172Q202 61 336 61q109 0 146 94" horiz-adv-x="602" unicode="€"/><glyph d="M707 375h-54v256h-1l-5-10q-5-10-13.5-27.5T617 561l-58-112h-34l-58 112q-8 15-17.5 33T434 622l-5 10h-1l1-125V375h-53v325h68l71-138q7-12 14-25.5t11-20.5l3-6h1q3 3 26 51l69 139h68zM312 700v-52H202V375h-55v273H37v52z" horiz-adv-x="784" unicode="™"/><hkern k="-7" u1="2" u2="7"/><hkern k="17" u1="þ" u2="j"/><hkern k="83" u1="“" u2="æ"/><hkern k="83" u1="“" u2="å"/><hkern k="83" u1="“" u2="ä"/><hkern k="83" u1="“" u2="ã"/><hkern k="83" u1="“" u2="â"/><hkern k="83" u1="“" u2="á"/><hkern k="83" u1="“" u2="à"/><hkern k="83" u1="“" u2="Æ"/><hkern k="83" u1="“" u2="Å"/><hkern k="83" u1="“" u2="Ä"/><hkern k="83" u1="“" u2="Ã"/><hkern k="83" u1="“" u2="Â"/><hkern k="83" u1="“" u2="Á"/><hkern k="83" u1="“" u2="À"/><hkern k="116" u1="“" u2="j"/><hkern k="83" u1="“" u2="a"/><hkern k="123" u1="“" u2="J"/><hkern k="83" u1="“" u2="A"/><hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="80"/><hkern g1="germandbls" g2="j" k="-13"/><hkern g1="germandbls" g2="T" k="40"/><hkern g1="germandbls" g2="v,w,yen" k="33"/><hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10"/><hkern g1="germandbls" g2="y,yacute,ydieresis" k="33"/><hkern g1="germandbls" g2="V,W" k="80"/><hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="germandbls" g2="t" k="44"/><hkern g1="r" g2="J" k="-20"/><hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37"/><hkern g1="r" g2="Y,Yacute,Ydieresis" k="74"/><hkern g1="r" g2="j" k="-20"/><hkern g1="r" g2="T" k="60"/><hkern g1="r" g2="v,w,yen" k="10"/><hkern g1="r" g2="u,ugrave,uacute,ucircumflex,udieresis" k="5"/><hkern g1="r" g2="y,yacute,ydieresis" k="22"/><hkern g1="r" g2="V,W" k="47"/><hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16"/><hkern g1="r" g2="t" k="20"/><hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="3"/><hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3"/><hkern g1="r" g2="z" k="13"/><hkern g1="r" g2="numbersign" k="-3"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="17"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="47"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="7"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-3"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="16"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="7"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="7"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="z" g2="Y,Yacute,Ydieresis" k="34"/><hkern g1="z" g2="j" k="-13"/><hkern g1="z" g2="T" k="40"/><hkern g1="z" g2="V,W" k="16"/><hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13"/><hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="z" g2="guillemotleft,guilsinglleft" k="13"/><hkern g1="ordfeminine" g2="J" k="66"/><hkern g1="ordfeminine" g2="v,w,yen" k="34"/><hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="46"/><hkern g1="ordfeminine" g2="t" k="50"/><hkern g1="b" g2="Y,Yacute,Ydieresis" k="77"/><hkern g1="b" g2="j" k="-7"/><hkern g1="b" g2="T" k="87"/><hkern g1="b" g2="v,w,yen" k="14"/><hkern g1="b" g2="y,yacute,ydieresis" k="40"/><hkern g1="b" g2="V,W" k="77"/><hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30"/><hkern g1="b" g2="t" k="27"/><hkern g1="b" g2="x" k="10"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="J" k="-3"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="j" k="-3"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="7"/><hkern g1="Z" g2="v,w,yen" k="13"/><hkern g1="Z" g2="y,yacute,ydieresis" k="13"/><hkern g1="Z" g2="t" k="27"/><hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16"/><hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16"/><hkern g1="Z" g2="guillemotleft,guilsinglleft" k="13"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="J" k="10"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="17"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="103"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="35"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="40"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-2"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-5"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="53"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="21"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="13"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="23"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="33"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="26"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="27"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="34"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="slash" k="-3"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="37"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="26"/><hkern g1="R" g2="J" k="-7"/><hkern g1="R" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7"/><hkern g1="R" g2="Y,Yacute,Ydieresis" k="37"/><hkern g1="R" g2="j" k="-23"/><hkern g1="R" g2="T" k="23"/><hkern g1="R" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3"/><hkern g1="R" g2="V,W" k="17"/><hkern g1="R" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="3"/><hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3"/><hkern g1="R" g2="numbersign" k="-13"/><hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-5"/><hkern g1="R" g2="Z" k="13"/><hkern g1="g" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="g" g2="j" k="-13"/><hkern g1="g" g2="T" k="77"/><hkern g1="g" g2="v,w,yen" k="20"/><hkern g1="g" g2="y,yacute,ydieresis" k="33"/><hkern g1="g" g2="V,W" k="27"/><hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="27"/><hkern g1="g" g2="t" k="23"/><hkern g1="t" g2="J" k="80"/><hkern g1="t" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="t" g2="j" k="103"/><hkern g1="t" g2="T" k="33"/><hkern g1="t" g2="four" k="30"/><hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="60"/><hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="101"/><hkern g1="t" g2="numbersign" k="40"/><hkern g1="t" g2="dollar,s" k="20"/><hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67"/><hkern g1="t" g2="X" k="30"/><hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="77"/><hkern g1="t" g2="guillemotleft,guilsinglleft" k="7"/><hkern g1="t" g2="slash" k="47"/><hkern g1="t" g2="ordfeminine" k="50"/><hkern g1="t" g2="ampersand" k="27"/><hkern g1="t" g2="bullet" k="40"/><hkern g1="B" g2="J" k="-13"/><hkern g1="B" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="B" g2="T" k="43"/><hkern g1="B" g2="v,w,yen" k="20"/><hkern g1="B" g2="y,yacute,ydieresis" k="20"/><hkern g1="B" g2="V,W" k="26"/><hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3"/><hkern g1="B" g2="X" k="10"/><hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="3"/><hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37"/><hkern g1="l" g2="Y,Yacute,Ydieresis" k="130"/><hkern g1="l" g2="j" k="-27"/><hkern g1="l" g2="T" k="86"/><hkern g1="l" g2="v,w,yen" k="80"/><hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="43"/><hkern g1="l" g2="y,yacute,ydieresis" k="97"/><hkern g1="l" g2="V,W" k="124"/><hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="69"/><hkern g1="l" g2="t" k="101"/><hkern g1="l" g2="question" k="80"/><hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="l" g2="seven" k="40"/><hkern g1="l" g2="four" k="27"/><hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="l" g2="trademark" k="140"/><hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34"/><hkern g1="l" g2="backslash" k="100"/><hkern g1="l" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3"/><hkern g1="ordmasculine" g2="J" k="17"/><hkern g1="ordmasculine" g2="v,w,yen" k="-7"/><hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-20"/><hkern g1="ordmasculine" g2="V,W" k="-5"/><hkern g1="ordmasculine" g2="seven" k="-7"/><hkern g1="ordmasculine" g2="x" k="-13"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="26"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-3"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="40"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-5"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-2"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="13"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="33"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="33"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="34"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="16"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="7"/><hkern g1="y,yacute,ydieresis" g2="J" k="100"/><hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="7"/><hkern g1="y,yacute,ydieresis" g2="j" k="100"/><hkern g1="y,yacute,ydieresis" g2="T" k="27"/><hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10"/><hkern g1="y,yacute,ydieresis" g2="y,yacute,ydieresis" k="-3"/><hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="50"/><hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="35"/><hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90"/><hkern g1="y,yacute,ydieresis" g2="numbersign" k="20"/><hkern g1="y,yacute,ydieresis" g2="dollar,s" k="7"/><hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90"/><hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83"/><hkern g1="y,yacute,ydieresis" g2="guillemotleft,guilsinglleft" k="10"/><hkern g1="y,yacute,ydieresis" g2="x" k="7"/><hkern g1="y,yacute,ydieresis" g2="slash" k="17"/><hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="46"/><hkern g1="y,yacute,ydieresis" g2="bullet" k="26"/><hkern g1="y,yacute,ydieresis" g2="ordmasculine" k="-3"/><hkern g1="y,yacute,ydieresis" g2="periodcentered" k="26"/><hkern g1="G" g2="J" k="-7"/><hkern g1="G" g2="Y,Yacute,Ydieresis" k="23"/><hkern g1="G" g2="T" k="23"/><hkern g1="G" g2="V,W" k="20"/><hkern g1="G" g2="dollar,s" k="-13"/><hkern g1="T" g2="J" k="130"/><hkern g1="T" g2="j" k="127"/><hkern g1="T" g2="v,w,yen" k="27"/><hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="74"/><hkern g1="T" g2="y,yacute,ydieresis" k="27"/><hkern g1="T" g2="t" k="33"/><hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40"/><hkern g1="T" g2="seven" k="27"/><hkern g1="T" g2="four" k="127"/><hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="83"/><hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="103"/><hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110"/><hkern g1="T" g2="z" k="40"/><hkern g1="T" g2="numbersign" k="57"/><hkern g1="T" g2="dollar,s" k="84"/><hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="T" g2="guillemotleft,guilsinglleft" k="80"/><hkern g1="T" g2="x" k="47"/><hkern g1="T" g2="slash" k="47"/><hkern g1="T" g2="ampersand" k="94"/><hkern g1="T" g2="bullet" k="60"/><hkern g1="T" g2="one" k="53"/><hkern g1="T" g2="periodcentered" k="47"/><hkern g1="T" g2="six" k="87"/><hkern g1="T" g2="two" k="40"/><hkern g1="T" g2="nine" k="67"/><hkern g1="T" g2="three,eight" k="67"/><hkern g1="T" g2="S" k="20"/><hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="81"/><hkern g1="T" g2="five" k="67"/><hkern g1="L" g2="J" k="-14"/><hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="34"/><hkern g1="L" g2="Y,Yacute,Ydieresis" k="130"/><hkern g1="L" g2="j" k="-7"/><hkern g1="L" g2="T" k="130"/><hkern g1="L" g2="v,w,yen" k="90"/><hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="L" g2="y,yacute,ydieresis" k="101"/><hkern g1="L" g2="V,W" k="101"/><hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80"/><hkern g1="L" g2="t" k="94"/><hkern g1="L" g2="question" k="80"/><hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="L" g2="trademark" k="140"/><hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27"/><hkern g1="L" g2="backslash" k="100"/><hkern g1="L" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-8"/><hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-3"/><hkern g1="L" g2="S" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="150"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="120"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="78"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="97"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="83"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="101"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="43"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="21"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="127"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-24"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="X" k="-5"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="53"/><hkern g1="seven,v,w,yen" g2="J" k="80"/><hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="seven,v,w,yen" g2="j" k="70"/><hkern g1="seven,v,w,yen" g2="T" k="27"/><hkern g1="seven,v,w,yen" g2="v,w,yen" k="-14"/><hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10"/><hkern g1="seven,v,w,yen" g2="seven" k="-3"/><hkern g1="seven,v,w,yen" g2="four" k="50"/><hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="30"/><hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78"/><hkern g1="seven,v,w,yen" g2="numbersign" k="23"/><hkern g1="seven,v,w,yen" g2="dollar,s" k="3"/><hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67"/><hkern g1="seven,v,w,yen" g2="X" k="3"/><hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="74"/><hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="10"/><hkern g1="seven,v,w,yen" g2="slash" k="84"/><hkern g1="seven,v,w,yen" g2="ordfeminine" k="34"/><hkern g1="seven,v,w,yen" g2="ordmasculine" k="-7"/><hkern g1="seven,v,w,yen" g2="six" k="37"/><hkern g1="seven,v,w,yen" g2="five" k="3"/><hkern g1="Y,Yacute,Ydieresis" g2="J" k="143"/><hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="j" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10"/><hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="7"/><hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="t" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="four" k="84"/><hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="76"/><hkern g1="Y,Yacute,Ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="100"/><hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="150"/><hkern g1="Y,Yacute,Ydieresis" g2="z" k="34"/><hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="110"/><hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="53"/><hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107"/><hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="x" k="13"/><hkern g1="Y,Yacute,Ydieresis" g2="slash" k="104"/><hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="70"/><hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="47"/><hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="47"/><hkern g1="Y,Yacute,Ydieresis" g2="six" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="S" k="14"/><hkern g1="Y,Yacute,Ydieresis" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="five" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50"/><hkern g1="f" g2="J" k="76"/><hkern g1="f" g2="Y,Yacute,Ydieresis" k="7"/><hkern g1="f" g2="j" k="113"/><hkern g1="f" g2="T" k="53"/><hkern g1="f" g2="V,W" k="33"/><hkern g1="f" g2="four" k="53"/><hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16"/><hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="94"/><hkern g1="f" g2="numbersign" k="33"/><hkern g1="f" g2="dollar,s" k="7"/><hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53"/><hkern g1="f" g2="X" k="20"/><hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="117"/><hkern g1="f" g2="slash" k="57"/><hkern g1="f" g2="braceright" k="7"/><hkern g1="f" g2="bracketright" k="7"/><hkern g1="f" g2="ordfeminine" k="50"/><hkern g1="f" g2="ordmasculine" k="13"/><hkern g1="dollar,s" g2="J" k="-13"/><hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="33"/><hkern g1="dollar,s" g2="j" k="-13"/><hkern g1="dollar,s" g2="T" k="80"/><hkern g1="dollar,s" g2="v,w,yen" k="3"/><hkern g1="dollar,s" g2="V,W" k="13"/><hkern g1="dollar,s" g2="t" k="20"/><hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="dollar,s" g2="x" k="7"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-34"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="107"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="j" k="-7"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="67"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="37"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="90"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="89"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="67"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="27"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="34"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="150"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="23"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="107"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="numbersign" k="-13"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-16"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="37"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="13"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="26"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="54"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60"/><hkern g1="V,W" g2="J" k="100"/><hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="V,W" g2="j" k="103"/><hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13"/><hkern g1="V,W" g2="V,W" k="-10"/><hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="V,W" g2="seven" k="-13"/><hkern g1="V,W" g2="four" k="91"/><hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="70"/><hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60"/><hkern g1="V,W" g2="backslash" k="-50"/><hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="97"/><hkern g1="V,W" g2="z" k="16"/><hkern g1="V,W" g2="numbersign" k="50"/><hkern g1="V,W" g2="dollar,s" k="37"/><hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="89"/><hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76"/><hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100"/><hkern g1="V,W" g2="x" k="27"/><hkern g1="V,W" g2="slash" k="63"/><hkern g1="V,W" g2="ampersand" k="20"/><hkern g1="V,W" g2="ordmasculine" k="-5"/><hkern g1="V,W" g2="six" k="46"/><hkern g1="V,W" g2="S" k="3"/><hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="23"/><hkern g1="V,W" g2="five" k="47"/><hkern g1="V,W" g2="guillemotright,guilsinglright" k="50"/><hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13"/><hkern g1="k" g2="Y,Yacute,Ydieresis" k="34"/><hkern g1="k" g2="j" k="-23"/><hkern g1="k" g2="T" k="53"/><hkern g1="k" g2="v,w,yen" k="7"/><hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13"/><hkern g1="k" g2="y,yacute,ydieresis" k="13"/><hkern g1="k" g2="V,W" k="13"/><hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="28"/><hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="k" g2="dollar,s" k="10"/><hkern g1="k" g2="ampersand" k="17"/><hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="73"/><hkern g1="c,ccedilla,Euro" g2="T" k="20"/><hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="7"/><hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10"/><hkern g1="c,ccedilla,Euro" g2="V,W" k="30"/><hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16"/><hkern g1="c,ccedilla,Euro" g2="t" k="27"/><hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="7"/><hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13"/><hkern g1="c,ccedilla,Euro" g2="x" k="7"/><hkern g1="c,ccedilla,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="13"/><hkern g1="x" g2="Y,Yacute,Ydieresis" k="13"/><hkern g1="x" g2="j" k="-27"/><hkern g1="x" g2="T" k="47"/><hkern g1="x" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3"/><hkern g1="x" g2="y,yacute,ydieresis" k="7"/><hkern g1="x" g2="V,W" k="27"/><hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26"/><hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="x" g2="dollar,s" k="7"/><hkern g1="x" g2="x" k="-10"/><hkern g1="x" g2="ordmasculine" k="-13"/><hkern g1="F" g2="J" k="146"/><hkern g1="F" g2="j" k="116"/><hkern g1="F" g2="v,w,yen" k="20"/><hkern g1="F" g2="y,yacute,ydieresis" k="27"/><hkern g1="F" g2="t" k="40"/><hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="24"/><hkern g1="F" g2="four" k="70"/><hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="48"/><hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110"/><hkern g1="F" g2="z" k="27"/><hkern g1="F" g2="numbersign" k="63"/><hkern g1="F" g2="dollar,s" k="27"/><hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="113"/><hkern g1="F" g2="X" k="3"/><hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="126"/><hkern g1="F" g2="slash" k="80"/><hkern g1="F" g2="ampersand" k="27"/><hkern g1="F" g2="six" k="44"/><hkern g1="F" g2="S" k="14"/><hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="33"/><hkern g1="p,thorn" g2="J" k="60"/><hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="64"/><hkern g1="p,thorn" g2="j" k="83"/><hkern g1="p,thorn" g2="T" k="87"/><hkern g1="p,thorn" g2="y,yacute,ydieresis" k="7"/><hkern g1="p,thorn" g2="V,W" k="23"/><hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16"/><hkern g1="p,thorn" g2="four" k="27"/><hkern g1="p,thorn" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3"/><hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57"/><hkern g1="p,thorn" g2="numbersign" k="27"/><hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53"/><hkern g1="p,thorn" g2="X" k="47"/><hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90"/><hkern g1="p,thorn" g2="x" k="13"/><hkern g1="p,thorn" g2="parenright" k="7"/><hkern g1="p,thorn" g2="slash" k="50"/><hkern g1="p,thorn" g2="braceright" k="13"/><hkern g1="p,thorn" g2="bracketright" k="10"/><hkern g1="p,thorn" g2="Z" k="13"/><hkern g1="p,thorn" g2="ordfeminine" k="13"/><hkern g1="S" g2="J" k="-13"/><hkern g1="S" g2="Y,Yacute,Ydieresis" k="14"/><hkern g1="S" g2="T" k="20"/><hkern g1="S" g2="X" k="5"/><hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-7"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="81"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="23"/><hkern g1="K" g2="J" k="-23"/><hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="K" g2="Y,Yacute,Ydieresis" k="13"/><hkern g1="K" g2="j" k="-16"/><hkern g1="K" g2="T" k="13"/><hkern g1="K" g2="v,w,yen" k="64"/><hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44"/><hkern g1="K" g2="y,yacute,ydieresis" k="70"/><hkern g1="K" g2="V,W" k="13"/><hkern g1="K" g2="t" k="70"/><hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45"/><hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44"/><hkern g1="K" g2="dollar,s" k="30"/><hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-21"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="j" k="10"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="74"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="13"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="28"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="x" k="3"/><hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="C,Ccedilla" g2="T" k="30"/><hkern g1="C,Ccedilla" g2="V,W" k="10"/><hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="36"/><hkern g1="C,Ccedilla" g2="numbersign" k="-20"/><hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="7"/><hkern g1="C,Ccedilla" g2="X" k="10"/><hkern g1="X" g2="J" k="-20"/><hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7"/><hkern g1="X" g2="v,w,yen" k="36"/><hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="X" g2="y,yacute,ydieresis" k="33"/><hkern g1="X" g2="t" k="30"/><hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33"/><hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="33"/><hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-5"/><hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16"/><hkern g1="X" g2="X" k="-10"/><hkern g1="X" g2="ampersand" k="13"/><hkern g1="X" g2="S" k="5"/><hkern g1="P,Thorn" g2="J" k="103"/><hkern g1="P,Thorn" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="P,Thorn" g2="j" k="103"/><hkern g1="P,Thorn" g2="T" k="27"/><hkern g1="P,Thorn" g2="v,w,yen" k="-7"/><hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-13"/><hkern g1="P,Thorn" g2="y,yacute,ydieresis" k="-7"/><hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="P,Thorn" g2="four" k="47"/><hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70"/><hkern g1="P,Thorn" g2="numbersign" k="46"/><hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="83"/><hkern g1="P,Thorn" g2="X" k="33"/><hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107"/><hkern g1="P,Thorn" g2="slash" k="60"/><hkern g1="P,Thorn" g2="Z" k="20"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="27"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="j" k="-3"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="33"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="7"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50"/><hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="guillemotleft,guilsinglleft" g2="J" k="13"/><hkern g1="guillemotleft,guilsinglleft" g2="T" k="10"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="76"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="83"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-34"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="80"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="77"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S" k="3"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="55"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="77"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-27"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="47"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="74"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-10"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s" k="3"/><hkern g1="four" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="four" g2="T" k="70"/><hkern g1="four" g2="backslash" k="53"/><hkern g1="four" g2="slash" k="-30"/><hkern g1="four" g2="ordmasculine" k="13"/><hkern g1="four" g2="seven" k="13"/><hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13"/><hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="27"/><hkern g1="ampersand" g2="V,W" k="34"/><hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="83"/><hkern g1="ampersand" g2="J" k="40"/><hkern g1="ampersand" g2="T" k="110"/><hkern g1="ampersand" g2="t" k="50"/><hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="ampersand" g2="y,yacute,ydieresis" k="27"/><hkern g1="ampersand" g2="j" k="47"/><hkern g1="ampersand" g2="one" k="37"/><hkern g1="ampersand" g2="v,w,yen" k="23"/><hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10"/><hkern g1="ampersand" g2="seven" k="57"/><hkern g1="ampersand" g2="x" k="20"/><hkern g1="ampersand" g2="two" k="37"/><hkern g1="ampersand" g2="X" k="33"/><hkern g1="ampersand" g2="z" k="13"/><hkern g1="ampersand" g2="three,eight" k="30"/><hkern g1="three,eight" g2="T" k="67"/><hkern g1="three,eight" g2="backslash" k="57"/><hkern g1="three,eight" g2="slash" k="-14"/><hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="braceleft" g2="four" k="57"/><hkern g1="braceleft" g2="one" k="13"/><hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44"/><hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="numbersign" g2="V,W" k="-27"/><hkern g1="numbersign" g2="Y,Yacute,Ydieresis" k="7"/><hkern g1="numbersign" g2="T" k="-37"/><hkern g1="numbersign" g2="t" k="-30"/><hkern g1="numbersign" g2="y,yacute,ydieresis" k="-3"/><hkern g1="numbersign" g2="j" k="47"/><hkern g1="numbersign" g2="v,w,yen" k="-7"/><hkern g1="numbersign" g2="backslash" k="13"/><hkern g1="numbersign" g2="slash" k="53"/><hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="six" g2="V,W" k="70"/><hkern g1="six" g2="Y,Yacute,Ydieresis" k="64"/><hkern g1="six" g2="T" k="80"/><hkern g1="six" g2="y,yacute,ydieresis" k="46"/><hkern g1="six" g2="one" k="40"/><hkern g1="six" g2="v,w,yen" k="30"/><hkern g1="six" g2="backslash" k="73"/><hkern g1="six" g2="slash" k="-20"/><hkern g1="six" g2="seven" k="27"/><hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37"/><hkern g1="nine" g2="J" k="70"/><hkern g1="nine" g2="T" k="67"/><hkern g1="nine" g2="j" k="40"/><hkern g1="nine" g2="backslash" k="30"/><hkern g1="nine" g2="slash" k="13"/><hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76"/><hkern g1="nine" g2="five" k="3"/><hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13"/><hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="47"/><hkern g1="bullet" g2="J" k="46"/><hkern g1="bullet" g2="T" k="60"/><hkern g1="bullet" g2="t" k="40"/><hkern g1="bullet" g2="y,yacute,ydieresis" k="26"/><hkern g1="bullet" g2="j" k="56"/><hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="26"/><hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="47"/><hkern g1="periodcentered" g2="J" k="33"/><hkern g1="periodcentered" g2="T" k="47"/><hkern g1="periodcentered" g2="y,yacute,ydieresis" k="26"/><hkern g1="periodcentered" g2="j" k="20"/><hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107"/><hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="127"/><hkern g1="slash" g2="t" k="-7"/><hkern g1="slash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="7"/><hkern g1="slash" g2="S" k="26"/><hkern g1="slash" g2="four" k="133"/><hkern g1="slash" g2="six" k="100"/><hkern g1="slash" g2="j" k="53"/><hkern g1="slash" g2="one" k="80"/><hkern g1="slash" g2="nine" k="47"/><hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="83"/><hkern g1="slash" g2="numbersign" k="116"/><hkern g1="slash" g2="dollar,s" k="53"/><hkern g1="slash" g2="two" k="64"/><hkern g1="slash" g2="z" k="7"/><hkern g1="slash" g2="three,eight" k="80"/><hkern g1="slash" g2="five" k="56"/><hkern g1="two" g2="T" k="40"/><hkern g1="two" g2="backslash" k="46"/><hkern g1="two" g2="slash" k="-24"/><hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60"/><hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="53"/><hkern g1="asterisk" g2="J" k="93"/><hkern g1="asterisk" g2="j" k="96"/><hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37"/><hkern g1="guillemotright,guilsinglright" g2="V,W" k="100"/><hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120"/><hkern g1="guillemotright,guilsinglright" g2="J" k="36"/><hkern g1="guillemotright,guilsinglright" g2="T" k="80"/><hkern g1="guillemotright,guilsinglright" g2="t" k="7"/><hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="23"/><hkern g1="guillemotright,guilsinglright" g2="j" k="37"/><hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="23"/><hkern g1="guillemotright,guilsinglright" g2="z" k="13"/><hkern g1="guillemotright,guilsinglright" g2="Z" k="13"/><hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33"/><hkern g1="parenleft" g2="four" k="60"/><hkern g1="parenleft" g2="one" k="3"/><hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34"/><hkern g1="backslash" g2="V,W" k="83"/><hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="104"/><hkern g1="backslash" g2="T" k="47"/><hkern g1="backslash" g2="t" k="53"/><hkern g1="backslash" g2="four" k="-7"/><hkern g1="backslash" g2="y,yacute,ydieresis" k="70"/><hkern g1="backslash" g2="j" k="-20"/><hkern g1="backslash" g2="one" k="26"/><hkern g1="backslash" g2="nine" k="36"/><hkern g1="backslash" g2="v,w,yen" k="70"/><hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="7"/><hkern g1="backslash" g2="seven" k="27"/><hkern g1="backslash" g2="two" k="-13"/><hkern g1="backslash" g2="z" k="-40"/><hkern g1="backslash" g2="three,eight" k="7"/><hkern g1="backslash" g2="five" k="-3"/><hkern g1="one" g2="T" k="7"/><hkern g1="one" g2="slash" k="-27"/><hkern g1="five" g2="Y,Yacute,Ydieresis" k="37"/><hkern g1="five" g2="T" k="67"/><hkern g1="five" g2="one" k="13"/><hkern g1="five" g2="backslash" k="30"/><hkern g1="five" g2="slash" k="-23"/><hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="34"/><hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="bracketleft" g2="four" k="57"/><hkern g1="bracketleft" g2="one" k="-7"/><hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="34"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="70"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="76"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="83"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="50"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="66"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="40"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="30"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="47"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="116"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="87"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="37"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="30"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="80"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50"/></font></defs></svg> \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/fonts/Novecentosanswide-UltraLight-webfont.svg b/docs/themes/hugo-docs/static/fonts/Novecentosanswide-UltraLight-webfont.svg index e642ab0..a9f412f 100644 --- a/docs/themes/hugo-docs/static/fonts/Novecentosanswide-UltraLight-webfont.svg +++ b/docs/themes/hugo-docs/static/fonts/Novecentosanswide-UltraLight-webfont.svg @@ -1,918 +1 @@ -<?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"> -<metadata></metadata> -<defs> -<font id="novecento_sans_wideultralight" horiz-adv-x="207" > -<font-face units-per-em="1000" ascent="821" descent="-179" /> -<missing-glyph horiz-adv-x="250" /> -<glyph horiz-adv-x="1000" /> -<glyph horiz-adv-x="1000" /> -<glyph unicode=" " horiz-adv-x="1000" /> -<glyph unicode=" " horiz-adv-x="250" /> -<glyph unicode=" " horiz-adv-x="250" /> -<glyph unicode=" " horiz-adv-x="250" /> -<glyph unicode="!" d="M117 700v-563h-27v563h27zM104 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9z" /> -<glyph unicode=""" horiz-adv-x="220" d="M75 700l-2 -217h-23l-2 217h27zM169 700l-2 -217h-23l-2 217h27z" /> -<glyph unicode="#" horiz-adv-x="658" d="M423 154h113l-6 -23h-114l-35 -131h-25l35 131h-207l-35 -131h-25l35 131h-114l6 23h115l68 254h-112l6 23h112l35 129h25l-35 -129h207l35 129h25l-35 -129h116l-6 -23h-116zM259 408l-68 -254h207l68 254h-207z" /> -<glyph unicode="$" horiz-adv-x="455" d="M415 141q0 -69 -45.5 -110t-124.5 -43v-78h-25v78q-159 9 -180 150l25 7q7 -64 53 -97.5t118 -33.5q70 0 111 33.5t41 93.5q0 36 -14 61.5t-42 40t-53 22t-62 15.5q-7 1 -11 2q-25 5 -40 9.5t-39.5 15.5t-38 25t-24.5 38.5t-11 56.5q0 62 42 101t117 43v79h25v-79 q148 -5 174 -134l-26 -7q-13 56 -49.5 85.5t-106.5 29.5q-71 0 -110 -32t-39 -85q0 -59 39 -84.5t114 -40.5q29 -6 47.5 -10.5t47 -16.5t45 -28t29.5 -43.5t13 -63.5z" /> -<glyph unicode="%" horiz-adv-x="688" d="M155 214q-119 0 -119 178t119 178t119 -178t-119 -178zM452 560l-189 -560h-29l189 560h29zM155 238q95 0 95 154t-95 154t-95 -154t95 -154zM533 -7q-119 0 -119 178q0 179 119 179t119 -179q0 -178 -119 -178zM533 17q95 0 95 154t-95 154t-95 -154t95 -154z" /> -<glyph unicode="&" horiz-adv-x="604" d="M481 280v-96q0 -97 -54.5 -146.5t-157.5 -49.5q-99 0 -152.5 43.5t-53.5 116.5q0 62 37 100t91 45v2q-47 9 -83 43t-36 93q0 66 47 103t136 37q53 0 96 -12t80 -47.5t48 -92.5l-25 -7q-31 133 -198 133q-157 0 -157 -112q0 -55 41.5 -90.5t116.5 -35.5h317v-26zM454 281 h-196q-74 0 -121 -34t-47 -99q0 -62 45.5 -98t133.5 -36q185 0 185 170v97z" /> -<glyph unicode="'" horiz-adv-x="126" d="M75 700l-2 -217h-23l-2 217h27z" /> -<glyph unicode="(" horiz-adv-x="320" d="M295 796l13 -24q-109 -40 -165 -154.5t-56 -323.5t56 -323.5t165 -154.5l-13 -24q-122 44 -178.5 168t-56.5 334t56.5 334t178.5 168z" /> -<glyph unicode=")" horiz-adv-x="320" d="M25 -208l-13 24q109 40 165 154.5t56 323.5t-56 323.5t-165 154.5l13 24q122 -44 178.5 -168t56.5 -334t-56.5 -334t-178.5 -168z" /> -<glyph unicode="*" horiz-adv-x="506" d="M276 527l85 -124l-21 -14l-87 122l-87 -122l-21 14l85 124l-140 45l8 23l142 -43v148h26v-148l142 43l8 -23z" /> -<glyph unicode="+" horiz-adv-x="668" d="M515 281h-167v-179h-29v179h-167v26h167v177h29v-177h167v-26z" /> -<glyph unicode="," horiz-adv-x="186" d="M105 -9q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -65.5t-53.5 -48.5l-14 13q25 10 41 36.5t16 46.5z" /> -<glyph unicode="-" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" /> -<glyph unicode="." horiz-adv-x="186" d="M93 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" /> -<glyph unicode="/" horiz-adv-x="448" d="M418 700l-358 -700h-30l358 700h30z" /> -<glyph unicode="0" horiz-adv-x="508" d="M254 571q105 0 159.5 -76t54.5 -215t-54.5 -215.5t-159.5 -76.5q-106 0 -160 76t-54 216q0 139 54 215t160 76zM254 545q-94 0 -140.5 -69t-46.5 -196t46.5 -196.5t140.5 -69.5t140.5 69.5t46.5 196.5t-46.5 196t-140.5 69z" /> -<glyph unicode="1" horiz-adv-x="307" d="M190 0v447q0 18 1 39t1 32l1 12h-1l-9 -10q-9 -10 -20.5 -22t-15.5 -16l-79 -82l-18 18l141 142h26v-560h-27z" /> -<glyph unicode="2" horiz-adv-x="476" d="M51 0v31l212 174q72 59 102.5 102t30.5 94q0 62 -42 103t-121 41q-77 0 -116 -38.5t-42 -94.5l-25 7q6 76 59 114t128 38q87 0 136.5 -48t49.5 -125q0 -54 -31 -99.5t-111 -111.5l-195 -160l1 -1h82h257v-26h-375z" /> -<glyph unicode="3" horiz-adv-x="470" d="M312 295v-3q52 -7 85 -43t33 -95q0 -75 -53.5 -120.5t-135.5 -45.5t-137.5 45.5t-63.5 116.5l24 7q10 -68 58.5 -105.5t121.5 -37.5q77 0 117.5 41t40.5 101q0 62 -43 93.5t-120 31.5h-50v26h50q158 0 158 118q0 58 -40 89t-115 31q-86 0 -121.5 -37t-42.5 -96l-25 7 q9 78 61 115t132 37q88 0 133 -40t45 -103q0 -53 -31 -89t-81 -44z" /> -<glyph unicode="4" horiz-adv-x="501" d="M367 0h-27v163h-305v29l297 368h35v-371h84v-26h-84v-163zM340 406v124h-1l-276 -340l1 -1h108h168v217z" /> -<glyph unicode="5" horiz-adv-x="497" d="M94 294l1 -1q17 26 59 48t99 22q85 0 139.5 -51.5t54.5 -136.5t-55 -136t-140 -51q-77 0 -132 43.5t-70 119.5l25 6q12 -68 60.5 -105.5t116.5 -37.5q74 0 121 43.5t47 118.5q0 74 -47.5 117.5t-126.5 43.5q-62 0 -101.5 -25.5t-53.5 -60.5l-23 7l49 302h293v-26h-273 l-22 -133q-3 -18 -6 -35.5t-5.5 -29.5t-5 -22t-3.5 -15z" /> -<glyph unicode="6" horiz-adv-x="488" d="M96 301l2 -1q51 65 147 65q88 0 143 -52t55 -133q0 -84 -56.5 -138t-145.5 -54q-88 0 -143.5 54t-55.5 142t62 169l160 207h33zM242 14q77 0 125 45.5t49 120.5q1 72 -46.5 115.5t-127.5 43.5q-79 0 -126 -43.5t-47 -116.5q0 -74 47.5 -119.5t125.5 -45.5z" /> -<glyph unicode="7" horiz-adv-x="443" d="M418 536l-302 -536h-30l270 482q7 13 15.5 25.5t12.5 19.5l5 7l-1 1q-38 -1 -71 -1h-287v26h388v-24z" /> -<glyph unicode="8" horiz-adv-x="490" d="M40 148q0 64 42.5 102t100.5 42v2q-36 3 -76.5 38t-40.5 93q0 62 47.5 104t131.5 42q82 0 130.5 -42t48.5 -103q0 -41 -23 -72.5t-48.5 -44.5t-44.5 -15v-2q57 -4 99.5 -42.5t42.5 -101.5q0 -72 -56.5 -116t-148.5 -44t-148.5 44t-56.5 116zM92 424q0 -55 43.5 -87.5 t109.5 -31.5q69 1 111 34.5t42 85.5t-41.5 86t-111.5 34q-72 0 -112.5 -34t-40.5 -87zM67 149q0 -63 48 -99t130 -36t130 36t48 99q0 62 -47.5 96t-130.5 34t-130.5 -34t-47.5 -96z" /> -<glyph unicode="9" horiz-adv-x="497" d="M397 255l-1 1q-60 -66 -153 -66q-89 0 -143.5 52.5t-54.5 136.5q0 85 56.5 138.5t146.5 53.5q89 0 146.5 -52t57.5 -142q0 -55 -26.5 -107.5t-90.5 -129.5l-120 -140h-33zM248 545q-74 0 -125 -42t-51 -125q0 -82 50.5 -122t125.5 -40q77 0 127 42t50 122q0 82 -51 123.5 t-126 41.5z" /> -<glyph unicode=":" horiz-adv-x="186" d="M93 349q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5zM93 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" /> -<glyph unicode=";" horiz-adv-x="186" d="M93 349q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5zM105 -9q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -65.5t-53.5 -48.5l-14 13q25 10 41 36.5t16 46.5z" /> -<glyph unicode="<" horiz-adv-x="668" d="M539 47l-451 232v32l451 232v-30l-425 -217v-2l425 -217v-30z" /> -<glyph unicode="=" horiz-adv-x="668" d="M515 358h-363v26h363v-26zM515 205h-363v26h363v-26z" /> -<glyph unicode=">" horiz-adv-x="668" d="M554 294v2l-425 217v30l451 -232v-32l-451 -232v30z" /> -<glyph unicode="?" horiz-adv-x="555" d="M248 137v182q128 48 180.5 94.5t52.5 112.5q0 65 -45 113t-150 48q-176 0 -216 -163l-25 7q21 91 84 137t160 46q113 0 167 -55.5t54 -130.5q0 -44 -19 -81t-54.5 -63.5t-72.5 -45t-87 -36.5v-165h-29zM261 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5 t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" /> -<glyph unicode="@" horiz-adv-x="782" d="M536 419v-228q0 -87 72 -87q48 0 75 43t27 121q0 143 -90.5 236.5t-229.5 93.5q-138 0 -228 -93.5t-90 -240.5q0 -146 85 -239t226 -93q154 0 233 79l20 -16q-48 -49 -120.5 -69t-131.5 -20q-154 0 -246.5 101.5t-92.5 257.5q0 155 98.5 257t247.5 102t247.5 -102 t98.5 -255q0 -88 -34.5 -138t-94.5 -50q-37 0 -64 23t-31 65h-2q-16 -42 -52.5 -65t-83.5 -23q-65 0 -112.5 48.5t-47.5 127.5q0 78 43.5 130t116.5 52q34 0 61 -10t41.5 -24.5t21.5 -25.5t9 -19h2v61h26zM375 105q61 0 95 38.5t40 98.5v30q0 62 -37 100.5t-98 38.5 q-64 0 -98.5 -43t-34.5 -113t37 -110t96 -40z" /> -<glyph unicode="A" horiz-adv-x="715" d="M552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="B" horiz-adv-x="618" d="M395 377v-3q27 -2 55.5 -12t57 -30t47 -57t18.5 -85q0 -93 -61 -141.5t-169 -48.5h-253v700h220q96 0 151.5 -45.5t55.5 -120.5q0 -70 -36 -108.5t-86 -48.5zM117 385h200q78 0 125.5 37.5t47.5 109.5q0 66 -49 104t-135 38h-189v-289zM117 26h228q92 0 146.5 40.5 t54.5 120.5t-60 126t-144 46h-225v-333z" /> -<glyph unicode="C" horiz-adv-x="781" d="M701 197l25 -7q-42 -95 -128 -148.5t-196 -53.5q-153 0 -255 100.5t-102 263.5q0 165 101 263.5t257 98.5q115 0 196.5 -52.5t116.5 -131.5l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-147 0 -240 -90.5t-93 -245.5q0 -154 94.5 -246t235.5 -92q98 0 178 48.5 t121 134.5z" /> -<glyph unicode="D" horiz-adv-x="715" d="M90 700h207q168 0 270.5 -95t102.5 -258q0 -161 -100.5 -254t-262.5 -93h-217v700zM117 26h190q147 0 241.5 84.5t94.5 236.5q0 154 -95.5 240.5t-250.5 86.5h-180v-648z" /> -<glyph unicode="E" horiz-adv-x="591" d="M90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" /> -<glyph unicode="F" horiz-adv-x="576" d="M536 674h-419v-297h336v-26h-336v-351h-27v700h446v-26z" /> -<glyph unicode="G" horiz-adv-x="797" d="M727 0h-26q0 46 0.5 76.5t0.5 43v14.5h-1q-15 -21 -36.5 -41.5t-58 -46.5t-90 -42t-114.5 -16q-153 0 -255 100t-102 263q0 165 102 264t258 99q115 0 196.5 -52.5t116.5 -131.5l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-148 0 -241.5 -90.5t-93.5 -244.5 q0 -155 94 -247t236 -92q106 0 188.5 50.5t110.5 108.5v142h-229v26h255v-341z" /> -<glyph unicode="H" horiz-adv-x="693" d="M576 0v359h-459v-359h-27v700h27v-315h459v315h27v-700h-27z" /> -<glyph unicode="I" d="M90 0v700h27v-700h-27z" /> -<glyph unicode="J" horiz-adv-x="470" d="M385 700v-440q0 -131 -55.5 -201.5t-160.5 -70.5q-102 0 -169 86l14 24q60 -84 156 -84q91 0 139 62.5t48 179.5v444h28z" /> -<glyph unicode="K" horiz-adv-x="613" d="M561 0l-297 402l-147 -149v-253h-27v700h27v-234v-44v-39t-0.5 -32.5t-0.5 -26.5v-19v-13v-4h1l138 141l269 271h34l-274 -278l309 -423z" /> -<glyph unicode="L" horiz-adv-x="560" d="M90 0v700h27v-674h403v-26h-430z" /> -<glyph unicode="M" horiz-adv-x="793" d="M676 0v406v36t0.5 45.5t1 48.5t0.5 47t0.5 39.5t0.5 27.5v11h-1l-3 -7q-3 -6 -11 -21.5t-19 -36.5t-30 -56t-42 -75l-166 -293h-21l-164 289q-23 41 -43 77t-31 57.5t-19 37t-11 21.5l-3 7h-1v-11q0 -10 0.5 -27.5t1 -39.5t0.5 -47t0.5 -48.5t0.5 -45.5v-36v-406h-27v700 h28l278 -497h1l278 497h28v-700h-27z" /> -<glyph unicode="N" horiz-adv-x="713" d="M596 0l-481 665h-1v-5q0 -5 0.5 -13t1 -19.5t0.5 -26t0.5 -30t0.5 -34v-35.5v-502h-27v700h27l481 -661h1v5q0 5 -0.5 13t-0.5 19.5t-0.5 26t-1 30t-0.5 33.5v35v499h27v-700h-27z" /> -<glyph unicode="O" horiz-adv-x="807" d="M45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" /> -<glyph unicode="P" horiz-adv-x="552" d="M90 700h181q120 0 185.5 -51t65.5 -152q0 -99 -66 -151t-185 -52h-154v-294h-27v700zM117 320h154q110 0 167 45t57 132q0 177 -224 177h-154v-354z" /> -<glyph unicode="Q" horiz-adv-x="807" d="M762 351q0 -158 -98.5 -258t-246.5 -105v-120h-29v120q-147 5 -245 105.5t-98 257.5q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5zM403 14q142 0 237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5t94.5 -245.5t236.5 -91.5z" /> -<glyph unicode="R" horiz-adv-x="575" d="M491 0l-177 303q-18 -1 -82 -1h-115v-302h-27v700h182q118 0 184 -54t66 -152q0 -163 -178 -188l181 -306h-34zM117 327h160q218 0 218 167q0 91 -59.5 135.5t-165.5 44.5h-153v-347z" /> -<glyph unicode="S" horiz-adv-x="571" d="M40 190l26 7q3 -92 68.5 -137.5t167.5 -45.5q96 0 149 40.5t53 120.5q0 27 -6.5 49t-15.5 37.5t-26.5 28.5t-29.5 20.5t-36.5 15t-36 10.5t-38.5 8t-34 7q-39 9 -61 14.5t-56.5 20.5t-53.5 32.5t-34 48.5t-15 70q0 83 57 130t161 47q96 0 158.5 -42t81.5 -127l-26 -7 q-34 150 -213 150q-93 0 -142.5 -39t-49.5 -109q0 -41 16 -70.5t48.5 -47t62 -27t75.5 -18.5q31 -6 47.5 -9.5t46 -12t46.5 -17t39 -24t33.5 -34t20 -45.5t8.5 -59q0 -92 -60.5 -140t-171.5 -48q-47 0 -88 9t-79.5 30.5t-63 63t-28.5 99.5z" /> -<glyph unicode="T" horiz-adv-x="623" d="M583 674h-258v-674h-27v674h-258v26h543v-26z" /> -<glyph unicode="U" horiz-adv-x="687" d="M607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" /> -<glyph unicode="V" horiz-adv-x="655" d="M339 0h-23l-296 700h28l166 -390q18 -43 36.5 -87t31.5 -76t23.5 -58t16.5 -40l5 -14h1l6 13q5 14 15 39.5t23 57t31 75t36 85.5l168 395h28z" /> -<glyph unicode="W" horiz-adv-x="915" d="M633 0l-109 333q-15 47 -31.5 101.5t-25.5 84.5l-9 30h-1l-9 -31q-9 -30 -25.5 -86t-33.5 -106l-107 -326h-23l-239 700h27l121 -354q18 -53 43.5 -129t42 -124.5t16.5 -49.5h1q0 1 14.5 48.5t35.5 114l33 104.5l91 278h25l91 -278l33 -104.5t35.5 -114t14.5 -48.5h1 q0 1 16 49.5t40 122.5t42 125l125 360h27l-239 -700h-23z" /> -<glyph unicode="X" horiz-adv-x="631" d="M578 0l-158 210q-32 42 -59 79t-36 49l-9 11h-1q-3 0 -108 -141l-154 -208h-33l278 367l-250 333h32l151 -201q86 -115 88 -115h1q1 0 84 115l147 201h32l-248 -335l276 -365h-33z" /> -<glyph unicode="Y" horiz-adv-x="622" d="M324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" /> -<glyph unicode="Z" horiz-adv-x="646" d="M601 676l-440 -550q-18 -23 -34 -42.5t-24 -29.5t-14 -17t-8 -9l-2 -3l1 -1h4q4 0 10.5 0.5t15.5 1t21 0.5h25h445v-26h-556v24l442 552q24 31 45 55.5t29 33.5l8 9l-1 1h-2h-4t-7 -0.5t-10.5 -0.5h-14h-18h-22.5h-435v26h546v-24z" /> -<glyph unicode="[" horiz-adv-x="320" d="M279 -182v-26h-184v1004h184v-26h-154v-952h154z" /> -<glyph unicode="\" horiz-adv-x="448" d="M418 0h-30l-358 700h30z" /> -<glyph unicode="]" horiz-adv-x="320" d="M41 770v26h184v-1004h-184v26h154v952h-154z" /> -<glyph unicode="^" horiz-adv-x="668" d="M334 685l-247 -320l-22 15l253 328h32l253 -328l-22 -15z" /> -<glyph unicode="_" horiz-adv-x="723" d="M633 -21h-543v21h543v-21z" /> -<glyph unicode="`" horiz-adv-x="500" d="M214 902l99 -148h-30l-96 138z" /> -<glyph unicode="a" horiz-adv-x="579" d="M440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="b" horiz-adv-x="533" d="M345 299v-3q53 -4 98 -39.5t45 -104.5t-49.5 -110.5t-130.5 -41.5h-218v560h196q71 0 116 -38.5t45 -94.5q0 -105 -102 -128zM117 307h164q54 0 96.5 30t42.5 87q0 47 -38 78.5t-100 31.5h-165v-227zM117 26h192q66 0 109 33t43 91q0 60 -45.5 95.5t-112.5 35.5h-186 v-255z" /> -<glyph unicode="c" horiz-adv-x="656" d="M575 158l26 -7q-36 -75 -106.5 -119t-158.5 -44q-124 0 -207.5 83t-83.5 209q0 125 83.5 208t206.5 83q83 0 154 -41t106 -124l-26 -7q-76 146 -231 146q-116 0 -191 -74t-75 -191t75 -191.5t189 -74.5q81 0 143 39.5t96 104.5z" /> -<glyph unicode="d" horiz-adv-x="612" d="M90 560h170q138 0 222.5 -76.5t84.5 -205.5q0 -128 -83 -203t-216 -75h-178v560zM117 26h150q120 0 196.5 66.5t76.5 185.5q0 120 -77 188t-204 68h-142v-508z" /> -<glyph unicode="e" horiz-adv-x="513" d="M90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" /> -<glyph unicode="f" horiz-adv-x="493" d="M453 534h-336v-235h254v-26h-254v-273h-27v560h363v-26z" /> -<glyph unicode="g" horiz-adv-x="675" d="M605 0h-26v31.5v25t0.5 18.5t0.5 13.5v9v4.5v2h-1q-91 -116 -239 -116q-129 0 -212 82.5t-83 208.5t83 209t205 83q80 0 152.5 -39.5t109.5 -125.5l-26 -7q-25 58 -84.5 102t-148.5 44q-114 0 -189 -74.5t-75 -191.5t75 -191t190 -74q87 0 152.5 40.5t89.5 87.5v97h-186 v26h212v-265z" /> -<glyph unicode="h" horiz-adv-x="613" d="M523 0h-27v281h-379v-281h-27v560h27v-253h379v253h27v-560z" /> -<glyph unicode="i" d="M90 0v560h27v-560h-27z" /> -<glyph unicode="j" horiz-adv-x="402" d="M317 560v-354q0 -105 -46 -161.5t-131 -56.5q-88 0 -140 65l15 21q47 -60 125 -60q73 0 111.5 48.5t38.5 140.5v357h27z" /> -<glyph unicode="k" horiz-adv-x="531" d="M478 0l-241 317l-120 -117v-200h-27v560h27v-185v-35v-30.5t-0.5 -26t-0.5 -21.5v-15.5v-10.5v-3h1q53 53 93 92l240 235h36l-230 -224l255 -336h-33z" /> -<glyph unicode="l" horiz-adv-x="478" d="M90 0v560h27v-534h321v-26h-348z" /> -<glyph unicode="m" horiz-adv-x="686" d="M569 0v316l1 206h-1l-215 -384h-24l-214 385h-1v-9q0 -8 0.5 -22t0.5 -32v-38t0.5 -39t0.5 -37v-30v-316h-27v560h34l145 -258q21 -39 40 -73.5t26 -48.5l7 -13h2l7 13q7 14 26 49t41 74l144 257h34v-560h-27z" /> -<glyph unicode="n" horiz-adv-x="613" d="M523 0h-26l-381 521h-1v-4q0 -4 0.5 -10.5t0.5 -15.5v-21t0.5 -24t0.5 -27v-29v-390h-27v560h27l380 -516h1v4q0 4 -0.5 10.5t-0.5 15v20t-0.5 24t-0.5 26.5v28v388h27v-560z" /> -<glyph unicode="o" horiz-adv-x="667" d="M45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" /> -<glyph unicode="p" horiz-adv-x="478" d="M90 560h151q101 0 154 -42t53 -117t-53 -116.5t-154 -41.5h-124v-243h-27v560zM117 269h125q87 0 133 35t46 97q0 63 -46 98t-133 35h-125v-265z" /> -<glyph unicode="q" horiz-adv-x="667" d="M622 279q0 -121 -79.5 -203.5t-196.5 -87.5v-104h-27v104q-116 5 -195 87.5t-79 203.5q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5zM333 14q111 0 186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5q0 -116 75 -190.5t186 -74.5z" /> -<glyph unicode="r" horiz-adv-x="507" d="M426 0l-153 251q-30 -2 -69 -2h-87v-249h-27v560h152q98 0 152 -39t54 -114q0 -65 -39 -104.5t-107 -48.5l155 -254h-31zM117 275h124q180 0 180 130q0 129 -180 129h-124v-259z" /> -<glyph unicode="s" horiz-adv-x="475" d="M40 138l25 7q7 -64 56 -97.5t126 -33.5q75 0 118 32t43 95q0 30 -10.5 52.5t-27 36t-40 23t-47.5 15.5t-51 11q-11 2 -17 3q-26 5 -42.5 9.5t-41.5 15.5t-40 25t-26 39t-11 56q0 68 47.5 106t134.5 38q166 0 195 -134l-26 -7q-13 56 -52 85.5t-114 29.5q-76 0 -117 -30.5 t-41 -86.5q0 -59 41.5 -84.5t120.5 -40.5q91 -17 128 -40q64 -41 64 -122q0 -74 -50 -113.5t-138 -39.5q-34 0 -64 6.5t-61.5 21.5t-53 46.5t-28.5 75.5z" /> -<glyph unicode="t" horiz-adv-x="521" d="M481 534h-207v-534h-27v534h-207v26h441v-26z" /> -<glyph unicode="u" horiz-adv-x="596" d="M516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" /> -<glyph unicode="v" horiz-adv-x="577" d="M300 0h-24l-256 560h29l141 -307q19 -42 36.5 -80t28 -62t18.5 -41.5t11 -25.5l4 -9h1l3 8q4 8 11.5 25t18 40.5t27.5 61t37 80.5l143 310h28z" /> -<glyph unicode="w" horiz-adv-x="763" d="M523 0l-78 235q-17 51 -33 101t-23 73l-7 23h-1l-7 -24q-8 -23 -24 -73t-33 -101l-77 -234h-24l-196 560h28l101 -291q22 -62 41.5 -121t27.5 -86l9 -26h1l8 26q8 25 25 77t33 101l76 232h23l76 -232q16 -49 33 -101t25 -77l8 -26h1l8 26q9 27 28.5 86t41.5 121l101 291 h28l-196 -560h-24z" /> -<glyph unicode="x" horiz-adv-x="540" d="M487 0l-125 157q-27 34 -52.5 66t-33.5 42l-8 10h-1q-1 0 -95 -121l-120 -154h-32l230 293l-210 267h32l100 -126q27 -34 53 -67t35 -45l10 -12h1l9 12q10 13 36.5 47t53.5 69l95 122h32l-211 -269l234 -291h-33z" /> -<glyph unicode="y" horiz-adv-x="509" d="M268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127l109 151h31l-221 -304v-256z" /> -<glyph unicode="z" horiz-adv-x="547" d="M502 536l-313 -381l-109 -129l1 -1q22 1 63 1h358v-26h-457v24l322 388q36 43 62 74t33 40l7 8h-1h-64h-351v26h449v-24z" /> -<glyph unicode="{" horiz-adv-x="360" d="M183 606v-154q0 -126 -65 -158q11 -5 23 -15t27 -48.5t15 -95.5v-153q0 -92 35.5 -128t98.5 -36v-26q-76 0 -118.5 45.5t-42.5 154.5v148q0 38 -6 66t-13.5 41.5t-18 21.5t-16 9.5t-11.5 2.5h-1v26q27 5 41 26q25 36 25 115v148q0 109 42.5 154.5t118.5 45.5v-26 q-63 0 -98.5 -36t-35.5 -128z" /> -<glyph unicode="|" horiz-adv-x="147" d="M60 775h27v-849h-27v849z" /> -<glyph unicode="}" horiz-adv-x="360" d="M177 -18v154q0 126 65 158q-11 5 -23 15t-27 48.5t-15 95.5v153q0 92 -35.5 128t-98.5 36v26q76 0 118.5 -45.5t42.5 -154.5v-148q0 -38 6 -66t13.5 -41.5t18 -21.5t16 -9.5t11.5 -2.5h1v-26q-27 -5 -41 -26q-25 -36 -25 -115v-148q0 -109 -42.5 -154.5t-118.5 -45.5v26 q63 0 98.5 36t35.5 128z" /> -<glyph unicode="~" horiz-adv-x="668" d="M531 334l5 -26q-35 -45 -107 -45q-35 0 -96 22.5t-98 22.5q-51 0 -96 -48l-7 25q43 50 108 50q35 0 95.5 -22.5t97.5 -22.5q54 0 98 44z" /> -<glyph unicode="¡" d="M104 710q16 0 25 -9.5t9 -23.5t-9.5 -23t-24.5 -9q-16 0 -25 9.5t-9 22.5q0 15 9 24t25 9zM91 0v563h27v-563h-27z" /> -<glyph unicode="¢" horiz-adv-x="589" d="M299 49q68 0 122 33t82 92l25 -8q-29 -65 -86.5 -102t-128.5 -41v-111h-25v111q-107 4 -175 74t-68 182q0 111 67 181.5t175 75.5v104h26v-104q74 -3 134 -42t87 -115l-25 -7q-23 62 -76 100t-129 38q-104 0 -168 -63t-64 -167t64 -167.5t163 -63.5z" /> -<glyph unicode="£" horiz-adv-x="496" d="M452 26v-26h-416v26q45 8 60.5 38.5t15.5 83.5q0 37 -8 123h-68v26h65q-8 82 -8 107q0 86 45.5 126.5t122.5 40.5q155 0 175 -149l-25 -7q-10 62 -44.5 96t-105.5 34q-141 0 -141 -140q0 -24 8 -108h222v-26h-219q8 -84 8 -122q0 -105 -56 -124l1 -1h32q31 1 80 1.5 t92 0.5h164z" /> -<glyph unicode="¤" horiz-adv-x="636" d="M574 530l-72 -72q73 -75 73 -179q0 -93 -61 -165l77 -78l-18 -18l-76 77q-77 -72 -179 -72q-100 0 -179 72l-77 -77l-17 18l78 79q-61 71 -61 164q0 104 72 179l-73 72l18 18l75 -73q73 61 164 61q94 0 165 -60l74 72zM318 510q-96 0 -162.5 -67.5t-66.5 -163.5 t66.5 -163t162.5 -67t163 67t67 163t-67 163.5t-163 67.5z" /> -<glyph unicode="¥" horiz-adv-x="469" d="M300 335h113v-26h-130l-35 -53v-7h165v-26h-165v-223h-27v223h-165v26h165v7l-35 53h-130v26h113l-149 225h32l121 -185l61 -93h1q6 6 62 93l121 185h31z" /> -<glyph unicode="¦" horiz-adv-x="147" d="M87 490h-27v285h27v-285zM87 -74h-27v285h27v-285z" /> -<glyph unicode="§" horiz-adv-x="668" d="M460 249q52 -15 78.5 -42.5t26.5 -75.5q0 -73 -59 -108t-162 -35q-42 0 -78.5 5.5t-76.5 19.5t-65 43.5t-29 72.5l26 7q8 -122 222 -122q195 0 195 117q0 25 -10.5 43t-25 29t-48 20.5t-60.5 14t-83 13.5q-29 4 -46 7.5t-45.5 10.5t-46 16t-36 22t-27.5 32t-9 43 q0 45 32.5 72.5t86.5 37.5q-109 32 -109 109q0 33 18.5 56.5t50 35t64.5 16.5t70 5q204 0 229 -143l-25 -7q-15 68 -68 95.5t-140 27.5q-172 0 -172 -86q0 -18 6.5 -31.5t21 -24t30 -17.5t43 -13.5t49 -10.5t58.5 -10q50 -8 75 -13t59 -15t49 -22t26.5 -32.5t11.5 -48.5 q0 -90 -107 -114zM128 381q0 -26 14 -44t45.5 -30t61.5 -18.5t83 -14.5q50 -7 78 -13q59 8 94.5 33t35.5 66q0 20 -7 35.5t-23.5 26.5t-31.5 18.5t-42.5 13t-44 8.5t-47.5 7q-5 1 -7.5 1t-7 1t-7.5 1q-45 7 -53 9q-141 -17 -141 -100z" /> -<glyph unicode="¨" horiz-adv-x="500" d="M162 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM336 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5z" /> -<glyph unicode="©" horiz-adv-x="817" d="M408 629q153 0 258.5 -103.5t105.5 -260.5t-105.5 -260.5t-258.5 -103.5q-152 0 -257.5 103.5t-105.5 260.5t105.5 260.5t257.5 103.5zM408 603q-145 0 -240.5 -93t-95.5 -244t95.5 -245t240.5 -94t241 93.5t96 245.5t-96 244.5t-241 92.5zM554 189l25 -8 q-23 -49 -71 -77.5t-108 -28.5q-84 0 -138 54t-54 137q0 85 56 138t139 53q60 0 108.5 -29.5t65.5 -85.5l-25 -7q-6 30 -43 63.5t-104 33.5q-75 0 -122.5 -45t-47.5 -120q0 -74 46 -120t120 -46q52 0 92 24t61 64z" /> -<glyph unicode="ª" horiz-adv-x="383" d="M62 235h-27l147 325h19l147 -325h-27l-43 94h-173zM192 525h-1l-5 -12q-5 -12 -15.5 -37t-21.5 -49l-34 -74h153l-34 74q-11 24 -21.5 49t-15.5 37zM35 164h313v-26h-313v26z" /> -<glyph unicode="«" horiz-adv-x="590" d="M295 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234zM511 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234z" /> -<glyph unicode="­" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" /> -<glyph unicode="®" horiz-adv-x="817" d="M408 629q153 0 258.5 -103.5t105.5 -260.5t-105.5 -260.5t-258.5 -103.5q-152 0 -257.5 103.5t-105.5 260.5t105.5 260.5t257.5 103.5zM408 603q-145 0 -240.5 -93t-95.5 -244t95.5 -245t240.5 -94t241 93.5t96 245.5t-96 244.5t-241 92.5zM518 82l-97 162q-18 -2 -43 -2 h-51v-160h-27v369h104q64 0 100 -26.5t36 -76.5q0 -42 -24.5 -68t-67.5 -33l99 -165h-29zM327 268h77q109 0 109 78q0 79 -109 79h-77v-157z" /> -<glyph unicode="¯" horiz-adv-x="500" d="M383 787h-266v25h266v-25z" /> -<glyph unicode="°" horiz-adv-x="234" d="M117 604q-42 0 -69.5 28t-27.5 70t27.5 70t69.5 28t69.5 -28t27.5 -70t-27.5 -70t-69.5 -28zM117 629q32 0 52.5 21t20.5 52q0 32 -20 52.5t-53 20.5t-53 -20.5t-20 -52.5q0 -31 20.5 -52t52.5 -21z" /> -<glyph unicode="±" horiz-adv-x="668" d="M515 321v-26h-167v-179h-29v179h-167v26h167v177h29v-177h167zM152 26h363v-26h-363v26z" /> -<glyph unicode="²" horiz-adv-x="340" d="M33 469v26l185 150q60 49 60 110q0 40 -27 64.5t-77 24.5q-48 0 -73 -19.5t-36 -63.5l-24 7q22 102 133 102q60 0 95.5 -32.5t35.5 -84.5q0 -68 -79 -132q-28 -23 -66.5 -53t-65 -50.5t-28.5 -22.5l1 -3q21 3 89 3h152v-26h-275z" /> -<glyph unicode="³" horiz-adv-x="340" d="M217 675v-3q41 -5 67 -31t26 -67q0 -50 -38 -81.5t-94 -31.5q-59 0 -101 34.5t-46 90.5l28 6q1 -46 34 -75.5t86 -29.5q50 0 77 25.5t27 61.5q0 38 -30 62.5t-79 24.5h-37v24h37q48 0 77 23.5t29 58.5q0 31 -25 54t-83 23q-52 0 -74 -20.5t-31 -62.5l-24 7 q17 102 132 102q66 0 99 -29t33 -72q0 -39 -26 -65.5t-64 -28.5z" /> -<glyph unicode="´" horiz-adv-x="500" d="M217 754h-30l99 148l27 -10z" /> -<glyph unicode="¶" horiz-adv-x="508" d="M391 -140v674h-104v-674h-27v354q-108 0 -161.5 47.5t-53.5 125.5t53.5 125.5t161.5 47.5h158v-700h-27z" /> -<glyph unicode="·" horiz-adv-x="186" d="M93 249q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5z" /> -<glyph unicode="¸" horiz-adv-x="500" d="M354 -97q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v43h27v-22q104 -10 104 -75z" /> -<glyph unicode="¹" horiz-adv-x="340" d="M293 469h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26z" /> -<glyph unicode="º" horiz-adv-x="419" d="M35 396q0 75 50.5 125t123.5 50t124 -50t51 -125q0 -74 -51 -124t-124 -50t-123.5 50t-50.5 124zM61 396q0 -64 42.5 -106t105.5 -42t105.5 42t42.5 106t-42.5 106.5t-105.5 42.5t-105.5 -42.5t-42.5 -106.5zM375 138h-329v26h329v-26z" /> -<glyph unicode="»" horiz-adv-x="590" d="M79 43l-19 18l218 215v2l-218 215l19 18l235 -234zM295 43l-19 18l218 215v2l-218 215l19 18l235 -234z" /> -<glyph unicode="¼" horiz-adv-x="798" d="M293 307h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26zM518 700l-210 -700h-28l209 700h29zM703 0h-27v111h-199v30l199 252h27v-256h77v-26h-77v-111zM676 137v103q0 14 0.5 28t0.5 25t0.5 21t1.5 17.5t1 13v8.5l1 3h-2 q-1 0 -86 -108.5t-85 -109.5l1 -2h3h10t13.5 0.5t17.5 0.5h20h103z" /> -<glyph unicode="½" horiz-adv-x="798" d="M293 307h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26zM518 700l-210 -700h-28l209 700h29zM491 0v26l185 150q60 49 60 110q0 40 -27 64.5t-77 24.5q-48 0 -73 -19.5t-36 -63.5l-24 7q22 102 133 102q60 0 95.5 -32.5 t35.5 -84.5q0 -68 -79 -132q-28 -23 -66.5 -53t-65 -50.5t-28.5 -22.5l1 -3q21 3 89 3h152v-26h-275z" /> -<glyph unicode="¾" horiz-adv-x="798" d="M217 513v-3q41 -5 67 -31t26 -67q0 -50 -38 -81.5t-94 -31.5q-59 0 -101 34.5t-46 90.5l28 6q1 -46 34 -75.5t86 -29.5q50 0 77 25.5t27 61.5q0 38 -30 62.5t-79 24.5h-37v24h37q48 0 77 23.5t29 58.5q0 31 -25 54t-83 23q-52 0 -74 -20.5t-31 -62.5l-24 7 q17 102 132 102q66 0 99 -29t33 -72q0 -39 -26 -65.5t-64 -28.5zM518 700l-210 -700h-28l209 700h29zM703 0h-27v111h-199v30l199 252h27v-256h77v-26h-77v-111zM676 137v103q0 14 0.5 28t0.5 25t0.5 21t1.5 17.5t1 13v8.5l1 3h-2q-1 0 -86 -108.5t-85 -109.5l1 -2h3h10 t13.5 0.5t17.5 0.5h20h103z" /> -<glyph unicode="¿" horiz-adv-x="555" d="M294 710q16 0 25 -9.5t9 -23.5t-9.5 -23t-24.5 -9q-16 0 -25 9.5t-9 22.5q0 15 9 24t25 9zM307 563v-182q-128 -48 -180.5 -94.5t-52.5 -112.5q0 -65 45 -113t150 -48q176 0 216 163l25 -7q-21 -91 -84 -137t-160 -46q-113 0 -167 55.5t-54 130.5q0 44 19 81t54.5 63.5 t72.5 45t87 36.5v165h29z" /> -<glyph unicode="À" horiz-adv-x="715" d="M355 754l-96 138l27 10l99 -148h-30zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="Á" horiz-adv-x="715" d="M350 754h-30l99 148l27 -10zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="Â" horiz-adv-x="715" d="M253 767l-17 18l121 110l120 -111l-17 -18l-103 96zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="Ã" horiz-adv-x="715" d="M289 824q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211 q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="Ä" horiz-adv-x="715" d="M270 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM444 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29z M541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="Å" horiz-adv-x="715" d="M357 744q-35 0 -56.5 22t-21.5 54t21.5 54t56.5 22t56.5 -22t21.5 -54t-21.5 -54t-56.5 -22zM357 873q-24 0 -39 -15t-15 -38t15 -38t39 -15t39 15t15 38t-15 38t-39 15zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86 l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" /> -<glyph unicode="Æ" horiz-adv-x="971" d="M497 674v-289h336v-26h-336v-333h419v-26h-446v230h-308l-103 -230h-29l316 700h570v-26h-419zM470 255v419h-109l-188 -419h297z" /> -<glyph unicode="Ç" horiz-adv-x="781" d="M701 197l25 -7q-41 -93 -124 -146.5t-190 -55.5v-10q104 -10 104 -75q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v31q-147 6 -243.5 105.5t-96.5 258.5q0 165 101 263.5t257 98.5q115 0 196.5 -52.5t116.5 -131.5 l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-147 0 -240 -90.5t-93 -245.5q0 -154 94.5 -246t235.5 -92q98 0 178 48.5t121 134.5z" /> -<glyph unicode="È" horiz-adv-x="591" d="M247 902l99 -148h-30l-96 138zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" /> -<glyph unicode="É" horiz-adv-x="591" d="M311 754h-30l99 148l27 -10zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" /> -<glyph unicode="Ê" horiz-adv-x="591" d="M438 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" /> -<glyph unicode="Ë" horiz-adv-x="591" d="M231 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM405 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26 h-446z" /> -<glyph unicode="Ì" d="M33 902l99 -148h-30l-96 138zM90 0v700h27v-700h-27z" /> -<glyph unicode="Í" d="M97 754h-30l99 148l27 -10zM90 0v700h27v-700h-27z" /> -<glyph unicode="Î" d="M205 784l-17 -18l-84 92l-84 -91l-17 18l101 110zM90 0v700h27v-700h-27z" /> -<glyph unicode="Ï" d="M57 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM151 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v700h27v-700h-27z" /> -<glyph unicode="Ð" horiz-adv-x="715" d="M90 700h207q168 0 270.5 -95t102.5 -258q0 -161 -100.5 -254t-262.5 -93h-217v359h-78v26h78v315zM117 26h190q147 0 241.5 84.5t94.5 236.5q0 154 -95.5 240.5t-250.5 86.5h-180v-289h198v-26h-198v-333z" /> -<glyph unicode="Ñ" horiz-adv-x="713" d="M486 839l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25zM596 0l-481 665h-1v-5q0 -5 0.5 -13t1 -19.5t0.5 -26t0.5 -30t0.5 -34v-35.5v-502 h-27v700h27l481 -661h1v5q0 5 -0.5 13t-0.5 19.5t-0.5 26t-1 30t-0.5 33.5v35v499h27v-700h-27z" /> -<glyph unicode="Ò" horiz-adv-x="807" d="M333 902l99 -148h-30l-96 138zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" /> -<glyph unicode="Ó" horiz-adv-x="807" d="M397 754h-30l99 148l27 -10zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" /> -<glyph unicode="Ô" horiz-adv-x="807" d="M524 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5 t-94.5 -245.5z" /> -<glyph unicode="Õ" horiz-adv-x="807" d="M524 839l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5 t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" /> -<glyph unicode="Ö" horiz-adv-x="807" d="M317 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM491 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5 t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" /> -<glyph unicode="×" horiz-adv-x="668" d="M352 296l133 -133l-18 -17l-133 133l-133 -133l-17 17l133 133l-133 134l17 17l133 -133l133 132l17 -17z" /> -<glyph unicode="Ø" horiz-adv-x="807" d="M706 724l-69 -91q125 -105 125 -282q0 -162 -103.5 -262.5t-255.5 -100.5q-118 0 -208 62l-72 -94l-19 15l71 94q-130 104 -130 286q0 162 103 262.5t255 100.5q122 0 215 -67l69 91zM72 351q0 -173 118 -266l413 542q-85 61 -200 61q-142 0 -236.5 -91.5t-94.5 -245.5z M403 14q142 0 237 91.5t95 245.5q0 167 -113 262l-412 -543q84 -56 193 -56z" /> -<glyph unicode="Ù" horiz-adv-x="687" d="M271 902l99 -148h-30l-96 138zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" /> -<glyph unicode="Ú" horiz-adv-x="687" d="M335 754h-30l99 148l27 -10zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" /> -<glyph unicode="Û" horiz-adv-x="687" d="M462 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" /> -<glyph unicode="Ü" horiz-adv-x="687" d="M255 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM429 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27 v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" /> -<glyph unicode="Ý" horiz-adv-x="622" d="M306 754h-30l99 148l27 -10zM324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" /> -<glyph unicode="Þ" horiz-adv-x="534" d="M117 544h143q118 0 181 -48.5t63 -140.5t-63 -140t-181 -48h-143v-167h-27v700h27v-156zM117 193h143q217 0 217 162q0 163 -217 163h-143v-325z" /> -<glyph unicode="ß" horiz-adv-x="563" d="M336 331h7q80 0 132.5 -44t52.5 -122t-51 -127.5t-132 -49.5q-80 0 -135 43l15 21q48 -39 119 -39q69 0 113 42t44 108q0 64 -41.5 104t-109.5 40h-44v27l118 199l-1 1h-63h-243v-534h-27v560h381l-135 -228v-1z" /> -<glyph unicode="à" horiz-adv-x="579" d="M288 614l-96 138l27 10l99 -148h-30zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="á" horiz-adv-x="579" d="M283 614h-30l99 148l27 -10zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="â" horiz-adv-x="579" d="M206 627l-17 18l101 110l101 -111l-17 -18l-84 92zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="ã" horiz-adv-x="579" d="M225 684q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2 q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="ä" horiz-adv-x="579" d="M203 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM377 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29z M429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="å" horiz-adv-x="579" d="M290 604q-35 0 -56.5 22t-21.5 54t21.5 54t56.5 22t56.5 -22t21.5 -54t-21.5 -54t-56.5 -22zM290 733q-24 0 -39 -15t-15 -38t15 -38t39 -15t39 15t15 38t-15 38t-39 15zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2 q0 -4 -73 -170l-67 -153h280z" /> -<glyph unicode="æ" horiz-adv-x="800" d="M745 26v-26h-368v182h-239l-79 -182h-29l247 560h463v-26h-336v-227h270v-26h-270v-255h341zM377 208v326h-85l-142 -326h227z" /> -<glyph unicode="ç" horiz-adv-x="656" d="M575 158l26 -7q-34 -71 -100 -115t-148 -48v-13q104 -10 104 -75q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v34q-120 4 -200.5 86.5t-80.5 205.5q0 125 83.5 208t206.5 83q83 0 154 -41t106 -124l-26 -7 q-76 146 -231 146q-116 0 -191 -74t-75 -191t75 -191.5t189 -74.5q81 0 143 39.5t96 104.5z" /> -<glyph unicode="è" horiz-adv-x="513" d="M202 762l99 -148h-30l-96 138zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" /> -<glyph unicode="é" horiz-adv-x="513" d="M266 614h-30l99 148l27 -10zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" /> -<glyph unicode="ê" horiz-adv-x="513" d="M393 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" /> -<glyph unicode="ë" horiz-adv-x="513" d="M186 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM360 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26 h-368z" /> -<glyph unicode="ì" d="M33 762l99 -148h-30l-96 138zM90 0v560h27v-560h-27z" /> -<glyph unicode="í" d="M97 614h-30l99 148l27 -10zM90 0v560h27v-560h-27z" /> -<glyph unicode="î" d="M205 644l-17 -18l-84 92l-84 -91l-17 18l101 110zM90 0v560h27v-560h-27z" /> -<glyph unicode="ï" d="M57 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM151 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v560h27v-560h-27z" /> -<glyph unicode="ð" horiz-adv-x="612" d="M90 560h170q138 0 222.5 -76.5t84.5 -205.5q0 -128 -83 -203t-216 -75h-178v281h-78v26h78v253zM117 26h150q120 0 196.5 66.5t76.5 185.5q0 120 -77 188t-204 68h-142v-227h198v-26h-198v-255z" /> -<glyph unicode="ñ" horiz-adv-x="613" d="M407 699l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5zM523 0h-26l-381 521h-1v-4q0 -4 0.5 -10.5t0.5 -15.5v-21t0.5 -24t0.5 -27v-29v-390h-27v560h27 l380 -516h1v4q0 4 -0.5 10.5t-0.5 15v20t-0.5 24t-0.5 26.5v28v388h27v-560z" /> -<glyph unicode="ò" horiz-adv-x="667" d="M264 762l99 -148h-30l-96 138zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" /> -<glyph unicode="ó" horiz-adv-x="667" d="M328 614h-30l99 148l27 -10zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" /> -<glyph unicode="ô" horiz-adv-x="667" d="M455 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z " /> -<glyph unicode="õ" horiz-adv-x="667" d="M440 699l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208z M72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" /> -<glyph unicode="ö" horiz-adv-x="667" d="M248 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM422 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5 t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" /> -<glyph unicode="÷" horiz-adv-x="668" d="M334 440q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9zM515 281h-363v26h363v-26zM334 88q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9z" /> -<glyph unicode="ø" horiz-adv-x="667" d="M583 584l-62 -80q101 -85 101 -225q0 -125 -84 -208t-205 -83q-97 0 -171 55l-64 -82l-19 15l64 82q-98 85 -98 221q0 126 83.5 209t204.5 83q94 0 168 -52l63 80zM72 279q0 -125 86 -201l328 420q-67 47 -153 47q-111 0 -186 -74.5t-75 -191.5zM333 14q111 0 186.5 74.5 t75.5 190.5q0 128 -90 205l-328 -421q68 -49 156 -49z" /> -<glyph unicode="ù" horiz-adv-x="596" d="M229 762l99 -148h-30l-96 138zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" /> -<glyph unicode="ú" horiz-adv-x="596" d="M293 614h-30l99 148l27 -10zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" /> -<glyph unicode="û" horiz-adv-x="596" d="M420 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" /> -<glyph unicode="ü" horiz-adv-x="596" d="M213 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM387 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27 v-342q0 -204 191 -204t191 204v342h27z" /> -<glyph unicode="ý" horiz-adv-x="509" d="M250 614h-30l99 148l27 -10zM268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127l109 151h31l-221 -304v-256z" /> -<glyph unicode="þ" horiz-adv-x="440" d="M117 425h90q102 0 152.5 -33t50.5 -106t-50.5 -105.5t-152.5 -32.5h-90v-148h-27v560h27v-135zM117 174h90q92 0 134 25t42 87t-43 87.5t-133 25.5h-90v-225z" /> -<glyph unicode="ÿ" horiz-adv-x="509" d="M170 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM344 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127 l109 151h31l-221 -304v-256z" /> -<glyph unicode="Œ" horiz-adv-x="980" d="M501 674v-289h336v-26h-336v-333h419v-26h-441q-28 -4 -71 -4q-162 0 -262.5 98t-100.5 256t100.5 256t263.5 98q27 0 65 -4h446v-26h-419zM72 351q0 -151 92 -240t244 -89q29 0 66 5v646q-35 5 -66 5q-153 0 -244.5 -88t-91.5 -239z" /> -<glyph unicode="œ" horiz-adv-x="826" d="M766 26v-26h-368q-27 -3 -58 -3q-131 0 -213 78.5t-82 204.5t82 204.5t214 78.5q33 0 58 -3h362v-26h-336v-227h270v-26h-270v-255h341zM341 23q33 0 57 4v506q-25 4 -57 4q-122 0 -195.5 -69t-73.5 -187t74 -188t195 -70z" /> -<glyph unicode="Ÿ" horiz-adv-x="622" d="M226 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM400 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11 q8 11 25 34.5t35 48.5l190 258h32z" /> -<glyph unicode="ˆ" horiz-adv-x="500" d="M370 784l-17 -18l-103 96l-104 -95l-17 18l121 110z" /> -<glyph unicode="˜" horiz-adv-x="500" d="M359 839l11 -22q-22 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5z" /> -<glyph unicode=" " horiz-adv-x="451" /> -<glyph unicode=" " horiz-adv-x="902" /> -<glyph unicode=" " horiz-adv-x="451" /> -<glyph unicode=" " horiz-adv-x="902" /> -<glyph unicode=" " horiz-adv-x="300" /> -<glyph unicode=" " horiz-adv-x="225" /> -<glyph unicode=" " horiz-adv-x="150" /> -<glyph unicode=" " horiz-adv-x="150" /> -<glyph unicode=" " horiz-adv-x="112" /> -<glyph unicode=" " horiz-adv-x="180" /> -<glyph unicode=" " horiz-adv-x="50" /> -<glyph unicode="‐" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" /> -<glyph unicode="‑" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" /> -<glyph unicode="‒" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" /> -<glyph unicode="–" horiz-adv-x="668" d="M555 281h-443v26h443v-26z" /> -<glyph unicode="—" horiz-adv-x="1029" d="M916 281h-804v26h804v-26z" /> -<glyph unicode="‘" horiz-adv-x="186" d="M81 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5z" /> -<glyph unicode="’" horiz-adv-x="186" d="M105 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" /> -<glyph unicode="‚" horiz-adv-x="186" d="M105 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" /> -<glyph unicode="“" horiz-adv-x="340" d="M78 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5zM232 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5z" /> -<glyph unicode="”" horiz-adv-x="340" d="M105 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5zM259 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" /> -<glyph unicode="„" horiz-adv-x="318" d="M105 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5zM237 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" /> -<glyph unicode="•" horiz-adv-x="304" d="M152 223q-26 0 -44 18t-18 44t18 44t44 18t44 -18t18 -44t-18 -44t-44 -18z" /> -<glyph unicode="…" horiz-adv-x="643" d="M87 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5t-20.5 -7.5zM317 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5t-20.5 -7.5zM557 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5 t-20.5 -7.5z" /> -<glyph unicode=" " horiz-adv-x="180" /> -<glyph unicode="‹" horiz-adv-x="374" d="M295 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234z" /> -<glyph unicode="›" horiz-adv-x="374" d="M79 43l-19 18l218 215v2l-218 215l19 18l235 -234z" /> -<glyph unicode=" " horiz-adv-x="225" /> -<glyph unicode="€" horiz-adv-x="611" d="M531 137l25 -8q-53 -141 -217 -141q-107 0 -169.5 62t-75.5 173h-49v26h47q-1 11 -1 34l1 26h-47v26h49q11 111 71.5 173.5t166.5 62.5q84 0 143.5 -38.5t74.5 -109.5l-25 -7q-12 50 -57.5 89.5t-132.5 39.5q-97 0 -150.5 -55.5t-63.5 -154.5h224v-26h-226l-1 -26 q0 -23 1 -34h226v-26h-224q12 -100 67 -154t153 -54q142 0 190 122z" /> -<glyph unicode="™" horiz-adv-x="761" d="M295 700v-25h-115v-300h-26v300h-114v25h255zM671 375h-27v157v26v27v26.5t0.5 24.5t0.5 19.5v13.5v5h-1l-4 -10q-5 -11 -13.5 -28.5t-16.5 -32.5l-79 -153h-27l-79 153q-8 15 -17 32.5t-14 28.5l-5 10h-1v-5v-13.5v-19.5t0.5 -24.5t0.5 -26.5v-27v-26v-157h-27v325h42 l88 -175l25 -50h1q1 1 25 49l88 176h40v-325z" /> -<hkern u1="“" u2="æ" k="90" /> -<hkern u1="“" u2="å" k="90" /> -<hkern u1="“" u2="ä" k="90" /> -<hkern u1="“" u2="ã" k="90" /> -<hkern u1="“" u2="â" k="90" /> -<hkern u1="“" u2="á" k="90" /> -<hkern u1="“" u2="à" k="90" /> -<hkern u1="“" u2="Æ" k="80" /> -<hkern u1="“" u2="Å" k="80" /> -<hkern u1="“" u2="Ä" k="80" /> -<hkern u1="“" u2="Ã" k="80" /> -<hkern u1="“" u2="Â" k="80" /> -<hkern u1="“" u2="Á" k="80" /> -<hkern u1="“" u2="À" k="80" /> -<hkern u1="“" u2="j" k="120" /> -<hkern u1="“" u2="a" k="90" /> -<hkern u1="“" u2="J" k="120" /> -<hkern u1="“" u2="A" k="80" /> -<hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" /> -<hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="100" /> -<hkern g1="germandbls" g2="j" k="-20" /> -<hkern g1="germandbls" g2="T" k="40" /> -<hkern g1="germandbls" g2="v,w,yen" k="30" /> -<hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" /> -<hkern g1="germandbls" g2="y,yacute,ydieresis" k="30" /> -<hkern g1="germandbls" g2="V,W" k="100" /> -<hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" /> -<hkern g1="germandbls" g2="t" k="40" /> -<hkern g1="r" g2="J" k="-20" /> -<hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" /> -<hkern g1="r" g2="Y,Yacute,Ydieresis" k="70" /> -<hkern g1="r" g2="j" k="-20" /> -<hkern g1="r" g2="T" k="70" /> -<hkern g1="r" g2="y,yacute,ydieresis" k="10" /> -<hkern g1="r" g2="V,W" k="40" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="r" g2="t" k="20" /> -<hkern g1="r" g2="z" k="20" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="40" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="10" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="20" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="10" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" /> -<hkern g1="z" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="z" g2="j" k="-20" /> -<hkern g1="z" g2="T" k="60" /> -<hkern g1="z" g2="V,W" k="20" /> -<hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="z" g2="guillemotleft,guilsinglleft" k="20" /> -<hkern g1="ordfeminine" g2="J" k="80" /> -<hkern g1="ordfeminine" g2="v,w,yen" k="40" /> -<hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="50" /> -<hkern g1="ordfeminine" g2="t" k="60" /> -<hkern g1="b" g2="Y,Yacute,Ydieresis" k="90" /> -<hkern g1="b" g2="j" k="-10" /> -<hkern g1="b" g2="T" k="110" /> -<hkern g1="b" g2="v,w,yen" k="10" /> -<hkern g1="b" g2="y,yacute,ydieresis" k="40" /> -<hkern g1="b" g2="V,W" k="90" /> -<hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" /> -<hkern g1="b" g2="t" k="40" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="10" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="10" /> -<hkern g1="Z" g2="v,w,yen" k="20" /> -<hkern g1="Z" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="Z" g2="t" k="40" /> -<hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="Z" g2="guillemotleft,guilsinglleft" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="10" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="120" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="40" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="50" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-5" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="50" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="30" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="20" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="40" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="30" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="30" /> -<hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="20" /> -<hkern g1="R" g2="Y,Yacute,Ydieresis" k="30" /> -<hkern g1="R" g2="j" k="-20" /> -<hkern g1="R" g2="T" k="20" /> -<hkern g1="R" g2="V,W" k="10" /> -<hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="R" g2="Z" k="20" /> -<hkern g1="g" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="g" g2="j" k="-20" /> -<hkern g1="g" g2="T" k="90" /> -<hkern g1="g" g2="v,w,yen" k="20" /> -<hkern g1="g" g2="y,yacute,ydieresis" k="30" /> -<hkern g1="g" g2="V,W" k="40" /> -<hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" /> -<hkern g1="g" g2="t" k="30" /> -<hkern g1="t" g2="J" k="70" /> -<hkern g1="t" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="t" g2="j" k="90" /> -<hkern g1="t" g2="T" k="50" /> -<hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="90" /> -<hkern g1="t" g2="four" k="30" /> -<hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" /> -<hkern g1="t" g2="dollar,s" k="30" /> -<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110" /> -<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70" /> -<hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" /> -<hkern g1="t" g2="X" k="30" /> -<hkern g1="t" g2="slash" k="60" /> -<hkern g1="t" g2="ordfeminine" k="60" /> -<hkern g1="t" g2="ampersand" k="40" /> -<hkern g1="t" g2="numbersign" k="40" /> -<hkern g1="t" g2="bullet" k="60" /> -<hkern g1="B" g2="J" k="-20" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="B" g2="T" k="50" /> -<hkern g1="B" g2="v,w,yen" k="20" /> -<hkern g1="B" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="B" g2="V,W" k="20" /> -<hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" /> -<hkern g1="l" g2="Y,Yacute,Ydieresis" k="150" /> -<hkern g1="l" g2="j" k="-30" /> -<hkern g1="l" g2="T" k="80" /> -<hkern g1="l" g2="v,w,yen" k="80" /> -<hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="50" /> -<hkern g1="l" g2="y,yacute,ydieresis" k="100" /> -<hkern g1="l" g2="V,W" k="140" /> -<hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" /> -<hkern g1="l" g2="t" k="110" /> -<hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="100" /> -<hkern g1="l" g2="trademark" k="140" /> -<hkern g1="l" g2="four" k="40" /> -<hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="l" g2="backslash" k="100" /> -<hkern g1="l" g2="question" k="80" /> -<hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="l" g2="seven" k="50" /> -<hkern g1="ordmasculine" g2="v,w,yen" k="-10" /> -<hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-25" /> -<hkern g1="ordmasculine" g2="x" k="-20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="50" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="10" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-5" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="40" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="30" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="20" /> -<hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="10" /> -<hkern g1="y,yacute,ydieresis" g2="J" k="100" /> -<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="10" /> -<hkern g1="y,yacute,ydieresis" g2="j" k="90" /> -<hkern g1="y,yacute,ydieresis" g2="T" k="40" /> -<hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10" /> -<hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="60" /> -<hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90" /> -<hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100" /> -<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" /> -<hkern g1="y,yacute,ydieresis" g2="x" k="10" /> -<hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="50" /> -<hkern g1="y,yacute,ydieresis" g2="bullet" k="20" /> -<hkern g1="y,yacute,ydieresis" g2="periodcentered" k="20" /> -<hkern g1="G" g2="J" k="-10" /> -<hkern g1="G" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="G" g2="T" k="30" /> -<hkern g1="G" g2="V,W" k="20" /> -<hkern g1="G" g2="dollar,s" k="-20" /> -<hkern g1="T" g2="J" k="120" /> -<hkern g1="T" g2="j" k="140" /> -<hkern g1="T" g2="v,w,yen" k="40" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="110" /> -<hkern g1="T" g2="y,yacute,ydieresis" k="40" /> -<hkern g1="T" g2="t" k="50" /> -<hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="90" /> -<hkern g1="T" g2="four" k="160" /> -<hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="120" /> -<hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" /> -<hkern g1="T" g2="seven" k="40" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="T" g2="dollar,s" k="100" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="130" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" /> -<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" /> -<hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" /> -<hkern g1="T" g2="x" k="70" /> -<hkern g1="T" g2="slash" k="40" /> -<hkern g1="T" g2="ampersand" k="130" /> -<hkern g1="T" g2="numbersign" k="60" /> -<hkern g1="T" g2="bullet" k="60" /> -<hkern g1="T" g2="one" k="80" /> -<hkern g1="T" g2="periodcentered" k="40" /> -<hkern g1="T" g2="six" k="130" /> -<hkern g1="T" g2="two" k="60" /> -<hkern g1="T" g2="nine" k="100" /> -<hkern g1="T" g2="three,eight" k="100" /> -<hkern g1="T" g2="S" k="30" /> -<hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="110" /> -<hkern g1="T" g2="five" k="100" /> -<hkern g1="L" g2="J" k="-10" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="140" /> -<hkern g1="L" g2="T" k="140" /> -<hkern g1="L" g2="v,w,yen" k="100" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="L" g2="y,yacute,ydieresis" k="110" /> -<hkern g1="L" g2="V,W" k="110" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" /> -<hkern g1="L" g2="t" k="100" /> -<hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="100" /> -<hkern g1="L" g2="trademark" k="140" /> -<hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="L" g2="backslash" k="100" /> -<hkern g1="L" g2="question" k="80" /> -<hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="60" /> -<hkern g1="L" g2="S" k="30" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="160" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="130" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="80" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="100" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="90" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="110" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="60" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="30" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="140" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="30" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="60" /> -<hkern g1="seven,v,w,yen" g2="J" k="80" /> -<hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10" /> -<hkern g1="seven,v,w,yen" g2="j" k="60" /> -<hkern g1="seven,v,w,yen" g2="T" k="40" /> -<hkern g1="seven,v,w,yen" g2="v,w,yen" k="-10" /> -<hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10" /> -<hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="40" /> -<hkern g1="seven,v,w,yen" g2="four" k="60" /> -<hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80" /> -<hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70" /> -<hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" /> -<hkern g1="seven,v,w,yen" g2="slash" k="100" /> -<hkern g1="seven,v,w,yen" g2="ordfeminine" k="40" /> -<hkern g1="seven,v,w,yen" g2="numbersign" k="20" /> -<hkern g1="seven,v,w,yen" g2="six" k="40" /> -<hkern g1="seven,v,w,yen" g2="ordmasculine" k="-10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="130" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="j" k="100" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="t" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="80" /> -<hkern g1="Y,Yacute,Ydieresis" g2="four" k="100" /> -<hkern g1="Y,Yacute,Ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="100" /> -<hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="60" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="160" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" /> -<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="slash" k="110" /> -<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="80" /> -<hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="120" /> -<hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="six" k="50" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="10" /> -<hkern g1="Y,Yacute,Ydieresis" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="50" /> -<hkern g1="Y,Yacute,Ydieresis" g2="five" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50" /> -<hkern g1="f" g2="J" k="80" /> -<hkern g1="f" g2="j" k="120" /> -<hkern g1="f" g2="T" k="80" /> -<hkern g1="f" g2="V,W" k="50" /> -<hkern g1="f" g2="four" k="80" /> -<hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="f" g2="dollar,s" k="10" /> -<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100" /> -<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" /> -<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130" /> -<hkern g1="f" g2="X" k="30" /> -<hkern g1="f" g2="slash" k="60" /> -<hkern g1="f" g2="ordfeminine" k="60" /> -<hkern g1="f" g2="numbersign" k="50" /> -<hkern g1="f" g2="ordmasculine" k="20" /> -<hkern g1="dollar,s" g2="J" k="-20" /> -<hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="dollar,s" g2="j" k="-20" /> -<hkern g1="dollar,s" g2="T" k="100" /> -<hkern g1="dollar,s" g2="V,W" k="20" /> -<hkern g1="dollar,s" g2="t" k="30" /> -<hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-40" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="30" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="110" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="70" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="100" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="80" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="60" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="70" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="40" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="160" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="40" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="110" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="30" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-20" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="20" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="20" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="70" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60" /> -<hkern g1="V,W" g2="J" k="90" /> -<hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10" /> -<hkern g1="V,W" g2="j" k="100" /> -<hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="V,W" g2="V,W" k="-10" /> -<hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="80" /> -<hkern g1="V,W" g2="four" k="110" /> -<hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60" /> -<hkern g1="V,W" g2="backslash" k="-50" /> -<hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="V,W" g2="z" k="20" /> -<hkern g1="V,W" g2="dollar,s" k="40" /> -<hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100" /> -<hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="80" /> -<hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="60" /> -<hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" /> -<hkern g1="V,W" g2="x" k="40" /> -<hkern g1="V,W" g2="slash" k="60" /> -<hkern g1="V,W" g2="ampersand" k="20" /> -<hkern g1="V,W" g2="numbersign" k="40" /> -<hkern g1="V,W" g2="six" k="50" /> -<hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="30" /> -<hkern g1="V,W" g2="five" k="40" /> -<hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" /> -<hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" /> -<hkern g1="k" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="k" g2="j" k="-30" /> -<hkern g1="k" g2="T" k="80" /> -<hkern g1="k" g2="v,w,yen" k="10" /> -<hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="k" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="k" g2="V,W" k="20" /> -<hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" /> -<hkern g1="k" g2="ampersand" k="15" /> -<hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="80" /> -<hkern g1="c,ccedilla,Euro" g2="T" k="10" /> -<hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="10" /> -<hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10" /> -<hkern g1="c,ccedilla,Euro" g2="V,W" k="40" /> -<hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="c,ccedilla,Euro" g2="t" k="40" /> -<hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" /> -<hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" /> -<hkern g1="c,ccedilla,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="20" /> -<hkern g1="x" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="x" g2="j" k="-40" /> -<hkern g1="x" g2="T" k="70" /> -<hkern g1="x" g2="y,yacute,ydieresis" k="10" /> -<hkern g1="x" g2="V,W" k="40" /> -<hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" /> -<hkern g1="x" g2="x" k="-10" /> -<hkern g1="x" g2="ordmasculine" k="-20" /> -<hkern g1="F" g2="J" k="150" /> -<hkern g1="F" g2="j" k="120" /> -<hkern g1="F" g2="v,w,yen" k="30" /> -<hkern g1="F" g2="y,yacute,ydieresis" k="40" /> -<hkern g1="F" g2="t" k="60" /> -<hkern g1="F" g2="four" k="90" /> -<hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" /> -<hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="F" g2="z" k="40" /> -<hkern g1="F" g2="dollar,s" k="30" /> -<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120" /> -<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="120" /> -<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="120" /> -<hkern g1="F" g2="slash" k="80" /> -<hkern g1="F" g2="ampersand" k="40" /> -<hkern g1="F" g2="numbersign" k="50" /> -<hkern g1="F" g2="six" k="40" /> -<hkern g1="F" g2="S" k="10" /> -<hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="50" /> -<hkern g1="p,thorn" g2="J" k="60" /> -<hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="70" /> -<hkern g1="p,thorn" g2="j" k="80" /> -<hkern g1="p,thorn" g2="T" k="110" /> -<hkern g1="p,thorn" g2="V,W" k="20" /> -<hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="p,thorn" g2="four" k="40" /> -<hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" /> -<hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60" /> -<hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" /> -<hkern g1="p,thorn" g2="X" k="40" /> -<hkern g1="p,thorn" g2="slash" k="50" /> -<hkern g1="p,thorn" g2="Z" k="20" /> -<hkern g1="p,thorn" g2="ordfeminine" k="20" /> -<hkern g1="p,thorn" g2="numbersign" k="40" /> -<hkern g1="S" g2="J" k="-20" /> -<hkern g1="S" g2="Y,Yacute,Ydieresis" k="10" /> -<hkern g1="S" g2="T" k="30" /> -<hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-10" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="110" /> -<hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="30" /> -<hkern g1="K" g2="J" k="-30" /> -<hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" /> -<hkern g1="K" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="K" g2="j" k="-20" /> -<hkern g1="K" g2="T" k="20" /> -<hkern g1="K" g2="v,w,yen" k="70" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" /> -<hkern g1="K" g2="y,yacute,ydieresis" k="70" /> -<hkern g1="K" g2="V,W" k="20" /> -<hkern g1="K" g2="t" k="70" /> -<hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" /> -<hkern g1="K" g2="dollar,s" k="30" /> -<hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="110" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="20" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" /> -<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20" /> -<hkern g1="C,Ccedilla" g2="T" k="45" /> -<hkern g1="C,Ccedilla" g2="V,W" k="10" /> -<hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50" /> -<hkern g1="C,Ccedilla" g2="numbersign" k="-30" /> -<hkern g1="X" g2="J" k="-30" /> -<hkern g1="X" g2="v,w,yen" k="50" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="X" g2="y,yacute,ydieresis" k="50" /> -<hkern g1="X" g2="t" k="30" /> -<hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30" /> -<hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20" /> -<hkern g1="X" g2="X" k="-10" /> -<hkern g1="X" g2="ampersand" k="20" /> -<hkern g1="P,Thorn" g2="J" k="90" /> -<hkern g1="P,Thorn" g2="j" k="100" /> -<hkern g1="P,Thorn" g2="T" k="40" /> -<hkern g1="P,Thorn" g2="v,w,yen" k="-10" /> -<hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-20" /> -<hkern g1="P,Thorn" g2="four" k="60" /> -<hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" /> -<hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80" /> -<hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" /> -<hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="100" /> -<hkern g1="P,Thorn" g2="X" k="20" /> -<hkern g1="P,Thorn" g2="slash" k="60" /> -<hkern g1="P,Thorn" g2="Z" k="30" /> -<hkern g1="P,Thorn" g2="numbersign" k="50" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="30" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="50" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" /> -<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" /> -<hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="60" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="70" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-40" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="83" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="70" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="70" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-40" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="70" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="70" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="40" /> -<hkern g1="four" g2="Y,Yacute,Ydieresis" k="20" /> -<hkern g1="four" g2="T" k="90" /> -<hkern g1="four" g2="slash" k="-30" /> -<hkern g1="four" g2="backslash" k="60" /> -<hkern g1="four" g2="ordmasculine" k="20" /> -<hkern g1="four" g2="seven" k="20" /> -<hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" /> -<hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30" /> -<hkern g1="ampersand" g2="V,W" k="40" /> -<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="90" /> -<hkern g1="ampersand" g2="J" k="40" /> -<hkern g1="ampersand" g2="y,yacute,ydieresis" k="30" /> -<hkern g1="ampersand" g2="t" k="70" /> -<hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10" /> -<hkern g1="ampersand" g2="j" k="40" /> -<hkern g1="ampersand" g2="T" k="130" /> -<hkern g1="ampersand" g2="v,w,yen" k="30" /> -<hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" /> -<hkern g1="ampersand" g2="one" k="30" /> -<hkern g1="ampersand" g2="seven" k="60" /> -<hkern g1="ampersand" g2="x" k="20" /> -<hkern g1="ampersand" g2="two" k="40" /> -<hkern g1="ampersand" g2="X" k="30" /> -<hkern g1="ampersand" g2="z" k="20" /> -<hkern g1="ampersand" g2="three,eight" k="30" /> -<hkern g1="three,eight" g2="T" k="100" /> -<hkern g1="three,eight" g2="slash" k="-10" /> -<hkern g1="three,eight" g2="backslash" k="60" /> -<hkern g1="braceleft" g2="four" k="60" /> -<hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="braceleft" g2="one" k="15" /> -<hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" /> -<hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" /> -<hkern g1="numbersign" g2="V,W" k="-40" /> -<hkern g1="numbersign" g2="t" k="-30" /> -<hkern g1="numbersign" g2="j" k="40" /> -<hkern g1="numbersign" g2="T" k="-40" /> -<hkern g1="numbersign" g2="slash" k="60" /> -<hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" /> -<hkern g1="six" g2="V,W" k="70" /> -<hkern g1="six" g2="Y,Yacute,Ydieresis" k="70" /> -<hkern g1="six" g2="y,yacute,ydieresis" k="50" /> -<hkern g1="six" g2="T" k="120" /> -<hkern g1="six" g2="v,w,yen" k="30" /> -<hkern g1="six" g2="one" k="40" /> -<hkern g1="six" g2="slash" k="-20" /> -<hkern g1="six" g2="backslash" k="90" /> -<hkern g1="six" g2="seven" k="30" /> -<hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" /> -<hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" /> -<hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="40" /> -<hkern g1="nine" g2="J" k="70" /> -<hkern g1="nine" g2="j" k="40" /> -<hkern g1="nine" g2="T" k="100" /> -<hkern g1="nine" g2="backslash" k="30" /> -<hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" /> -<hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" /> -<hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" /> -<hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="bullet" g2="J" k="50" /> -<hkern g1="bullet" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="bullet" g2="t" k="60" /> -<hkern g1="bullet" g2="j" k="50" /> -<hkern g1="bullet" g2="T" k="60" /> -<hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" /> -<hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" /> -<hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="periodcentered" g2="J" k="20" /> -<hkern g1="periodcentered" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="periodcentered" g2="j" k="20" /> -<hkern g1="periodcentered" g2="T" k="40" /> -<hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" /> -<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="140" /> -<hkern g1="slash" g2="four" k="150" /> -<hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="90" /> -<hkern g1="slash" g2="six" k="100" /> -<hkern g1="slash" g2="j" k="50" /> -<hkern g1="slash" g2="numbersign" k="120" /> -<hkern g1="slash" g2="nine" k="40" /> -<hkern g1="slash" g2="one" k="90" /> -<hkern g1="slash" g2="two" k="70" /> -<hkern g1="slash" g2="three,eight" k="90" /> -<hkern g1="slash" g2="five" k="50" /> -<hkern g1="slash" g2="S" k="20" /> -<hkern g1="slash" g2="dollar,s" k="60" /> -<hkern g1="two" g2="T" k="60" /> -<hkern g1="two" g2="slash" k="-10" /> -<hkern g1="two" g2="backslash" k="50" /> -<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60" /> -<hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" /> -<hkern g1="asterisk" g2="J" k="80" /> -<hkern g1="asterisk" g2="j" k="80" /> -<hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" /> -<hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" /> -<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120" /> -<hkern g1="guillemotright,guilsinglright" g2="J" k="20" /> -<hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="20" /> -<hkern g1="guillemotright,guilsinglright" g2="j" k="30" /> -<hkern g1="guillemotright,guilsinglright" g2="T" k="80" /> -<hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="20" /> -<hkern g1="guillemotright,guilsinglright" g2="z" k="20" /> -<hkern g1="guillemotright,guilsinglright" g2="Z" k="20" /> -<hkern g1="parenleft" g2="four" k="70" /> -<hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" /> -<hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="backslash" g2="V,W" k="90" /> -<hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="110" /> -<hkern g1="backslash" g2="y,yacute,ydieresis" k="80" /> -<hkern g1="backslash" g2="t" k="60" /> -<hkern g1="backslash" g2="j" k="-20" /> -<hkern g1="backslash" g2="T" k="40" /> -<hkern g1="backslash" g2="nine" k="50" /> -<hkern g1="backslash" g2="v,w,yen" k="80" /> -<hkern g1="backslash" g2="one" k="20" /> -<hkern g1="backslash" g2="seven" k="30" /> -<hkern g1="backslash" g2="z" k="-40" /> -<hkern g1="backslash" g2="three,eight" k="10" /> -<hkern g1="one" g2="T" k="10" /> -<hkern g1="one" g2="slash" k="-30" /> -<hkern g1="five" g2="Y,Yacute,Ydieresis" k="40" /> -<hkern g1="five" g2="T" k="100" /> -<hkern g1="five" g2="one" k="20" /> -<hkern g1="five" g2="slash" k="-20" /> -<hkern g1="five" g2="backslash" k="40" /> -<hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" /> -<hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40" /> -<hkern g1="bracketleft" g2="four" k="60" /> -<hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" /> -<hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" /> -<hkern g1="bracketleft" g2="one" k="-10" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="80" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="80" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="60" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="90" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="80" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="90" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="40" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="60" /> -<hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="70" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="70" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="20" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="60" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="40" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50" /> -</font> -</defs></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="novecento_sans_wideultralight" horiz-adv-x="207"><font-face ascent="821" descent="-179"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="250"/><glyph horiz-adv-x="250"/><glyph horiz-adv-x="250"/><glyph d="M117 700V137H90v563zM104-10Q88-10 79-.5T70 23t9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-15-9-24t-25-9" unicode="!"/><glyph d="m75 700-2-217H50l-2 217zm94 0-2-217h-23l-2 217z" horiz-adv-x="220" unicode="""/><glyph d="M423 154h113l-6-23H416L381 0h-25l35 131H184L149 0h-25l35 131H45l6 23h115l68 254H122l6 23h112l35 129h25l-35-129h207l35 129h25l-35-129h116l-6-23H491zM259 408l-68-254h207l68 254z" horiz-adv-x="658" unicode="#"/><glyph d="M415 141q0-69-45.5-110T245-12v-78h-25v78Q61-3 40 138l25 7q7-64 53-97.5T236 14q70 0 111 33.5t41 93.5q0 36-14 61.5t-42 40-53 22-62 15.5q-7 1-11 2-25 5-40 9.5T126.5 307t-38 25T64 370.5 53 427q0 62 42 101t117 43v79h25v-79q148-5 174-134l-26-7q-13 56-49.5 85.5T229 545q-71 0-110-32t-39-85q0-59 39-84.5T233 303q29-6 47.5-10.5t47-16.5 45-28 29.5-43.5 13-63.5" horiz-adv-x="455" unicode="$"/><glyph d="M155 214Q36 214 36 392t119 178 119-178-119-178m297 346L263 0h-29l189 560zM155 238q95 0 95 154t-95 154-95-154 95-154M533-7Q414-7 414 171q0 179 119 179t119-179Q652-7 533-7m0 24q95 0 95 154t-95 154-95-154 95-154" horiz-adv-x="688" unicode="%"/><glyph d="M481 280v-96q0-97-54.5-146.5T269-12q-99 0-152.5 43.5T63 148q0 62 37 100t91 45v2q-47 9-83 43t-36 93q0 66 47 103t136 37q53 0 96-12t80-47.5 48-92.5l-25-7q-31 133-198 133-157 0-157-112 0-55 41.5-90.5T257 307h317v-26zm-27 1H258q-74 0-121-34t-47-99q0-62 45.5-98T269 14q185 0 185 170z" horiz-adv-x="604" unicode="&"/><glyph d="m75 700-2-217H50l-2 217z" horiz-adv-x="126" unicode="'"/><glyph d="m295 796 13-24q-109-40-165-154.5T87 294t56-323.5T308-184l-13-24Q173-164 116.5-40T60 294t56.5 334T295 796" horiz-adv-x="320" unicode="("/><glyph d="m25-208-13 24q109 40 165 154.5T233 294t-56 323.5T12 772l13 24q122-44 178.5-168T260 294 203.5-40 25-208" horiz-adv-x="320" unicode=")"/><glyph d="m276 527 85-124-21-14-87 122-87-122-21 14 85 124-140 45 8 23 142-43v148h26V552l142 43 8-23z" horiz-adv-x="506" unicode="*"/><glyph d="M515 281H348V102h-29v179H152v26h167v177h29V307h167z" horiz-adv-x="668" unicode="+"/><glyph d="M105-9q-17-4-28 4T66 19q0 32 34 32 35 0 35-42 0-30-19.5-65.5T62-105L48-92q25 10 41 36.5T105-9" horiz-adv-x="186" unicode=","/><glyph d="M475 281H112v26h363z" horiz-adv-x="588" unicode="-"/><glyph d="M93-10Q77-10 68-.5T59 23t9.5 23T93 55q16 0 25-9.5t9-22.5q0-15-9.5-24T93-10" horiz-adv-x="186" unicode="."/><glyph d="M418 700 60 0H30l358 700z" horiz-adv-x="448" unicode="/"/><glyph d="M254 571q105 0 159.5-76T468 280 413.5 64.5 254-12Q148-12 94 64T40 280q0 139 54 215t160 76m0-26q-94 0-140.5-69T67 280t46.5-196.5T254 14t140.5 69.5T441 280t-46.5 196T254 545" horiz-adv-x="508" unicode="0"/><glyph d="M190 0v447q0 18 1 39t1 32l1 12h-1l-9-10q-9-10-20.5-22T147 482l-79-82-18 18 141 142h26V0z" horiz-adv-x="307" unicode="1"/><glyph d="M51 0v31l212 174q72 59 102.5 102t30.5 94q0 62-42 103t-121 41q-77 0-116-38.5T75 412l-25 7q6 76 59 114t128 38q87 0 136.5-48T423 398q0-54-31-99.5T281 187L86 27l1-1h339V0z" horiz-adv-x="476" unicode="2"/><glyph d="M312 295v-3q52-7 85-43t33-95q0-75-53.5-120.5T241-12 103.5 33.5 40 150l24 7q10-68 58.5-105.5T244 14q77 0 117.5 41T402 156q0 62-43 93.5T239 281h-50v26h50q158 0 158 118 0 58-40 89t-115 31q-86 0-121.5-37T78 412l-25 7q9 78 61 115t132 37q88 0 133-40t45-103q0-53-31-89t-81-44" horiz-adv-x="470" unicode="3"/><glyph d="M367 0h-27v163H35v29l297 368h35V189h84v-26h-84zm-27 406v124h-1L63 190l1-1h276z" horiz-adv-x="501" unicode="4"/><glyph d="m94 294 1-1q17 26 59 48t99 22q85 0 139.5-51.5T447 175 392 39 252-12q-77 0-132 43.5T50 151l25 6q12-68 60.5-105.5T252 14q74 0 121 43.5T420 176q0 74-47.5 117.5T246 337q-62 0-101.5-25.5T91 251l-23 7 49 302h293v-26H137l-22-133q-3-18-6-35.5t-5.5-29.5-5-22-3.5-15z" horiz-adv-x="497" unicode="5"/><glyph d="m96 301 2-1q51 65 147 65 88 0 143-52t55-133q0-84-56.5-138T241-12q-88 0-143.5 54T42 184t62 169l160 207h33zM242 14q77 0 125 45.5T416 180q1 72-46.5 115.5T242 339q-79 0-126-43.5T69 179q0-74 47.5-119.5T242 14" horiz-adv-x="488" unicode="6"/><glyph d="M418 536 116 0H86l270 482q7 13 15.5 25.5T384 527l5 7-1 1q-38-1-71-1H30v26h388z" horiz-adv-x="443" unicode="7"/><glyph d="M40 148q0 64 42.5 102T183 292v2q-36 3-76.5 38T66 425q0 62 47.5 104T245 571q82 0 130.5-42T424 426q0-41-23-72.5T352.5 309 308 294v-2q57-4 99.5-42.5T450 148q0-72-56.5-116T245-12 96.5 32 40 148m52 276q0-55 43.5-87.5T245 305q69 1 111 34.5t42 85.5-41.5 86T245 545q-72 0-112.5-34T92 424M67 149q0-63 48-99t130-36 130 36 48 99q0 62-47.5 96T245 279t-130.5-34T67 149" horiz-adv-x="490" unicode="8"/><glyph d="m397 255-1 1q-60-66-153-66-89 0-143.5 52.5T45 379q0 85 56.5 138.5T248 571q89 0 146.5-52T452 377q0-55-26.5-107.5T335 140L215 0h-33zM248 545q-74 0-125-42T72 378q0-82 50.5-122T248 216q77 0 127 42t50 122q0 82-51 123.5T248 545" horiz-adv-x="497" unicode="9"/><glyph d="M93 349q-16 0-25 9.5T59 382t9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-14-9.5-23.5T93 349m0-359Q77-10 68-.5T59 23t9.5 23T93 55q16 0 25-9.5t9-22.5q0-15-9.5-24T93-10" horiz-adv-x="186" unicode=":"/><glyph d="M93 349q-16 0-25 9.5T59 382t9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-14-9.5-23.5T93 349M105-9q-17-4-28 4T66 19q0 32 34 32 35 0 35-42 0-30-19.5-65.5T62-105L48-92q25 10 41 36.5T105-9" horiz-adv-x="186" unicode=";"/><glyph d="M539 47 88 279v32l451 232v-30L114 296v-2L539 77z" horiz-adv-x="668" unicode="<"/><glyph d="M515 358H152v26h363zm0-153H152v26h363z" horiz-adv-x="668" unicode="="/><glyph d="M554 294v2L129 513v30l451-232v-32L129 47v30z" horiz-adv-x="668" unicode=">"/><glyph d="M248 137v182q128 48 180.5 94.5T481 526q0 65-45 113t-150 48q-176 0-216-163l-25 7q21 91 84 137t160 46q113 0 167-55.5T510 528q0-44-19-81t-54.5-63.5-72.5-45-87-36.5V137zm13-147q-16 0-25 9.5T227 23t9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-15-9.5-24T261-10" horiz-adv-x="555" unicode="?"/><glyph d="M536 419V191q0-87 72-87 48 0 75 43t27 121q0 143-90.5 236.5T390 598q-138 0-228-93.5T72 264q0-146 85-239t226-93q154 0 233 79l20-16q-48-49-120.5-69T384-94Q230-94 137.5 7.5T45 265q0 155 98.5 257T391 624t247.5-102T737 267q0-88-34.5-138T608 79q-37 0-64 23t-31 65h-2q-16-42-52.5-65T375 79q-65 0-112.5 48.5T215 255q0 78 43.5 130T375 437q34 0 61-10t41.5-24.5T499 377t9-19h2v61zM375 105q61 0 95 38.5t40 98.5v30q0 62-37 100.5T375 411q-64 0-98.5-43T242 255t37-110 96-40" horiz-adv-x="782" unicode="@"/><glyph d="M552 230H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="A"/><glyph d="M395 377v-3q27-2 55.5-12t57-30 47-57 18.5-85q0-93-61-141.5T343 0H90v700h220q96 0 151.5-45.5T517 534q0-70-36-108.5T395 377m-278 8h200q78 0 125.5 37.5T490 532q0 66-49 104t-135 38H117zm0-359h228q92 0 146.5 40.5T546 187t-60 126-144 46H117z" horiz-adv-x="618" unicode="B"/><glyph d="m701 197 25-7Q684 95 598 41.5T402-12Q249-12 147 88.5T45 352q0 165 101 263.5T403 714q115 0 196.5-52.5T716 530l-25-8q-10 22-27.5 45t-50 53-87 49T405 688q-147 0-240-90.5T72 352q0-154 94.5-246T402 14q98 0 178 48.5T701 197" horiz-adv-x="781" unicode="C"/><glyph d="M90 700h207q168 0 270.5-95T670 347q0-161-100.5-254T307 0H90zm27-674h190q147 0 241.5 84.5T643 347q0 154-95.5 240.5T297 674H117z" horiz-adv-x="715" unicode="D"/><glyph d="M90 0v700h446v-26H117V385h336v-26H117V26h419V0z" horiz-adv-x="591" unicode="E"/><glyph d="M536 674H117V377h336v-26H117V0H90v700h446z" horiz-adv-x="576" unicode="F"/><glyph d="M727 0h-26q0 46 .5 76.5t.5 43V134h-1q-15-21-36.5-41.5t-58-46.5-90-42T402-12Q249-12 147 88T45 351q0 165 102 264t258 99q115 0 196.5-52.5T718 530l-25-8q-10 22-27.5 45t-50 53-87 49T407 688q-148 0-241.5-90.5T72 353q0-155 94-247t236-92q106 0 188.5 50.5T701 173v142H472v26h255z" horiz-adv-x="797" unicode="G"/><glyph d="M576 0v359H117V0H90v700h27V385h459v315h27V0z" horiz-adv-x="693" unicode="H"/><glyph d="M90 0v700h27V0z" unicode="I"/><glyph d="M385 700V260q0-131-55.5-201.5T169-12Q67-12 0 74l14 24q60-84 156-84 91 0 139 62.5T357 256v444z" horiz-adv-x="470" unicode="J"/><glyph d="M561 0 264 402 117 253V0H90v700h27V383l-.5-32.5-.5-26.5v-36h1l138 141 269 271h34L284 422 593-1z" horiz-adv-x="613" unicode="K"/><glyph d="M90 0v700h27V26h403V0z" horiz-adv-x="560" unicode="L"/><glyph d="M676 0v442l.5 45.5 1 48.5.5 47 .5 39.5.5 27.5v11h-1l-3-7q-3-6-11-21.5T645 596t-30-56-42-75L407 172h-21L222 461q-23 41-43 77t-31 57.5-19 37-11 21.5l-3 7h-1v-11q0-10 .5-27.5t1-39.5.5-47 .5-48.5.5-45.5V0H90v700h28l278-497h1l278 497h28V0z" horiz-adv-x="793" unicode="M"/><glyph d="M596 0 115 665h-1v-5q0-5 .5-13t1-19.5.5-26 .5-30 .5-34V0H90v700h27L598 39h1v5q0 5-.5 13t-.5 19.5-.5 26-1 30-.5 33.5v534h27V0z" horiz-adv-x="713" unicode="N"/><glyph d="M45 351q0 162 103 262.5T403 714t255.5-100.5T762 351 658.5 88.5 403-12 148 88.5 45 351m27 0q0-154 94.5-245.5T403 14t237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351" horiz-adv-x="807" unicode="O"/><glyph d="M90 700h181q120 0 185.5-51T522 497q0-99-66-151t-185-52H117V0H90zm27-380h154q110 0 167 45t57 132q0 177-224 177H117z" horiz-adv-x="552" unicode="P"/><glyph d="M762 351q0-158-98.5-258T417-12v-120h-29v120Q241-7 143 93.5T45 351q0 162 103 262.5T403 714t255.5-100.5T762 351M403 14q142 0 237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351t94.5-245.5T403 14" horiz-adv-x="807" unicode="Q"/><glyph d="M491 0 314 303q-18-1-82-1H117V0H90v700h182q118 0 184-54t66-152q0-163-178-188L525 0zM117 327h160q218 0 218 167 0 91-59.5 135.5T270 674H117z" horiz-adv-x="575" unicode="R"/><glyph d="m40 190 26 7q3-92 68.5-137.5T302 14q96 0 149 40.5T504 175q0 27-6.5 49T482 261.5 455.5 290 426 310.5t-36.5 15-36 10.5-38.5 8-34 7q-39 9-61 14.5T163.5 386 110 418.5 76 467t-15 70q0 83 57 130t161 47q96 0 158.5-42T519 545l-26-7q-34 150-213 150-93 0-142.5-39T88 540q0-41 16-70.5t48.5-47 62-27T290 377q31-6 47.5-9.5t46-12 46.5-17 39-24 33.5-34 20-45.5 8.5-59q0-92-60.5-140T299-12q-47 0-88 9t-79.5 30.5-63 63T40 190" horiz-adv-x="571" unicode="S"/><glyph d="M583 674H325V0h-27v674H40v26h543z" horiz-adv-x="623" unicode="T"/><glyph d="M607 700V280q0-292-264-292Q80-12 80 280v420h27V276q0-262 236-262 121 0 179 65.5T580 276v424z" horiz-adv-x="687" unicode="U"/><glyph d="M339 0h-23L20 700h28l166-390q18-43 36.5-87t31.5-76 23.5-58T322 49l5-14h1l6 13q5 14 15 39.5t23 57 31 75 36 85.5l168 395h28z" horiz-adv-x="655" unicode="V"/><glyph d="M633 0 524 333q-15 47-31.5 101.5T467 519l-9 30h-1l-9-31q-9-30-25.5-86T389 326L282 0h-23L20 700h27l121-354q18-53 43.5-129t42-124.5T270 43h1q0 1 14.5 48.5t35.5 114L354 310l91 278h25l91-278 33-104.5 35.5-114L644 43h1q0 1 16 49.5T701 215t42 125l125 360h27L656 0z" horiz-adv-x="915" unicode="W"/><glyph d="M578 0 420 210q-32 42-59 79t-36 49l-9 11h-1q-3 0-108-141L53 0H20l278 367L48 700h32l151-201q86-115 88-115h1q1 0 84 115l147 201h32L335 365 611 0z" horiz-adv-x="631" unicode="X"/><glyph d="M324 322V0h-27v322L20 700h32l187-255 72-97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" horiz-adv-x="622" unicode="Y"/><glyph d="M601 676 161 126q-18-23-34-42.5T103 54 89 37t-8-9l-2-3 1-1h4q4 0 10.5.5t15.5 1 21 .5h470V0H45v24l442 552q24 31 45 55.5t29 33.5l8 9-1 1h-6l-7-.5-10.5-.5H55v26h546z" horiz-adv-x="646" unicode="Z"/><glyph d="M279-182v-26H95V796h184v-26H125v-952z" horiz-adv-x="320" unicode="["/><glyph d="M418 0h-30L30 700h30z" horiz-adv-x="448" unicode="\"/><glyph d="M41 770v26h184V-208H41v26h154v952z" horiz-adv-x="320" unicode="]"/><glyph d="M334 685 87 365l-22 15 253 328h32l253-328-22-15z" horiz-adv-x="668" unicode="^"/><glyph d="M633-21H90V0h543z" horiz-adv-x="723" unicode="_"/><glyph d="m214 902 99-148h-30l-96 138z" horiz-adv-x="500" unicode="`"/><glyph d="M440 182H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="a"/><glyph d="M345 299v-3q53-4 98-39.5T488 152 438.5 41.5 308 0H90v560h196q71 0 116-38.5t45-94.5q0-105-102-128m-228 8h164q54 0 96.5 30t42.5 87q0 47-38 78.5T282 534H117zm0-281h192q66 0 109 33t43 91q0 60-45.5 95.5T303 281H117z" horiz-adv-x="533" unicode="b"/><glyph d="m575 158 26-7Q565 76 494.5 32T336-12q-124 0-207.5 83T45 280q0 125 83.5 208T335 571q83 0 154-41t106-124l-26-7q-76 146-231 146-116 0-191-74T72 280t75-191.5T336 14q81 0 143 39.5T575 158" horiz-adv-x="656" unicode="c"/><glyph d="M90 560h170q138 0 222.5-76.5T567 278q0-128-83-203T268 0H90zm27-534h150q120 0 196.5 66.5T540 278q0 120-77 188t-204 68H117z" horiz-adv-x="612" unicode="d"/><glyph d="M90 0v560h363v-26H117V307h270v-26H117V26h341V0z" horiz-adv-x="513" unicode="e"/><glyph d="M453 534H117V299h254v-26H117V0H90v560h363z" horiz-adv-x="493" unicode="f"/><glyph d="M605 0h-26v56.5l.5 18.5.5 13.5V104h-1Q488-12 340-12q-129 0-212 82.5T45 279t83 209 205 83q80 0 152.5-39.5T595 406l-26-7q-25 58-84.5 102T336 545q-114 0-189-74.5T72 279t75-191 190-74q87 0 152.5 40.5T579 142v97H393v26h212z" horiz-adv-x="675" unicode="g"/><glyph d="M523 0h-27v281H117V0H90v560h27V307h379v253h27z" horiz-adv-x="613" unicode="h"/><glyph d="M90 0v560h27V0z" unicode="i"/><glyph d="M317 560V206q0-105-46-161.5T140-12Q52-12 0 53l15 21q47-60 125-60 73 0 111.5 48.5T290 203v357z" horiz-adv-x="402" unicode="j"/><glyph d="M478 0 237 317 117 200V0H90v560h27V309.5l-.5-26-.5-21.5v-29h1q53 53 93 92l240 235h36L256 336 511 0z" horiz-adv-x="531" unicode="k"/><glyph d="M90 0v560h27V26h321V0z" horiz-adv-x="478" unicode="l"/><glyph d="M569 0v316l1 206h-1L354 138h-24L116 523h-1v-9q0-8 .5-22t.5-32v-38l.5-39 .5-37V0H90v560h34l145-258q21-39 40-73.5t26-48.5l7-13h2l7 13q7 14 26 49t41 74l144 257h34V0z" horiz-adv-x="686" unicode="m"/><glyph d="M523 0h-26L116 521h-1v-4q0-4 .5-10.5t.5-15.5v-21l.5-24 .5-27V0H90v560h27L497 44h1v4q0 4-.5 10.5t-.5 15v20l-.5 24-.5 26.5v416h27z" horiz-adv-x="613" unicode="n"/><glyph d="M45 279q0 126 83.5 209T333 571t205-83.5T622 279 538 71 333-12 128.5 71 45 279m27 0q0-116 75-190.5T333 14t186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279" horiz-adv-x="667" unicode="o"/><glyph d="M90 560h151q101 0 154-42t53-117-53-116.5T241 243H117V0H90zm27-291h125q87 0 133 35t46 97q0 63-46 98t-133 35H117z" horiz-adv-x="478" unicode="p"/><glyph d="M622 279q0-121-79.5-203.5T346-12v-104h-27v104Q203-7 124 75.5T45 279q0 126 83.5 209T333 571t205-83.5T622 279M333 14q111 0 186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279q0-116 75-190.5T333 14" horiz-adv-x="667" unicode="q"/><glyph d="M426 0 273 251q-30-2-69-2h-87V0H90v560h152q98 0 152-39t54-114q0-65-39-104.5T302 254L457 0zM117 275h124q180 0 180 130 0 129-180 129H117z" horiz-adv-x="507" unicode="r"/><glyph d="m40 138 25 7q7-64 56-97.5T247 14q75 0 118 32t43 95q0 30-10.5 52.5t-27 36-40 23T283 268t-51 11q-11 2-17 3-26 5-42.5 9.5T131 307t-40 25-26 39-11 56q0 68 47.5 106T236 571q166 0 195-134l-26-7q-13 56-52 85.5T239 545q-76 0-117-30.5T81 428q0-59 41.5-84.5T243 303q91-17 128-40 64-41 64-122 0-74-50-113.5T247-12q-34 0-64 6.5T121.5 16t-53 46.5T40 138" horiz-adv-x="475" unicode="s"/><glyph d="M481 534H274V0h-27v534H40v26h441z" horiz-adv-x="521" unicode="t"/><glyph d="M516 560V221q0-233-219-233Q80-12 80 221v339h27V218q0-204 191-204t191 204v342z" horiz-adv-x="596" unicode="u"/><glyph d="M300 0h-24L20 560h29l141-307q19-42 36.5-80t28-62T273 69.5 284 44l4-9h1l3 8q4 8 11.5 25t18 40.5 27.5 61 37 80.5l143 310h28z" horiz-adv-x="577" unicode="v"/><glyph d="m523 0-78 235q-17 51-33 101t-23 73l-7 23h-1l-7-24q-8-23-24-73t-33-101L240 0h-24L20 560h28l101-291q22-62 41.5-121T218 62l9-26h1l8 26q8 25 25 77t33 101l76 232h23l76-232q16-49 33-101t25-77l8-26h1l8 26q9 27 28.5 86T614 269l101 291h28L547 0z" horiz-adv-x="763" unicode="w"/><glyph d="M487 0 362 157q-27 34-52.5 66T276 265l-8 10h-1q-1 0-95-121L52 0H20l230 293L40 560h32l100-126q27-34 53-67t35-45l10-12h1l9 12q10 13 36.5 47t53.5 69l95 122h32L286 291 520 0z" horiz-adv-x="540" unicode="x"/><glyph d="M268 0h-27v256L20 560h32l110-152 92-126h1q3 3 94 127l109 151h31L268 256z" horiz-adv-x="509" unicode="y"/><glyph d="M502 536 189 155 80 26l1-1q22 1 63 1h358V0H45v24l322 388q36 43 62 74t33 40l7 8H53v26h449z" horiz-adv-x="547" unicode="z"/><glyph d="M183 606V452q0-126-65-158 11-5 23-15t27-48.5 15-95.5V-18q0-92 35.5-128t98.5-36v-26q-76 0-118.5 45.5T156-8v148q0 38-6 66t-13.5 41.5-18 21.5-16 9.5T91 281h-1v26q27 5 41 26 25 36 25 115v148q0 109 42.5 154.5T317 796v-26q-63 0-98.5-36T183 606" horiz-adv-x="360" unicode="{"/><glyph d="M60 775h27V-74H60z" horiz-adv-x="147" unicode="|"/><glyph d="M177-18v154q0 126 65 158-11 5-23 15t-27 48.5-15 95.5v153q0 92-35.5 128T43 770v26q76 0 118.5-45.5T204 596V448q0-38 6-66t13.5-41.5 18-21.5 16-9.5T269 307h1v-26q-27-5-41-26-25-36-25-115V-8q0-109-42.5-154.5T43-208v26q63 0 98.5 36T177-18" horiz-adv-x="360" unicode="}"/><glyph d="m531 334 5-26q-35-45-107-45-35 0-96 22.5T235 308q-51 0-96-48l-7 25q43 50 108 50 35 0 95.5-22.5T433 290q54 0 98 44" horiz-adv-x="668" unicode="~"/><glyph d="M104 710q16 0 25-9.5t9-23.5-9.5-23-24.5-9q-16 0-25 9.5T70 677q0 15 9 24t25 9M91 0v563h27V0z" unicode="¡"/><glyph d="M299 49q68 0 122 33t82 92l25-8q-29-65-86.5-102T313 23V-88h-25V23q-107 4-175 74T45 279q0 111 67 181.5T287 536v104h26V536q74-3 134-42t87-115l-25-7q-23 62-76 100t-129 38q-104 0-168-63T72 280t64-167.5T299 49" horiz-adv-x="589" unicode="¢"/><glyph d="M452 26V0H36v26q45 8 60.5 38.5T112 148q0 37-8 123H36v26h65q-8 82-8 107 0 86 45.5 126.5T261 571q155 0 175-149l-25-7q-10 62-44.5 96T261 545q-141 0-141-140 0-24 8-108h222v-26H131q8-84 8-122 0-105-56-124l1-1h32q31 1 80 1.5t92 .5z" horiz-adv-x="496" unicode="£"/><glyph d="m574 530-72-72q73-75 73-179 0-93-61-165l77-78-18-18-76 77q-77-72-179-72-100 0-179 72L62 18 45 36l78 79q-61 71-61 164 0 104 72 179l-73 72 18 18 75-73q73 61 164 61 94 0 165-60l74 72zm-256-20q-96 0-162.5-67.5T89 279t66.5-163T318 49t163 67 67 163-67 163.5T318 510" horiz-adv-x="636" unicode="¤"/><glyph d="M300 335h113v-26H283l-35-53v-7h165v-26H248V0h-27v223H56v26h165v7l-35 53H56v26h113L20 560h32l121-185 61-93h1q6 6 62 93l121 185h31z" horiz-adv-x="469" unicode="¥"/><glyph d="M87 490H60v285h27zm0-564H60v285h27z" horiz-adv-x="147" unicode="¦"/><glyph d="M460 249q52-15 78.5-42.5T565 131q0-73-59-108T344-12q-42 0-78.5 5.5T189 13t-65 43.5T95 129l26 7q8-122 222-122 195 0 195 117 0 25-10.5 43t-25 29-48 20.5-60.5 14-83 13.5q-29 4-46 7.5T219.5 269t-46 16-36 22-27.5 32-9 43q0 45 32.5 72.5T220 492q-109 32-109 109 0 33 18.5 56.5t50 35T244 709t70 5q204 0 229-143l-25-7q-15 68-68 95.5T310 687q-172 0-172-86 0-18 6.5-31.5t21-24 30-17.5 43-13.5 49-10.5 58.5-10q50-8 75-13t59-15 49-22 26.5-32.5T567 363q0-90-107-114M128 381q0-26 14-44t45.5-30 61.5-18.5 83-14.5q50-7 78-13 59 8 94.5 33t35.5 66q0 20-7 35.5T509.5 422 478 440.5t-42.5 13-44 8.5-47.5 7q-5 1-7.5 1t-7 1-7.5 1q-45 7-53 9-141-17-141-100" horiz-adv-x="668" unicode="§"/><glyph d="M162 785q-11 0-19.5 8.5T134 814t8.5 20.5T162 843q12 0 20.5-8.5T191 814t-8.5-20.5T162 785m174 0q-12 0-20.5 8.5T307 814t8.5 20.5T336 843t20.5-8.5T365 814t-8.5-20.5T336 785" horiz-adv-x="500" unicode="¨"/><glyph d="M408 629q153 0 258.5-103.5T772 265 666.5 4.5 408-99Q256-99 150.5 4.5T45 265t105.5 260.5T408 629m0-26q-145 0-240.5-93T72 266t95.5-245T408-73t241 93.5T745 266t-96 244.5T408 603m146-414 25-8q-23-49-71-77.5T400 75q-84 0-138 54t-54 137q0 85 56 138t139 53q60 0 108.5-29.5T577 342l-25-7q-6 30-43 63.5T405 432q-75 0-122.5-45T235 267q0-74 46-120t120-46q52 0 92 24t61 64" horiz-adv-x="817" unicode="©"/><glyph d="M62 235H35l147 325h19l147-325h-27l-43 94H105zm130 290h-1l-5-12q-5-12-15.5-37T149 427l-34-74h153l-34 74q-11 24-21.5 49T197 513zM35 164h313v-26H35z" horiz-adv-x="383" unicode="ª"/><glyph d="m295 511 19-18L96 278v-2L314 61l-19-18L60 277zm216 0 19-18-218-215v-2L530 61l-19-18-235 234z" horiz-adv-x="590" unicode="«"/><glyph d="M475 281H112v26h363z" horiz-adv-x="588" unicode="­"/><glyph d="M408 629q153 0 258.5-103.5T772 265 666.5 4.5 408-99Q256-99 150.5 4.5T45 265t105.5 260.5T408 629m0-26q-145 0-240.5-93T72 266t95.5-245T408-73t241 93.5T745 266t-96 244.5T408 603M518 82l-97 162q-18-2-43-2h-51V82h-27v369h104q64 0 100-26.5t36-76.5q0-42-24.5-68T448 247l99-165zM327 268h77q109 0 109 78 0 79-109 79h-77z" horiz-adv-x="817" unicode="®"/><glyph d="M383 787H117v25h266z" horiz-adv-x="500" unicode="¯"/><glyph d="M117 604q-42 0-69.5 28T20 702t27.5 70 69.5 28 69.5-28 27.5-70-27.5-70-69.5-28m0 25q32 0 52.5 21t20.5 52q0 32-20 52.5T117 775t-53-20.5T44 702q0-31 20.5-52t52.5-21" horiz-adv-x="234" unicode="°"/><glyph d="M515 321v-26H348V116h-29v179H152v26h167v177h29V321zM152 26h363V0H152z" horiz-adv-x="668" unicode="±"/><glyph d="M33 469v26l185 150q60 49 60 110 0 40-27 64.5T174 844q-48 0-73-19.5T65 761l-24 7q22 102 133 102 60 0 95.5-32.5T305 753q0-68-79-132-28-23-66.5-53t-65-50.5T66 495l1-3q21 3 89 3h152v-26z" horiz-adv-x="340" unicode="²"/><glyph d="M217 675v-3q41-5 67-31t26-67q0-50-38-81.5T178 461q-59 0-101 34.5T31 586l28 6q1-46 34-75.5t86-29.5q50 0 77 25.5t27 61.5q0 38-30 62.5T174 661h-37v24h37q48 0 77 23.5t29 58.5q0 31-25 54t-83 23q-52 0-74-20.5T67 761l-24 7q17 102 132 102 66 0 99-29t33-72q0-39-26-65.5T217 675" horiz-adv-x="340" unicode="³"/><glyph d="M217 754h-30l99 148 27-10z" horiz-adv-x="500" unicode="´"/><glyph d="M391-140v674H287v-674h-27v354q-108 0-161.5 47.5T45 387t53.5 125.5T260 560h158v-700z" horiz-adv-x="508" unicode="¶"/><glyph d="M93 249q-16 0-25 9.5T59 282t9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-14-9.5-23.5T93 249" horiz-adv-x="186" unicode="·"/><glyph d="M354-97q0-34-26.5-53T253-169q-49 0-77 18v27q27-19 76-19 75 0 75 47 0 27-25.5 39T223-43V0h27v-22q104-10 104-75" horiz-adv-x="500" unicode="¸"/><glyph d="M293 469H62v26h102v260l.5 24 1 23 .5 18v8h-2l-30-30-56-55-18 18 105 101h26V495h102z" horiz-adv-x="340" unicode="¹"/><glyph d="M35 396q0 75 50.5 125T209 571t124-50 51-125q0-74-51-124t-124-50-123.5 50T35 396m26 0q0-64 42.5-106T209 248t105.5 42T357 396t-42.5 106.5T209 545t-105.5-42.5T61 396m314-258H46v26h329z" horiz-adv-x="419" unicode="º"/><glyph d="M79 43 60 61l218 215v2L60 493l19 18 235-234zm216 0-19 18 218 215v2L276 493l19 18 235-234z" horiz-adv-x="590" unicode="»"/><glyph d="M293 307H62v26h102v260l.5 24 1 23 .5 18v8h-2l-30-30-56-55-18 18 105 101h26V333h102zm225 393L308 0h-28l209 700zM703 0h-27v111H477v30l199 252h27V137h77v-26h-77zm-27 137v103q0 14 .5 28t.5 25 .5 21 1.5 17.5 1 13v8.5l1 3h-2q-1 0-86-108.5T508 138l1-2h13l13.5.5 17.5.5z" horiz-adv-x="798" unicode="¼"/><glyph d="M293 307H62v26h102v260l.5 24 1 23 .5 18v8h-2l-30-30-56-55-18 18 105 101h26V333h102zm225 393L308 0h-28l209 700zM491 0v26l185 150q60 49 60 110 0 40-27 64.5T632 375q-48 0-73-19.5T523 292l-24 7q22 102 133 102 60 0 95.5-32.5T763 284q0-68-79-132-28-23-66.5-53t-65-50.5T524 26l1-3q21 3 89 3h152V0z" horiz-adv-x="798" unicode="½"/><glyph d="M217 513v-3q41-5 67-31t26-67q0-50-38-81.5T178 299q-59 0-101 34.5T31 424l28 6q1-46 34-75.5t86-29.5q50 0 77 25.5t27 61.5q0 38-30 62.5T174 499h-37v24h37q48 0 77 23.5t29 58.5q0 31-25 54t-83 23q-52 0-74-20.5T67 599l-24 7q17 102 132 102 66 0 99-29t33-72q0-39-26-65.5T217 513m301 187L308 0h-28l209 700zM703 0h-27v111H477v30l199 252h27V137h77v-26h-77zm-27 137v103q0 14 .5 28t.5 25 .5 21 1.5 17.5 1 13v8.5l1 3h-2q-1 0-86-108.5T508 138l1-2h13l13.5.5 17.5.5z" horiz-adv-x="798" unicode="¾"/><glyph d="M294 710q16 0 25-9.5t9-23.5-9.5-23-24.5-9q-16 0-25 9.5t-9 22.5q0 15 9 24t25 9m13-147V381q-128-48-180.5-94.5T74 174q0-65 45-113t150-48q176 0 216 163l25-7q-21-91-84-137T266-14Q153-14 99 41.5T45 172q0 44 19 81t54.5 63.5 72.5 45 87 36.5v165z" horiz-adv-x="555" unicode="¿"/><glyph d="m355 754-96 138 27 10 99-148zm197-524H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="À"/><glyph d="M350 754h-30l99 148 27-10zm202-524H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="Á"/><glyph d="m253 767-17 18 121 110 120-111-17-18-103 96zm299-537H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="Â"/><glyph d="M289 824q-40 0-60-29l-12 20 3 3q3 4 4 5.5t4.5 5 6 5.5 7 5 9 5 10.5 3.5 12.5 2.5 14.5 1q25 0 64-18.5t67-18.5q35 0 58 25l12-20q-28-32-71-32-26 0-65.5 18.5T289 824m263-594H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="Ã"/><glyph d="M270 785q-11 0-19.5 8.5T242 814t8.5 20.5T270 843q12 0 20.5-8.5T299 814t-8.5-20.5T270 785m174 0q-12 0-20.5 8.5T415 814t8.5 20.5T444 843t20.5-8.5T473 814t-8.5-20.5T444 785m108-555H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="Ä"/><glyph d="M357 744q-35 0-56.5 22T279 820t21.5 54 56.5 22 56.5-22 21.5-54-21.5-54-56.5-22m0 129q-24 0-39-15t-15-38 15-38 39-15 39 15 15 38-15 38-39 15m195-643H163L59 0H30l315 700h25L685 0h-29zm-11 25-95 211q-13 29-35 80t-37 86l-16 36h-1l-15-36q-16-35-38-86t-35-80l-95-211z" horiz-adv-x="715" unicode="Å"/><glyph d="M497 674V385h336v-26H497V26h419V0H470v230H162L59 0H30l316 700h570v-26zm-27-419v419H361L173 255z" horiz-adv-x="971" unicode="Æ"/><glyph d="m701 197 25-7Q685 97 602 43.5T412-12v-10q104-10 104-75 0-34-26.5-53T415-169q-49 0-77 18v27q27-19 76-19 75 0 75 47 0 27-25.5 39T385-43v31Q238-6 141.5 93.5T45 352q0 165 101 263.5T403 714q115 0 196.5-52.5T716 530l-25-8q-10 22-27.5 45t-50 53-87 49T405 688q-147 0-240-90.5T72 352q0-154 94.5-246T402 14q98 0 178 48.5T701 197" horiz-adv-x="781" unicode="Ç"/><glyph d="m247 902 99-148h-30l-96 138zM90 0v700h446v-26H117V385h336v-26H117V26h419V0z" horiz-adv-x="591" unicode="È"/><glyph d="M311 754h-30l99 148 27-10zM90 0v700h446v-26H117V385h336v-26H117V26h419V0z" horiz-adv-x="591" unicode="É"/><glyph d="m438 784-17-18-103 96-104-95-17 18 121 110zM90 0v700h446v-26H117V385h336v-26H117V26h419V0z" horiz-adv-x="591" unicode="Ê"/><glyph d="M231 785q-11 0-19.5 8.5T203 814t8.5 20.5T231 843q12 0 20.5-8.5T260 814t-8.5-20.5T231 785m174 0q-12 0-20.5 8.5T376 814t8.5 20.5T405 843t20.5-8.5T434 814t-8.5-20.5T405 785M90 0v700h446v-26H117V385h336v-26H117V26h419V0z" horiz-adv-x="591" unicode="Ë"/><glyph d="m33 902 99-148h-30L6 892zM90 0v700h27V0z" unicode="Ì"/><glyph d="M97 754H67l99 148 27-10zM90 0v700h27V0z" unicode="Í"/><glyph d="m205 784-17-18-84 92-84-91-17 18 101 110zM90 0v700h27V0z" unicode="Î"/><glyph d="M57 785q-11 0-19.5 8.5T29 814t8.5 20.5T57 843q12 0 20.5-8.5T86 814t-8.5-20.5T57 785m94 0q-12 0-20.5 8.5T122 814t8.5 20.5T151 843t20.5-8.5T180 814t-8.5-20.5T151 785M90 0v700h27V0z" unicode="Ï"/><glyph d="M90 700h207q168 0 270.5-95T670 347q0-161-100.5-254T307 0H90v359H12v26h78zm27-674h190q147 0 241.5 84.5T643 347q0 154-95.5 240.5T297 674H117V385h198v-26H117z" horiz-adv-x="715" unicode="Ð"/><glyph d="m486 839 12-20q-28-32-71-32-26 0-65.5 18.5T298 824q-40 0-60-29l-12 20 3 3q3 4 4 5.5t4.5 5 6 5.5 7 5 9 5 10.5 3.5 12.5 2.5 14.5 1q25 0 64-18.5t67-18.5q35 0 58 25M596 0 115 665h-1v-5q0-5 .5-13t1-19.5.5-26 .5-30 .5-34V0H90v700h27L598 39h1v5q0 5-.5 13t-.5 19.5-.5 26-1 30-.5 33.5v534h27V0z" horiz-adv-x="713" unicode="Ñ"/><glyph d="m333 902 99-148h-30l-96 138zM45 351q0 162 103 262.5T403 714t255.5-100.5T762 351 658.5 88.5 403-12 148 88.5 45 351m27 0q0-154 94.5-245.5T403 14t237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351" horiz-adv-x="807" unicode="Ò"/><glyph d="M397 754h-30l99 148 27-10zM45 351q0 162 103 262.5T403 714t255.5-100.5T762 351 658.5 88.5 403-12 148 88.5 45 351m27 0q0-154 94.5-245.5T403 14t237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351" horiz-adv-x="807" unicode="Ó"/><glyph d="m524 784-17-18-103 96-104-95-17 18 121 110zM45 351q0 162 103 262.5T403 714t255.5-100.5T762 351 658.5 88.5 403-12 148 88.5 45 351m27 0q0-154 94.5-245.5T403 14t237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351" horiz-adv-x="807" unicode="Ô"/><glyph d="m524 839 12-20q-28-32-71-32-26 0-65.5 18.5T336 824q-40 0-60-29l-12 20 3 3q3 4 4 5.5t4.5 5 6 5.5 7 5 9 5 10.5 3.5 12.5 2.5 14.5 1q25 0 64-18.5t67-18.5q35 0 58 25M45 351q0 162 103 262.5T403 714t255.5-100.5T762 351 658.5 88.5 403-12 148 88.5 45 351m27 0q0-154 94.5-245.5T403 14t237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351" horiz-adv-x="807" unicode="Õ"/><glyph d="M317 785q-11 0-19.5 8.5T289 814t8.5 20.5T317 843q12 0 20.5-8.5T346 814t-8.5-20.5T317 785m174 0q-12 0-20.5 8.5T462 814t8.5 20.5T491 843t20.5-8.5T520 814t-8.5-20.5T491 785M45 351q0 162 103 262.5T403 714t255.5-100.5T762 351 658.5 88.5 403-12 148 88.5 45 351m27 0q0-154 94.5-245.5T403 14t237 91.5T735 351t-95 245.5T403 688t-236.5-91.5T72 351" horiz-adv-x="807" unicode="Ö"/><glyph d="m352 296 133-133-18-17-133 133-133-133-17 17 133 133-133 134 17 17 133-133 133 132 17-17z" horiz-adv-x="668" unicode="×"/><glyph d="m706 724-69-91q125-105 125-282 0-162-103.5-262.5T403-12q-118 0-208 62l-72-94-19 15 71 94Q45 169 45 351q0 162 103 262.5T403 714q122 0 215-67l69 91zM72 351q0-173 118-266l413 542q-85 61-200 61-142 0-236.5-91.5T72 351M403 14q142 0 237 91.5T735 351q0 167-113 262L210 70q84-56 193-56" horiz-adv-x="807" unicode="Ø"/><glyph d="m271 902 99-148h-30l-96 138zm336-202V280q0-292-264-292Q80-12 80 280v420h27V276q0-262 236-262 121 0 179 65.5T580 276v424z" horiz-adv-x="687" unicode="Ù"/><glyph d="M335 754h-30l99 148 27-10zm272-54V280q0-292-264-292Q80-12 80 280v420h27V276q0-262 236-262 121 0 179 65.5T580 276v424z" horiz-adv-x="687" unicode="Ú"/><glyph d="m462 784-17-18-103 96-104-95-17 18 121 110zm145-84V280q0-292-264-292Q80-12 80 280v420h27V276q0-262 236-262 121 0 179 65.5T580 276v424z" horiz-adv-x="687" unicode="Û"/><glyph d="M255 785q-11 0-19.5 8.5T227 814t8.5 20.5T255 843q12 0 20.5-8.5T284 814t-8.5-20.5T255 785m174 0q-12 0-20.5 8.5T400 814t8.5 20.5T429 843t20.5-8.5T458 814t-8.5-20.5T429 785m178-85V280q0-292-264-292Q80-12 80 280v420h27V276q0-262 236-262 121 0 179 65.5T580 276v424z" horiz-adv-x="687" unicode="Ü"/><glyph d="M306 754h-30l99 148 27-10zm18-432V0h-27v322L20 700h32l187-255 72-97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" horiz-adv-x="622" unicode="Ý"/><glyph d="M117 544h143q118 0 181-48.5T504 355t-63-140-181-48H117V0H90v700h27zm0-351h143q217 0 217 162 0 163-217 163H117z" horiz-adv-x="534" unicode="Þ"/><glyph d="M336 331h7q80 0 132.5-44T528 165 477 37.5 345-12q-80 0-135 43l15 21q48-39 119-39 69 0 113 42t44 108q0 64-41.5 104T350 307h-44v27l118 199-1 1H117V0H90v560h381L336 332z" horiz-adv-x="563" unicode="ß"/><glyph d="m288 614-96 138 27 10 99-148zm152-432H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="à"/><glyph d="M283 614h-30l99 148 27-10zm157-432H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="á"/><glyph d="m206 627-17 18 101 110 101-111-17-18-84 92zm234-445H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="â"/><glyph d="M225 684q-33 0-50-29l-11 22q24 34 62 34 24 0 59.5-18.5T346 674q8 0 14.5 1.5t11 3 8.5 5 6 5 5 5.5 4 5l11-22q-23-30-61-30-25 0-61.5 18.5T225 684m215-502H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="ã"/><glyph d="M203 645q-11 0-19.5 8.5T175 674t8.5 20.5T203 703q12 0 20.5-8.5T232 674t-8.5-20.5T203 645m174 0q-12 0-20.5 8.5T348 674t8.5 20.5T377 703t20.5-8.5T406 674t-8.5-20.5T377 645m63-463H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="ä"/><glyph d="M290 604q-35 0-56.5 22T212 680t21.5 54 56.5 22 56.5-22 21.5-54-21.5-54-56.5-22m0 129q-24 0-39-15t-15-38 15-38 39-15 39 15 15 38-15 38-39 15m150-551H138L59 0H30l247 560h25L549 0h-29zm-11 26-70 160q-68 155-68 163h-2q0-4-73-170l-67-153z" horiz-adv-x="579" unicode="å"/><glyph d="M745 26V0H377v182H138L59 0H30l247 560h463v-26H404V307h270v-26H404V26zM377 208v326h-85L150 208z" horiz-adv-x="800" unicode="æ"/><glyph d="m575 158 26-7Q567 80 501 36T353-12v-13q104-10 104-75 0-34-26.5-53T356-172q-49 0-77 18v27q27-19 76-19 75 0 75 47 0 27-25.5 39T326-46v34Q206-8 125.5 74.5T45 280q0 125 83.5 208T335 571q83 0 154-41t106-124l-26-7q-76 146-231 146-116 0-191-74T72 280t75-191.5T336 14q81 0 143 39.5T575 158" horiz-adv-x="656" unicode="ç"/><glyph d="m202 762 99-148h-30l-96 138zM90 0v560h363v-26H117V307h270v-26H117V26h341V0z" horiz-adv-x="513" unicode="è"/><glyph d="M266 614h-30l99 148 27-10zM90 0v560h363v-26H117V307h270v-26H117V26h341V0z" horiz-adv-x="513" unicode="é"/><glyph d="m393 644-17-18-103 96-104-95-17 18 121 110zM90 0v560h363v-26H117V307h270v-26H117V26h341V0z" horiz-adv-x="513" unicode="ê"/><glyph d="M186 645q-11 0-19.5 8.5T158 674t8.5 20.5T186 703q12 0 20.5-8.5T215 674t-8.5-20.5T186 645m174 0q-12 0-20.5 8.5T331 674t8.5 20.5T360 703t20.5-8.5T389 674t-8.5-20.5T360 645M90 0v560h363v-26H117V307h270v-26H117V26h341V0z" horiz-adv-x="513" unicode="ë"/><glyph d="m33 762 99-148h-30L6 752zM90 0v560h27V0z" unicode="ì"/><glyph d="M97 614H67l99 148 27-10zM90 0v560h27V0z" unicode="í"/><glyph d="m205 644-17-18-84 92-84-91-17 18 101 110zM90 0v560h27V0z" unicode="î"/><glyph d="M57 645q-11 0-19.5 8.5T29 674t8.5 20.5T57 703q12 0 20.5-8.5T86 674t-8.5-20.5T57 645m94 0q-12 0-20.5 8.5T122 674t8.5 20.5T151 703t20.5-8.5T180 674t-8.5-20.5T151 645M90 0v560h27V0z" unicode="ï"/><glyph d="M90 560h170q138 0 222.5-76.5T567 278q0-128-83-203T268 0H90v281H12v26h78zm27-534h150q120 0 196.5 66.5T540 278q0 120-77 188t-204 68H117V307h198v-26H117z" horiz-adv-x="612" unicode="ð"/><glyph d="m407 699 11-22q-23-30-61-30-25 0-61.5 18.5T237 684q-33 0-50-29l-11 22q24 34 62 34 24 0 59.5-18.5T358 674q8 0 14.5 1.5t11 3 8.5 5 6 5 5 5.5 4 5M523 0h-26L116 521h-1v-4q0-4 .5-10.5t.5-15.5v-21l.5-24 .5-27V0H90v560h27L497 44h1v4q0 4-.5 10.5t-.5 15v20l-.5 24-.5 26.5v416h27z" horiz-adv-x="613" unicode="ñ"/><glyph d="m264 762 99-148h-30l-96 138zM45 279q0 126 83.5 209T333 571t205-83.5T622 279 538 71 333-12 128.5 71 45 279m27 0q0-116 75-190.5T333 14t186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279" horiz-adv-x="667" unicode="ò"/><glyph d="M328 614h-30l99 148 27-10zM45 279q0 126 83.5 209T333 571t205-83.5T622 279 538 71 333-12 128.5 71 45 279m27 0q0-116 75-190.5T333 14t186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279" horiz-adv-x="667" unicode="ó"/><glyph d="m455 644-17-18-103 96-104-95-17 18 121 110zM45 279q0 126 83.5 209T333 571t205-83.5T622 279 538 71 333-12 128.5 71 45 279m27 0q0-116 75-190.5T333 14t186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279" horiz-adv-x="667" unicode="ô"/><glyph d="m440 699 11-22q-23-30-61-30-25 0-61.5 18.5T270 684q-33 0-50-29l-11 22q24 34 62 34 24 0 59.5-18.5T391 674q8 0 14.5 1.5t11 3 8.5 5 6 5 5 5.5 4 5M45 279q0 126 83.5 209T333 571t205-83.5T622 279 538 71 333-12 128.5 71 45 279m27 0q0-116 75-190.5T333 14t186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279" horiz-adv-x="667" unicode="õ"/><glyph d="M248 645q-11 0-19.5 8.5T220 674t8.5 20.5T248 703q12 0 20.5-8.5T277 674t-8.5-20.5T248 645m174 0q-12 0-20.5 8.5T393 674t8.5 20.5T422 703t20.5-8.5T451 674t-8.5-20.5T422 645M45 279q0 126 83.5 209T333 571t205-83.5T622 279 538 71 333-12 128.5 71 45 279m27 0q0-116 75-190.5T333 14t186.5 74.5T595 279q0 117-75.5 191.5T333 545t-186-74.5T72 279" horiz-adv-x="667" unicode="ö"/><glyph d="M334 440q-16 0-25 9.5t-9 23.5 9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-15-9-24t-25-9m181-159H152v26h363zM334 88q-16 0-25 9.5t-9 23.5 9.5 23 24.5 9q16 0 25-9.5t9-22.5q0-15-9-24t-25-9" horiz-adv-x="668" unicode="÷"/><glyph d="m583 584-62-80q101-85 101-225 0-125-84-208T333-12q-97 0-171 55L98-39 79-24l64 82q-98 85-98 221 0 126 83.5 209T333 571q94 0 168-52l63 80zM72 279q0-125 86-201l328 420q-67 47-153 47-111 0-186-74.5T72 279M333 14q111 0 186.5 74.5T595 279q0 128-90 205L177 63q68-49 156-49" horiz-adv-x="667" unicode="ø"/><glyph d="m229 762 99-148h-30l-96 138zm287-202V221q0-233-219-233Q80-12 80 221v339h27V218q0-204 191-204t191 204v342z" horiz-adv-x="596" unicode="ù"/><glyph d="M293 614h-30l99 148 27-10zm223-54V221q0-233-219-233Q80-12 80 221v339h27V218q0-204 191-204t191 204v342z" horiz-adv-x="596" unicode="ú"/><glyph d="m420 644-17-18-103 96-104-95-17 18 121 110zm96-84V221q0-233-219-233Q80-12 80 221v339h27V218q0-204 191-204t191 204v342z" horiz-adv-x="596" unicode="û"/><glyph d="M213 645q-11 0-19.5 8.5T185 674t8.5 20.5T213 703q12 0 20.5-8.5T242 674t-8.5-20.5T213 645m174 0q-12 0-20.5 8.5T358 674t8.5 20.5T387 703t20.5-8.5T416 674t-8.5-20.5T387 645m129-85V221q0-233-219-233Q80-12 80 221v339h27V218q0-204 191-204t191 204v342z" horiz-adv-x="596" unicode="ü"/><glyph d="M250 614h-30l99 148 27-10zM268 0h-27v256L20 560h32l110-152 92-126h1q3 3 94 127l109 151h31L268 256z" horiz-adv-x="509" unicode="ý"/><glyph d="M117 425h90q102 0 152.5-33T410 286t-50.5-105.5T207 148h-90V0H90v560h27zm0-251h90q92 0 134 25t42 87-43 87.5T207 399h-90z" horiz-adv-x="440" unicode="þ"/><glyph d="M170 645q-11 0-19.5 8.5T142 674t8.5 20.5T170 703q12 0 20.5-8.5T199 674t-8.5-20.5T170 645m174 0q-12 0-20.5 8.5T315 674t8.5 20.5T344 703t20.5-8.5T373 674t-8.5-20.5T344 645M268 0h-27v256L20 560h32l110-152 92-126h1q3 3 94 127l109 151h31L268 256z" horiz-adv-x="509" unicode="ÿ"/><glyph d="M501 674V385h336v-26H501V26h419V0H479q-28-4-71-4-162 0-262.5 98T45 350t100.5 256T409 704q27 0 65-4h446v-26zM72 351q0-151 92-240t244-89q29 0 66 5v646q-35 5-66 5-153 0-244.5-88T72 351" horiz-adv-x="980" unicode="Œ"/><glyph d="M766 26V0H398q-27-3-58-3-131 0-213 78.5T45 280t82 204.5T341 563q33 0 58-3h362v-26H425V307h270v-26H425V26zm-425-3q33 0 57 4v506q-25 4-57 4-122 0-195.5-69T72 281t74-188 195-70" horiz-adv-x="826" unicode="œ"/><glyph d="M226 785q-11 0-19.5 8.5T198 814t8.5 20.5T226 843q12 0 20.5-8.5T255 814t-8.5-20.5T226 785m174 0q-12 0-20.5 8.5T371 814t8.5 20.5T400 843t20.5-8.5T429 814t-8.5-20.5T400 785m-76-463V0h-27v322L20 700h32l187-255 72-97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" horiz-adv-x="622" unicode="Ÿ"/><glyph d="m370 784-17-18-103 96-104-95-17 18 121 110z" horiz-adv-x="500" unicode="ˆ"/><glyph d="m359 839 11-22q-22-30-61-30-25 0-61.5 18.5T189 824q-33 0-50-29l-11 22q24 34 62 34 24 0 59.5-18.5T310 814q8 0 14.5 1.5t11 3 8.5 5 6 5 5 5.5 4 5" horiz-adv-x="500" unicode="˜"/><glyph horiz-adv-x="451"/><glyph horiz-adv-x="902"/><glyph horiz-adv-x="451"/><glyph horiz-adv-x="902"/><glyph horiz-adv-x="300"/><glyph horiz-adv-x="225"/><glyph horiz-adv-x="150"/><glyph horiz-adv-x="150"/><glyph horiz-adv-x="112"/><glyph horiz-adv-x="180"/><glyph horiz-adv-x="50"/><glyph d="M475 281H112v26h363z" horiz-adv-x="588" unicode="‐"/><glyph d="M475 281H112v26h363z" horiz-adv-x="588" unicode="‑"/><glyph d="M475 281H112v26h363z" horiz-adv-x="588" unicode="‒"/><glyph d="M555 281H112v26h443z" horiz-adv-x="668" unicode="–"/><glyph d="M916 281H112v26h804z" horiz-adv-x="1029" unicode="—"/><glyph d="M81 615q17 4 28-4t11-24q0-32-34-32-35 0-35 42 0 30 19.5 66.5T124 713l14-19q-23-9-40-34.5T81 615" horiz-adv-x="186" unicode="‘"/><glyph d="M105 652q-17-4-28 4t-11 24q0 32 34 32 35 0 35-42 0-30-19.5-66.5T62 554l-14 19q23 9 40 34.5t17 44.5" horiz-adv-x="186" unicode="’"/><glyph d="M105-13q-17-4-28 4T66 15q0 32 34 32 35 0 35-42 0-30-19.5-66.5T62-111L48-92q23 9 40 34.5T105-13" horiz-adv-x="186" unicode="‚"/><glyph d="M78 615q17 4 28-4t11-24q0-32-34-32-35 0-35 42 0 30 19.5 66.5T121 713l14-19q-23-9-40-34.5T78 615m154 0q17 4 28-4t11-24q0-32-34-32-35 0-35 42 0 30 19.5 66.5T275 713l14-19q-23-9-40-34.5T232 615" horiz-adv-x="340" unicode="“"/><glyph d="M105 652q-17-4-28 4t-11 24q0 32 34 32 35 0 35-42 0-30-19.5-66.5T62 554l-14 19q23 9 40 34.5t17 44.5m154 0q-17-4-28 4t-11 24q0 32 34 32 35 0 35-42 0-30-19.5-66.5T216 554l-14 19q23 9 40 34.5t17 44.5" horiz-adv-x="340" unicode="”"/><glyph d="M105-13q-17-4-28 4T66 15q0 32 34 32 35 0 35-42 0-30-19.5-66.5T62-111L48-92q23 9 40 34.5T105-13m132 0q-17-4-28 4t-11 24q0 32 34 32 35 0 35-42 0-30-19.5-66.5T194-111l-14 19q23 9 40 34.5T237-13" horiz-adv-x="318" unicode="„"/><glyph d="M152 223q-26 0-44 18t-18 44 18 44 44 18 44-18 18-44-18-44-44-18" horiz-adv-x="304" unicode="•"/><glyph d="M87-11q-28 0-28 27 0 26 28 26 13 0 20.5-7.5T115 16q0-12-7.5-19.5T87-11m230 0q-28 0-28 27 0 26 28 26 13 0 20.5-7.5T345 16q0-12-7.5-19.5T317-11m240 0q-28 0-28 27 0 26 28 26 13 0 20.5-7.5T585 16q0-12-7.5-19.5T557-11" horiz-adv-x="643" unicode="…"/><glyph horiz-adv-x="180"/><glyph d="m295 511 19-18L96 278v-2L314 61l-19-18L60 277z" horiz-adv-x="374" unicode="‹"/><glyph d="M79 43 60 61l218 215v2L60 493l19 18 235-234z" horiz-adv-x="374" unicode="›"/><glyph horiz-adv-x="225"/><glyph d="m531 137 25-8Q503-12 339-12q-107 0-169.5 62T94 223H45v26h47q-1 11-1 34l1 26H45v26h49q11 111 71.5 173.5T332 571q84 0 143.5-38.5T550 423l-25-7q-12 50-57.5 89.5T335 545q-97 0-150.5-55.5T121 335h224v-26H119l-1-26q0-23 1-34h226v-26H121q12-100 67-154t153-54q142 0 190 122" horiz-adv-x="611" unicode="€"/><glyph d="M295 700v-25H180V375h-26v300H40v25zm376-325h-27v236.5l.5 24.5.5 19.5V674h-1l-4-10q-5-11-13.5-28.5T610 603l-79-153h-27l-79 153q-8 15-17 32.5T394 664l-5 10h-1v-38l.5-24.5.5-26.5V375h-27v325h42l88-175 25-50h1q1 1 25 49l88 176h40z" horiz-adv-x="761" unicode="™"/><hkern k="90" u1="“" u2="æ"/><hkern k="90" u1="“" u2="å"/><hkern k="90" u1="“" u2="ä"/><hkern k="90" u1="“" u2="ã"/><hkern k="90" u1="“" u2="â"/><hkern k="90" u1="“" u2="á"/><hkern k="90" u1="“" u2="à"/><hkern k="80" u1="“" u2="Æ"/><hkern k="80" u1="“" u2="Å"/><hkern k="80" u1="“" u2="Ä"/><hkern k="80" u1="“" u2="Ã"/><hkern k="80" u1="“" u2="Â"/><hkern k="80" u1="“" u2="Á"/><hkern k="80" u1="“" u2="À"/><hkern k="120" u1="“" u2="j"/><hkern k="90" u1="“" u2="a"/><hkern k="120" u1="“" u2="J"/><hkern k="80" u1="“" u2="A"/><hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="100"/><hkern g1="germandbls" g2="j" k="-20"/><hkern g1="germandbls" g2="T" k="40"/><hkern g1="germandbls" g2="v,w,yen" k="30"/><hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10"/><hkern g1="germandbls" g2="y,yacute,ydieresis" k="30"/><hkern g1="germandbls" g2="V,W" k="100"/><hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="germandbls" g2="t" k="40"/><hkern g1="r" g2="J" k="-20"/><hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="r" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="r" g2="j" k="-20"/><hkern g1="r" g2="T" k="70"/><hkern g1="r" g2="y,yacute,ydieresis" k="10"/><hkern g1="r" g2="V,W" k="40"/><hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20"/><hkern g1="r" g2="t" k="20"/><hkern g1="r" g2="z" k="20"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="40"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="10"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="20"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="10"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="z" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="z" g2="j" k="-20"/><hkern g1="z" g2="T" k="60"/><hkern g1="z" g2="V,W" k="20"/><hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="z" g2="guillemotleft,guilsinglleft" k="20"/><hkern g1="ordfeminine" g2="J" k="80"/><hkern g1="ordfeminine" g2="v,w,yen" k="40"/><hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="50"/><hkern g1="ordfeminine" g2="t" k="60"/><hkern g1="b" g2="Y,Yacute,Ydieresis" k="90"/><hkern g1="b" g2="j" k="-10"/><hkern g1="b" g2="T" k="110"/><hkern g1="b" g2="v,w,yen" k="10"/><hkern g1="b" g2="y,yacute,ydieresis" k="40"/><hkern g1="b" g2="V,W" k="90"/><hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30"/><hkern g1="b" g2="t" k="40"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="10"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="10"/><hkern g1="Z" g2="v,w,yen" k="20"/><hkern g1="Z" g2="y,yacute,ydieresis" k="20"/><hkern g1="Z" g2="t" k="40"/><hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="Z" g2="guillemotleft,guilsinglleft" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="10"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="120"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="40"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="50"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-5"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="50"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="40"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="20"/><hkern g1="R" g2="Y,Yacute,Ydieresis" k="30"/><hkern g1="R" g2="j" k="-20"/><hkern g1="R" g2="T" k="20"/><hkern g1="R" g2="V,W" k="10"/><hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="R" g2="Z" k="20"/><hkern g1="g" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="g" g2="j" k="-20"/><hkern g1="g" g2="T" k="90"/><hkern g1="g" g2="v,w,yen" k="20"/><hkern g1="g" g2="y,yacute,ydieresis" k="30"/><hkern g1="g" g2="V,W" k="40"/><hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30"/><hkern g1="g" g2="t" k="30"/><hkern g1="t" g2="J" k="70"/><hkern g1="t" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="t" g2="j" k="90"/><hkern g1="t" g2="T" k="50"/><hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="90"/><hkern g1="t" g2="four" k="30"/><hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="t" g2="dollar,s" k="30"/><hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110"/><hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70"/><hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="t" g2="X" k="30"/><hkern g1="t" g2="slash" k="60"/><hkern g1="t" g2="ordfeminine" k="60"/><hkern g1="t" g2="ampersand" k="40"/><hkern g1="t" g2="numbersign" k="40"/><hkern g1="t" g2="bullet" k="60"/><hkern g1="B" g2="J" k="-20"/><hkern g1="B" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="B" g2="T" k="50"/><hkern g1="B" g2="v,w,yen" k="20"/><hkern g1="B" g2="y,yacute,ydieresis" k="20"/><hkern g1="B" g2="V,W" k="20"/><hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="l" g2="Y,Yacute,Ydieresis" k="150"/><hkern g1="l" g2="j" k="-30"/><hkern g1="l" g2="T" k="80"/><hkern g1="l" g2="v,w,yen" k="80"/><hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="50"/><hkern g1="l" g2="y,yacute,ydieresis" k="100"/><hkern g1="l" g2="V,W" k="140"/><hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="l" g2="t" k="110"/><hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="100"/><hkern g1="l" g2="trademark" k="140"/><hkern g1="l" g2="four" k="40"/><hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="l" g2="backslash" k="100"/><hkern g1="l" g2="question" k="80"/><hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="l" g2="seven" k="50"/><hkern g1="ordmasculine" g2="v,w,yen" k="-10"/><hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-25"/><hkern g1="ordmasculine" g2="x" k="-20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="50"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="10"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-5"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="40"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="10"/><hkern g1="y,yacute,ydieresis" g2="J" k="100"/><hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="y,yacute,ydieresis" g2="j" k="90"/><hkern g1="y,yacute,ydieresis" g2="T" k="40"/><hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10"/><hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="60"/><hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90"/><hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100"/><hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="y,yacute,ydieresis" g2="x" k="10"/><hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="50"/><hkern g1="y,yacute,ydieresis" g2="bullet" k="20"/><hkern g1="y,yacute,ydieresis" g2="periodcentered" k="20"/><hkern g1="G" g2="J" k="-10"/><hkern g1="G" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="G" g2="T" k="30"/><hkern g1="G" g2="V,W" k="20"/><hkern g1="G" g2="dollar,s" k="-20"/><hkern g1="T" g2="J" k="120"/><hkern g1="T" g2="j" k="140"/><hkern g1="T" g2="v,w,yen" k="40"/><hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="110"/><hkern g1="T" g2="y,yacute,ydieresis" k="40"/><hkern g1="T" g2="t" k="50"/><hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="90"/><hkern g1="T" g2="four" k="160"/><hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="120"/><hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="T" g2="seven" k="40"/><hkern g1="T" g2="z" k="60"/><hkern g1="T" g2="dollar,s" k="100"/><hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="130"/><hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="T" g2="guillemotleft,guilsinglleft" k="80"/><hkern g1="T" g2="x" k="70"/><hkern g1="T" g2="slash" k="40"/><hkern g1="T" g2="ampersand" k="130"/><hkern g1="T" g2="numbersign" k="60"/><hkern g1="T" g2="bullet" k="60"/><hkern g1="T" g2="one" k="80"/><hkern g1="T" g2="periodcentered" k="40"/><hkern g1="T" g2="six" k="130"/><hkern g1="T" g2="two" k="60"/><hkern g1="T" g2="nine" k="100"/><hkern g1="T" g2="three,eight" k="100"/><hkern g1="T" g2="S" k="30"/><hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="110"/><hkern g1="T" g2="five" k="100"/><hkern g1="L" g2="J" k="-10"/><hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="L" g2="Y,Yacute,Ydieresis" k="140"/><hkern g1="L" g2="T" k="140"/><hkern g1="L" g2="v,w,yen" k="100"/><hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="L" g2="y,yacute,ydieresis" k="110"/><hkern g1="L" g2="V,W" k="110"/><hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80"/><hkern g1="L" g2="t" k="100"/><hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="100"/><hkern g1="L" g2="trademark" k="140"/><hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="L" g2="backslash" k="100"/><hkern g1="L" g2="question" k="80"/><hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="60"/><hkern g1="L" g2="S" k="30"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="160"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="130"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="80"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="100"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="90"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="110"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="60"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="30"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="140"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="30"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="60"/><hkern g1="seven,v,w,yen" g2="J" k="80"/><hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="seven,v,w,yen" g2="j" k="60"/><hkern g1="seven,v,w,yen" g2="T" k="40"/><hkern g1="seven,v,w,yen" g2="v,w,yen" k="-10"/><hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10"/><hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="40"/><hkern g1="seven,v,w,yen" g2="four" k="60"/><hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80"/><hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70"/><hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="seven,v,w,yen" g2="slash" k="100"/><hkern g1="seven,v,w,yen" g2="ordfeminine" k="40"/><hkern g1="seven,v,w,yen" g2="numbersign" k="20"/><hkern g1="seven,v,w,yen" g2="six" k="40"/><hkern g1="seven,v,w,yen" g2="ordmasculine" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="J" k="130"/><hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="j" k="100"/><hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10"/><hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="10"/><hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="t" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="Y,Yacute,Ydieresis" g2="four" k="100"/><hkern g1="Y,Yacute,Ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="100"/><hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="z" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="60"/><hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="160"/><hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="x" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="slash" k="110"/><hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="80"/><hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="six" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="S" k="10"/><hkern g1="Y,Yacute,Ydieresis" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="five" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50"/><hkern g1="f" g2="J" k="80"/><hkern g1="f" g2="j" k="120"/><hkern g1="f" g2="T" k="80"/><hkern g1="f" g2="V,W" k="50"/><hkern g1="f" g2="four" k="80"/><hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="f" g2="dollar,s" k="10"/><hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100"/><hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130"/><hkern g1="f" g2="X" k="30"/><hkern g1="f" g2="slash" k="60"/><hkern g1="f" g2="ordfeminine" k="60"/><hkern g1="f" g2="numbersign" k="50"/><hkern g1="f" g2="ordmasculine" k="20"/><hkern g1="dollar,s" g2="J" k="-20"/><hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="dollar,s" g2="j" k="-20"/><hkern g1="dollar,s" g2="T" k="100"/><hkern g1="dollar,s" g2="V,W" k="20"/><hkern g1="dollar,s" g2="t" k="30"/><hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="110"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="70"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="100"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="80"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="60"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="70"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="160"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="110"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-20"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="20"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="20"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="70"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60"/><hkern g1="V,W" g2="J" k="90"/><hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="V,W" g2="j" k="100"/><hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="V,W" g2="V,W" k="-10"/><hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="V,W" g2="four" k="110"/><hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60"/><hkern g1="V,W" g2="backslash" k="-50"/><hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="V,W" g2="z" k="20"/><hkern g1="V,W" g2="dollar,s" k="40"/><hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100"/><hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="80"/><hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="60"/><hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100"/><hkern g1="V,W" g2="x" k="40"/><hkern g1="V,W" g2="slash" k="60"/><hkern g1="V,W" g2="ampersand" k="20"/><hkern g1="V,W" g2="numbersign" k="40"/><hkern g1="V,W" g2="six" k="50"/><hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="30"/><hkern g1="V,W" g2="five" k="40"/><hkern g1="V,W" g2="guillemotright,guilsinglright" k="50"/><hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="k" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="k" g2="j" k="-30"/><hkern g1="k" g2="T" k="80"/><hkern g1="k" g2="v,w,yen" k="10"/><hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="k" g2="y,yacute,ydieresis" k="20"/><hkern g1="k" g2="V,W" k="20"/><hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="k" g2="ampersand" k="15"/><hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="80"/><hkern g1="c,ccedilla,Euro" g2="T" k="10"/><hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="10"/><hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10"/><hkern g1="c,ccedilla,Euro" g2="V,W" k="40"/><hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20"/><hkern g1="c,ccedilla,Euro" g2="t" k="40"/><hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10"/><hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="c,ccedilla,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="20"/><hkern g1="x" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="x" g2="j" k="-40"/><hkern g1="x" g2="T" k="70"/><hkern g1="x" g2="y,yacute,ydieresis" k="10"/><hkern g1="x" g2="V,W" k="40"/><hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="x" g2="x" k="-10"/><hkern g1="x" g2="ordmasculine" k="-20"/><hkern g1="F" g2="J" k="150"/><hkern g1="F" g2="j" k="120"/><hkern g1="F" g2="v,w,yen" k="30"/><hkern g1="F" g2="y,yacute,ydieresis" k="40"/><hkern g1="F" g2="t" k="60"/><hkern g1="F" g2="four" k="90"/><hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26"/><hkern g1="F" g2="z" k="40"/><hkern g1="F" g2="dollar,s" k="30"/><hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120"/><hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="120"/><hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="120"/><hkern g1="F" g2="slash" k="80"/><hkern g1="F" g2="ampersand" k="40"/><hkern g1="F" g2="numbersign" k="50"/><hkern g1="F" g2="six" k="40"/><hkern g1="F" g2="S" k="10"/><hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="50"/><hkern g1="p,thorn" g2="J" k="60"/><hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="p,thorn" g2="j" k="80"/><hkern g1="p,thorn" g2="T" k="110"/><hkern g1="p,thorn" g2="V,W" k="20"/><hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20"/><hkern g1="p,thorn" g2="four" k="40"/><hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60"/><hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90"/><hkern g1="p,thorn" g2="X" k="40"/><hkern g1="p,thorn" g2="slash" k="50"/><hkern g1="p,thorn" g2="Z" k="20"/><hkern g1="p,thorn" g2="ordfeminine" k="20"/><hkern g1="p,thorn" g2="numbersign" k="40"/><hkern g1="S" g2="J" k="-20"/><hkern g1="S" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="S" g2="T" k="30"/><hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-10"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="110"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="30"/><hkern g1="K" g2="J" k="-30"/><hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="K" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="K" g2="j" k="-20"/><hkern g1="K" g2="T" k="20"/><hkern g1="K" g2="v,w,yen" k="70"/><hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="K" g2="y,yacute,ydieresis" k="70"/><hkern g1="K" g2="V,W" k="20"/><hkern g1="K" g2="t" k="70"/><hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35"/><hkern g1="K" g2="dollar,s" k="30"/><hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="110"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20"/><hkern g1="C,Ccedilla" g2="T" k="45"/><hkern g1="C,Ccedilla" g2="V,W" k="10"/><hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50"/><hkern g1="C,Ccedilla" g2="numbersign" k="-30"/><hkern g1="X" g2="J" k="-30"/><hkern g1="X" g2="v,w,yen" k="50"/><hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="X" g2="y,yacute,ydieresis" k="50"/><hkern g1="X" g2="t" k="30"/><hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30"/><hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20"/><hkern g1="X" g2="X" k="-10"/><hkern g1="X" g2="ampersand" k="20"/><hkern g1="P,Thorn" g2="J" k="90"/><hkern g1="P,Thorn" g2="j" k="100"/><hkern g1="P,Thorn" g2="T" k="40"/><hkern g1="P,Thorn" g2="v,w,yen" k="-10"/><hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-20"/><hkern g1="P,Thorn" g2="four" k="60"/><hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80"/><hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90"/><hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="100"/><hkern g1="P,Thorn" g2="X" k="20"/><hkern g1="P,Thorn" g2="slash" k="60"/><hkern g1="P,Thorn" g2="Z" k="30"/><hkern g1="P,Thorn" g2="numbersign" k="50"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="30"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="50"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50"/><hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="60"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="83"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="40"/><hkern g1="four" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="four" g2="T" k="90"/><hkern g1="four" g2="slash" k="-30"/><hkern g1="four" g2="backslash" k="60"/><hkern g1="four" g2="ordmasculine" k="20"/><hkern g1="four" g2="seven" k="20"/><hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30"/><hkern g1="ampersand" g2="V,W" k="40"/><hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="90"/><hkern g1="ampersand" g2="J" k="40"/><hkern g1="ampersand" g2="y,yacute,ydieresis" k="30"/><hkern g1="ampersand" g2="t" k="70"/><hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10"/><hkern g1="ampersand" g2="j" k="40"/><hkern g1="ampersand" g2="T" k="130"/><hkern g1="ampersand" g2="v,w,yen" k="30"/><hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="ampersand" g2="one" k="30"/><hkern g1="ampersand" g2="seven" k="60"/><hkern g1="ampersand" g2="x" k="20"/><hkern g1="ampersand" g2="two" k="40"/><hkern g1="ampersand" g2="X" k="30"/><hkern g1="ampersand" g2="z" k="20"/><hkern g1="ampersand" g2="three,eight" k="30"/><hkern g1="three,eight" g2="T" k="100"/><hkern g1="three,eight" g2="slash" k="-10"/><hkern g1="three,eight" g2="backslash" k="60"/><hkern g1="braceleft" g2="four" k="60"/><hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="braceleft" g2="one" k="15"/><hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70"/><hkern g1="numbersign" g2="V,W" k="-40"/><hkern g1="numbersign" g2="t" k="-30"/><hkern g1="numbersign" g2="j" k="40"/><hkern g1="numbersign" g2="T" k="-40"/><hkern g1="numbersign" g2="slash" k="60"/><hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="six" g2="V,W" k="70"/><hkern g1="six" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="six" g2="y,yacute,ydieresis" k="50"/><hkern g1="six" g2="T" k="120"/><hkern g1="six" g2="v,w,yen" k="30"/><hkern g1="six" g2="one" k="40"/><hkern g1="six" g2="slash" k="-20"/><hkern g1="six" g2="backslash" k="90"/><hkern g1="six" g2="seven" k="30"/><hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30"/><hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="40"/><hkern g1="nine" g2="J" k="70"/><hkern g1="nine" g2="j" k="40"/><hkern g1="nine" g2="T" k="100"/><hkern g1="nine" g2="backslash" k="30"/><hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="bullet" g2="J" k="50"/><hkern g1="bullet" g2="y,yacute,ydieresis" k="20"/><hkern g1="bullet" g2="t" k="60"/><hkern g1="bullet" g2="j" k="50"/><hkern g1="bullet" g2="T" k="60"/><hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="periodcentered" g2="J" k="20"/><hkern g1="periodcentered" g2="y,yacute,ydieresis" k="20"/><hkern g1="periodcentered" g2="j" k="20"/><hkern g1="periodcentered" g2="T" k="40"/><hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="140"/><hkern g1="slash" g2="four" k="150"/><hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="90"/><hkern g1="slash" g2="six" k="100"/><hkern g1="slash" g2="j" k="50"/><hkern g1="slash" g2="numbersign" k="120"/><hkern g1="slash" g2="nine" k="40"/><hkern g1="slash" g2="one" k="90"/><hkern g1="slash" g2="two" k="70"/><hkern g1="slash" g2="three,eight" k="90"/><hkern g1="slash" g2="five" k="50"/><hkern g1="slash" g2="S" k="20"/><hkern g1="slash" g2="dollar,s" k="60"/><hkern g1="two" g2="T" k="60"/><hkern g1="two" g2="slash" k="-10"/><hkern g1="two" g2="backslash" k="50"/><hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60"/><hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="asterisk" g2="J" k="80"/><hkern g1="asterisk" g2="j" k="80"/><hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="guillemotright,guilsinglright" g2="V,W" k="100"/><hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120"/><hkern g1="guillemotright,guilsinglright" g2="J" k="20"/><hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="20"/><hkern g1="guillemotright,guilsinglright" g2="j" k="30"/><hkern g1="guillemotright,guilsinglright" g2="T" k="80"/><hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="20"/><hkern g1="guillemotright,guilsinglright" g2="z" k="20"/><hkern g1="guillemotright,guilsinglright" g2="Z" k="20"/><hkern g1="parenleft" g2="four" k="70"/><hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="backslash" g2="V,W" k="90"/><hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="110"/><hkern g1="backslash" g2="y,yacute,ydieresis" k="80"/><hkern g1="backslash" g2="t" k="60"/><hkern g1="backslash" g2="j" k="-20"/><hkern g1="backslash" g2="T" k="40"/><hkern g1="backslash" g2="nine" k="50"/><hkern g1="backslash" g2="v,w,yen" k="80"/><hkern g1="backslash" g2="one" k="20"/><hkern g1="backslash" g2="seven" k="30"/><hkern g1="backslash" g2="z" k="-40"/><hkern g1="backslash" g2="three,eight" k="10"/><hkern g1="one" g2="T" k="10"/><hkern g1="one" g2="slash" k="-30"/><hkern g1="five" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="five" g2="T" k="100"/><hkern g1="five" g2="one" k="20"/><hkern g1="five" g2="slash" k="-20"/><hkern g1="five" g2="backslash" k="40"/><hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40"/><hkern g1="bracketleft" g2="four" k="60"/><hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="bracketleft" g2="one" k="-10"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="80"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="80"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="90"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="80"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="90"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="40"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="70"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="70"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="20"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="60"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="40"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50"/></font></defs></svg> \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/fonts/Work_Sans_200.svg b/docs/themes/hugo-docs/static/fonts/Work_Sans_200.svg index 58ab4ba..8e426cf 100644 --- a/docs/themes/hugo-docs/static/fonts/Work_Sans_200.svg +++ b/docs/themes/hugo-docs/static/fonts/Work_Sans_200.svg @@ -1,332 +1 @@ -<?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"> -<defs > -<font id="WorkSans" horiz-adv-x="532" ><font-face - font-family="Work Sans ExtraLight" - units-per-em="1000" - panose-1="0 0 3 0 0 0 0 0 0 0" - ascent="930" - descent="-243" - alphabetic="0" /> -<glyph unicode=" " glyph-name="space" horiz-adv-x="292" /> -<glyph unicode="!" glyph-name="exclam" horiz-adv-x="199" d="M114 316L112 177H87L85 316V660H114V316ZM113 54T121 46T130 24Q130 11 122 3T99 -6Q86 -6 78 2T69 24Q69 37 77 45T99 54Q113 54 121 46Z" /> -<glyph unicode=""" glyph-name="quotedbl" horiz-adv-x="271" d="M200 506H175V682H205L200 506ZM94 506H69V682H99L94 506Z" /> -<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="634" d="M453 438L421 231H562V208H417L385 0H359L391 208H200L168 0H142L174 208H39V231H178L210 438H71V461H213L244 660H270L239 461H430L461 660H487L456 461H595V438H453ZM427 438H236L204 231H395L427 -438Z" /> -<glyph unicode="$" glyph-name="dollar" horiz-adv-x="587" d="M289 0Q199 4 138 48T55 171L81 185Q96 113 152 71T289 24V315Q217 330 174 345T101 394T71 484Q71 531 97 570T173 634T289 660V760H313V660Q394 656 446 621T522 514L499 496Q479 564 433 598T313 -636V336Q384 322 427 307T499 258T529 168Q529 94 471 48T313 0V-100H289V0ZM289 636Q202 635 151 593T99 485Q99 438 124 410T188 368T289 341V636ZM396 26T449 63T502 167Q502 213 477 241T413 283T313 310V24Q396 26 449 63Z" /> -<glyph unicode="%" glyph-name="percent" horiz-adv-x="774" d="M252 662T288 613T324 491Q324 419 288 371T182 323Q112 323 76 371T39 491Q39 564 75 613T182 662Q252 662 288 613ZM593 660H622L180 0H151L593 660ZM125 639T96 597T66 491Q66 427 95 387T182 -346Q240 346 269 386T298 491Q298 555 269 597T182 639Q125 639 96 597ZM663 337T699 289T735 167Q735 94 699 46T593 -2Q523 -2 486 46T449 167Q449 240 486 288T593 337Q663 337 699 289ZM535 314T506 273T476 167Q476 104 505 63T593 21Q650 21 679 62T708 167Q708 -231 679 272T593 314Q535 314 506 273Z" /> -<glyph unicode="&" glyph-name="ampersand" horiz-adv-x="582" d="M497 49T526 31T588 12L583 -10Q548 -10 516 10T438 81Q364 -10 239 -10Q154 -10 100 31T46 143Q46 212 88 258T220 357Q169 424 151 458T133 531Q133 592 172 629T276 667Q338 667 376 635T414 -545Q414 489 381 445T257 350Q281 317 327 258Q406 157 436 120Q466 166 481 229T495 364L519 362Q520 288 504 220T452 101Q497 49 526 31ZM223 643T192 613T160 532Q160 508 166 489T189 444T242 370Q327 417 357 456T388 545Q388 590 358 616T276 643Q223 643 -192 613ZM354 14T421 100Q390 137 310 241L235 337Q178 305 144 279T92 220T73 144Q73 85 119 50T236 14Q354 14 421 100Z" /> -<glyph unicode="'" glyph-name="quotesingle" horiz-adv-x="165" d="M94 506H69V682H99L94 506Z" /> -<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="271" d="M258 725Q167 648 125 540T82 284Q82 136 124 29T258 -157L243 -174Q147 -92 101 20T55 284Q55 436 101 548T243 742L258 725Z" /> -<glyph unicode=")" glyph-name="parenright" horiz-adv-x="271" d="M124 660T170 548T217 284Q217 133 171 21T28 -174L13 -157Q105 -79 147 28T189 284Q189 433 147 540T13 725L28 742Q124 660 170 548Z" /> -<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="522" d="M323 446L400 339L380 324L302 430L261 494L219 430L142 324L121 339L199 446L246 505L172 525L47 566L55 590L180 550L252 522L248 598V730H274V598L270 522L341 550L467 590L474 566L349 525L275 -505L323 446Z" /> -<glyph unicode="+" glyph-name="plus" horiz-adv-x="604" d="M536 303H316V77H289V303H68V329H289V549H316V329H536V303Z" /> -<glyph unicode="," glyph-name="comma" horiz-adv-x="186" d="M114 54T124 39T135 -1Q135 -35 117 -66T67 -114L49 -100Q76 -89 95 -62T114 -10Q114 -5 112 5H110Q104 -6 91 -6Q79 -6 71 2T63 24Q63 36 72 45T94 54Q114 54 124 39Z" /> -<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="434" d="M362 254H72V283H362V254Z" /> -<glyph unicode="." glyph-name="period" horiz-adv-x="186" d="M107 54T115 46T123 24Q123 11 115 3T93 -6Q80 -6 72 2T63 24Q63 38 71 46T93 54Q107 54 115 46Z" /> -<glyph unicode="/" glyph-name="slash" horiz-adv-x="366" d="M62 -70H34L303 730H331L62 -70Z" /> -<glyph unicode="0" glyph-name="zero" horiz-adv-x="596" d="M183 -10T122 78T61 330Q61 494 122 582T298 670Q413 670 474 582T535 330Q535 166 474 78T298 -10Q183 -10 122 78ZM399 15T453 96T507 330Q507 483 453 564T298 645Q197 645 144 564T90 330Q90 177 -143 96T298 15Q399 15 453 96Z" /> -<glyph unicode="1" glyph-name="one" horiz-adv-x="333" d="M240 660V0H212V512Q212 581 213 616Q183 573 137 542T38 494L30 518Q85 537 137 575T213 660H240Z" /> -<glyph unicode="2" glyph-name="two" horiz-adv-x="543" d="M58 24Q207 145 281 212T399 344T443 473Q443 552 395 598T264 645Q180 645 129 593T73 453L48 466Q54 559 111 614T264 670Q360 670 415 617T471 473Q471 405 430 340T315 207T101 26V25H142H497V0H58V24Z" /> -<glyph unicode="3" glyph-name="three" horiz-adv-x="533" d="M353 670T404 624T455 498Q455 434 421 388T328 333V332Q391 328 431 283T471 171Q471 118 444 77T370 13T265 -10Q176 -10 120 30T45 142L70 157Q85 91 134 53T266 15Q343 15 393 58T443 174Q443 -241 400 280T277 320H232V346H277Q348 346 387 387T426 494Q426 565 383 605T263 645Q200 645 156 612T94 520L66 534Q89 597 141 633T263 670Q353 670 404 624Z" /> -<glyph unicode="4" glyph-name="four" horiz-adv-x="561" d="M534 199H399V0H371V199H39V221L362 660H399V223H534V199ZM70 223H371V565L372 634H370Q351 605 323 565L70 223Z" /> -<glyph unicode="5" glyph-name="five" horiz-adv-x="544" d="M346 404T393 378T466 306T492 199Q492 138 465 91T390 17T278 -10Q88 -10 52 148L78 160Q91 87 142 51T278 15Q332 15 374 38T440 103T464 198Q463 279 414 329T283 379Q158 379 98 298H73L105 660H466V635H128L102 -345L101 327H102Q159 404 286 404Q346 404 393 378Z" /> -<glyph unicode="6" glyph-name="six" horiz-adv-x="555" d="M443 670T488 546L462 534Q447 585 408 615T307 645Q230 645 180 600T107 480T84 317Q84 281 92 213H95Q95 269 123 311T198 376T295 399Q392 399 447 343T503 194Q503 101 446 46T291 -10Q176 -10 117 -77T58 330Q58 440 90 516T178 631T308 670Q443 670 488 546ZM241 374T199 349T134 282T111 196Q111 145 133 104T197 40T290 16Q375 16 424 65T474 196Q474 275 425 324T294 374Q241 374 199 349Z" /> -<glyph unicode="7" glyph-name="seven" horiz-adv-x="507" d="M493 660V635Q372 505 308 349T231 0H202Q214 188 277 346T462 635H25V660H493Z" /> -<glyph unicode="8" glyph-name="eight" horiz-adv-x="572" d="M377 670T431 625T486 506Q486 446 451 405T353 348V347Q427 332 471 285T515 171Q515 118 486 77T405 13T286 -10Q219 -10 167 13T86 77T57 171Q57 238 101 285T220 347V348Q157 362 122 403T86 506Q86 -580 140 625T286 670Q377 670 431 625ZM208 644T161 606T114 504Q114 439 161 400T286 360Q364 360 411 399T458 504Q458 568 411 606T286 644Q208 644 161 606ZM345 15T390 35T461 90T486 172Q486 219 461 255T391 312T286 333Q228 333 183 313T112 256T86 172Q86 -126 111 91T181 35T286 15Q345 15 390 35Z" /> -<glyph unicode="9" glyph-name="nine" horiz-adv-x="577" d="M391 670T453 581T515 330Q515 164 451 77T277 -10Q194 -10 138 28T64 132L93 147Q105 86 151 51T277 15Q388 15 438 107T489 338Q489 393 479 451H477Q477 392 448 349T371 284T272 261Q175 261 117 -316T59 466Q59 559 118 614T276 670Q391 670 453 581ZM190 644T139 595T88 464Q88 384 138 336T274 287Q327 287 370 312T437 379T462 464Q462 515 439 556T373 620T277 644Q190 644 139 595Z" /> -<glyph unicode=":" glyph-name="colon" horiz-adv-x="212" d="M120 502T128 494T136 472Q136 459 128 451T106 442Q93 442 85 450T76 472Q76 486 84 494T106 502Q120 502 128 494ZM120 54T128 46T136 24Q136 11 128 3T106 -6Q93 -6 85 2T76 24Q76 38 84 46T106 -54Q120 54 128 46Z" /> -<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="212" d="M96 442T88 450T79 472Q79 486 87 494T109 502Q123 502 131 494T139 472Q139 459 131 451T109 442Q96 442 88 450ZM126 54T136 39T147 -1Q147 -35 130 -66T79 -114L61 -100Q88 -89 107 -62T126 --10Q126 -5 124 5H122Q116 -6 103 -6Q91 -6 83 2T75 24Q75 36 84 45T106 54Q126 54 136 39Z" /> -<glyph unicode="<" glyph-name="less" horiz-adv-x="604" d="M536 516L110 300L536 83V52L87 283V316L536 547V516Z" /> -<glyph unicode="=" glyph-name="equal" horiz-adv-x="604" d="M521 400H83V426H521V400ZM521 197H83V222H521V197Z" /> -<glyph unicode=">" glyph-name="greater" horiz-adv-x="604" d="M517 316V283L68 52V83L494 300L68 516V547L517 316Z" /> -<glyph unicode="?" glyph-name="question" horiz-adv-x="486" d="M335 670T389 625T443 501Q443 417 395 365T247 287V161H219V303Q293 324 335 349T396 411T415 499Q415 567 369 606T247 645Q78 645 56 488L32 501Q61 670 248 670Q335 670 389 625ZM246 54T254 -46T263 24Q263 11 255 3T233 -6Q220 -6 212 2T203 24Q203 38 211 46T233 54Q246 54 254 46Z" /> -<glyph unicode="@" glyph-name="at" horiz-adv-x="952" d="M624 668T715 610T849 458T891 248Q891 127 855 59T755 -9Q703 -9 680 25T654 130Q633 65 584 29T465 -8Q402 -8 354 21T279 103T252 229Q252 303 280 358T360 443T476 473Q547 473 594 438T660 339L664 -457H685L678 135Q677 77 697 45T760 13Q810 13 838 74T866 248Q866 358 827 447T702 591T482 646Q361 646 271 596T131 451T82 232Q82 108 133 18T276 -121T489 -169Q556 -169 618 -149T720 -92L735 -111Q690 -148 625 -170T489 -192Q360 -192 262 -141T110 5T56 -232Q56 363 108 462T257 614T482 668Q624 668 715 610ZM387 451T333 391T279 230Q279 132 330 74T469 15Q523 15 565 41T630 113T655 218L656 252Q657 308 636 353T575 425T478 451Q387 451 333 391Z" /> -<glyph unicode="A" glyph-name="A" horiz-adv-x="600" d="M464 224H136L44 0H15L284 660H316L585 0H556L464 224ZM453 250L320 577L300 631L280 578L146 250H453Z" /> -<glyph unicode="B" glyph-name="B" horiz-adv-x="617" d="M101 660H333Q436 660 488 617T540 490Q540 428 508 388T412 334V333Q481 323 519 281T558 172Q558 88 501 44T333 0H101V660ZM333 346Q421 346 466 382T511 489Q511 561 466 598T333 635H129V346H333ZM337 -25Q432 25 480 62T529 173Q529 246 481 283T337 320H129V25H337Z" /> -<glyph unicode="C" glyph-name="C" horiz-adv-x="656" d="M590 82T521 36T354 -10Q266 -10 199 31T95 150T58 330Q58 433 94 510T198 628T353 670Q558 670 609 500L582 487Q534 645 354 645Q274 645 214 607T121 497T87 330Q87 234 120 163T214 54T354 15Q443 -15 504 57T588 176L616 166Q590 82 521 36Z" /> -<glyph unicode="D" glyph-name="D" horiz-adv-x="691" d="M465 660T548 578T632 338Q632 172 549 86T306 0H101V660H306Q465 660 548 578ZM452 25T527 105T603 338Q603 483 528 559T307 635H129V25H307Q452 25 527 105Z" /> -<glyph unicode="E" glyph-name="E" horiz-adv-x="593" d="M559 25V0H101V660H543V635H129V349H459V324H129V25H559Z" /> -<glyph unicode="F" glyph-name="F" horiz-adv-x="565" d="M129 635V349H459V324H129V0H101V660H542V635H129Z" /> -<glyph unicode="G" glyph-name="G" horiz-adv-x="685" d="M617 315V0H592V140Q568 69 507 30T350 -10Q262 -10 196 31T94 150T58 330Q58 433 95 510T199 628T354 670Q457 670 520 628T612 500L587 487Q537 645 354 645Q274 645 214 607T121 497T87 330Q87 234 -119 163T211 54T351 15Q436 15 489 50T566 138T590 242V290H355V315H617Z" /> -<glyph unicode="H" glyph-name="H" horiz-adv-x="703" d="M602 660V0H574V324H129V0H101V660H129V349H574V660H602Z" /> -<glyph unicode="I" glyph-name="I" horiz-adv-x="229" d="M129 0H101V660H129V0Z" /> -<glyph unicode="J" glyph-name="J" horiz-adv-x="511" d="M417 212Q417 108 366 49T217 -10Q129 -10 81 35T32 160Q32 181 35 203L62 213Q59 189 59 169Q59 94 99 55T217 15Q303 15 346 68T389 216V660H417V212Z" /> -<glyph unicode="K" glyph-name="K" horiz-adv-x="576" d="M271 374L129 230V0H101V660H129V269L513 660H551L292 395L560 0H525L271 374Z" /> -<glyph unicode="L" glyph-name="L" horiz-adv-x="553" d="M538 25V0H101V660H129V25H538Z" /> -<glyph unicode="M" glyph-name="M" horiz-adv-x="799" d="M698 0H671V549L673 628L414 0H385L126 628H125L128 549V0H101V660H141L380 88L399 33H400L419 87L658 660H698V0Z" /> -<glyph unicode="N" glyph-name="N" horiz-adv-x="702" d="M601 0H564L161 574L127 631H126L128 564V0H101V660H137L541 86L575 30L574 96V660H601V0Z" /> -<glyph unicode="O" glyph-name="O" horiz-adv-x="720" d="M452 670T520 629T625 511T662 330Q662 226 626 150T521 32T360 -10Q268 -10 200 31T95 149T58 330Q58 434 95 510T200 628T360 670Q452 670 520 629ZM277 645T215 607T120 497T87 330Q87 234 120 163T215 -54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607Z" /> -<glyph unicode="P" glyph-name="P" horiz-adv-x="570" d="M415 660T475 610T535 472Q535 384 475 335T310 285H129V0H101V660H310Q415 660 475 610ZM402 310T454 352T506 472Q506 549 454 592T308 635H129V310H308Q402 310 454 352Z" /> -<glyph unicode="Q" glyph-name="Q" horiz-adv-x="720" d="M607 -168T643 -131L654 -156Q634 -175 604 -185T536 -195Q458 -195 408 -147T353 -10Q263 -8 197 34T94 152T58 330Q58 434 95 510T200 628T360 670Q452 670 520 629T625 511T662 330Q662 230 628 155T529 -37T378 -10Q383 -89 425 -128T536 -168Q607 -168 643 -131ZM87 234T120 163T215 54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607T120 497T87 330Q87 234 120 163Z" /> -<glyph unicode="R" glyph-name="R" horiz-adv-x="621" d="M552 0L356 295H342H129V0H101V660H342Q440 660 496 612T553 478Q553 403 510 356T388 298L584 0H552ZM429 321T477 362T525 478Q525 552 477 593T342 635H129V321H342Q429 321 477 362Z" /> -<glyph unicode="S" glyph-name="S" horiz-adv-x="603" d="M494 670T543 519L520 501Q498 575 443 610T300 645Q237 645 190 625T117 569T91 490Q91 449 112 421T183 373T321 338Q407 323 457 301T531 245T554 163Q554 113 524 74T438 12T312 -10Q206 -10 135 33T43 -160L68 177Q83 98 149 57T313 15Q406 15 466 54T526 163Q526 222 478 256T314 310Q219 326 165 349T87 405T63 489Q63 538 91 579T174 645T300 670Q494 670 543 519Z" /> -<glyph unicode="T" glyph-name="T" horiz-adv-x="555" d="M540 635H292V0H264V635H15V660H540V635Z" /> -<glyph unicode="U" glyph-name="U" horiz-adv-x="688" d="M595 237Q595 118 529 54T344 -10Q225 -10 159 54T93 237V660H121V241Q121 132 179 74T344 15Q450 15 508 74T567 241V660H595V237Z" /> -<glyph unicode="V" glyph-name="V" horiz-adv-x="590" d="M312 0H277L19 660H49L265 109L295 28L325 109L541 660H570L312 0Z" /> -<glyph unicode="W" glyph-name="W" horiz-adv-x="919" d="M275 0H239L25 660H55L257 25L443 660H477L662 24L864 660H893L680 0H644L500 488L460 627H459L420 488L275 0Z" /> -<glyph unicode="X" glyph-name="X" horiz-adv-x="540" d="M487 0L270 316L49 0H14L253 341L35 660H69L271 364L478 660H512L288 340L520 0H487Z" /> -<glyph unicode="Y" glyph-name="Y" horiz-adv-x="523" d="M276 256V0H248V256L15 660H48L177 434L262 286L475 660H508L276 256Z" /> -<glyph unicode="Z" glyph-name="Z" horiz-adv-x="567" d="M537 25V0H34V25L486 635H42V660H518V635L67 25H537Z" /> -<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="283" d="M104 706V-144H268V-168H78V730H268V706H104Z" /> -<glyph unicode="\" glyph-name="backslash" horiz-adv-x="366" d="M63 730L332 -70H304L35 730H63Z" /> -<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="283" d="M205 -168H15V-144H179V706H15V730H205V-168Z" /> -<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="538" d="M472 355L269 704L66 355H35L254 730H284L503 355H472Z" /> -<glyph unicode="_" glyph-name="underscore" horiz-adv-x="507" d="M507 -122H0V-97H507V-122Z" /> -<glyph unicode="`" glyph-name="grave" horiz-adv-x="541" d="M262 583H238L148 734H179L262 583Z" /> -<glyph unicode="a" glyph-name="a" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 372L58 388Q103 -510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30Z" /> -<glyph unicode="b" glyph-name="b" horiz-adv-x="593" d="M418 510T479 441T540 250Q540 128 479 59T311 -10Q237 -10 186 28T114 135L113 0H87V730H115V368Q135 435 186 472T311 510Q418 510 479 441ZM404 15T458 77T512 250Q512 361 458 423T307 486Q219 486 -167 424T115 254V246Q115 139 167 77T307 15Q404 15 458 77Z" /> -<glyph unicode="c" glyph-name="c" d="M360 510T412 475T484 374L459 361Q443 421 398 453T285 486Q189 486 135 423T81 250Q81 139 134 77T283 15Q352 15 402 50T463 146L488 137Q473 70 417 30T283 -10Q174 -10 114 59T53 250Q53 372 114 441T285 510Q360 510 412 475Z" /> -<glyph unicode="d" glyph-name="d" horiz-adv-x="593" d="M507 730V0H481L480 134Q460 66 408 28T282 -10Q175 -10 114 59T53 250Q53 372 114 441T282 510Q355 510 407 473T479 367V730H507ZM372 15T424 75T479 239V261Q477 365 425 425T286 486Q189 486 135 424T81 -250Q81 139 135 77T286 15Q372 15 424 75Z" /> -<glyph unicode="e" glyph-name="e" horiz-adv-x="543" d="M492 235H81Q85 131 138 73T285 15Q346 15 394 42T465 119L488 107Q461 52 408 21T285 -10Q176 -10 115 59T53 250Q53 372 113 441T279 510Q380 510 436 441T493 252L492 235ZM188 486T136 427T81 261H467Q464 -367 416 426T279 486Q188 486 136 427Z" /> -<glyph unicode="f" glyph-name="f" horiz-adv-x="334" d="M144 500H326V476H144V0H116V476H16V500H116V583Q116 654 152 694T255 735Q306 735 333 706L323 684Q310 698 295 704T256 710Q203 710 174 677T144 582V500Z" /> -<glyph unicode="g" glyph-name="g" horiz-adv-x="503" d="M408 42T452 12T497 -70Q497 -112 468 -145T386 -196T265 -215Q157 -215 96 -178T34 -81Q34 -41 62 -12T138 27Q104 38 84 61T63 113Q63 150 90 175T160 209Q113 228 87 264T61 351Q61 423 115 466T260 -510Q331 510 379 483Q383 533 414 562T495 592L503 568Q456 568 429 543T398 471Q459 427 459 351Q459 278 405 235T260 192Q228 192 199 198Q150 194 120 172T90 117Q90 84 120 63T208 42H333Q408 42 452 12ZM89 289T135 252T260 215Q338 215 384 252T431 351Q431 -413 385 449T260 486Q182 486 136 450T89 351Q89 289 135 252ZM327 -191T373 -176T445 -134T471 -73Q471 -31 433 -7T328 18H200Q138 18 100 -8T61 -77Q61 -129 116 -160T269 -191Q327 -191 373 -176Z" /> -<glyph unicode="h" glyph-name="h" horiz-adv-x="582" d="M401 511T451 463T502 328V1H474V321Q474 400 430 443T310 486Q256 486 212 461T141 393T115 295V0H87V730H115V381Q135 441 188 476T314 511Q401 511 451 463Z" /> -<glyph unicode="i" glyph-name="i" horiz-adv-x="201" d="M87 598T79 606T71 627Q71 640 79 648T101 656Q114 656 122 648T130 627Q130 614 122 606T101 598Q87 598 79 606ZM115 0H87V500H115V0Z" /> -<glyph unicode="j" glyph-name="j" horiz-adv-x="201" d="M113 656T121 648T130 627Q130 614 122 606T101 598Q88 598 80 606T71 627Q71 640 79 648T101 656Q113 656 121 648ZM115 -62Q115 -134 77 -174T-21 -215Q-69 -215 -98 -191L-90 -165Q-78 -177 -60 -183T-21 --189Q28 -189 57 -155T87 -60V500H115V-62Z" /> -<glyph unicode="k" glyph-name="k" horiz-adv-x="498" d="M241 278L115 158V0H87V730H115V195L439 500H478L262 297L484 0H449L241 278Z" /> -<glyph unicode="l" glyph-name="l" horiz-adv-x="250" d="M111 112Q111 61 127 39T180 16Q200 16 212 18T241 28L238 2Q214 -10 177 -10Q129 -10 106 19T83 110V730H111V112Z" /> -<glyph unicode="m" glyph-name="m" horiz-adv-x="965" d="M783 512T834 464T885 329V2H857V326Q857 403 813 445T694 487Q640 487 596 462T526 393T500 298V0H472V324Q472 401 428 443T309 486Q256 486 212 461T141 392T115 295V0H87V500H113L114 381Q135 440 -189 475T313 510Q385 510 433 475T495 375Q513 436 569 474T698 512Q783 512 834 464Z" /> -<glyph unicode="n" glyph-name="n" horiz-adv-x="582" d="M401 510T451 462T502 327V0H474V320Q474 400 430 443T310 486Q256 486 212 461T141 392T115 294V0H87V500H113V380Q134 440 188 475T314 510Q401 510 451 462Z" /> -<glyph unicode="o" glyph-name="o" horiz-adv-x="576" d="M398 510T460 441T523 250Q523 128 461 59T289 -10Q179 -10 116 59T53 250Q53 371 116 440T289 510Q398 510 460 441ZM192 486T137 423T81 250Q81 140 136 77T289 14Q385 14 440 77T495 250Q495 360 440 -423T289 486Q192 486 137 423Z" /> -<glyph unicode="p" glyph-name="p" horiz-adv-x="593" d="M418 510T479 441T540 250Q540 128 479 59T311 -10Q238 -10 187 27T115 132V-210H87V500H113L114 365Q134 433 185 471T311 510Q418 510 479 441ZM404 15T458 77T512 250Q512 361 458 423T307 486Q219 -486 167 424T115 254V246Q115 139 167 77T307 15Q404 15 458 77Z" /> -<glyph unicode="q" glyph-name="q" horiz-adv-x="594" d="M508 500V-210H480V133Q460 65 408 28T283 -10Q176 -10 115 59T54 250Q54 372 115 441T283 510Q357 510 409 472T481 366L482 500H508ZM374 15T426 75T480 239V261Q478 365 426 425T287 486Q190 486 136 -424T82 250Q82 139 136 77T287 15Q374 15 426 75Z" /> -<glyph unicode="r" glyph-name="r" horiz-adv-x="355" d="M322 510T345 489L335 464Q323 474 309 479T271 485Q228 485 193 458T136 385T115 287V0H87V500H112L114 381Q133 439 176 474T277 510Q322 510 345 489Z" /> -<glyph unicode="s" glyph-name="s" horiz-adv-x="488" d="M166 -10T111 21T39 110L63 124Q77 70 126 43T248 15Q324 15 368 45T412 126Q412 169 376 194T249 235Q145 253 103 284T61 371Q61 410 85 441T151 491T248 510Q327 510 373 480T435 386L411 372Q385 486 -248 486Q203 486 167 472T110 432T89 376Q89 329 126 303T257 260Q358 243 399 213T440 127Q440 64 387 27T244 -10Q166 -10 111 21Z" /> -<glyph unicode="t" glyph-name="t" horiz-adv-x="346" d="M341 29Q323 12 296 1T238 -10Q178 -10 147 24T115 126V476H15V500H115V628L143 636V500H334V476H143V128Q143 15 241 15Q293 15 329 52L341 29Z" /> -<glyph unicode="u" glyph-name="u" horiz-adv-x="574" d="M488 500V0H462L461 119Q440 60 386 25T257 -10Q175 -10 128 36T81 168V500H109V174Q109 96 148 56T262 15Q325 15 369 43T437 115T460 202V500H488Z" /> -<glyph unicode="v" glyph-name="v" horiz-adv-x="488" d="M468 500L259 0H230L20 500H52L244 31L438 500H468Z" /> -<glyph unicode="w" glyph-name="w" horiz-adv-x="793" d="M763 500L595 0H567L396 463L226 0H198L31 500H61L213 35L382 500H411L581 35L732 500H763Z" /> -<glyph unicode="x" glyph-name="x" horiz-adv-x="483" d="M431 0L240 237L56 0H21L223 259L29 500H67L242 282L410 500H445L259 261L469 0H431Z" /> -<glyph unicode="y" glyph-name="y" horiz-adv-x="491" d="M224 -98Q197 -163 165 -189T84 -215Q24 -215 0 -181L12 -158Q34 -191 84 -191Q122 -191 149 -170T199 -92L236 -1L24 500H56L229 81L250 31L270 84L439 500H470L224 -98Z" /> -<glyph unicode="z" glyph-name="z" horiz-adv-x="484" d="M42 23L360 424L405 476H36V500H437V477L134 92L76 24H451V0H42V23Z" /> -<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="276" d="M152 -103T178 -126T252 -150L250 -174Q190 -174 158 -144T125 -59V177Q125 224 96 248T12 273V297Q67 297 96 321T125 392V628Q125 682 157 712T250 742L252 719Q204 719 178 695T152 629V391Q152 -350 131 323T68 285Q109 274 130 247T152 178V-60Q152 -103 178 -126Z" /> -<glyph unicode="|" glyph-name="bar" horiz-adv-x="181" d="M103 -168H78V730H103V-168Z" /> -<glyph unicode="}" glyph-name="braceright" horiz-adv-x="276" d="M151 346T180 322T265 297V273Q210 273 181 248T151 177V-59Q151 -113 119 -143T26 -174L24 -150Q72 -150 98 -127T124 -60V178Q124 219 146 246T209 285Q168 296 146 323T124 391V629Q124 671 -98 695T24 719L26 742Q86 742 118 712T151 628V392Q151 346 180 322Z" /> -<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="490" d="M435 289T346 289Q316 289 293 298T238 328Q211 346 191 354T146 363Q113 363 95 344T70 284H43Q57 388 145 388Q176 388 199 378T253 349Q281 331 300 323T344 314Q377 314 395 333T420 393H447Q435 -289 346 289Z" /> -<glyph unicode=" " glyph-name="uni00A0" horiz-adv-x="292" /> -<glyph unicode="¡" glyph-name="exclamdown" horiz-adv-x="191" d="M82 446T74 454T65 476Q65 489 73 497T95 506Q109 506 117 498T126 476Q126 463 118 455T95 446Q82 446 74 454ZM81 185L83 323H108L110 185V-160H81V185Z" /> -<glyph unicode="¢" glyph-name="cent" horiz-adv-x="543" d="M479 72T424 32T294 -10V-100H270V-9Q169 -4 114 64T58 250Q58 366 114 434T270 509V600H294V510Q368 509 419 474T489 374L463 361Q447 420 403 452T294 486V14Q360 16 409 51T468 146L493 137Q479 -72 424 32ZM85 144T133 82T270 14V486Q182 479 134 417T85 250Q85 144 133 82Z" /> -<glyph unicode="£" glyph-name="sterling" horiz-adv-x="583" d="M547 122Q547 56 512 23T416 -10Q371 -10 340 5T272 51Q247 23 211 7T132 -10Q88 -10 62 9T35 60Q35 93 63 113T140 133Q180 133 208 120T269 83Q289 117 289 158Q289 194 277 225T232 298H93V322H213Q174 -372 159 407T144 484Q144 568 198 619T340 670Q414 670 461 631T517 523L492 511Q484 572 443 608T339 645Q262 645 217 602T171 487Q171 449 186 415T241 327L245 322H452V298H262Q290 258 301 227T313 160Q313 110 286 69Q319 41 347 27T414 13Q521 13 523 122H547ZM172 -12T203 25T255 64Q228 86 202 98T141 110Q104 110 83 97T61 60Q61 38 81 25T134 12Q172 12 203 25Z" /> -<glyph unicode="¤" glyph-name="currency" horiz-adv-x="614" d="M489 255T449 206L550 105L532 86L431 187Q383 142 307 142Q231 142 183 187L83 86L64 106L164 206Q124 257 124 332Q124 406 162 455L64 554L83 573L181 475Q229 520 307 520Q383 520 433 -475L532 573L550 555L451 454Q489 407 489 332Q489 255 449 206ZM377 167T419 212T461 332Q461 406 419 450T307 495Q236 495 194 451T152 332Q152 257 194 212T307 167Q377 167 419 212Z" /> -<glyph unicode="¥" glyph-name="yen" horiz-adv-x="578" d="M329 275H506V252H302V150H506V128H302V0H276V128H72V150H276V252H72V275H249L267 274L42 660H75L268 320L288 281H290L310 320L503 660H536L311 274L329 275Z" /> -<glyph unicode="¦" glyph-name="brokenbar" horiz-adv-x="195" d="M110 365H85V730H110V365ZM110 -168H85V197H110V-168Z" /> -<glyph unicode="§" glyph-name="section" horiz-adv-x="548" d="M516 221T483 189T397 141Q432 123 448 96T464 31Q464 -8 442 -40T378 -91T277 -110Q135 -110 95 -22L117 -6Q147 -86 277 -86Q352 -86 394 -54T436 29Q436 65 418 89T359 129T246 156Q135 -172 91 203T46 293Q46 339 78 371T164 418Q129 437 114 464T98 529Q98 568 120 600T184 651T285 670Q355 670 401 648T466 582L445 566Q414 646 285 646Q210 646 168 614T126 531Q126 478 168 450T316 405Q426 389 471 358T516 267Q516 221 483 189ZM418 167T453 -194T488 266Q488 313 449 338T309 379Q240 388 195 405Q143 392 109 365T74 294Q74 262 90 241T145 206T252 181Q326 170 365 155Q418 167 453 194Z" /> -<glyph unicode="¨" glyph-name="dieresis" horiz-adv-x="541" d="M191 652T199 645T207 624Q207 611 199 603T178 595Q165 595 157 603T149 624Q149 637 157 644T178 652Q191 652 199 645ZM377 652T384 645T392 624Q392 611 385 603T364 595Q351 595 343 -603T335 624Q335 637 343 644T364 652Q377 652 384 645Z" /> -<glyph unicode="©" glyph-name="copyright" horiz-adv-x="801" d="M502 670T579 628T699 508T742 330Q742 229 700 152T580 33T400 -10Q299 -10 221 32T101 152T58 330Q58 431 100 508T221 627T400 670Q502 670 579 628ZM306 646T235 607T125 496T85 330Q85 -236 124 165T235 54T400 14Q494 14 565 53T676 164T716 330Q716 424 677 495T566 606T400 646Q306 646 235 607ZM527 513T562 414L539 403Q512 490 410 490Q337 490 296 447T255 328Q255 252 296 209T410 166Q460 166 496 191T544 261L566 252Q552 202 510 173T411 -143Q326 143 278 192T229 328Q229 415 277 464T411 513Q527 513 562 414Z" /> -<glyph unicode="ª" glyph-name="ordfeminine" horiz-adv-x="358" d="M340 347T350 352L349 333Q337 326 320 326Q269 326 269 388V389Q255 359 218 343T139 326Q89 326 60 347T31 408Q31 447 61 471T157 506L267 525V554Q267 596 242 620T169 644Q125 644 -98 627T57 574L37 583Q50 622 84 643T169 665Q227 665 260 637T293 556V388Q293 347 325 347Q340 347 350 352ZM170 348T199 358T247 388T267 437V506L167 487Q109 477 83 458T57 408Q57 379 79 364T142 348Q170 348 199 358ZM36 240H337V219H36V240Z" /> -<glyph unicode="«" glyph-name="guillemotleft" horiz-adv-x="400" d="M79 265L221 69H188L47 265L188 461H221L79 265ZM208 265L350 69H317L176 265L317 461H350L208 265Z" /> -<glyph unicode="¬" glyph-name="logicalnot" horiz-adv-x="604" d="M530 329V168H502V303H74V329H530Z" /> -<glyph unicode="­" glyph-name="uni00AD" horiz-adv-x="434" d="M362 254H72V283H362V254Z" /> -<glyph unicode="®" glyph-name="registered" horiz-adv-x="801" d="M502 670T579 628T699 508T742 330Q742 229 700 152T580 33T400 -10Q299 -10 221 32T101 152T58 330Q58 431 100 508T221 627T400 670Q502 670 579 628ZM494 14T565 53T676 164T716 330Q716 -424 677 495T566 606T400 646Q306 646 235 607T125 496T85 330Q85 236 124 165T235 54T400 14Q494 14 565 53ZM554 363T529 337T454 306L561 143H532L427 305H303V143H277V513H431Q491 513 522 487T554 409Q554 363 529 337ZM303 325H431Q530 327 530 409Q530 492 -431 492H303V325Z" /> -<glyph unicode="¯" glyph-name="overscore" horiz-adv-x="541" d="M420 603H121V627H420V603Z" /> -<glyph unicode="°" glyph-name="degree" horiz-adv-x="387" d="M130 389T92 428T53 529Q53 592 91 631T193 670Q256 670 295 631T334 529Q334 467 296 428T193 389Q130 389 92 428ZM245 412T276 444T308 529Q308 581 277 613T193 646Q142 646 111 614T79 -529Q79 477 110 445T193 412Q245 412 276 444Z" /> -<glyph unicode="±" glyph-name="plusminus" horiz-adv-x="604" d="M530 385V360H316V115H289V360H74V385H289V625H316V385H530ZM74 25H530V0H74V25Z" /> -<glyph unicode="²" glyph-name="uni00B2" horiz-adv-x="336" d="M37 354Q91 398 147 446Q203 492 233 533T264 615Q264 660 237 686T162 713Q114 713 85 684T54 604L30 611Q34 667 69 701T163 735Q222 735 256 702T290 615Q290 533 164 431L72 356V355H105H305V333H37V354Z" -/> -<glyph unicode="³" glyph-name="uni00B3" horiz-adv-x="317" d="M205 735T237 706T269 629Q269 592 250 568T195 534V532Q231 528 254 502T278 438Q278 388 242 358T149 327Q97 327 63 351T16 419L39 431Q48 392 75 371T150 349Q195 349 223 373T252 439Q252 -478 227 500T154 522H129V543H154Q195 543 218 567T242 627Q242 667 218 690T149 713Q110 713 85 694T51 642L28 652Q38 690 71 712T149 735Q205 735 237 706Z" /> -<glyph unicode="´" glyph-name="acute" horiz-adv-x="541" d="M393 734L303 583H279L362 734H393Z" /> -<glyph unicode="µ" glyph-name="uni00B5" horiz-adv-x="560" d="M484 500V0H458L457 120Q436 61 382 26T253 -10Q202 -10 163 13T104 80V-210H76V500H104V174Q104 97 146 56T258 15Q313 15 358 39T429 105T456 196V500H484Z" /> -<glyph unicode="¶" glyph-name="paragraph" horiz-adv-x="542" d="M460 -100H433V636H296V-100H270V242Q199 242 145 268T62 341T32 451Q32 513 61 560T145 634T270 660H460V-100ZM174 636T117 586T59 451Q59 367 116 317T270 266V636Q174 636 117 586Z" /> -<glyph unicode="·" glyph-name="middot" horiz-adv-x="198" d="M113 389T121 381T129 359Q129 346 121 338T99 329Q86 329 78 337T69 359Q69 373 77 381T99 389Q113 389 121 381Z" /> -<glyph unicode="¸" glyph-name="cedilla" horiz-adv-x="541" d="M269 8Q328 -19 353 -49T379 -116Q379 -155 353 -179T285 -204Q253 -204 230 -195T188 -164L200 -144Q217 -165 237 -174T283 -183Q314 -183 333 -165T353 -115Q353 -82 330 -56T244 3L269 8Z" /> -<glyph unicode="¹" glyph-name="uni00B9" horiz-adv-x="203" d="M146 730V333H120V632Q120 654 122 698Q103 675 73 656T11 626V648Q41 657 75 680T124 730H146Z" /> -<glyph unicode="º" glyph-name="ordmasculine" horiz-adv-x="355" d="M105 327T70 368T35 496Q35 582 70 623T178 665Q251 665 285 624T320 496Q320 410 286 369T178 327Q105 327 70 368ZM238 349T266 385T294 496Q294 571 266 607T178 644Q118 644 90 608T61 -496Q61 421 89 385T178 349Q238 349 266 385ZM43 240H313V219H43V240Z" /> -<glyph unicode="»" glyph-name="guillemotright" horiz-adv-x="397" d="M80 461L221 265L80 69H47L189 265L47 461H80ZM209 461L350 265L209 69H176L318 265L176 461H209Z" /> -<glyph unicode="¼" glyph-name="onequarter" horiz-adv-x="664" d="M146 665V268H120V567Q120 611 122 633Q103 610 73 591T11 561V583Q41 592 75 615T124 665H146ZM527 660H557L90 0H60L527 660ZM644 112H565V-4H541V112H343V130L533 393H565V133H644V112ZM541 -133V321Q541 353 542 369H540L508 322L369 133H541Z" /> -<glyph unicode="½" glyph-name="onehalf" horiz-adv-x="749" d="M146 665V268H120V567Q120 611 122 633Q103 610 73 591T11 561V583Q41 592 75 615T124 665H146ZM527 660H557L90 0H60L527 660ZM451 17Q505 61 561 109Q617 155 647 196T678 278Q678 323 651 -349T576 376Q528 376 499 347T468 267L444 274Q448 330 483 364T577 398Q636 398 670 365T704 278Q704 196 578 94L486 19V18H519H719V-4H451V17Z" /> -<glyph unicode="¾" glyph-name="threequarters" horiz-adv-x="777" d="M205 670T237 641T269 564Q269 527 250 503T195 469V467Q231 463 254 437T278 373Q278 323 242 293T149 262Q97 262 63 286T16 354L39 366Q48 327 75 306T150 284Q195 284 223 308T252 -374Q252 413 227 435T154 457H129V478H154Q195 478 218 502T242 562Q242 602 218 625T149 648Q110 648 85 629T51 577L28 587Q38 625 71 647T149 670Q205 670 237 641ZM641 660H671L204 0H174L641 660ZM758 112H679V-4H655V112H457V130L647 393H679V133H758V112ZM655 -133V321Q655 353 656 369H654L622 322L483 133H655Z" /> -<glyph unicode="¿" glyph-name="questiondown" horiz-adv-x="482" d="M238 442T230 450T221 472Q221 485 229 493T251 502Q265 502 273 494T281 472Q281 459 273 451T251 442Q238 442 230 450ZM149 -174T95 -129T41 -5Q41 79 88 131T237 209V335H265V193Q191 -172 149 147T88 85T69 -3Q69 -71 115 -110T237 -149Q406 -149 427 8L452 -5Q423 -174 236 -174Q149 -174 95 -129Z" /> -<glyph unicode="À" glyph-name="Agrave" horiz-adv-x="600" d="M280 743L200 891H233L304 743H280ZM464 224H136L44 0H15L284 660H316L585 0H556L464 224ZM453 250L320 577L300 631L280 578L146 250H453Z" /> -<glyph unicode="Á" glyph-name="Aacute" horiz-adv-x="600" d="M316 743H292L363 891H396L316 743ZM464 224H136L44 0H15L284 660H316L585 0H556L464 224ZM453 250L320 577L300 631L280 578L146 250H453Z" /> -<glyph unicode="Â" glyph-name="Acircumflex" horiz-adv-x="600" d="M201 741H174L283 888H317L427 741H399L300 868L201 741ZM464 224H136L44 0H15L284 660H316L585 0H556L464 224ZM453 250L320 577L300 631L280 578L146 250H453Z" /> -<glyph unicode="Ã" glyph-name="Atilde" horiz-adv-x="600" d="M464 224H136L44 0H15L284 660H316L585 0H556L464 224ZM453 250L320 577L300 631L280 578L146 250H453ZM455 802T434 779T373 756Q346 756 329 765T293 793Q275 809 262 817T228 825Q198 825 -184 809T162 755H138Q146 803 167 825T229 848Q256 848 273 839T309 811Q325 796 339 788T373 780Q403 780 417 796T439 849H463Q455 802 434 779Z" /> -<glyph unicode="Ä" glyph-name="Adieresis" horiz-adv-x="600" d="M464 224H136L44 0H15L284 660H316L585 0H556L464 224ZM453 250L320 577L300 631L280 578L146 250H453ZM219 812T227 805T235 784Q235 771 227 763T206 755Q193 755 185 763T177 784Q177 -797 185 804T206 812Q219 812 227 805ZM405 812T412 805T420 784Q420 771 413 763T392 755Q379 755 371 763T363 784Q363 797 371 804T392 812Q405 812 412 805Z" /> -<glyph unicode="Å" glyph-name="Aring" horiz-adv-x="600" d="M464 224H136L44 0H15L277 643Q250 649 234 669T218 719Q218 755 240 776T300 798Q337 798 359 777T382 719Q382 690 366 670T323 643L585 0H556L464 224ZM241 693T257 677T300 661Q326 661 342 -677T359 719Q359 746 343 762T300 778Q274 778 258 762T241 719Q241 693 257 677ZM453 250L320 577L300 631L280 578L146 250H453Z" /> -<glyph unicode="Æ" glyph-name="AE" horiz-adv-x="898" d="M864 25V0H440V246H182L29 0H-5L408 660H848V635H468V348H770V322H468V25H864ZM440 272V635H422L197 272H440Z" /> -<glyph unicode="Ç" glyph-name="Ccedilla" horiz-adv-x="656" d="M591 86T527 41T371 -10Q411 -32 428 -58T446 -116Q446 -155 420 -179T352 -204Q320 -204 297 -195T255 -164L267 -144Q284 -165 304 -174T350 -183Q381 -183 400 -165T420 -115Q420 -85 402 --62T334 -9Q251 -5 189 38T92 156T58 330Q58 433 94 510T198 628T353 670Q558 670 609 500L582 487Q534 645 354 645Q274 645 214 607T121 497T87 330Q87 234 120 163T214 54T354 15Q443 15 504 57T588 176L616 166Q591 86 527 41Z" /> -<glyph unicode="È" glyph-name="Egrave" horiz-adv-x="593" d="M320 743L240 891H273L344 743H320ZM559 25V0H101V660H543V635H129V349H459V324H129V25H559Z" /> -<glyph unicode="É" glyph-name="Eacute" horiz-adv-x="593" d="M329 743H304L376 891H408L329 743ZM559 25V0H101V660H543V635H129V349H459V324H129V25H559Z" /> -<glyph unicode="Ê" glyph-name="Ecircumflex" horiz-adv-x="593" d="M222 741H195L304 888H338L448 741H420L321 868L222 741ZM559 25V0H101V660H543V635H129V349H459V324H129V25H559Z" /> -<glyph unicode="Ë" glyph-name="Edieresis" horiz-adv-x="593" d="M559 25V0H101V660H543V635H129V349H459V324H129V25H559ZM240 812T248 805T256 784Q256 771 248 763T227 755Q214 755 206 763T198 784Q198 797 206 804T227 812Q240 812 248 805ZM426 812T433 -805T441 784Q441 771 434 763T413 755Q400 755 392 763T384 784Q384 797 392 804T413 812Q426 812 433 805Z" /> -<glyph unicode="Ì" glyph-name="Igrave" horiz-adv-x="229" d="M119 743H95L15 891H48L119 743ZM129 0H101V660H129V0Z" /> -<glyph unicode="Í" glyph-name="Iacute" horiz-adv-x="229" d="M210 891L130 743H106L177 891H210ZM129 0H101V660H129V0Z" /> -<glyph unicode="Î" glyph-name="Icircumflex" horiz-adv-x="229" d="M214 741L115 868L16 741H-12L98 888H132L242 741H214ZM129 0H101V660H129V0Z" /> -<glyph unicode="Ï" glyph-name="Idieresis" horiz-adv-x="229" d="M64 812T71 805T79 784Q79 771 72 763T51 755Q38 755 30 763T22 784Q22 797 30 804T51 812Q64 812 71 805ZM192 812T199 805T207 784Q207 771 200 763T179 755Q166 755 158 763T150 784Q150 -797 158 804T179 812Q192 812 199 805ZM129 0H101V660H129V0Z" /> -<glyph unicode="Ð" glyph-name="Eth" horiz-adv-x="700" d="M475 660T558 578T641 338Q641 172 558 86T315 0H110V323H9V345H110V660H315Q475 660 558 578ZM462 25T537 105T613 338Q613 483 538 559T317 635H138V345H343V323H138V25H317Q462 25 537 105Z" /> -<glyph unicode="Ñ" glyph-name="Ntilde" horiz-adv-x="702" d="M601 0H564L161 574L127 631H126L128 564V0H101V660H137L541 86L575 30L574 96V660H601V0ZM511 802T490 779T429 756Q402 756 385 765T349 793Q331 809 318 817T284 825Q254 825 240 809T218 -755H194Q202 803 223 825T285 848Q312 848 329 839T365 811Q381 796 395 788T429 780Q459 780 473 796T495 849H519Q511 802 490 779Z" /> -<glyph unicode="Ò" glyph-name="Ograve" horiz-adv-x="720" d="M364 743H340L260 891H293L364 743ZM452 670T520 629T625 511T662 330Q662 226 626 150T521 32T360 -10Q268 -10 200 31T95 149T58 330Q58 434 95 510T200 628T360 670Q452 670 520 629ZM277 -645T215 607T120 497T87 330Q87 234 120 163T215 54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607Z" /> -<glyph unicode="Ó" glyph-name="Oacute" horiz-adv-x="720" d="M456 891L376 743H352L423 891H456ZM452 670T520 629T625 511T662 330Q662 226 626 150T521 32T360 -10Q268 -10 200 31T95 149T58 330Q58 434 95 510T200 628T360 670Q452 670 520 629ZM277 -645T215 607T120 497T87 330Q87 234 120 163T215 54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607Z" /> -<glyph unicode="Ô" glyph-name="Ocircumflex" horiz-adv-x="720" d="M459 741L360 868L261 741H234L343 888H377L487 741H459ZM452 670T520 629T625 511T662 330Q662 226 626 150T521 32T360 -10Q268 -10 200 31T95 149T58 330Q58 434 95 510T200 628T360 -670Q452 670 520 629ZM277 645T215 607T120 497T87 330Q87 234 120 163T215 54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607Z" /> -<glyph unicode="Õ" glyph-name="Otilde" horiz-adv-x="720" d="M452 670T520 629T625 511T662 330Q662 226 626 150T521 32T360 -10Q268 -10 200 31T95 149T58 330Q58 434 95 510T200 628T360 670Q452 670 520 629ZM277 645T215 607T120 497T87 330Q87 234 -120 163T215 54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607ZM515 802T494 779T433 756Q406 756 389 765T353 793Q335 809 322 817T288 825Q258 825 244 809T222 755H198Q206 803 227 825T289 848Q316 848 333 839T369 -811Q385 796 399 788T433 780Q463 780 477 796T499 849H523Q515 802 494 779Z" /> -<glyph unicode="Ö" glyph-name="Odieresis" horiz-adv-x="720" d="M452 670T520 629T625 511T662 330Q662 226 626 150T521 32T360 -10Q268 -10 200 31T95 149T58 330Q58 434 95 510T200 628T360 670Q452 670 520 629ZM277 645T215 607T120 497T87 330Q87 -234 120 163T215 54T360 15Q443 15 505 53T600 163T633 330Q633 426 600 497T505 606T360 645Q277 645 215 607ZM280 812T288 805T296 784Q296 771 288 763T267 755Q254 755 246 763T238 784Q238 797 246 804T267 812Q280 812 288 805ZM466 812T473 805T481 784Q481 -771 474 763T453 755Q440 755 432 763T424 784Q424 797 432 804T453 812Q466 812 473 805Z" /> -<glyph unicode="×" glyph-name="multiply" horiz-adv-x="604" d="M322 313L488 148L467 127L302 293L136 127L116 148L281 313L116 479L136 499L302 334L467 499L488 479L322 313Z" /> -<glyph unicode="Ø" glyph-name="Oslash" horiz-adv-x="720" d="M612 549T637 482T662 330Q662 226 626 150T521 32T360 -10Q250 -10 174 49L116 -31H86L156 65Q108 110 83 177T58 330Q58 434 95 510T200 628T360 670Q473 670 548 610L605 689H634L566 594Q612 -549 637 482ZM87 252T109 191T172 88L532 587Q461 645 360 645Q277 645 215 607T120 497T87 330Q87 252 109 191ZM443 15T505 53T600 163T633 330Q633 407 612 468T549 571L190 72Q258 15 360 15Q443 15 505 53Z" /> -<glyph unicode="Ù" glyph-name="Ugrave" horiz-adv-x="688" d="M364 743H340L260 891H293L364 743ZM595 237Q595 118 529 54T344 -10Q225 -10 159 54T93 237V660H121V241Q121 132 179 74T344 15Q450 15 508 74T567 241V660H595V237Z" /> -<glyph unicode="Ú" glyph-name="Uacute" horiz-adv-x="688" d="M439 891L359 743H335L406 891H439ZM595 237Q595 118 529 54T344 -10Q225 -10 159 54T93 237V660H121V241Q121 132 179 74T344 15Q450 15 508 74T567 241V660H595V237Z" /> -<glyph unicode="Û" glyph-name="Ucircumflex" horiz-adv-x="688" d="M443 741L344 868L245 741H218L327 888H361L471 741H443ZM595 237Q595 118 529 54T344 -10Q225 -10 159 54T93 237V660H121V241Q121 132 179 74T344 15Q450 15 508 74T567 241V660H595V237Z" /> -<glyph unicode="Ü" glyph-name="Udieresis" horiz-adv-x="688" d="M595 237Q595 118 529 54T344 -10Q225 -10 159 54T93 237V660H121V241Q121 132 179 74T344 15Q450 15 508 74T567 241V660H595V237ZM263 812T271 805T279 784Q279 771 271 763T250 755Q237 -755 229 763T221 784Q221 797 229 804T250 812Q263 812 271 805ZM449 812T456 805T464 784Q464 771 457 763T436 755Q423 755 415 763T407 784Q407 797 415 804T436 812Q449 812 456 805Z" /> -<glyph unicode="Ý" glyph-name="Yacute" horiz-adv-x="523" d="M357 891L277 743H253L324 891H357ZM276 256V0H248V256L15 660H48L177 434L262 286L475 660H508L276 256Z" /> -<glyph unicode="Þ" glyph-name="Thorn" horiz-adv-x="578" d="M417 528T476 480T536 339Q536 247 477 199T300 151H129V0H101V660H129V528H300Q417 528 476 480ZM507 176T507 339Q507 503 309 503H129V176H309Q507 176 507 339Z" /> -<glyph unicode="ß" glyph-name="germandbls" horiz-adv-x="567" d="M421 376T468 324T516 185Q516 98 464 44T324 -10Q290 -10 263 1T219 32L230 52Q265 14 324 14Q399 14 444 61T489 187Q489 275 437 320T295 366H252V391H295Q369 391 414 436T459 559Q459 -631 417 670T298 710Q114 710 114 499V0H87V512Q87 621 139 678T299 735Q389 735 438 687T488 559Q488 484 445 434T332 381V380Q421 376 468 324Z" /> -<glyph unicode="à" glyph-name="agrave" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 -372L58 388Q103 510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30ZM265 583H241L151 734H182L265 583Z" /> -<glyph unicode="á" glyph-name="aacute" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 -372L58 388Q103 510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30ZM604 734L514 583H490L573 734H604Z" /> -<glyph unicode="â" glyph-name="acircumflex" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 -372L58 388Q103 510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30ZM602 582L504 707L407 582H380L488 728H520L629 582H602Z" -/> -<glyph unicode="ã" glyph-name="atilde" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 -372L58 388Q103 510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30ZM659 642T638 619T577 596Q550 596 533 605T497 633Q479 -649 466 657T432 665Q402 665 388 649T366 595H342Q350 643 371 665T433 688Q460 688 477 679T513 651Q529 636 543 628T577 620Q607 620 621 636T643 689H667Q659 642 638 619Z" /> -<glyph unicode="ä" glyph-name="adieresis" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 -372L58 388Q103 510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30ZM424 652T432 645T440 624Q440 611 432 603T411 595Q398 -595 390 603T382 624Q382 637 390 644T411 652Q424 652 432 645ZM610 652T617 645T625 624Q625 611 618 603T597 595Q584 595 576 603T568 624Q568 637 576 644T597 652Q610 652 617 645Z" /> -<glyph unicode="å" glyph-name="aring" horiz-adv-x="526" d="M509 14T521 22L519 -1Q504 -10 479 -10Q403 -10 403 86V87Q382 41 326 16T207 -10Q133 -10 91 22T48 111Q48 170 92 205T234 258L403 289V345Q403 412 364 449T252 486Q186 486 144 459T80 372L58 -388Q103 510 252 510Q338 510 384 469T431 347V79Q431 47 444 31T483 14Q509 14 521 22ZM254 15T298 30T373 77T403 154V265L247 236Q157 220 117 190T77 111Q77 65 112 40T212 15Q254 15 298 30ZM541 749T566 725T592 662Q592 624 567 600T502 575Q463 575 438 -599T412 662Q412 700 437 724T502 749Q541 749 566 725ZM474 729T455 710T435 662Q435 634 454 615T502 596Q530 596 549 615T569 662Q569 691 550 710T502 729Q474 729 455 710Z" /> -<glyph unicode="æ" glyph-name="ae" horiz-adv-x="869" d="M430 250V235Q434 132 484 74T616 15Q744 15 787 119L810 107Q785 50 738 20T616 -10Q542 -10 491 30T419 146Q407 67 346 29T205 -10Q133 -10 91 21T48 111Q48 171 93 209T232 257L404 275V342Q404 -411 365 448T252 486Q187 486 145 458T80 372L58 388Q104 510 252 510Q327 510 372 476T427 378Q451 441 499 475T614 510Q715 510 767 448T819 266V250H430ZM534 486T485 431T430 276H794Q788 486 614 486Q534 486 485 431ZM257 15T300 32T374 88T404 190V252L245 -235Q157 226 117 194T77 111Q77 64 114 40T212 15Q257 15 300 32Z" /> -<glyph unicode="ç" glyph-name="ccedilla" d="M474 72T420 32T292 -10Q332 -33 349 -59T367 -116Q367 -155 341 -179T273 -204Q241 -204 218 -195T176 -164L188 -144Q205 -165 225 -174T271 -183Q302 -183 321 -165T341 -115Q341 -85 322 -61T253 -9Q157 -1 105 68T53 250Q53 372 114 441T285 510Q360 510 412 475T484 374L459 361Q443 421 398 453T285 486Q189 486 135 423T81 250Q81 139 134 77T283 15Q352 15 402 50T463 146L488 137Q474 72 420 32Z" /> -<glyph unicode="è" glyph-name="egrave" horiz-adv-x="543" d="M492 235H81Q85 131 138 73T285 15Q346 15 394 42T465 119L488 107Q461 52 408 21T285 -10Q176 -10 115 59T53 250Q53 372 113 441T279 510Q380 510 436 441T493 252L492 235ZM188 486T136 427T81 -261H467Q464 367 416 426T279 486Q188 486 136 427ZM292 583H268L178 734H209L292 583Z" /> -<glyph unicode="é" glyph-name="eacute" horiz-adv-x="543" d="M492 235H81Q85 131 138 73T285 15Q346 15 394 42T465 119L488 107Q461 52 408 21T285 -10Q176 -10 115 59T53 250Q53 372 113 441T279 510Q380 510 436 441T493 252L492 235ZM188 486T136 427T81 -261H467Q464 367 416 426T279 486Q188 486 136 427ZM631 734L541 583H517L600 734H631Z" /> -<glyph unicode="ê" glyph-name="ecircumflex" horiz-adv-x="543" d="M492 235H81Q85 131 138 73T285 15Q346 15 394 42T465 119L488 107Q461 52 408 21T285 -10Q176 -10 115 59T53 250Q53 372 113 441T279 510Q380 510 436 441T493 252L492 235ZM188 486T136 -427T81 261H467Q464 367 416 426T279 486Q188 486 136 427ZM373 582L275 707L178 582H151L259 728H291L400 582H373Z" /> -<glyph unicode="ë" glyph-name="edieresis" horiz-adv-x="543" d="M492 235H81Q85 131 138 73T285 15Q346 15 394 42T465 119L488 107Q461 52 408 21T285 -10Q176 -10 115 59T53 250Q53 372 113 441T279 510Q380 510 436 441T493 252L492 235ZM188 486T136 -427T81 261H467Q464 367 416 426T279 486Q188 486 136 427ZM195 652T203 645T211 624Q211 611 203 603T182 595Q169 595 161 603T153 624Q153 637 161 644T182 652Q195 652 203 645ZM381 652T388 645T396 624Q396 611 389 603T368 595Q355 595 347 603T339 624Q339 -637 347 644T368 652Q381 652 388 645Z" /> -<glyph unicode="ì" glyph-name="igrave" horiz-adv-x="201" d="M115 0H87V500H115V0ZM117 583H93L3 734H34L117 583Z" /> -<glyph unicode="í" glyph-name="iacute" horiz-adv-x="201" d="M115 0H87V500H115V0ZM200 734L110 583H86L169 734H200Z" /> -<glyph unicode="î" glyph-name="icircumflex" horiz-adv-x="201" d="M115 0H87V500H115V0ZM198 582L100 707L3 582H-24L84 728H116L225 582H198Z" /> -<glyph unicode="ï" glyph-name="idieresis" horiz-adv-x="201" d="M32 595T24 603T16 624Q16 637 24 644T45 652Q58 652 66 645T74 624Q74 611 66 603T45 595Q32 595 24 603ZM143 595T135 603T127 624Q127 637 135 644T156 652Q169 652 177 645T185 624Q185 -611 177 603T156 595Q143 595 135 603ZM115 0H87V500H115V0Z" /> -<glyph unicode="ð" glyph-name="eth" horiz-adv-x="585" d="M425 613Q518 488 518 284Q518 140 458 65T289 -10Q180 -10 117 57T53 237Q53 312 82 368T162 454T282 485Q361 485 414 451T491 353Q475 508 398 607L222 569L217 588L384 624Q325 692 233 730H279Q361 -690 411 629L527 656L533 636L425 613ZM383 15T436 78T492 253Q492 309 468 356T397 432T284 461Q192 461 137 400T82 237Q82 135 138 75T290 15Q383 15 436 78Z" /> -<glyph unicode="ñ" glyph-name="ntilde" horiz-adv-x="582" d="M401 510T451 462T502 327V0H474V320Q474 400 430 443T310 486Q256 486 212 461T141 392T115 294V0H87V500H113V380Q134 440 188 475T314 510Q401 510 451 462ZM453 642T432 619T371 596Q344 -596 327 605T291 633Q273 649 260 657T226 665Q196 665 182 649T160 595H136Q144 643 165 665T227 688Q254 688 271 679T307 651Q323 636 337 628T371 620Q401 620 415 636T437 689H461Q453 642 432 619Z" /> -<glyph unicode="ò" glyph-name="ograve" horiz-adv-x="576" d="M398 510T460 441T523 250Q523 128 461 59T289 -10Q179 -10 116 59T53 250Q53 371 116 440T289 510Q398 510 460 441ZM192 486T137 423T81 250Q81 140 136 77T289 14Q385 14 440 77T495 250Q495 -360 440 423T289 486Q192 486 137 423ZM305 583H281L191 734H222L305 583Z" /> -<glyph unicode="ó" glyph-name="oacute" horiz-adv-x="576" d="M398 510T460 441T523 250Q523 128 461 59T289 -10Q179 -10 116 59T53 250Q53 371 116 440T289 510Q398 510 460 441ZM192 486T137 423T81 250Q81 140 136 77T289 14Q385 14 440 77T495 250Q495 -360 440 423T289 486Q192 486 137 423ZM644 734L554 583H530L613 734H644Z" /> -<glyph unicode="ô" glyph-name="ocircumflex" horiz-adv-x="576" d="M398 510T460 441T523 250Q523 128 461 59T289 -10Q179 -10 116 59T53 250Q53 371 116 440T289 510Q398 510 460 441ZM192 486T137 423T81 250Q81 140 136 77T289 14Q385 14 440 77T495 -250Q495 360 440 423T289 486Q192 486 137 423ZM386 582L288 707L191 582H164L272 728H304L413 582H386Z" /> -<glyph unicode="õ" glyph-name="otilde" horiz-adv-x="576" d="M398 510T460 441T523 250Q523 128 461 59T289 -10Q179 -10 116 59T53 250Q53 371 116 440T289 510Q398 510 460 441ZM192 486T137 423T81 250Q81 140 136 77T289 14Q385 14 440 77T495 250Q495 -360 440 423T289 486Q192 486 137 423ZM444 642T423 619T362 596Q335 596 318 605T282 633Q264 649 251 657T217 665Q187 665 173 649T151 595H127Q135 643 156 665T218 688Q245 688 262 679T298 651Q314 636 328 628T362 620Q392 620 406 636T428 689H452Q444 -642 423 619Z" /> -<glyph unicode="ö" glyph-name="odieresis" horiz-adv-x="576" d="M398 510T460 441T523 250Q523 128 461 59T289 -10Q179 -10 116 59T53 250Q53 371 116 440T289 510Q398 510 460 441ZM192 486T137 423T81 250Q81 140 136 77T289 14Q385 14 440 77T495 250Q495 -360 440 423T289 486Q192 486 137 423ZM208 652T216 645T224 624Q224 611 216 603T195 595Q182 595 174 603T166 624Q166 637 174 644T195 652Q208 652 216 645ZM394 652T401 645T409 624Q409 611 402 603T381 595Q368 595 360 603T352 624Q352 637 360 644T381 -652Q394 652 401 645Z" /> -<glyph unicode="÷" glyph-name="divide" horiz-adv-x="604" d="M316 534T324 526T332 504Q332 491 324 483T302 474Q289 474 281 482T272 504Q272 518 280 526T302 534Q316 534 324 526ZM530 303H74V329H530V303ZM316 160T324 152T332 130Q332 117 324 109T302 -100Q289 100 281 108T272 130Q272 144 280 152T302 160Q316 160 324 152Z" /> -<glyph unicode="ø" glyph-name="oslash" horiz-adv-x="577" d="M381 510T441 459L495 529H525L458 444Q523 376 523 250Q523 128 461 59T289 -10Q200 -10 140 37L86 -31H56L122 53Q53 124 53 250Q53 371 116 440T289 510Q381 510 441 459ZM140 75L167 111L425 -438Q371 486 289 486Q192 486 137 423T81 250Q81 136 139 75H140ZM385 14T440 77T495 250Q495 359 441 422H440L419 394L156 58Q209 14 289 14Q385 14 440 77Z" /> -<glyph unicode="ù" glyph-name="ugrave" horiz-adv-x="574" d="M488 500V0H462L461 119Q440 60 386 25T257 -10Q175 -10 128 36T81 168V500H109V174Q109 96 148 56T262 15Q325 15 369 43T437 115T460 202V500H488ZM302 583H278L188 734H219L302 583Z" /> -<glyph unicode="ú" glyph-name="uacute" horiz-adv-x="574" d="M488 500V0H462L461 119Q440 60 386 25T257 -10Q175 -10 128 36T81 168V500H109V174Q109 96 148 56T262 15Q325 15 369 43T437 115T460 202V500H488ZM641 734L551 583H527L610 734H641Z" /> -<glyph unicode="û" glyph-name="ucircumflex" horiz-adv-x="574" d="M488 500V0H462L461 119Q440 60 386 25T257 -10Q175 -10 128 36T81 168V500H109V174Q109 96 148 56T262 15Q325 15 369 43T437 115T460 202V500H488ZM383 582L285 707L188 582H161L269 -728H301L410 582H383Z" /> -<glyph unicode="ü" glyph-name="udieresis" horiz-adv-x="574" d="M488 500V0H462L461 119Q440 60 386 25T257 -10Q175 -10 128 36T81 168V500H109V174Q109 96 148 56T262 15Q325 15 369 43T437 115T460 202V500H488ZM205 652T213 645T221 624Q221 611 213 -603T192 595Q179 595 171 603T163 624Q163 637 171 644T192 652Q205 652 213 645ZM391 652T398 645T406 624Q406 611 399 603T378 595Q365 595 357 603T349 624Q349 637 357 644T378 652Q391 652 398 645Z" /> -<glyph unicode="ý" glyph-name="yacute" horiz-adv-x="491" d="M224 -98Q197 -163 165 -189T84 -215Q24 -215 0 -181L12 -158Q34 -191 84 -191Q122 -191 149 -170T199 -92L236 -1L24 500H56L229 81L250 31L270 84L439 500H470L224 -98ZM605 734L515 583H491L574 -734H605Z" /> -<glyph unicode="þ" glyph-name="thorn" horiz-adv-x="593" d="M418 510T479 441T540 250Q540 128 479 59T311 -10Q238 -10 187 26T115 129V-210H87V730H115V372Q136 437 187 473T311 510Q418 510 479 441ZM404 15T458 77T512 250Q512 361 458 423T307 486Q219 -486 167 424T115 254V246Q115 139 167 77T307 15Q404 15 458 77Z" /> -<glyph unicode="ÿ" glyph-name="ydieresis" horiz-adv-x="491" d="M224 -98Q197 -163 165 -189T84 -215Q24 -215 0 -181L12 -158Q34 -191 84 -191Q122 -191 149 -170T199 -92L236 -1L24 500H56L229 81L250 31L270 84L439 500H470L224 -98ZM425 652T433 645T441 -624Q441 611 433 603T412 595Q399 595 391 603T383 624Q383 637 391 644T412 652Q425 652 433 645ZM611 652T618 645T626 624Q626 611 619 603T598 595Q585 595 577 603T569 624Q569 637 577 644T598 652Q611 652 618 645Z" /> -<glyph unicode="–" glyph-name="endash" horiz-adv-x="619" d="M549 255H71V282H549V255Z" /> -<glyph unicode="—" glyph-name="emdash" horiz-adv-x="953" d="M882 255H71V282H882V255Z" /> -<glyph unicode="‘" glyph-name="quoteleft" horiz-adv-x="188" d="M75 523T65 538T54 578Q54 613 71 644T122 692L140 677Q112 666 94 640T75 588Q75 583 77 573L79 572Q85 584 98 584Q109 584 117 576T126 554Q126 541 117 532T95 523Q75 523 65 538Z" /> -<glyph unicode="’" glyph-name="quoteright" horiz-adv-x="188" d="M118 690T128 675T139 636Q139 601 122 570T71 522L53 536Q81 548 99 574T118 626Q118 631 116 641H114Q109 630 95 630Q84 630 76 638T68 660Q68 672 76 681T99 690Q118 690 128 675Z" /> -<glyph unicode="‚" glyph-name="quotesinglbase" horiz-adv-x="192" d="M114 54T124 39T135 -1Q135 -35 117 -66T67 -114L49 -100Q76 -89 95 -62T114 -10Q114 -5 112 5H110Q104 -6 91 -6Q79 -6 71 2T63 24Q63 36 72 45T94 54Q114 54 124 39Z" /> -<glyph unicode="“" glyph-name="quotedblleft" horiz-adv-x="303" d="M75 523T65 538T54 578Q54 613 71 644T122 692L140 677Q112 666 94 640T75 588Q75 583 77 573L79 572Q85 584 98 584Q109 584 117 576T126 554Q126 541 117 532T95 523Q75 523 65 538ZM190 -523T180 538T169 578Q169 613 186 644T237 692L255 677Q227 666 209 640T190 588Q190 583 192 573L194 572Q200 584 213 584Q224 584 232 576T241 554Q241 541 232 532T210 523Q190 523 180 538Z" /> -<glyph unicode="”" glyph-name="quotedblright" horiz-adv-x="302" d="M118 690T128 675T139 636Q139 601 122 570T71 522L53 536Q81 548 99 574T118 626Q118 631 116 641H114Q109 630 95 630Q84 630 76 638T68 660Q68 672 76 681T99 690Q118 690 128 675ZM233 -690T243 675T254 636Q254 601 237 570T186 522L168 536Q196 548 214 574T233 626Q233 631 231 641H229Q224 630 210 630Q199 630 191 638T183 660Q183 672 191 681T214 690Q233 690 243 675Z" /> -<glyph unicode="„" glyph-name="quotedblbase" horiz-adv-x="307" d="M114 54T124 39T135 -1Q135 -35 117 -66T67 -114L49 -100Q76 -89 95 -62T114 -10Q114 -5 112 5H110Q104 -6 91 -6Q79 -6 71 2T63 24Q63 36 72 45T94 54Q114 54 124 39ZM229 54T239 39T250 --1Q250 -35 232 -66T182 -114L164 -100Q191 -89 210 -62T229 -10Q229 -5 227 5H225Q219 -6 206 -6Q194 -6 186 2T178 24Q178 36 187 45T209 54Q229 54 239 39Z" /> -<glyph unicode="•" glyph-name="bullet" horiz-adv-x="430" d="M246 410T266 390T287 339Q287 308 267 288T215 267Q184 267 164 287T143 339Q143 370 163 390T215 410Q246 410 266 390Z" /> -<glyph unicode="‹" glyph-name="guilsinglleft" horiz-adv-x="271" d="M79 265L221 69H188L47 265L188 461H221L79 265Z" /> -<glyph unicode="›" glyph-name="guilsinglright" horiz-adv-x="271" d="M84 461L224 265L84 69H50L192 265L50 461H84Z" /> -</font> -</defs> -</svg> +<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="WorkSans" horiz-adv-x="532"><font-face alphabetic="0" ascent="930" descent="-243" font-family="Work Sans ExtraLight" panose-1="0 0 3 0 0 0 0 0 0 0"/><glyph glyph-name="space" horiz-adv-x="292"/><glyph d="m114 316-2-139H87l-2 139v344h29zm-1-262 8-8 9-22q0-13-8-21T99-6Q86-6 78 2t-9 22q0 13 8 21t22 9q14 0 22-8Z" glyph-name="exclam" horiz-adv-x="199" unicode="!"/><glyph d="M200 506h-25v176h30zm-106 0H69v176h30z" glyph-name="quotedbl" horiz-adv-x="271" unicode="""/><glyph d="m453 438-32-207h141v-23H417L385 0h-26l32 208H200L168 0h-26l32 208H39v23h139l32 207H71v23h142l31 199h26l-31-199h191l31 199h26l-31-199h139v-23zm-26 0H236l-32-207h191z" glyph-name="numbersign" horiz-adv-x="634" unicode="#"/><glyph d="M289 0q-90 4-151 48T55 171l26 14q15-72 71-114t137-47v291q-72 15-115 30t-73 49-30 90q0 47 26 86t76 64 116 26v100h24V660q81-4 133-39t76-107l-23-18q-20 68-66 102t-120 38V336q71-14 114-29t72-49 30-90q0-74-58-120T313 0v-100h-24zm0 636q-87-1-138-43T99 485q0-47 25-75t64-42 101-27zM396 26l53 37 53 104q0 46-25 74t-64 42-100 27V24q83 2 136 39Z" glyph-name="dollar" horiz-adv-x="587" unicode="$"/><glyph d="m252 662 36-49 36-122q0-72-36-120t-106-48-106 48-37 120q0 73 36 122t107 49q70 0 106-49Zm341-2h29L180 0h-29zm-468-21-29-42-30-106q0-64 29-104t87-41q58 0 87 40t29 105q0 64-29 106t-87 42q-57 0-86-42Zm538-302 36-48 36-122q0-73-36-121T593-2 486 46t-37 121 37 121 107 49q70 0 106-48Zm-128-23-29-41-30-106q0-63 29-104t88-42q57 0 86 41t29 105-29 105-86 42q-58 0-87-41Z" glyph-name="percent" horiz-adv-x="774" unicode="%"/><glyph d="m497 49 29-18 62-19-5-22q-35 0-67 20t-78 71q-74-91-199-91-85 0-139 41T46 143q0 69 42 115t132 99q-51 67-69 101t-18 73q0 61 39 98t104 38q62 0 100-32t38-90q0-56-33-100t-124-95q24-33 70-92 79-101 109-138 30 46 45 109t14 135l24-2q1-74-15-142t-52-119q45-52 74-70ZM223 643l-31-30-32-81q0-24 6-43t23-45 53-74q85 47 115 86t31 89q0 45-30 71t-82 27q-53 0-84-30ZM354 14l67 86q-31 37-111 141l-75 96q-57-32-91-58t-52-59-19-76q0-59 46-94t117-36q118 0 185 86Z" glyph-name="ampersand" horiz-adv-x="582" unicode="&"/><glyph d="M94 506H69v176h30z" glyph-name="quotesingle" horiz-adv-x="165" unicode="'"/><glyph d="M258 725q-91-77-133-185T82 284q0-148 42-255t134-186l-15-17Q147-92 101 20T55 284t46 264 142 194z" glyph-name="parenleft" horiz-adv-x="271" unicode="("/><glyph d="m124 660 46-112 47-264q0-151-46-263T28-174l-15 17q92 78 134 185t42 256-42 256T13 725l15 17q96-82 142-194Z" glyph-name="parenright" horiz-adv-x="271" unicode=")"/><glyph d="m323 446 77-107-20-15-78 106-41 64-42-64-77-106-21 15 78 107 47 59-74 20-125 41 8 24 125-40 72-28-4 76v132h26V598l-4-76 71 28 126 40 7-24-125-41-74-20z" glyph-name="asterisk" horiz-adv-x="522" unicode="*"/><glyph d="M536 303H316V77h-27v226H68v26h221v220h27V329h220z" glyph-name="plus" horiz-adv-x="604" unicode="+"/><glyph d="m114 54 10-15 11-40q0-34-18-65t-50-48l-18 14q27 11 46 38t19 52q0 5-2 15h-2Q104-6 91-6 79-6 71 2t-8 22q0 12 9 21t22 9q20 0 30-15Z" glyph-name="comma" horiz-adv-x="186" unicode=","/><glyph d="M362 254H72v29h290z" glyph-name="hyphen" horiz-adv-x="434" unicode="-"/><glyph d="m107 54 8-8 8-22q0-13-8-21T93-6Q80-6 72 2t-9 22q0 14 8 22t22 8 22-8Z" glyph-name="period" horiz-adv-x="186" unicode="."/><glyph d="M62-70H34l269 800h28z" glyph-name="slash" horiz-adv-x="366" unicode="/"/><glyph d="m183-10-61 88-61 252q0 164 61 252t176 88 176-88 61-252-61-252-176-88-176 88Zm216 25 54 81 54 234q0 153-54 234t-155 81-154-81-54-234q0-153 53-234t155-81q101 0 155 81Z" glyph-name="zero" horiz-adv-x="596" unicode="0"/><glyph d="M240 660V0h-28v512q0 69 1 104-30-43-76-74t-99-48l-8 24q55 19 107 57t76 85z" glyph-name="one" horiz-adv-x="333" unicode="1"/><glyph d="M58 24q149 121 223 188t118 132 44 129q0 79-48 125t-131 47q-84 0-135-52T73 453l-25 13q6 93 63 148t153 56q96 0 151-53t56-144q0-68-41-133T315 207 101 26v-1h396V0H58z" glyph-name="two" horiz-adv-x="543" unicode="2"/><glyph d="m353 670 51-46 51-126q0-64-34-110t-93-55v-1q63-4 103-49t40-112q0-53-27-94t-74-64-105-23q-89 0-145 40T45 142l25 15q15-66 64-104t132-38q77 0 127 43t50 116q0 67-43 106t-123 40h-45v26h45q71 0 110 41t39 107q0 71-43 111t-120 40q-63 0-107-33t-62-92l-28 14q23 63 75 99t122 37q90 0 141-46Z" glyph-name="three" horiz-adv-x="533" unicode="3"/><glyph d="M534 199H399V0h-28v199H39v22l323 439h37V223h135zM70 223h301v342l1 69h-2q-19-29-47-69z" glyph-name="four" horiz-adv-x="561" unicode="4"/><glyph d="m346 404 47-26 73-72 26-107q0-61-27-108t-75-74-112-27Q88-10 52 148l26 12q13-73 64-109t136-36q54 0 96 23t66 65 24 95q-1 81-50 131t-131 50q-125 0-185-81H73l32 362h361v-25H128l-26-290-1-18h1q57 77 184 77 60 0 107-26Z" glyph-name="five" horiz-adv-x="544" unicode="5"/><glyph d="m443 670 45-124-26-12q-15 51-54 81t-101 30q-77 0-127-45t-73-120-23-163q0-36 8-104h3q0 56 28 98t75 65 97 23q97 0 152-56t56-149q0-93-57-148T291-10q-115 0-174 87T58 330q0 110 32 186t88 115 130 39q135 0 180-124ZM241 374l-42-25-65-67-23-86q0-51 22-92t64-64 93-24q85 0 134 49t50 131q0 79-49 128t-131 50q-53 0-95-25Z" glyph-name="six" horiz-adv-x="555" unicode="6"/><glyph d="M493 660v-25Q372 505 308 349T231 0h-29q12 188 75 346t185 289H25v25z" glyph-name="seven" horiz-adv-x="507" unicode="7"/><glyph d="m377 670 54-45 55-119q0-60-35-101t-98-57v-1q74-15 118-62t44-114q0-53-29-94t-81-64-119-23-119 23-81 64-29 94q0 67 44 114t119 62v1q-63 14-98 55T86 506q0 74 54 119t146 45q91 0 145-45Zm-169-26-47-38-47-102q0-65 47-104t125-40q78 0 125 39t47 105q0 64-47 102t-125 38-125-38ZM345 15l45 20 71 55 25 82q0 47-25 83t-70 57-105 21q-58 0-103-20t-71-57-26-84q0-46 25-81t70-56 105-20q59 0 104 20Z" glyph-name="eight" horiz-adv-x="572" unicode="8"/><glyph d="m391 670 62-89 62-251q0-166-64-253T277-10q-83 0-139 38T64 132l29 15q12-61 58-96t126-36q111 0 161 92t51 231q0 55-10 113h-2q0-59-29-102t-77-65-99-23q-97 0-155 55T59 466q0 93 59 148t158 56q115 0 177-89Zm-201-26-51-49-51-131q0-80 50-128t136-49q53 0 96 25t67 67 25 85q0 51-23 92t-66 64-96 24q-87 0-138-49Z" glyph-name="nine" horiz-adv-x="577" unicode="9"/><glyph d="m120 502 8-8 8-22q0-13-8-21t-22-9q-13 0-21 8t-9 22q0 14 8 22t22 8 22-8Zm0-448 8-8 8-22q0-13-8-21t-22-9Q93-6 85 2t-9 22q0 14 8 22t22 8 22-8Z" glyph-name="colon" horiz-adv-x="212" unicode=":"/><glyph d="m96 442-8 8-9 22q0 14 8 22t22 8 22-8 8-22q0-13-8-21t-22-9q-13 0-21 8Zm30-388 10-15 11-40q0-34-17-65t-51-48l-18 14q27 11 46 38t19 52q0 5-2 15h-2q-6-11-19-11-12 0-20 8t-8 22q0 12 9 21t22 9q20 0 30-15Z" glyph-name="semicolon" horiz-adv-x="212" unicode=";"/><glyph d="M536 516 110 300 536 83V52L87 283v33l449 231z" glyph-name="less" horiz-adv-x="604" unicode="<"/><glyph d="M521 400H83v26h438zm0-203H83v25h438z" glyph-name="equal" horiz-adv-x="604" unicode="="/><glyph d="M517 316v-33L68 52v31l426 217L68 516v31z" glyph-name="greater" horiz-adv-x="604" unicode=">"/><glyph d="m335 670 54-45 54-124q0-84-48-136t-148-78V161h-28v142q74 21 116 46t61 62 19 88q0 68-46 107t-122 39Q78 645 56 488l-24 13q29 169 216 169 87 0 141-45ZM246 54l8-8 9-22q0-13-8-21t-22-9q-13 0-21 8t-9 22q0 14 8 22t22 8q13 0 21-8Z" glyph-name="question" horiz-adv-x="486" unicode="?"/><glyph d="m624 668 91-58 134-152 42-210q0-121-36-189T755-9q-52 0-75 34t-26 105q-21-65-70-101T465-8q-63 0-111 29t-75 82-27 126q0 74 28 129t80 85 116 30q71 0 118-35t66-99l4 118h21l-7-322q-1-58 19-90t63-32q50 0 78 61t28 174q0 110-39 199T702 591t-220 55q-121 0-211-50T131 451 82 232q0-124 51-214t143-139 213-48q67 0 129 20t102 57l15-19q-45-37-110-59t-136-22q-129 0-227 51T110 5 56 232q0 131 52 230t149 152 225 54q142 0 233-58ZM387 451l-54-60-54-161q0-98 51-156t139-59q54 0 96 26t65 72 25 105l1 34q1 56-20 101t-61 72-97 26q-91 0-145-60Z" glyph-name="at" horiz-adv-x="952" unicode="@"/><glyph d="M464 224H136L44 0H15l269 660h32L585 0h-29zm-11 26L320 577l-20 54-20-53-134-328z" glyph-name="A" horiz-adv-x="600" unicode="A"/><glyph d="M101 660h232q103 0 155-43t52-127q0-62-32-102t-96-54v-1q69-10 107-52t39-109q0-84-57-128T333 0H101zm232-314q88 0 133 36t45 107q0 72-45 109t-133 37H129V346zm4-321q95 0 143 37t49 111q0 73-48 110t-144 37H129V25z" glyph-name="B" horiz-adv-x="617" unicode="B"/><glyph d="m590 82-69-46-167-46q-88 0-155 41T95 150 58 330q0 103 36 180t104 118 155 42q205 0 256-170l-27-13q-48 158-228 158-80 0-140-38t-93-110-34-167q0-96 33-167t94-109 140-39q89 0 150 42t84 119l28-10q-26-84-95-130Z" glyph-name="C" horiz-adv-x="656" unicode="C"/><glyph d="m465 660 83-82 84-240q0-166-83-252T306 0H101v660h205q159 0 242-82ZM452 25l75 80 76 233q0 145-75 221t-221 76H129V25h178q145 0 220 80Z" glyph-name="D" horiz-adv-x="691" unicode="D"/><glyph d="M559 25V0H101v660h442v-25H129V349h330v-25H129V25z" glyph-name="E" horiz-adv-x="593" unicode="E"/><glyph d="M129 635V349h330v-25H129V0h-28v660h441v-25z" glyph-name="F" horiz-adv-x="565" unicode="F"/><glyph d="M617 315V0h-25v140q-24-71-85-110T350-10q-88 0-154 41T94 150 58 330q0 103 37 180t104 118 155 42q103 0 166-42t92-128l-25-13q-50 158-233 158-80 0-140-38t-93-110-34-167q0-96 32-167t92-109 140-39q85 0 138 35t77 88 24 104v48H355v25z" glyph-name="G" horiz-adv-x="685" unicode="G"/><glyph d="M602 660V0h-28v324H129V0h-28v660h28V349h445v311z" glyph-name="H" horiz-adv-x="703" unicode="H"/><glyph d="M129 0h-28v660h28z" glyph-name="I" horiz-adv-x="229" unicode="I"/><glyph d="M417 212q0-104-51-163T217-10q-88 0-136 45T32 160q0 21 3 43l27 10q-3-24-3-44 0-75 40-114t118-40q86 0 129 53t43 148v444h28z" glyph-name="J" horiz-adv-x="511" unicode="J"/><glyph d="M271 374 129 230V0h-28v660h28V269l384 391h38L292 395 560 0h-35z" glyph-name="K" horiz-adv-x="576" unicode="K"/><glyph d="M538 25V0H101v660h28V25z" glyph-name="L" horiz-adv-x="553" unicode="L"/><glyph d="M698 0h-27v549l2 79L414 0h-29L126 628h-1l3-79V0h-27v660h40L380 88l19-55h1l19 54 239 573h40z" glyph-name="M" horiz-adv-x="799" unicode="M"/><glyph d="M601 0h-37L161 574l-34 57h-1l2-67V0h-27v660h36L541 86l34-56-1 66v564h27z" glyph-name="N" horiz-adv-x="702" unicode="N"/><glyph d="m452 670 68-41 105-118 37-181q0-104-36-180T521 32 360-10 200 31 95 149 58 330t37 180 105 118 160 42 160-41Zm-175-25-62-38-95-110-33-167q0-96 33-167t95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38Z" glyph-name="O" horiz-adv-x="720" unicode="O"/><glyph d="m415 660 60-50 60-138q0-88-60-137t-165-50H129V0h-28v660h209q105 0 165-50Zm-13-350 52 42 52 120q0 77-52 120t-146 43H129V310h179q94 0 146 42Z" glyph-name="P" horiz-adv-x="570" unicode="P"/><glyph d="m607-168 36 37 11-25q-20-19-50-29t-68-10q-78 0-128 48T353-10q-90 2-156 44T94 152 58 330q0 104 37 180t105 118 160 42 160-41 105-118 37-181q0-100-34-175T529 37 378-10q5-79 47-118t111-40q71 0 107 37ZM87 234l33-71 95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38t-95-110-33-167q0-96 33-167Z" glyph-name="Q" horiz-adv-x="720" unicode="Q"/><glyph d="M552 0 356 295H129V0h-28v660h241q98 0 154-48t57-134q0-75-43-122t-122-58L584 0zM429 321l48 41 48 116q0 74-48 115t-135 42H129V321h213q87 0 135 41Z" glyph-name="R" horiz-adv-x="621" unicode="R"/><glyph d="m494 670 49-151-23-18q-22 74-77 109t-143 35q-63 0-110-20t-73-56-26-79q0-41 21-69t71-48 138-35q86-15 136-37t74-56 23-82q0-50-30-89t-86-62-126-22q-106 0-177 43T43 160l25 17q15-79 81-120t164-42q93 0 153 39t60 109q0 59-48 93t-164 54q-95 16-149 39t-78 56-24 84q0 49 28 90t83 66 126 25q194 0 243-151Z" glyph-name="S" horiz-adv-x="603" unicode="S"/><glyph d="M540 635H292V0h-28v635H15v25h525z" glyph-name="T" horiz-adv-x="555" unicode="T"/><glyph d="M595 237q0-119-66-183T344-10 159 54 93 237v423h28V241q0-109 58-167t165-59q106 0 164 59t59 167v419h28z" glyph-name="U" horiz-adv-x="688" unicode="U"/><glyph d="M312 0h-35L19 660h30l216-551 30-81 30 81 216 551h29z" glyph-name="V" horiz-adv-x="590" unicode="V"/><glyph d="M275 0h-36L25 660h30L257 25l186 635h34L662 24l202 636h29L680 0h-36L500 488l-40 139h-1l-39-139z" glyph-name="W" horiz-adv-x="919" unicode="W"/><glyph d="M487 0 270 316 49 0H14l239 341L35 660h34l202-296 207 296h34L288 340 520 0z" glyph-name="X" horiz-adv-x="540" unicode="X"/><glyph d="M276 256V0h-28v256L15 660h33l129-226 85-148 213 374h33z" glyph-name="Y" horiz-adv-x="523" unicode="Y"/><glyph d="M537 25V0H34v25l452 610H42v25h476v-25L67 25z" glyph-name="Z" horiz-adv-x="567" unicode="Z"/><glyph d="M104 706v-850h164v-24H78v898h190v-24z" glyph-name="bracketleft" horiz-adv-x="283" unicode="["/><glyph d="M63 730 332-70h-28L35 730z" glyph-name="backslash" horiz-adv-x="366" unicode="\"/><glyph d="M205-168H15v24h164v850H15v24h190z" glyph-name="bracketright" horiz-adv-x="283" unicode="]"/><glyph d="M472 355 269 704 66 355H35l219 375h30l219-375z" glyph-name="asciicircum" horiz-adv-x="538" unicode="^"/><glyph d="M507-122H0v25h507z" glyph-name="underscore" horiz-adv-x="507" unicode="_"/><glyph d="M262 583h-24l-90 151h31z" glyph-name="grave" horiz-adv-x="541" unicode="`"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Z" glyph-name="a" horiz-adv-x="526" unicode="a"/><glyph d="m418 510 61-69 61-191q0-122-61-191T311-10q-74 0-125 38t-72 107L113 0H87v730h28V368q20 67 71 104t125 38q107 0 168-69ZM404 15l54 62 54 173q0 111-54 173t-151 63q-88 0-140-62t-52-170v-8q0-107 52-169t140-62q97 0 151 62Z" glyph-name="b" horiz-adv-x="593" unicode="b"/><glyph d="m360 510 52-35 72-101-25-13q-16 60-61 92t-113 33q-96 0-150-63T81 250q0-111 53-173t149-62q69 0 119 35t61 96l25-9q-15-67-71-107T283-10q-109 0-169 69T53 250q0 122 61 191t171 69q75 0 127-35Z" glyph-name="c" unicode="c"/><glyph d="M507 730V0h-26l-1 134q-20-68-72-106T282-10q-107 0-168 69T53 250t61 191 168 69q73 0 125-37t72-106v363zM372 15l52 60 55 164v22q-2 104-54 164t-139 61q-97 0-151-62T81 250q0-111 54-173t151-62q86 0 138 60Z" glyph-name="d" horiz-adv-x="593" unicode="d"/><glyph d="M492 235H81q4-104 57-162t147-58q61 0 109 27t71 77l23-12q-27-55-80-86T285-10q-109 0-170 69T53 250q0 122 60 191t166 69q101 0 157-69t57-189zM188 486l-52-59-55-166h386q-3 106-51 165t-137 60q-91 0-143-59Z" glyph-name="e" horiz-adv-x="543" unicode="e"/><glyph d="M144 500h182v-24H144V0h-28v476H16v24h100v83q0 71 36 111t103 41q51 0 78-29l-10-22q-13 14-28 20t-39 6q-53 0-82-33t-30-95z" glyph-name="f" horiz-adv-x="334" unicode="f"/><glyph d="m408 42 44-30 45-82q0-42-29-75t-82-51-121-19q-108 0-169 37T34-81q0 40 28 69t76 39q-34 11-54 34t-21 52q0 37 27 62t70 34q-47 19-73 55t-26 87q0 72 54 115t145 44q71 0 119-27 4 50 35 79t81 30l8-24q-47 0-74-25t-31-72q61-44 61-120 0-73-54-116t-145-43q-32 0-61 6-49-4-79-26t-30-55 30-54 88-21h125q75 0 119-30ZM89 289l46-37 125-37q78 0 124 37t47 99q0 62-46 98t-125 37q-78 0-124-36t-47-99q0-62 46-99Zm238-480 46 15 72 42 26 61q0 42-38 66T328 18H200q-62 0-100-26T61-77q0-52 55-83t153-31q58 0 104 15Z" glyph-name="g" horiz-adv-x="503" unicode="g"/><glyph d="m401 511 50-48 51-135V1h-28v320q0 79-44 122t-120 43q-54 0-98-25t-71-68-26-98V0H87v730h28V381q20 60 73 95t126 35q87 0 137-48Z" glyph-name="h" horiz-adv-x="582" unicode="h"/><glyph d="m87 598-8 8-8 21q0 13 8 21t22 8q13 0 21-8t8-21-8-21-21-8q-14 0-22 8ZM115 0H87v500h28z" glyph-name="i" horiz-adv-x="201" unicode="i"/><glyph d="m113 656 8-8 9-21q0-13-8-21t-21-8-21 8-9 21q0 13 8 21t22 8q12 0 20-8Zm2-718q0-72-38-112t-98-41q-48 0-77 24l8 26q12-12 30-18t39-6q49 0 78 34t30 95v560h28z" glyph-name="j" horiz-adv-x="201" unicode="j"/><glyph d="M241 278 115 158V0H87v730h28V195l324 305h39L262 297 484 0h-35z" glyph-name="k" horiz-adv-x="498" unicode="k"/><glyph d="M111 112q0-51 16-73t53-23q20 0 32 2t29 10l-3-26q-24-12-61-12-48 0-71 29t-23 91v620h28z" glyph-name="l" horiz-adv-x="250" unicode="l"/><glyph d="m783 512 51-48 51-135V2h-28v324q0 77-44 119t-119 42q-54 0-98-25t-70-69-26-95V0h-28v324q0 77-44 119t-119 43q-53 0-97-25t-71-69-26-97V0H87v500h26l1-119q21 59 75 94t124 35q72 0 120-35t62-100q18 61 74 99t129 38q85 0 136-48Z" glyph-name="m" horiz-adv-x="965" unicode="m"/><glyph d="m401 510 50-48 51-135V0h-28v320q0 80-44 123t-120 43q-54 0-98-25t-71-69-26-98V0H87v500h26V380q21 60 75 95t126 35q87 0 137-48Z" glyph-name="n" horiz-adv-x="582" unicode="n"/><glyph d="m398 510 62-69 63-191q0-122-62-191T289-10 116 59 53 250q0 121 63 190t173 70q109 0 171-69Zm-206-24-55-63-56-173q0-110 55-173t153-63q96 0 151 63t55 173-55 173-151 63q-97 0-152-63Z" glyph-name="o" horiz-adv-x="576" unicode="o"/><glyph d="m418 510 61-69 61-191q0-122-61-191T311-10q-73 0-124 37t-72 105v-342H87v710h26l1-135q20 68 71 106t126 39q107 0 168-69ZM404 15l54 62 54 173q0 111-54 173t-151 63q-88 0-140-62t-52-170v-8q0-107 52-169t140-62q97 0 151 62Z" glyph-name="p" horiz-adv-x="593" unicode="p"/><glyph d="M508 500v-710h-28v343q-20-68-72-105T283-10q-107 0-168 69T54 250t61 191 168 69q74 0 126-38t72-106l1 134zM374 15l52 60 54 164v22q-2 104-54 164t-139 61q-97 0-151-62T82 250q0-111 54-173t151-62q87 0 139 60Z" glyph-name="q" horiz-adv-x="594" unicode="q"/><glyph d="m322 510 23-21-10-25q-12 10-26 15t-38 6q-43 0-78-27t-57-73-21-98V0H87v500h25l2-119q19 58 62 93t101 36q45 0 68-21Z" glyph-name="r" horiz-adv-x="355" unicode="r"/><glyph d="m166-10-55 31-72 89 24 14q14-54 63-81t122-28q76 0 120 30t44 81q0 43-36 68t-127 41q-104 18-146 49t-42 87q0 39 24 70t66 50 97 19q79 0 125-30t62-94l-24-14q-26 114-163 114-45 0-81-14t-57-40-21-56q0-47 37-73t131-43q101-17 142-47t41-86q0-63-53-100T244-10q-78 0-133 31Z" glyph-name="s" horiz-adv-x="488" unicode="s"/><glyph d="M341 29q-18-17-45-28t-58-11q-60 0-91 34t-32 102v350H15v24h100v128l28 8V500h191v-24H143V128q0-113 98-113 52 0 88 37z" glyph-name="t" horiz-adv-x="346" unicode="t"/><glyph d="M488 500V0h-26l-1 119q-21-59-75-94T257-10q-82 0-129 46T81 168v332h28V174q0-78 39-118t114-41q63 0 107 28t68 72 23 87v298z" glyph-name="u" horiz-adv-x="574" unicode="u"/><glyph d="M468 500 259 0h-29L20 500h32L244 31l194 469z" glyph-name="v" horiz-adv-x="488" unicode="v"/><glyph d="M763 500 595 0h-28L396 463 226 0h-28L31 500h30L213 35l169 465h29L581 35l151 465z" glyph-name="w" horiz-adv-x="793" unicode="w"/><glyph d="M431 0 240 237 56 0H21l202 259L29 500h38l175-218 168 218h35L259 261 469 0z" glyph-name="x" horiz-adv-x="483" unicode="x"/><glyph d="M224-98q-27-65-59-91t-81-26q-60 0-84 34l12 23q22-33 72-33 38 0 65 21t50 78l37 91L24 500h32L229 81l21-50 20 53 169 416h31z" glyph-name="y" horiz-adv-x="491" unicode="y"/><glyph d="m42 23 318 401 45 52H36v24h401v-23L134 92 76 24h375V0H42z" glyph-name="z" horiz-adv-x="484" unicode="z"/><glyph d="m152-103 26-23 74-24-2-24q-60 0-92 30t-33 85v236q0 47-29 71t-84 25v24q55 0 84 24t29 71v236q0 54 32 84t93 30l2-23q-48 0-74-24t-26-66V391q0-41-21-68t-63-38q41-11 62-38t22-69V-60q0-43 26-66Z" glyph-name="braceleft" horiz-adv-x="276" unicode="{"/><glyph d="M103-168H78v898h25z" glyph-name="bar" horiz-adv-x="181" unicode="|"/><glyph d="m151 346 29-24 85-25v-24q-55 0-84-25t-30-71V-59q0-54-32-84t-93-31l-2 24q48 0 74 23t26 67v238q0 41 22 68t63 39q-41 11-63 38t-22 68v238q0 42-26 66t-74 24l2 23q60 0 92-30t33-84V392q0-46 29-70Z" glyph-name="braceright" horiz-adv-x="276" unicode="}"/><glyph d="M435 289h-89q-30 0-53 9t-55 30q-27 18-47 26t-45 9q-33 0-51-19t-25-60H43q14 104 102 104 31 0 54-10t54-29q28-18 47-26t44-9q33 0 51 19t25 60h27q-12-104-101-104Z" glyph-name="asciitilde" horiz-adv-x="490" unicode="~"/><glyph glyph-name="uni00A0" horiz-adv-x="292"/><glyph d="m82 446-8 8-9 22q0 13 8 21t22 9q14 0 22-8t9-22q0-13-8-21t-23-9q-13 0-21 8Zm-1-261 2 138h25l2-138v-345H81z" glyph-name="exclamdown" horiz-adv-x="191" unicode="¡"/><glyph d="m479 72-55-40-130-42v-90h-24v91Q169-4 114 64T58 250q0 116 56 184t156 75v91h24v-90q74-1 125-36t70-100l-26-13q-16 59-60 91t-109 34V14q66 2 115 37t59 95l25-9q-14-65-69-105ZM85 144l48-62 137-68v472q-88-7-136-69T85 250q0-106 48-168Z" glyph-name="cent" horiz-adv-x="543" unicode="¢"/><glyph d="M547 122q0-66-35-99t-96-33q-45 0-76 15t-68 46q-25-28-61-44t-79-17Q88-10 62 9T35 60q0 33 28 53t77 20q40 0 68-13t61-37q20 34 20 75 0 36-12 67t-45 73H93v24h120q-39 50-54 85t-15 77q0 84 54 135t142 51q74 0 121-39t56-108l-25-12q-8 61-49 97t-104 37q-77 0-122-43t-46-115q0-38 15-72t55-88l4-5h207v-24H262q28-40 39-71t12-67q0-50-27-91 33-28 61-42t67-14q107 0 109 109zM172 12l31 13 52 39q-27 22-53 34t-61 12q-37 0-58-13T61 60q0-22 20-35t53-13q38 0 69 13Z" glyph-name="sterling" horiz-adv-x="583" unicode="£"/><glyph d="m489 255-40-49 101-101-18-19-101 101q-48-45-124-45t-124 45L83 86l-19 20 100 100q-40 51-40 126 0 74 38 123l-98 99 19 19 98-98q48 45 126 45 76 0 126-45l99 98 18-18-99-101q38-47 38-122 0-77-40-126Zm-112-88 42 45 42 120q0 74-42 118t-112 45q-71 0-113-44t-42-119 42-120 113-45q70 0 112 45Z" glyph-name="currency" horiz-adv-x="614" unicode="¤"/><glyph d="M329 275h177v-23H302V150h204v-22H302V0h-26v128H72v22h204v102H72v23h177l18-1L42 660h33l193-340 20-39h2l20 39 193 340h33L311 274z" glyph-name="yen" horiz-adv-x="578" unicode="¥"/><glyph d="M110 365H85v365h25zm0-533H85v365h25z" glyph-name="brokenbar" horiz-adv-x="195" unicode="¦"/><glyph d="m516 221-33-32-86-48q35-18 51-45t16-65q0-39-22-71t-64-51-101-19q-142 0-182 88l22 16q30-80 160-80 75 0 117 32t42 83q0 36-18 60t-59 40-113 27q-111 16-155 47t-45 90q0 46 32 78t86 47q-35 19-50 46t-16 65q0 39 22 71t64 51 101 19q70 0 116-22t65-66l-21-16q-31 80-160 80-75 0-117-32t-42-83q0-53 42-81t148-45q110-16 155-47t45-91q0-46-33-78Zm-98-54 35 27 35 72q0 47-39 72t-140 41q-69 9-114 26-52-13-86-40t-35-71q0-32 16-53t55-35 107-25q74-11 113-26 53 12 88 39Z" glyph-name="section" horiz-adv-x="548" unicode="§"/><glyph d="m191 652 8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="dieresis" horiz-adv-x="541" unicode="¨"/><glyph d="m502 670 77-42 120-120 43-178q0-101-42-178T580 33 400-10q-101 0-179 42T101 152 58 330q0 101 42 178t121 119 179 43q102 0 179-42Zm-196-24-71-39-110-111-40-166q0-94 39-165T235 54t165-40q94 0 165 39t111 111 40 166-39 165-111 111-166 40-165-39Zm221-133 35-99-23-11q-27 87-129 87-73 0-114-43t-41-119 41-119 114-43q50 0 86 25t48 70l22-9q-14-50-56-79t-99-30q-85 0-133 49t-49 136q0 87 48 136t134 49q116 0 151-99Z" glyph-name="copyright" horiz-adv-x="801" unicode="©"/><glyph d="m340 347 10 5-1-19q-12-7-29-7-51 0-51 62v1q-14-30-51-46t-79-17q-50 0-79 21t-29 61q0 39 30 63t96 35l110 19v29q0 42-25 66t-73 24q-44 0-71-17t-41-53l-20 9q13 39 47 60t85 22q58 0 91-28t33-81V388q0-41 32-41 15 0 25 5Zm-170 1 29 10 48 30 20 49v69l-100-19q-58-10-84-29t-26-50q0-29 22-44t63-16q28 0 57 10ZM36 240h301v-21H36z" glyph-name="ordfeminine" horiz-adv-x="358" unicode="ª"/><glyph d="M79 265 221 69h-33L47 265l141 196h33zm129 0L350 69h-33L176 265l141 196h33z" glyph-name="guillemotleft" horiz-adv-x="400" unicode="«"/><glyph d="M530 329V168h-28v135H74v26z" glyph-name="logicalnot" horiz-adv-x="604" unicode="¬"/><glyph d="M362 254H72v29h290z" glyph-name="uni00AD" horiz-adv-x="434" unicode="­"/><glyph d="m502 670 77-42 120-120 43-178q0-101-42-178T580 33 400-10q-101 0-179 42T101 152 58 330q0 101 42 178t121 119 179 43q102 0 179-42Zm-8-656 71 39 111 111 40 166q0 94-39 165T566 606t-166 40-165-39-110-111-40-166q0-94 39-165T235 54t165-40q94 0 165 39Zm60 349-25-26-75-31 107-163h-29L427 305H303V143h-26v370h154q60 0 91-26t32-78q0-46-25-72Zm-251-38h128q99 2 99 84 0 83-99 83H303z" glyph-name="registered" horiz-adv-x="801" unicode="®"/><glyph d="M420 603H121v24h299z" glyph-name="overscore" horiz-adv-x="541" unicode="¯"/><glyph d="m130 389-38 39-39 101q0 63 38 102t102 39q63 0 102-39t39-102q0-62-38-101t-103-39q-63 0-101 39Zm115 23 31 32 32 85q0 52-31 84t-84 33q-51 0-82-32t-32-85q0-52 31-84t83-33q52 0 83 32Z" glyph-name="degree" horiz-adv-x="387" unicode="°"/><glyph d="M530 385v-25H316V115h-27v245H74v25h215v240h27V385zM74 25h456V0H74z" glyph-name="plusminus" horiz-adv-x="604" unicode="±"/><glyph d="M37 354q54 44 110 92 56 46 86 87t31 82q0 45-27 71t-75 27q-48 0-77-29t-31-80l-24 7q4 56 39 90t94 34 93-33 34-87q0-82-126-184l-92-75v-1h233v-22H37z" glyph-name="uni00B2" horiz-adv-x="336" unicode="²"/><glyph d="m205 735 32-29 32-77q0-37-19-61t-55-34v-2q36-4 59-30t24-64q0-50-36-80t-93-31q-52 0-86 24t-47 68l23 12q9-39 36-60t75-22q45 0 73 24t29 66q0 39-25 61t-73 22h-25v21h25q41 0 64 24t24 60q0 40-24 63t-69 23q-39 0-64-19t-34-52l-23 10q10 38 43 60t78 23q56 0 88-29Z" glyph-name="uni00B3" horiz-adv-x="317" unicode="³"/><glyph d="m393 734-90-151h-24l83 151z" glyph-name="acute" horiz-adv-x="541" unicode="´"/><glyph d="M484 500V0h-26l-1 120q-21-59-75-94T253-10q-51 0-90 23t-59 67v-290H76v710h28V174q0-77 42-118t112-41q55 0 100 24t71 66 27 91v304z" glyph-name="uni00B5" horiz-adv-x="560" unicode="µ"/><glyph d="M460-100h-27v736H296v-736h-26v342q-71 0-125 26t-83 73-30 110q0 62 29 109t84 74 125 26h190zM174 636l-57-50-58-135q0-84 57-134t154-51v370q-96 0-153-50Z" glyph-name="paragraph" horiz-adv-x="542" unicode="¶"/><glyph d="m113 389 8-8 8-22q0-13-8-21t-22-9q-13 0-21 8t-9 22q0 14 8 22t22 8 22-8Z" glyph-name="middot" horiz-adv-x="198" unicode="·"/><glyph d="M269 8q59-27 84-57t26-67q0-39-26-63t-68-25q-32 0-55 9t-42 31l12 20q17-21 37-30t46-9q31 0 50 18t20 50q0 33-23 59T244 3z" glyph-name="cedilla" horiz-adv-x="541" unicode="¸"/><glyph d="M146 730V333h-26v299q0 22 2 66-19-23-49-42t-62-30v22q30 9 64 32t49 50z" glyph-name="uni00B9" horiz-adv-x="203" unicode="¹"/><glyph d="m105 327-35 41-35 128q0 86 35 127t108 42q73 0 107-41t35-128q0-86-34-127t-108-42q-73 0-108 41Zm133 22 28 36 28 111q0 75-28 111t-88 37q-60 0-88-36T61 496q0-75 28-111t89-36q60 0 88 36ZM43 240h270v-21H43z" glyph-name="ordmasculine" horiz-adv-x="355" unicode="º"/><glyph d="m80 461 141-196L80 69H47l142 196L47 461zm129 0 141-196L209 69h-33l142 196-142 196z" glyph-name="guillemotright" horiz-adv-x="397" unicode="»"/><glyph d="M146 665V268h-26v299q0 44 2 66-19-23-49-42t-62-30v22q30 9 64 32t49 50zm381-5h30L90 0H60zm117-548h-79V-4h-24v116H343v18l190 263h32V133h79zm-103 21v188q0 32 1 48h-2l-32-47-139-189z" glyph-name="onequarter" horiz-adv-x="664" unicode="¼"/><glyph d="M146 665V268h-26v299q0 44 2 66-19-23-49-42t-62-30v22q30 9 64 32t49 50zm381-5h30L90 0H60zM451 17q54 44 110 92 56 46 86 87t31 82q0 45-27 71t-75 27q-48 0-77-29t-31-80l-24 7q4 56 39 90t94 34 93-33 34-87q0-82-126-184l-92-75v-1h233V-4H451z" glyph-name="onehalf" horiz-adv-x="749" unicode="½"/><glyph d="m205 670 32-29 32-77q0-37-19-61t-55-34v-2q36-4 59-30t24-64q0-50-36-80t-93-31q-52 0-86 24t-47 68l23 12q9-39 36-60t75-22q45 0 73 24t29 66q0 39-25 61t-73 22h-25v21h25q41 0 64 24t24 60q0 40-24 63t-69 23q-39 0-64-19t-34-52l-23 10q10 38 43 60t78 23q56 0 88-29Zm436-10h30L204 0h-30zm117-548h-79V-4h-24v116H457v18l190 263h32V133h79zm-103 21v188q0 32 1 48h-2l-32-47-139-189z" glyph-name="threequarters" horiz-adv-x="777" unicode="¾"/><glyph d="m238 442-8 8-9 22q0 13 8 21t22 9q14 0 22-8t8-22q0-13-8-21t-22-9q-13 0-21 8Zm-89-616-54 45L41-5q0 84 47 136t149 78v126h28V193q-74-21-116-46T88 85 69-3q0-68 46-107t122-39q169 0 190 157l25-13q-29-169-216-169-87 0-141 45Z" glyph-name="questiondown" horiz-adv-x="482" unicode="¿"/><glyph d="m280 743-80 148h33l71-148zm184-519H136L44 0H15l269 660h32L585 0h-29zm-11 26L320 577l-20 54-20-53-134-328z" glyph-name="Agrave" horiz-adv-x="600" unicode="À"/><glyph d="M316 743h-24l71 148h33zm148-519H136L44 0H15l269 660h32L585 0h-29zm-11 26L320 577l-20 54-20-53-134-328z" glyph-name="Aacute" horiz-adv-x="600" unicode="Á"/><glyph d="M201 741h-27l109 147h34l110-147h-28l-99 127zm263-517H136L44 0H15l269 660h32L585 0h-29zm-11 26L320 577l-20 54-20-53-134-328z" glyph-name="Acircumflex" horiz-adv-x="600" unicode="Â"/><glyph d="M464 224H136L44 0H15l269 660h32L585 0h-29zm-11 26L320 577l-20 54-20-53-134-328zm2 552-21-23-61-23q-27 0-44 9t-36 28q-18 16-31 24t-34 8q-30 0-44-16t-22-54h-24q8 48 29 70t62 23q27 0 44-9t36-28q16-15 30-23t34-8q30 0 44 16t22 53h24q-8-47-29-70Z" glyph-name="Atilde" horiz-adv-x="600" unicode="Ã"/><glyph d="M464 224H136L44 0H15l269 660h32L585 0h-29zm-11 26L320 577l-20 54-20-53-134-328zM219 812l8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="Adieresis" horiz-adv-x="600" unicode="Ä"/><glyph d="M464 224H136L44 0H15l262 643q-27 6-43 26t-16 50q0 36 22 57t60 22q37 0 59-21t23-58q0-29-16-49t-43-27L585 0h-29zM241 693l16-16 43-16q26 0 42 16t17 42q0 27-16 43t-43 16q-26 0-42-16t-17-43q0-26 16-42Zm212-443L320 577l-20 54-20-53-134-328z" glyph-name="Aring" horiz-adv-x="600" unicode="Å"/><glyph d="M864 25V0H440v246H182L29 0H-5l413 660h440v-25H468V348h302v-26H468V25zM440 272v363h-18L197 272z" glyph-name="AE" horiz-adv-x="898" unicode="Æ"/><glyph d="m591 86-64-45-156-51q40-22 57-48t18-58q0-39-26-63t-68-25q-32 0-55 9t-42 31l12 20q17-21 37-30t46-9q31 0 50 18t20 50q0 30-18 53T334-9q-83 4-145 47T92 156 58 330q0 103 36 180t104 118 155 42q205 0 256-170l-27-13q-48 158-228 158-80 0-140-38t-93-110-34-167q0-96 33-167t94-109 140-39q89 0 150 42t84 119l28-10q-25-80-89-125Z" glyph-name="Ccedilla" horiz-adv-x="656" unicode="Ç"/><glyph d="m320 743-80 148h33l71-148zM559 25V0H101v660h442v-25H129V349h330v-25H129V25z" glyph-name="Egrave" horiz-adv-x="593" unicode="È"/><glyph d="M329 743h-25l72 148h32zM559 25V0H101v660h442v-25H129V349h330v-25H129V25z" glyph-name="Eacute" horiz-adv-x="593" unicode="É"/><glyph d="M222 741h-27l109 147h34l110-147h-28l-99 127zM559 25V0H101v660h442v-25H129V349h330v-25H129V25z" glyph-name="Ecircumflex" horiz-adv-x="593" unicode="Ê"/><glyph d="M559 25V0H101v660h442v-25H129V349h330v-25H129V25zM240 812l8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="Edieresis" horiz-adv-x="593" unicode="Ë"/><glyph d="M119 743H95L15 891h33zM129 0h-28v660h28z" glyph-name="Igrave" horiz-adv-x="229" unicode="Ì"/><glyph d="m210 891-80-148h-24l71 148zM129 0h-28v660h28z" glyph-name="Iacute" horiz-adv-x="229" unicode="Í"/><glyph d="m214 741-99 127-99-127h-28L98 888h34l110-147zM129 0h-28v660h28z" glyph-name="Icircumflex" horiz-adv-x="229" unicode="Î"/><glyph d="m64 812 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Zm128 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7ZM129 0h-28v660h28z" glyph-name="Idieresis" horiz-adv-x="229" unicode="Ï"/><glyph d="m475 660 83-82 83-240q0-166-83-252T315 0H110v323H9v22h101v315h205q160 0 243-82ZM462 25l75 80 76 233q0 145-75 221t-221 76H138V345h205v-22H138V25h179q145 0 220 80Z" glyph-name="Eth" horiz-adv-x="700" unicode="Ð"/><glyph d="M601 0h-37L161 574l-34 57h-1l2-67V0h-27v660h36L541 86l34-56-1 66v564h27zm-90 802-21-23-61-23q-27 0-44 9t-36 28q-18 16-31 24t-34 8q-30 0-44-16t-22-54h-24q8 48 29 70t62 23q27 0 44-9t36-28q16-15 30-23t34-8q30 0 44 16t22 53h24q-8-47-29-70Z" glyph-name="Ntilde" horiz-adv-x="702" unicode="Ñ"/><glyph d="M364 743h-24l-80 148h33zm88-73 68-41 105-118 37-181q0-104-36-180T521 32 360-10 200 31 95 149 58 330t37 180 105 118 160 42 160-41Zm-175-25-62-38-95-110-33-167q0-96 33-167t95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38Z" glyph-name="Ograve" horiz-adv-x="720" unicode="Ò"/><glyph d="m456 891-80-148h-24l71 148zm-4-221 68-41 105-118 37-181q0-104-36-180T521 32 360-10 200 31 95 149 58 330t37 180 105 118 160 42 160-41Zm-175-25-62-38-95-110-33-167q0-96 33-167t95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38Z" glyph-name="Oacute" horiz-adv-x="720" unicode="Ó"/><glyph d="m459 741-99 127-99-127h-27l109 147h34l110-147zm-7-71 68-41 105-118 37-181q0-104-36-180T521 32 360-10 200 31 95 149 58 330t37 180 105 118 160 42 160-41Zm-175-25-62-38-95-110-33-167q0-96 33-167t95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38Z" glyph-name="Ocircumflex" horiz-adv-x="720" unicode="Ô"/><glyph d="m452 670 68-41 105-118 37-181q0-104-36-180T521 32 360-10 200 31 95 149 58 330t37 180 105 118 160 42 160-41Zm-175-25-62-38-95-110-33-167q0-96 33-167t95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38Zm238 157-21-23-61-23q-27 0-44 9t-36 28q-18 16-31 24t-34 8q-30 0-44-16t-22-54h-24q8 48 29 70t62 23q27 0 44-9t36-28q16-15 30-23t34-8q30 0 44 16t22 53h24q-8-47-29-70Z" glyph-name="Otilde" horiz-adv-x="720" unicode="Õ"/><glyph d="m452 670 68-41 105-118 37-181q0-104-36-180T521 32 360-10 200 31 95 149 58 330t37 180 105 118 160 42 160-41Zm-175-25-62-38-95-110-33-167q0-96 33-167t95-109 145-39q83 0 145 38t95 110 33 167q0 96-33 167t-95 109-145 39q-83 0-145-38Zm3 167 8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="Odieresis" horiz-adv-x="720" unicode="Ö"/><glyph d="m322 313 166-165-21-21-165 166-166-166-20 21 165 165-165 166 20 20 166-165 165 165 21-20z" glyph-name="multiply" horiz-adv-x="604" unicode="×"/><glyph d="m612 549 25-67 25-152q0-104-36-180T521 32 360-10q-110 0-186 59l-58-80H86l70 96q-48 45-73 112T58 330q0 104 37 180t105 118 160 42q113 0 188-60l57 79h29l-68-95q46-45 71-112ZM87 252l22-61 63-103 360 499q-71 58-172 58-83 0-145-38t-95-110-33-167q0-78 22-139ZM443 15l62 38 95 110 33 167q0 77-21 138t-63 103L190 72q68-57 170-57 83 0 145 38Z" glyph-name="Oslash" horiz-adv-x="720" unicode="Ø"/><glyph d="M364 743h-24l-80 148h33zm231-506q0-119-66-183T344-10 159 54 93 237v423h28V241q0-109 58-167t165-59q106 0 164 59t59 167v419h28z" glyph-name="Ugrave" horiz-adv-x="688" unicode="Ù"/><glyph d="m439 891-80-148h-24l71 148zm156-654q0-119-66-183T344-10 159 54 93 237v423h28V241q0-109 58-167t165-59q106 0 164 59t59 167v419h28z" glyph-name="Uacute" horiz-adv-x="688" unicode="Ú"/><glyph d="m443 741-99 127-99-127h-27l109 147h34l110-147zm152-504q0-119-66-183T344-10 159 54 93 237v423h28V241q0-109 58-167t165-59q106 0 164 59t59 167v419h28z" glyph-name="Ucircumflex" horiz-adv-x="688" unicode="Û"/><glyph d="M595 237q0-119-66-183T344-10 159 54 93 237v423h28V241q0-109 58-167t165-59q106 0 164 59t59 167v419h28zM263 812l8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="Udieresis" horiz-adv-x="688" unicode="Ü"/><glyph d="m357 891-80-148h-24l71 148zm-81-635V0h-28v256L15 660h33l129-226 85-148 213 374h33z" glyph-name="Yacute" horiz-adv-x="523" unicode="Ý"/><glyph d="m417 528 59-48 60-141q0-92-59-140t-177-48H129V0h-28v660h28V528h171q117 0 176-48Zm90-352v163q0 164-198 164H129V176h180q198 0 198 163Z" glyph-name="Thorn" horiz-adv-x="578" unicode="Þ"/><glyph d="m421 376 47-52 48-139q0-87-52-141T324-10q-34 0-61 11t-44 31l11 20q35-38 94-38 75 0 120 47t45 126q0 88-52 133t-142 46h-43v25h43q74 0 119 45t45 123q0 72-42 111t-119 40q-184 0-184-211V0H87v512q0 109 52 166t160 57q90 0 139-48t50-128q0-75-43-125t-113-53v-1q89-4 136-56Z" glyph-name="germandbls" horiz-adv-x="567" unicode="ß"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Zm11 568h-24l-90 151h31z" glyph-name="agrave" horiz-adv-x="526" unicode="à"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Zm350 719-90-151h-24l83 151z" glyph-name="aacute" horiz-adv-x="526" unicode="á"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Zm348 567-98 125-97-125h-27l108 146h32l109-146z" glyph-name="acircumflex" horiz-adv-x="526" unicode="â"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Zm405 627-21-23-61-23q-27 0-44 9t-36 28q-18 16-31 24t-34 8q-30 0-44-16t-22-54h-24q8 48 29 70t62 23q27 0 44-9t36-28q16-15 30-23t34-8q30 0 44 16t22 53h24q-8-47-29-70Z" glyph-name="atilde" horiz-adv-x="526" unicode="ã"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Zm170 637 8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="adieresis" horiz-adv-x="526" unicode="ä"/><glyph d="m509 14 12 8-2-23q-15-9-40-9-76 0-76 96v1q-21-46-77-71T207-10q-74 0-116 32t-43 89q0 59 44 94t142 53l169 31v56q0 67-39 104t-112 37q-66 0-108-27t-64-87l-22 16q45 122 194 122 86 0 132-41t47-122V79q0-32 13-48t39-17q26 0 38 8Zm-255 1 44 15 75 47 30 77v111l-156-29q-90-16-130-46t-40-79q0-46 35-71t100-25q42 0 86 15Zm287 734 25-24 26-63q0-38-25-62t-65-25q-39 0-64 24t-26 63q0 38 25 62t65 25q39 0 64-24Zm-67-20-19-19-20-48q0-28 19-47t48-19q28 0 47 19t20 47q0 29-19 48t-48 19q-28 0-47-19Z" glyph-name="aring" horiz-adv-x="526" unicode="å"/><glyph d="M430 250v-15q4-103 54-161t132-59q128 0 171 104l23-12q-25-57-72-87T616-10q-74 0-125 40t-72 116q-12-79-73-117T205-10q-72 0-114 31t-43 90q0 60 45 98t139 48l172 18v67q0 69-39 106t-113 38q-65 0-107-28t-65-86l-22 16q46 122 194 122 75 0 120-34t55-98q24 63 72 97t115 35q101 0 153-62t52-182v-16zm104 236-49-55-55-155h364q-6 210-180 210-80 0-129-55ZM257 15l43 17 74 56 30 102v62l-159-17q-88-9-128-41t-40-83q0-47 37-71t98-25q45 0 88 17Z" glyph-name="ae" horiz-adv-x="869" unicode="æ"/><glyph d="m474 72-54-40-128-42q40-23 57-49t18-57q0-39-26-63t-68-25q-32 0-55 9t-42 31l12 20q17-21 37-30t46-9q31 0 50 18t20 50q0 30-19 54T253-9Q157 1 105 68T53 250q0 122 61 191t171 69q75 0 127-35t72-101l-25-13q-16 60-61 92t-113 33q-96 0-150-63T81 250q0-111 53-173t149-62q69 0 119 35t61 96l25-9q-14-65-68-105Z" glyph-name="ccedilla" unicode="ç"/><glyph d="M492 235H81q4-104 57-162t147-58q61 0 109 27t71 77l23-12q-27-55-80-86T285-10q-109 0-170 69T53 250q0 122 60 191t166 69q101 0 157-69t57-189zM188 486l-52-59-55-166h386q-3 106-51 165t-137 60q-91 0-143-59Zm104 97h-24l-90 151h31z" glyph-name="egrave" horiz-adv-x="543" unicode="è"/><glyph d="M492 235H81q4-104 57-162t147-58q61 0 109 27t71 77l23-12q-27-55-80-86T285-10q-109 0-170 69T53 250q0 122 60 191t166 69q101 0 157-69t57-189zM188 486l-52-59-55-166h386q-3 106-51 165t-137 60q-91 0-143-59Zm443 248-90-151h-24l83 151z" glyph-name="eacute" horiz-adv-x="543" unicode="é"/><glyph d="M492 235H81q4-104 57-162t147-58q61 0 109 27t71 77l23-12q-27-55-80-86T285-10q-109 0-170 69T53 250q0 122 60 191t166 69q101 0 157-69t57-189zM188 486l-52-59-55-166h386q-3 106-51 165t-137 60q-91 0-143-59Zm185 96-98 125-97-125h-27l108 146h32l109-146z" glyph-name="ecircumflex" horiz-adv-x="543" unicode="ê"/><glyph d="M492 235H81q4-104 57-162t147-58q61 0 109 27t71 77l23-12q-27-55-80-86T285-10q-109 0-170 69T53 250q0 122 60 191t166 69q101 0 157-69t57-189zM188 486l-52-59-55-166h386q-3 106-51 165t-137 60q-91 0-143-59Zm7 166 8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="edieresis" horiz-adv-x="543" unicode="ë"/><glyph d="M115 0H87v500h28zm2 583H93L3 734h31z" glyph-name="igrave" horiz-adv-x="201" unicode="ì"/><glyph d="M115 0H87v500h28zm85 734-90-151H86l83 151z" glyph-name="iacute" horiz-adv-x="201" unicode="í"/><glyph d="M115 0H87v500h28zm83 582-98 125L3 582h-27L84 728h32l109-146z" glyph-name="icircumflex" horiz-adv-x="201" unicode="î"/><glyph d="m32 595-8 8-8 21q0 13 8 20t21 8q13 0 21-7t8-21q0-13-8-21t-21-8-21 8Zm111 0-8 8-8 21q0 13 8 20t21 8q13 0 21-7t8-21q0-13-8-21t-21-8-21 8ZM115 0H87v500h28z" glyph-name="idieresis" horiz-adv-x="201" unicode="ï"/><glyph d="M425 613q93-125 93-329 0-144-60-219T289-10 117 57 53 237q0 75 29 131t80 86 120 31q79 0 132-34t77-98q-16 155-93 254l-176-38-5 19 167 36q-59 68-151 106h46q82-40 132-101l116 27 6-20zM383 15l53 63 56 175q0 56-24 103t-71 76-113 29q-92 0-147-61T82 237t56-162 152-60q93 0 146 63Z" glyph-name="eth" horiz-adv-x="585" unicode="ð"/><glyph d="m401 510 50-48 51-135V0h-28v320q0 80-44 123t-120 43q-54 0-98-25t-71-69-26-98V0H87v500h26V380q21 60 75 95t126 35q87 0 137-48Zm52 132-21-23-61-23q-27 0-44 9t-36 28q-18 16-31 24t-34 8q-30 0-44-16t-22-54h-24q8 48 29 70t62 23q27 0 44-9t36-28q16-15 30-23t34-8q30 0 44 16t22 53h24q-8-47-29-70Z" glyph-name="ntilde" horiz-adv-x="582" unicode="ñ"/><glyph d="m398 510 62-69 63-191q0-122-62-191T289-10 116 59 53 250q0 121 63 190t173 70q109 0 171-69Zm-206-24-55-63-56-173q0-110 55-173t153-63q96 0 151 63t55 173-55 173-151 63q-97 0-152-63Zm113 97h-24l-90 151h31z" glyph-name="ograve" horiz-adv-x="576" unicode="ò"/><glyph d="m398 510 62-69 63-191q0-122-62-191T289-10 116 59 53 250q0 121 63 190t173 70q109 0 171-69Zm-206-24-55-63-56-173q0-110 55-173t153-63q96 0 151 63t55 173-55 173-151 63q-97 0-152-63Zm452 248-90-151h-24l83 151z" glyph-name="oacute" horiz-adv-x="576" unicode="ó"/><glyph d="m398 510 62-69 63-191q0-122-62-191T289-10 116 59 53 250q0 121 63 190t173 70q109 0 171-69Zm-206-24-55-63-56-173q0-110 55-173t153-63q96 0 151 63t55 173-55 173-151 63q-97 0-152-63Zm194 96-98 125-97-125h-27l108 146h32l109-146z" glyph-name="ocircumflex" horiz-adv-x="576" unicode="ô"/><glyph d="m398 510 62-69 63-191q0-122-62-191T289-10 116 59 53 250q0 121 63 190t173 70q109 0 171-69Zm-206-24-55-63-56-173q0-110 55-173t153-63q96 0 151 63t55 173-55 173-151 63q-97 0-152-63Zm252 156-21-23-61-23q-27 0-44 9t-36 28q-18 16-31 24t-34 8q-30 0-44-16t-22-54h-24q8 48 29 70t62 23q27 0 44-9t36-28q16-15 30-23t34-8q30 0 44 16t22 53h24q-8-47-29-70Z" glyph-name="otilde" horiz-adv-x="576" unicode="õ"/><glyph d="m398 510 62-69 63-191q0-122-62-191T289-10 116 59 53 250q0 121 63 190t173 70q109 0 171-69Zm-206-24-55-63-56-173q0-110 55-173t153-63q96 0 151 63t55 173-55 173-151 63q-97 0-152-63Zm16 166 8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="odieresis" horiz-adv-x="576" unicode="ö"/><glyph d="m316 534 8-8 8-22q0-13-8-21t-22-9q-13 0-21 8t-9 22q0 14 8 22t22 8 22-8Zm214-231H74v26h456zM316 160l8-8 8-22q0-13-8-21t-22-9q-13 0-21 8t-9 22q0 14 8 22t22 8 22-8Z" glyph-name="divide" horiz-adv-x="604" unicode="÷"/><glyph d="m381 510 60-51 54 70h30l-67-85q65-68 65-194 0-122-62-191T289-10q-89 0-149 47L86-31H56l66 84q-69 71-69 197 0 121 63 190t173 70q92 0 152-51ZM140 75l27 36 258 327q-54 48-136 48-97 0-152-63T81 250q0-114 58-175zm245-61 55 63 55 173q0 109-54 172h-1l-21-28L156 58q53-44 133-44 96 0 151 63Z" glyph-name="oslash" horiz-adv-x="577" unicode="ø"/><glyph d="M488 500V0h-26l-1 119q-21-59-75-94T257-10q-82 0-129 46T81 168v332h28V174q0-78 39-118t114-41q63 0 107 28t68 72 23 87v298zm-186 83h-24l-90 151h31z" glyph-name="ugrave" horiz-adv-x="574" unicode="ù"/><glyph d="M488 500V0h-26l-1 119q-21-59-75-94T257-10q-82 0-129 46T81 168v332h28V174q0-78 39-118t114-41q63 0 107 28t68 72 23 87v298zm153 234-90-151h-24l83 151z" glyph-name="uacute" horiz-adv-x="574" unicode="ú"/><glyph d="M488 500V0h-26l-1 119q-21-59-75-94T257-10q-82 0-129 46T81 168v332h28V174q0-78 39-118t114-41q63 0 107 28t68 72 23 87v298zm-105 82-98 125-97-125h-27l108 146h32l109-146z" glyph-name="ucircumflex" horiz-adv-x="574" unicode="û"/><glyph d="M488 500V0h-26l-1 119q-21-59-75-94T257-10q-82 0-129 46T81 168v332h28V174q0-78 39-118t114-41q63 0 107 28t68 72 23 87v298zM205 652l8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="udieresis" horiz-adv-x="574" unicode="ü"/><glyph d="M224-98q-27-65-59-91t-81-26q-60 0-84 34l12 23q22-33 72-33 38 0 65 21t50 78l37 91L24 500h32L229 81l21-50 20 53 169 416h31zm381 832-90-151h-24l83 151z" glyph-name="yacute" horiz-adv-x="491" unicode="ý"/><glyph d="m418 510 61-69 61-191q0-122-61-191T311-10q-73 0-124 36t-72 103v-339H87v940h28V372q21 65 72 101t124 37q107 0 168-69ZM404 15l54 62 54 173q0 111-54 173t-151 63q-88 0-140-62t-52-170v-8q0-107 52-169t140-62q97 0 151 62Z" glyph-name="thorn" horiz-adv-x="593" unicode="þ"/><glyph d="M224-98q-27-65-59-91t-81-26q-60 0-84 34l12 23q22-33 72-33 38 0 65 21t50 78l37 91L24 500h32L229 81l21-50 20 53 169 416h31zm201 750 8-7 8-21q0-13-8-21t-21-8-21 8-8 21 8 20 21 8q13 0 21-7Zm186 0 7-7 8-21q0-13-7-21t-21-8q-13 0-21 8t-8 21 8 20 21 8q13 0 20-7Z" glyph-name="ydieresis" horiz-adv-x="491" unicode="ÿ"/><glyph d="M549 255H71v27h478z" glyph-name="endash" horiz-adv-x="619" unicode="–"/><glyph d="M882 255H71v27h811z" glyph-name="emdash" horiz-adv-x="953" unicode="—"/><glyph d="m75 523-10 15-11 40q0 35 17 66t51 48l18-15q-28-11-46-37t-19-52q0-5 2-15l2-1q6 12 19 12 11 0 19-8t9-22q0-13-9-22t-22-9q-20 0-30 15Z" glyph-name="quoteleft" horiz-adv-x="188" unicode="‘"/><glyph d="m118 690 10-15 11-39q0-35-17-66t-51-48l-18 14q28 12 46 38t19 52q0 5-2 15h-2q-5-11-19-11-11 0-19 8t-8 22q0 12 8 21t23 9q19 0 29-15Z" glyph-name="quoteright" horiz-adv-x="188" unicode="’"/><glyph d="m114 54 10-15 11-40q0-34-18-65t-50-48l-18 14q27 11 46 38t19 52q0 5-2 15h-2Q104-6 91-6 79-6 71 2t-8 22q0 12 9 21t22 9q20 0 30-15Z" glyph-name="quotesinglbase" horiz-adv-x="192" unicode="‚"/><glyph d="m75 523-10 15-11 40q0 35 17 66t51 48l18-15q-28-11-46-37t-19-52q0-5 2-15l2-1q6 12 19 12 11 0 19-8t9-22q0-13-9-22t-22-9q-20 0-30 15Zm115 0-10 15-11 40q0 35 17 66t51 48l18-15q-28-11-46-37t-19-52q0-5 2-15l2-1q6 12 19 12 11 0 19-8t9-22q0-13-9-22t-22-9q-20 0-30 15Z" glyph-name="quotedblleft" horiz-adv-x="303" unicode="“"/><glyph d="m118 690 10-15 11-39q0-35-17-66t-51-48l-18 14q28 12 46 38t19 52q0 5-2 15h-2q-5-11-19-11-11 0-19 8t-8 22q0 12 8 21t23 9q19 0 29-15Zm115 0 10-15 11-39q0-35-17-66t-51-48l-18 14q28 12 46 38t19 52q0 5-2 15h-2q-5-11-19-11-11 0-19 8t-8 22q0 12 8 21t23 9q19 0 29-15Z" glyph-name="quotedblright" horiz-adv-x="302" unicode="”"/><glyph d="m114 54 10-15 11-40q0-34-18-65t-50-48l-18 14q27 11 46 38t19 52q0 5-2 15h-2Q104-6 91-6 79-6 71 2t-8 22q0 12 9 21t22 9q20 0 30-15Zm115 0 10-15 11-40q0-34-18-65t-50-48l-18 14q27 11 46 38t19 52q0 5-2 15h-2q-6-11-19-11-12 0-20 8t-8 22q0 12 9 21t22 9q20 0 30-15Z" glyph-name="quotedblbase" horiz-adv-x="307" unicode="„"/><glyph d="m246 410 20-20 21-51q0-31-20-51t-52-21q-31 0-51 20t-21 52q0 31 20 51t52 20q31 0 51-20Z" glyph-name="bullet" horiz-adv-x="430" unicode="•"/><glyph d="M79 265 221 69h-33L47 265l141 196h33z" glyph-name="guilsinglleft" horiz-adv-x="271" unicode="‹"/><glyph d="m84 461 140-196L84 69H50l142 196L50 461z" glyph-name="guilsinglright" horiz-adv-x="271" unicode="›"/></font></defs></svg> \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/fonts/Work_Sans_300.svg b/docs/themes/hugo-docs/static/fonts/Work_Sans_300.svg index f29d0c8..50620ae 100644 --- a/docs/themes/hugo-docs/static/fonts/Work_Sans_300.svg +++ b/docs/themes/hugo-docs/static/fonts/Work_Sans_300.svg @@ -1,331 +1 @@ -<?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"> -<defs > -<font id="WorkSans" horiz-adv-x="550" ><font-face - font-family="Work Sans Light" - units-per-em="1000" - panose-1="0 0 4 0 0 0 0 0 0 0" - ascent="930" - descent="-243" - alphabetic="0" /> -<glyph unicode=" " glyph-name="space" horiz-adv-x="313" /> -<glyph unicode="!" glyph-name="exclam" horiz-adv-x="230" d="M141 340L135 190H95L89 340V660H141V340ZM135 82T147 70T160 37Q160 17 148 5T115 -8Q95 -8 83 4T70 37Q70 57 82 69T115 82Q135 82 147 70Z" /> -<glyph unicode=""" glyph-name="quotedbl" horiz-adv-x="327" d="M248 480H208V685H262L248 480ZM115 480H75V685H129L115 480Z" /> -<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="636" d="M466 429L436 238H568V199H429L398 0H354L386 199H205L174 0H130L162 199H31V238H168L198 429H68V468H205L235 660H279L248 468H429L459 660H503L472 468H605V429H466ZM423 429H242L212 238H392L423 -429Z" /> -<glyph unicode="$" glyph-name="dollar" horiz-adv-x="599" d="M285 1Q196 6 135 50T52 171L98 195Q111 131 162 91T285 43V309Q217 323 174 339T101 388T72 477Q72 525 97 566T171 632T285 659V760H328V659Q406 655 456 620T535 516L495 484Q473 548 433 579T328 -616V344Q396 330 439 314T511 265T540 175Q540 99 483 52T328 1V-100H285V1ZM285 617Q208 614 164 577T120 481Q120 441 142 416T198 378T285 353V617ZM402 45T447 78T493 171Q493 211 471 236T415 275T328 300V42Q402 45 447 78Z" /> -<glyph unicode="%" glyph-name="percent" horiz-adv-x="809" d="M260 665T299 616T338 490Q338 413 299 365T189 316Q119 316 80 365T40 490Q40 567 79 616T189 665Q260 665 299 616ZM596 660H645L212 0H163L596 660ZM138 625T112 588T85 490Q85 430 111 393T189 -356Q240 356 266 393T293 490Q293 550 267 587T189 625Q138 625 112 588ZM690 344T729 295T769 169Q769 93 730 44T620 -5Q549 -5 510 44T470 169Q470 246 509 295T620 344Q690 344 729 295ZM569 304T542 267T515 169Q515 109 542 72T620 35Q671 35 697 72T724 -169Q724 230 698 267T620 304Q569 304 542 267Z" /> -<glyph unicode="&" glyph-name="ampersand" horiz-adv-x="599" d="M514 61T542 45T605 28L593 -10Q556 -10 524 8T446 75Q369 -10 247 -10Q189 -10 144 10T73 67T47 151Q47 216 87 264T214 361Q167 422 150 456T132 528Q132 587 172 627T280 668Q343 668 383 -636T424 541Q424 484 394 441T279 349Q321 294 347 261Q407 185 444 140Q471 183 484 239T496 360L537 356Q539 287 523 223T472 108Q514 61 542 45ZM233 625T206 598T179 529Q179 498 192 471T253 382Q328 422 353 458T379 540Q379 581 353 603T279 625Q233 625 -206 598ZM298 31T342 50T418 106Q367 166 314 233L240 327Q160 281 127 244T94 154Q94 99 137 65T244 31Q298 31 342 50Z" /> -<glyph unicode="'" glyph-name="quotesingle" horiz-adv-x="194" d="M115 480H75V685H129L115 480Z" /> -<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="305" d="M285 717Q191 634 150 531T108 283Q108 139 149 36T285 -151L257 -180Q156 -94 107 20T57 283Q57 430 106 545T257 746L285 717Z" /> -<glyph unicode=")" glyph-name="parenright" horiz-adv-x="305" d="M148 660T197 545T247 283Q247 136 198 21T48 -180L20 -151Q114 -68 155 35T197 283Q197 427 156 530T20 717L48 746Q148 660 197 545Z" /> -<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="543" d="M347 436L421 332L388 308L312 410L271 479L231 410L155 308L122 332L196 436L248 496L170 514L50 554L62 593L183 555L257 524L250 603V730H293V603L286 524L359 555L481 593L493 554L373 514L295 -496L347 436Z" /> -<glyph unicode="+" glyph-name="plus" horiz-adv-x="604" d="M540 293H326V73H279V293H64V339H279V555H326V339H540V293Z" /> -<glyph unicode="," glyph-name="comma" horiz-adv-x="220" d="M137 82T151 62T166 9Q166 -33 144 -70T80 -128L52 -103Q87 -90 109 -59T130 1L127 2Q120 -8 104 -8Q89 -8 77 4T65 36Q65 55 78 68T111 82Q137 82 151 62Z" /> -<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="466" d="M387 240H80V291H387V240Z" /> -<glyph unicode="." glyph-name="period" horiz-adv-x="220" d="M130 82T142 70T155 37Q155 17 143 5T110 -8Q90 -8 78 4T65 37Q65 57 77 69T110 82Q130 82 142 70Z" /> -<glyph unicode="/" glyph-name="slash" horiz-adv-x="396" d="M79 -70H31L316 730H364L79 -70Z" /> -<glyph unicode="0" glyph-name="zero" horiz-adv-x="607" d="M187 -10T125 77T63 330Q63 495 125 582T304 670Q420 670 482 583T544 330Q544 165 482 78T304 -10Q187 -10 125 77ZM396 35T444 111T493 330Q493 473 445 549T304 625Q212 625 163 549T114 330Q114 -187 163 111T304 35Q396 35 444 111Z" /> -<glyph unicode="1" glyph-name="one" horiz-adv-x="365" d="M268 660V0H218V500Q218 529 220 591Q187 553 141 525T46 483L33 528Q81 540 139 579T223 660H268Z" /> -<glyph unicode="2" glyph-name="two" horiz-adv-x="560" d="M65 41Q206 151 281 219T394 347T433 469Q433 540 390 582T271 624Q194 624 147 576T94 444L50 469Q59 561 117 615T272 670Q370 670 427 616T485 469Q485 403 448 341T338 209T138 46V45L204 46H506V0H65V41Z" /> -<glyph unicode="3" glyph-name="three" horiz-adv-x="554" d="M368 670T420 622T473 498Q473 432 438 386T347 334V333Q410 331 449 286T489 174Q489 120 461 79T384 14T271 -10Q185 -10 129 30T48 145L94 170Q129 36 274 36Q347 36 392 75T437 178Q437 242 397 -276T277 310H240V356H277Q347 356 384 392T421 490Q421 554 383 589T275 624Q214 624 174 594T118 509L71 532Q94 596 148 633T275 670Q368 670 420 622Z" /> -<glyph unicode="4" glyph-name="four" horiz-adv-x="582" d="M546 188H419V0H369V188H41V226L355 660H419V231H546V188ZM95 231H369V533L371 618H369Q350 585 314 531L95 231Z" /> -<glyph unicode="5" glyph-name="five" horiz-adv-x="560" d="M357 412T404 386T478 313T504 203Q504 106 445 48T285 -10Q102 -10 57 145L105 169Q134 36 283 36Q359 36 405 81T452 201Q451 277 407 321T289 366Q172 366 119 292H75L111 660H476V614H153L127 358L125 -345H126Q184 412 296 412Q357 412 404 386Z" /> -<glyph unicode="6" glyph-name="six" horiz-adv-x="581" d="M391 670T437 638T509 540L463 518Q448 567 411 595T314 624Q248 624 202 582T133 470T110 316Q110 289 115 249H118Q122 298 151 334T222 388T310 407Q409 407 466 351T524 198Q524 103 465 47T306 --10Q189 -10 127 80T64 330Q64 439 96 515T186 631T317 670Q391 670 437 638ZM258 360T221 338T162 280T141 200Q141 128 186 83T305 37Q383 37 427 81T472 200Q472 273 428 316T307 360Q258 360 221 338Z" /> -<glyph unicode="7" glyph-name="seven" horiz-adv-x="530" d="M507 660V614Q385 485 325 335T256 0H204Q220 363 452 614H32V660H507Z" /> -<glyph unicode="8" glyph-name="eight" horiz-adv-x="591" d="M388 669T444 624T500 502Q500 445 469 405T383 348V347Q450 330 489 284T529 174Q529 119 500 78T418 13T295 -10Q227 -10 174 13T92 77T62 174Q62 238 101 284T208 347V348Q153 365 122 405T91 502Q91 -578 146 623T295 669Q388 669 444 624ZM225 623T184 589T143 497Q143 439 184 405T295 370Q364 370 406 404T448 497Q448 555 407 589T295 623Q225 623 184 589ZM377 36T427 75T477 178Q477 243 427 283T295 323Q214 323 164 283T114 178Q114 114 163 75T295 36Q377 -36 427 75Z" /> -<glyph unicode="9" glyph-name="nine" horiz-adv-x="596" d="M403 670T466 579T530 330Q530 164 466 77T286 -10Q200 -10 144 28T66 135L116 161Q130 102 170 69T285 36Q391 36 438 121T485 346Q485 371 479 415H476Q472 362 443 326T370 271T280 253Q182 253 -123 309T64 462Q64 557 124 613T285 670Q403 670 466 579ZM207 623T162 579T116 460Q116 387 161 344T284 300Q333 300 371 322T431 380T453 460Q453 532 407 577T286 623Q207 623 162 579Z" /> -<glyph unicode=":" glyph-name="colon" horiz-adv-x="247" d="M144 505T156 493T169 460Q169 440 157 428T124 415Q104 415 92 427T79 460Q79 480 91 492T124 505Q144 505 156 493ZM144 82T156 70T169 37Q169 17 157 5T124 -8Q104 -8 92 4T79 37Q79 57 91 69T124 -82Q144 82 156 70Z" /> -<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="247" d="M108 416T96 428T83 460Q83 480 95 492T128 505Q148 505 160 493T173 460Q173 440 161 428T128 416Q108 416 96 428ZM151 82T165 62T180 9Q180 -33 158 -70T94 -128L67 -103Q101 -90 123 -59T144 -1L141 2Q134 -8 118 -8Q103 -8 91 4T79 36Q79 55 92 68T125 82Q151 82 165 62Z" /> -<glyph unicode="<" glyph-name="less" horiz-adv-x="604" d="M540 504L120 300L540 95V42L80 270V329L540 557V504Z" /> -<glyph unicode="=" glyph-name="equal" horiz-adv-x="604" d="M529 386H75V432H529V386ZM529 184H75V230H529V184Z" /> -<glyph unicode=">" glyph-name="greater" horiz-adv-x="604" d="M524 329V270L64 42V95L484 300L64 504V557L524 329Z" /> -<glyph unicode="?" glyph-name="question" horiz-adv-x="510" d="M350 670T407 624T464 500Q464 339 271 299V181H220V326Q325 350 368 388T412 495Q412 555 370 589T255 624Q177 624 133 586T79 476L35 500Q50 580 106 625T258 670Q350 670 407 624ZM265 82T277 -70T289 37Q289 17 277 5T245 -8Q225 -8 213 4T200 37Q200 57 212 69T245 82Q265 82 277 70Z" /> -<glyph unicode="@" glyph-name="at" horiz-adv-x="966" d="M631 665T723 610T858 461T901 253Q901 132 859 63T745 -7Q646 -7 638 112Q614 57 567 26T453 -5Q397 -5 353 22T284 99T259 218Q259 294 289 351T371 439T485 470Q553 470 595 440T655 356L666 458H700L679 -141Q674 29 753 29Q805 29 833 87T861 253Q861 359 822 443T700 577T492 627Q374 627 286 578T151 439T103 228Q103 110 152 24T288 -109T487 -155Q559 -155 615 -136T712 -83L735 -114Q631 -193 487 -193Q360 -193 263 -142T113 5T60 228Q60 358 113 457T265 610T492 -665Q631 665 723 610ZM405 432T355 375T304 220Q304 134 347 84T466 34Q539 34 587 83T641 213L644 253Q648 332 609 382T490 432Q405 432 355 375Z" /> -<glyph unicode="A" glyph-name="A" horiz-adv-x="625" d="M470 207H154L72 0H19L283 660H342L606 0H553L470 207ZM452 253L337 541L313 611H312L288 543L173 253H452Z" /> -<glyph unicode="B" glyph-name="B" horiz-adv-x="632" d="M104 660H337Q445 660 498 615T552 485Q552 427 521 387T431 335V334Q495 324 532 282T570 178Q570 93 510 47T337 0H104V660ZM338 356Q499 356 499 485Q499 614 338 614H154V356H338ZM347 46Q431 46 474 -80T517 178Q517 243 474 276T347 310H154V46H347Z" /> -<glyph unicode="C" glyph-name="C" horiz-adv-x="669" d="M598 83T529 37T362 -10Q272 -10 204 31T99 150T62 330Q62 433 99 510T204 628T361 670Q559 670 617 507L568 484Q545 554 495 589T364 624Q290 624 234 589T146 487T115 330Q115 240 145 174T231 72T362 -36Q442 36 498 75T576 186L626 167Q598 83 529 37Z" /> -<glyph unicode="D" glyph-name="D" horiz-adv-x="704" d="M470 660T555 577T641 335Q641 173 556 87T312 0H104V660H312Q470 660 555 577ZM448 46T518 120T589 335Q589 469 519 541T316 614H154V46H316Q448 46 518 120Z" /> -<glyph unicode="E" glyph-name="E" horiz-adv-x="612" d="M571 46V0H104V660H555V614H154V359H471V312H154V46H571Z" /> -<glyph unicode="F" glyph-name="F" horiz-adv-x="584" d="M154 614V359H471V312H154V0H104V660H554V614H154Z" /> -<glyph unicode="G" glyph-name="G" horiz-adv-x="702" d="M629 323V0H589L587 115Q560 55 503 23T360 -10Q270 -10 203 31T99 150T62 330Q62 433 99 510T205 628T363 670Q464 670 528 630T624 508L578 484Q555 553 501 588T363 624Q289 624 233 589T146 487T115 -330Q115 193 180 115T362 36Q434 36 484 64T558 139T582 239V276H358V323H629Z" /> -<glyph unicode="H" glyph-name="H" horiz-adv-x="716" d="M612 660V0H562V312H154V0H104V660H154V359H562V660H612Z" /> -<glyph unicode="I" glyph-name="I" horiz-adv-x="258" d="M154 0H104V660H154V0Z" /> -<glyph unicode="J" glyph-name="J" horiz-adv-x="534" d="M437 218Q437 111 382 51T227 -10Q136 -10 86 36T36 163Q36 189 40 210L87 221Q84 197 84 175Q84 36 226 36Q310 36 348 85T387 229V660H437V218Z" /> -<glyph unicode="K" glyph-name="K" horiz-adv-x="610" d="M286 356L154 222V0H104V660H154V290L516 660H582L321 393L589 0H528L286 356Z" /> -<glyph unicode="L" glyph-name="L" horiz-adv-x="572" d="M550 46V0H104V660H154V46H550Z" /> -<glyph unicode="M" glyph-name="M" horiz-adv-x="822" d="M718 0H670V492L676 612H675L434 0H388L147 612H146L152 492V0H104V660H179L378 160L411 59H412L444 159L643 660H718V0Z" /> -<glyph unicode="N" glyph-name="N" horiz-adv-x="715" d="M611 0H549L199 518L150 606H149L152 523V0H104V660H167L516 143L566 54L564 137V660H611V0Z" /> -<glyph unicode="O" glyph-name="O" horiz-adv-x="732" d="M459 670T527 629T633 511T670 330Q670 226 633 150T528 32T366 -10Q273 -10 205 31T99 149T62 330Q62 434 99 510T204 628T366 670Q459 670 527 629ZM289 624T233 589T146 487T115 330Q115 240 145 174T232 -72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589Z" /> -<glyph unicode="P" glyph-name="P" horiz-adv-x="587" d="M426 660T486 609T547 467Q547 377 487 325T323 273H154V0H104V660H323Q426 660 486 609ZM403 320T448 358T494 467Q494 537 449 575T317 614H154V320H317Q403 320 448 358Z" /> -<glyph unicode="Q" glyph-name="Q" horiz-adv-x="732" d="M570 -145T599 -136T647 -108L665 -154Q644 -173 609 -184T535 -195Q456 -195 404 -149T346 -9Q259 -5 195 37T97 155T62 330Q62 434 99 510T204 628T366 670Q459 670 527 629T633 511T670 330Q670 231 -636 157T540 39T391 -9Q402 -145 536 -145Q570 -145 599 -136ZM115 240T145 174T232 72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589T146 487T115 330Q115 240 145 174Z" /> -<glyph unicode="R" glyph-name="R" horiz-adv-x="640" d="M541 0L352 286H349H154V0H104V660H349Q448 660 506 610T565 473Q565 401 523 354T408 292L600 0H541ZM154 333H348Q428 333 470 369T513 473Q513 541 471 577T348 614H154V333Z" /> -<glyph unicode="S" glyph-name="S" horiz-adv-x="619" d="M494 670T557 524L514 489Q489 560 440 592T309 624Q251 624 208 606T143 557T120 487Q120 449 139 424T203 382T329 350Q458 328 512 286T566 170Q566 117 535 76T448 13T318 -10Q214 -10 143 31T45 148L89 -182Q109 111 169 74T319 36Q405 36 459 71T514 167Q514 220 470 251T315 301Q222 317 168 340T91 397T67 482Q67 533 96 576T180 644T308 670Q494 670 557 524Z" /> -<glyph unicode="T" glyph-name="T" horiz-adv-x="576" d="M554 614H313V0H263V614H22V660H554V614Z" /> -<glyph unicode="U" glyph-name="U" horiz-adv-x="701" d="M605 241Q605 119 539 55T351 -10Q229 -10 163 54T96 241V660H146V251Q146 145 198 91T351 36Q451 36 503 90T555 251V660H605V241Z" /> -<glyph unicode="V" glyph-name="V" horiz-adv-x="614" d="M337 0H278L23 660H77L272 149L307 47L342 149L538 660H591L337 0Z" /> -<glyph unicode="W" glyph-name="W" horiz-adv-x="937" d="M298 0H236L30 660H84L267 41L440 660H498L671 40L856 660H907L701 0H639L506 463L469 606H468L431 463L298 0Z" /> -<glyph unicode="X" glyph-name="X" horiz-adv-x="566" d="M482 0L281 299L78 0H19L255 339L39 660H99L287 380L477 660H533L314 340L541 0H482Z" /> -<glyph unicode="Y" glyph-name="Y" horiz-adv-x="544" d="M297 257V0H247V257L13 660H72L272 309L472 660H531L297 257Z" /> -<glyph unicode="Z" glyph-name="Z" horiz-adv-x="593" d="M553 46V0H43V44L478 614H52V660H537V616L102 46H553Z" /> -<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="311" d="M129 686V-124H288V-168H82V730H288V686H129Z" /> -<glyph unicode="\" glyph-name="backslash" horiz-adv-x="396" d="M80 730L365 -70H317L32 730H80Z" /> -<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="311" d="M229 -168H23V-124H182V686H23V730H229V-168Z" /> -<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="547" d="M464 355L274 687L84 355H32L249 730H298L516 355H464Z" /> -<glyph unicode="_" glyph-name="underscore" horiz-adv-x="520" d="M520 -143H0V-97H520V-143Z" /> -<glyph unicode="`" glyph-name="grave" horiz-adv-x="523" d="M275 583H233L140 741H194L275 583Z" /> -<glyph unicode="a" glyph-name="a" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 447 134 478T259 -510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48Z" /> -<glyph unicode="b" glyph-name="b" horiz-adv-x="609" d="M429 510T490 441T552 250Q552 128 491 59T323 -10Q256 -10 207 22T137 112L134 0H89V730H139V394Q162 448 210 479T323 510Q429 510 490 441ZM404 34T453 91T502 250Q502 351 453 408T317 466Q239 466 -191 413T139 268V232Q143 140 191 87T317 34Q404 34 453 91Z" /> -<glyph unicode="c" glyph-name="c" horiz-adv-x="545" d="M368 510T420 475T496 375L449 353Q432 408 392 437T292 466Q205 466 156 409T107 250Q107 148 155 91T291 34Q355 34 399 65T454 153L500 137Q480 69 425 30T292 -10Q181 -10 119 59T57 250Q57 372 119 -441T293 510Q368 510 420 475Z" /> -<glyph unicode="d" glyph-name="d" horiz-adv-x="609" d="M520 730V0H475L472 112Q451 55 402 23T286 -10Q180 -10 119 59T57 250Q57 372 118 441T286 510Q351 510 399 479T470 394V730H520ZM370 34T418 86T470 229V271Q465 361 418 413T292 466Q205 466 156 409T107 -250Q107 149 156 92T292 34Q370 34 418 86Z" /> -<glyph unicode="e" glyph-name="e" horiz-adv-x="559" d="M505 245T503 229H106Q111 137 160 86T293 34Q352 34 394 58T456 126L498 104Q470 49 418 20T293 -10Q182 -10 120 59T57 250Q57 372 117 441T287 510Q389 510 447 442T505 262Q505 245 503 229ZM206 466T159 -416T106 274H458Q453 364 409 415T287 466Q206 466 159 416Z" /> -<glyph unicode="f" glyph-name="f" horiz-adv-x="359" d="M173 500H349V457H173V0H123V457H23V500H123V584Q123 654 162 694T272 735Q326 735 353 708L339 668Q314 690 276 690Q227 690 200 662T173 579V500Z" /> -<glyph unicode="g" glyph-name="g" horiz-adv-x="515" d="M420 51T463 20T506 -63Q506 -108 476 -142T391 -196T268 -215Q155 -215 95 -179T35 -82Q35 -43 59 -15T125 25Q95 38 78 61T60 112Q60 148 83 173T147 209Q106 230 84 265T62 347Q62 421 117 465T265 -510Q329 510 378 487Q384 535 418 563T503 592L515 548Q468 548 441 527T410 467Q467 421 467 347Q467 273 412 228T265 183Q234 183 197 190Q155 185 132 166T108 119Q108 87 135 69T216 51H345Q420 51 463 20ZM112 291T153 258T265 225Q335 225 376 258T417 347Q417 -403 376 435T265 468Q195 468 154 436T112 347Q112 291 153 258ZM358 -173T409 -144T461 -69Q461 -33 429 -13T334 8H205Q148 8 115 -14T81 -74Q81 -120 131 -146T273 -173Q358 -173 409 -144Z" /> -<glyph unicode="h" glyph-name="h" horiz-adv-x="598" d="M409 510T461 462T514 325V0H464V309Q464 388 425 427T318 467Q270 467 229 445T164 380T139 282V0H89V730H139V401Q163 454 211 482T323 510Q409 510 461 462Z" /> -<glyph unicode="i" glyph-name="i" horiz-adv-x="229" d="M95 597T84 608T72 639Q72 658 83 669T114 681Q133 681 144 670T156 639Q156 620 145 609T114 597Q95 597 84 608ZM139 0H89V500H139V0Z" /> -<glyph unicode="j" glyph-name="j" horiz-adv-x="229" d="M132 681T144 669T156 639Q156 622 144 610T114 597Q97 597 85 609T72 639Q72 657 84 669T114 681Q132 681 144 669ZM139 -57Q139 -135 98 -175T-3 -215Q-29 -215 -52 -208T-90 -187L-78 -140Q-65 -152 --46 -159T-4 -167Q39 -167 64 -138T89 -53V500H139V-57Z" /> -<glyph unicode="k" glyph-name="k" horiz-adv-x="527" d="M257 265L139 151V0H89V730H139V214L436 500H501L294 300L509 0H448L257 265Z" /> -<glyph unicode="l" glyph-name="l" horiz-adv-x="274" d="M135 121Q135 75 149 56T198 37Q218 37 232 40T264 51L257 3Q229 -10 191 -10Q137 -10 111 20T85 116V730H135V121Z" /> -<glyph unicode="m" glyph-name="m" horiz-adv-x="960" d="M771 511T823 463T876 325V1H826V320Q826 392 787 429T682 467Q634 467 595 444T532 380T508 288V0H458V319Q458 391 419 428T314 466Q268 466 228 444T164 380T139 283V0H89V500H134L137 400Q161 452 -210 481T319 510Q383 510 431 480T498 393Q518 448 571 479T688 511Q771 511 823 463Z" /> -<glyph unicode="n" glyph-name="n" horiz-adv-x="598" d="M409 510T461 462T514 324V0H464V308Q464 388 425 427T318 466Q270 466 229 444T164 380T139 282V0H89V500H134L136 399Q160 453 209 481T323 510Q409 510 461 462Z" /> -<glyph unicode="o" glyph-name="o" horiz-adv-x="590" d="M406 510T469 441T533 250Q533 129 470 60T295 -10Q184 -10 121 59T57 250Q57 371 120 440T295 510Q406 510 469 441ZM207 467T157 409T107 250Q107 149 157 91T295 33Q383 33 433 91T483 250Q483 351 -433 409T295 467Q207 467 157 409Z" /> -<glyph unicode="p" glyph-name="p" horiz-adv-x="609" d="M429 510T490 441T552 250Q552 128 491 59T323 -10Q259 -10 211 21T139 106V-210H89V500H134L137 387Q158 445 206 477T323 510Q429 510 490 441ZM404 34T453 91T502 250Q502 351 453 408T317 466Q239 -466 191 413T139 268V232Q143 140 191 87T317 34Q404 34 453 91Z" /> -<glyph unicode="q" glyph-name="q" horiz-adv-x="610" d="M521 500V-210H471V106Q448 52 400 21T287 -10Q181 -10 120 59T58 250Q58 372 119 441T287 510Q354 510 403 478T473 388L476 500H521ZM371 34T418 86T471 229V271Q467 361 419 413T293 466Q206 466 157 -409T108 250Q108 149 157 92T293 34Q371 34 418 86Z" /> -<glyph unicode="r" glyph-name="r" horiz-adv-x="378" d="M339 510T362 493L349 446Q326 464 285 464Q247 464 214 441T160 375T139 280V0H89V500H131L137 398Q158 451 199 480T299 510Q339 510 362 493Z" /> -<glyph unicode="s" glyph-name="s" horiz-adv-x="505" d="M176 -10T120 20T43 107L84 134Q99 84 145 59T258 34Q326 34 364 60T403 129Q403 166 370 188T254 225Q149 244 106 276T63 367Q63 406 87 439T155 491T255 510Q334 510 381 480T447 388L404 363Q376 466 -255 466Q215 466 183 453T132 419T113 372Q113 331 147 308T267 270Q369 253 411 221T453 131Q453 67 399 29T252 -10Q176 -10 120 20Z" /> -<glyph unicode="t" glyph-name="t" horiz-adv-x="377" d="M365 32Q345 12 316 1T252 -10Q191 -10 157 23T122 125V457H22V500H122V625L172 639V500H360V457H172V132Q172 85 194 61T260 36Q310 36 347 73L365 32Z" /> -<glyph unicode="u" glyph-name="u" horiz-adv-x="593" d="M504 500V0H459L457 99Q432 46 382 18T264 -10Q182 -10 133 35T84 170V500H134V182Q134 34 272 34Q327 34 368 58T432 123T454 213V500H504Z" /> -<glyph unicode="v" glyph-name="v" horiz-adv-x="502" d="M485 500L276 0H226L17 500H73L252 51L432 500H485Z" /> -<glyph unicode="w" glyph-name="w" horiz-adv-x="820" d="M787 500L616 0H566L408 437L254 0H204L33 500H89L229 59L385 500H435L590 59L731 500H787Z" /> -<glyph unicode="x" glyph-name="x" horiz-adv-x="504" d="M419 0L250 219L84 0H24L222 256L34 500H98L255 296L407 500H467L283 259L482 0H419Z" /> -<glyph unicode="y" glyph-name="y" horiz-adv-x="510" d="M249 -92Q221 -160 187 -187T101 -215Q39 -215 6 -178L25 -135Q49 -171 101 -171Q136 -171 160 -152T206 -80L238 0L186 124L27 500H84L237 121L262 54L289 126L436 500H490L249 -92Z" /> -<glyph unicode="z" glyph-name="z" horiz-adv-x="505" d="M49 39L343 400L395 458L316 457H46V500H451V461L166 109L106 42L196 43H463V0H49V39Z" /> -<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="308" d="M179 -139T277 -139L270 -180Q132 -180 132 -62V162Q132 213 104 237T19 261V305Q76 305 104 329T132 404V627Q132 685 166 715T270 746L277 705Q228 705 204 686T179 631V400Q179 354 154 324T82 -283Q129 272 154 242T179 166V-65Q179 -139 277 -139Z" /> -<glyph unicode="|" glyph-name="bar" horiz-adv-x="207" d="M126 -168H82V730H126V-168Z" /> -<glyph unicode="}" glyph-name="braceright" horiz-adv-x="308" d="M176 354T204 330T289 305V261Q232 261 204 237T176 162V-62Q176 -180 38 -180L31 -139Q129 -139 129 -65V166Q129 212 154 242T225 283Q179 294 154 324T129 400V631Q129 667 105 686T31 705L38 -746Q108 746 142 716T176 627V404Q176 354 204 330Z" /> -<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="511" d="M456 266T355 266Q323 266 301 276T246 306Q220 323 202 331T161 340Q104 340 91 263H43Q55 386 157 386Q188 386 211 376T266 346Q292 329 310 321T351 312Q407 312 421 389H468Q456 266 355 266Z" /> -<glyph unicode=" " glyph-name="uni00A0" horiz-adv-x="313" /> -<glyph unicode="¡" glyph-name="exclamdown" horiz-adv-x="222" d="M91 418T79 430T66 463Q66 483 78 495T111 508Q131 508 143 496T156 463Q156 443 144 431T111 418Q91 418 79 430ZM85 160L91 310H131L137 160V-160H85V160Z" /> -<glyph unicode="¢" glyph-name="cent" horiz-adv-x="553" d="M487 73T436 34T312 -10V-100H270V-9Q172 0 117 68T62 250Q62 363 117 431T270 509V600H312V510Q382 506 430 471T500 375L453 353Q438 406 402 435T312 468V32Q369 36 408 68T460 153L505 138Q487 -73 436 34ZM110 155T151 98T270 32V467Q193 458 152 402T110 250Q110 155 151 98Z" /> -<glyph unicode="£" glyph-name="sterling" horiz-adv-x="601" d="M565 135Q565 63 530 27T432 -10Q389 -10 357 5T284 49Q259 22 223 6T144 -10Q97 -10 69 11T41 67Q41 101 71 123T152 146Q190 146 219 135T277 103Q290 130 290 164Q290 195 279 223T240 -290H90V331H208Q174 376 160 408T146 477Q146 533 171 577T243 645T348 670Q424 670 472 631T535 519L491 496Q480 557 443 591T346 625Q275 625 234 587T192 484Q192 451 206 420T258 337L263 331H461V290H290Q311 256 320 228T329 167Q329 122 307 81Q340 56 -365 44T426 31Q475 31 499 56T524 135H565ZM182 25T209 37T256 70Q229 88 205 98T153 108Q122 108 105 97T87 67Q87 47 104 36T149 25Q182 25 209 37Z" /> -<glyph unicode="¤" glyph-name="currency" horiz-adv-x="635" d="M512 256T473 205L569 110L537 78L441 172Q390 132 318 132Q245 132 193 173L99 78L66 110L161 206Q123 258 123 331Q123 403 161 454L66 548L99 581L193 487Q245 528 318 528Q393 528 444 -486L537 581L569 548L475 453Q512 402 512 331Q512 256 473 205ZM383 177T422 219T462 331Q462 399 423 441T318 483Q253 483 213 441T173 331Q173 262 213 220T318 177Q383 177 422 219Z" /> -<glyph unicode="¥" glyph-name="yen" horiz-adv-x="596" d="M363 284H520V246H320V155H520V119H320V0H275V119H77V155H275V246H77V284H234L262 282L39 660H97L265 361L297 297H299L331 361L499 660H557L333 282L363 284Z" /> -<glyph unicode="¦" glyph-name="brokenbar" horiz-adv-x="220" d="M132 366H88V730H132V366ZM132 -168H88V196H132V-168Z" /> -<glyph unicode="§" glyph-name="section" horiz-adv-x="569" d="M539 224T510 191T435 139Q460 120 471 95T483 35Q483 -5 460 -38T392 -90T287 -110Q144 -110 91 -17L129 14Q147 -27 186 -46T287 -66Q356 -66 394 -40T433 31Q433 64 416 86T359 122T249 -147Q171 158 126 176T60 221T40 291Q40 336 68 369T143 421Q119 440 108 465T96 525Q96 565 119 598T188 650T295 670Q436 670 487 577L452 547Q412 626 294 626Q224 626 185 600T146 529Q146 496 163 474T220 438T330 413Q408 402 453 384T519 339T539 269Q539 -224 510 191ZM489 197T489 265Q489 308 451 331T317 367Q235 378 191 396Q90 364 90 295Q90 252 127 229T261 193Q337 183 387 164Q489 197 489 265Z" /> -<glyph unicode="¨" glyph-name="dieresis" horiz-adv-x="523" d="M187 671T198 660T209 630Q209 612 198 601T169 590Q151 590 140 601T128 630Q128 648 139 659T169 671Q187 671 198 660ZM376 671T387 660T399 630Q399 612 388 601T358 590Q340 590 329 -601T317 630Q317 648 328 659T358 671Q376 671 387 660Z" /> -<glyph unicode="©" glyph-name="copyright" horiz-adv-x="809" d="M506 670T583 628T703 509T746 330Q746 228 704 151T584 32T404 -10Q302 -10 225 32T105 151T62 330Q62 431 104 508T224 628T404 670Q506 670 583 628ZM315 629T248 592T145 487T108 330Q108 -241 144 173T248 68T404 31Q493 31 560 68T664 173T701 330Q701 419 664 487T560 592T404 629Q315 629 248 592ZM471 513T509 488T566 416L529 397Q502 475 413 475Q348 475 312 436T275 328Q275 259 311 220T413 181Q459 181 491 203T535 265L571 250Q554 200 -513 172T414 143Q329 143 281 192T232 328Q232 414 280 463T414 513Q471 513 509 488Z" /> -<glyph unicode="ª" glyph-name="ordfeminine" horiz-adv-x="368" d="M347 359T357 364L354 334Q338 327 321 327Q268 327 262 382Q246 356 212 342T135 327Q85 327 56 348T26 409Q26 449 57 473T154 510L257 528V550Q257 588 234 609T168 630Q128 630 103 -615T64 564L32 581Q44 621 79 643T170 665Q232 665 266 636T300 552V396Q300 359 332 359Q347 359 357 364ZM185 362T221 383T257 442V498L169 481Q117 471 94 455T70 412Q70 362 144 362Q185 362 221 383ZM32 246H341V211H32V246Z" /> -<glyph unicode="«" glyph-name="guillemotleft" horiz-adv-x="440" d="M103 265L239 69H183L49 265L183 461H239L103 265ZM252 265L388 69H332L198 265L332 461H388L252 265Z" /> -<glyph unicode="¬" glyph-name="logicalnot" horiz-adv-x="604" d="M537 339V152H487V293H67V339H537Z" /> -<glyph unicode="­" glyph-name="uni00AD" horiz-adv-x="466" d="M387 240H80V291H387V240Z" /> -<glyph unicode="®" glyph-name="registered" horiz-adv-x="809" d="M506 670T583 628T703 509T746 330Q746 228 704 151T584 32T404 -10Q302 -10 225 32T105 151T62 330Q62 431 104 508T224 628T404 670Q506 670 583 628ZM493 31T560 68T664 173T701 330Q701 -419 664 487T560 592T404 629Q315 629 248 592T145 487T108 330Q108 241 144 173T248 68T404 31Q493 31 560 68ZM562 359T537 332T467 296L569 143H520L422 293H322V143H279V513H432Q493 513 527 484T562 403Q562 359 537 332ZM322 326H432Q520 328 520 403Q520 -479 432 479H322V326Z" /> -<glyph unicode="¯" glyph-name="overscore" horiz-adv-x="523" d="M422 600H102V642H422V600Z" /> -<glyph unicode="°" glyph-name="degree" horiz-adv-x="418" d="M141 368T99 410T56 519Q56 586 98 628T209 670Q277 670 319 628T362 519Q362 453 319 411T209 368Q141 368 99 410ZM257 409T287 440T317 519Q317 567 287 598T209 629Q161 629 131 598T100 -519Q100 471 130 440T209 409Q257 409 287 440Z" /> -<glyph unicode="±" glyph-name="plusminus" horiz-adv-x="604" d="M537 406V359H326V132H279V359H67V406H279V632H326V406H537ZM67 46H537V0H67V46Z" /> -<glyph unicode="²" glyph-name="uni00B2" horiz-adv-x="348" d="M38 366Q89 405 140 447Q203 497 231 534T260 610Q260 650 236 674T169 698Q124 698 98 671T69 596L29 609Q33 667 70 701T170 735Q234 735 270 701T306 612Q306 529 172 428L97 369V368Q117 -370 143 370H318V333H38V366Z" /> -<glyph unicode="³" glyph-name="uni00B3" horiz-adv-x="336" d="M223 735T256 706T290 628Q290 590 268 565T214 533V532Q249 530 274 505T299 439Q299 389 261 358T161 327Q105 327 69 351T19 421L61 440Q77 364 162 364Q203 364 228 385T253 444Q253 478 -231 496T164 515H139V549H162Q201 549 222 569T243 623Q243 658 222 678T161 698Q125 698 102 681T72 632L31 647Q43 689 78 712T163 735Q223 735 256 706Z" /> -<glyph unicode="´" glyph-name="acute" horiz-adv-x="523" d="M384 741L290 583H249L329 741H384Z" /> -<glyph unicode="µ" glyph-name="uni00B5" horiz-adv-x="581" d="M501 500V0H459L455 101Q431 49 381 20T261 -10Q219 -10 186 7T131 58V-210H81V500H131V182Q131 107 168 71T270 34Q346 34 396 78T451 191V500H501Z" /> -<glyph unicode="¶" glyph-name="paragraph" horiz-adv-x="591" d="M505 -100H460V618H326V-100H280V221Q207 221 152 248T67 325T36 440Q36 506 67 556T156 633T289 660H505V-100ZM189 618T137 570T84 440Q84 358 136 311T280 263V618Q189 618 137 570Z" /> -<glyph unicode="·" glyph-name="middot" horiz-adv-x="210" d="M125 402T137 390T150 357Q150 337 138 325T105 313Q85 313 73 325T60 357Q60 377 72 389T105 402Q125 402 137 390Z" /> -<glyph unicode="¸" glyph-name="cedilla" horiz-adv-x="523" d="M260 17Q319 -6 347 -39T376 -113Q376 -154 348 -181T273 -209Q239 -209 215 -200T170 -171L190 -136Q219 -171 267 -171Q295 -171 313 -154T332 -107Q332 -75 310 -51T226 3L260 17Z" /> -<glyph unicode="¹" glyph-name="uni00B9" horiz-adv-x="220" d="M164 730V333H119V612Q119 644 122 680Q100 657 71 640T10 614V652Q40 660 75 682T125 730H164Z" /> -<glyph unicode="º" glyph-name="ordmasculine" horiz-adv-x="357" d="M30 327T30 496Q30 665 179 665Q327 665 327 496Q327 327 179 327Q30 327 30 496ZM232 363T257 396T282 496Q282 563 257 596T179 630Q126 630 101 597T75 496Q75 429 100 396T179 363Q232 -363 257 396ZM40 246H317V211H40V246Z" /> -<glyph unicode="»" glyph-name="guillemotright" horiz-adv-x="437" d="M105 461L239 265L105 69H49L185 265L49 461H105ZM254 461L388 265L254 69H198L334 265L198 461H254Z" /> -<glyph unicode="¼" glyph-name="onequarter" horiz-adv-x="716" d="M164 665V268H119V547Q119 567 121 615Q99 592 70 575T10 549V587Q40 595 75 617T125 665H164ZM543 660H594L123 0H72L543 660ZM697 105H621V-4H582V105H384V131L571 393H621V138H697V105ZM582 -138V295Q582 315 584 355H582L570 335Q566 329 561 321T550 305L428 138H582Z" /> -<glyph unicode="½" glyph-name="onehalf" horiz-adv-x="794" d="M164 665V268H119V547Q119 567 121 615Q99 592 70 575T10 549V587Q40 595 75 617T125 665H164ZM543 660H594L123 0H72L543 660ZM484 29Q535 68 586 110Q649 160 677 197T706 273Q706 313 682 -337T615 361Q570 361 544 334T515 259L475 272Q479 330 516 364T616 398Q680 398 716 364T752 275Q752 192 618 91L543 32V31Q563 33 589 33H764V-4H484V29Z" /> -<glyph unicode="¾" glyph-name="threequarters" horiz-adv-x="833" d="M223 670T256 641T290 563Q290 525 268 500T214 468V467Q249 465 274 440T299 374Q299 324 261 293T161 262Q105 262 69 286T19 356L61 375Q77 299 162 299Q203 299 228 320T253 379Q253 -413 231 431T164 450H139V484H162Q201 484 222 504T243 558Q243 593 222 613T161 633Q125 633 102 616T72 567L31 582Q43 624 78 647T163 670Q223 670 256 641ZM659 660H710L239 0H188L659 660ZM813 105H737V-4H698V105H500V131L687 393H737V138H813V105ZM698 138V295Q698 -315 700 355H698L686 335Q682 329 677 321T666 305L544 138H698Z" /> -<glyph unicode="¿" glyph-name="questiondown" horiz-adv-x="505" d="M242 416T230 428T218 461Q218 481 230 493T262 506Q282 506 294 494T307 461Q307 441 295 429T262 416Q242 416 230 428ZM158 -172T101 -127T43 -3Q43 159 236 199V317H288V172Q182 147 -139 109T95 3Q95 -57 137 -91T252 -126Q330 -126 374 -88T428 22L472 -3Q457 -83 401 -127T249 -172Q158 -172 101 -127Z" /> -<glyph unicode="À" glyph-name="Agrave" horiz-adv-x="625" d="M288 743L205 891H264L329 743H288ZM470 207H154L72 0H19L283 660H342L606 0H553L470 207ZM452 253L337 541L313 611H312L288 543L173 253H452Z" /> -<glyph unicode="Á" glyph-name="Aacute" horiz-adv-x="625" d="M331 743H290L355 891H414L331 743ZM470 207H154L72 0H19L283 660H342L606 0H553L470 207ZM452 253L337 541L313 611H312L288 543L173 253H452Z" /> -<glyph unicode="Â" glyph-name="Acircumflex" horiz-adv-x="625" d="M220 739H173L284 895H342L453 739H407L313 861L220 739ZM470 207H154L72 0H19L283 660H342L606 0H553L470 207ZM452 253L337 541L313 611H312L288 543L173 253H452Z" /> -<glyph unicode="Ã" glyph-name="Atilde" horiz-adv-x="625" d="M470 207H154L72 0H19L283 660H342L606 0H553L470 207ZM452 253L337 541L313 611H312L288 543L173 253H452ZM476 805T452 778T384 751Q356 751 339 760T300 789Q284 804 272 811T242 819Q215 -819 203 803T183 750H143Q150 806 173 833T243 860Q270 860 287 851T326 822Q342 807 354 800T383 792Q410 792 423 808T443 861H483Q476 805 452 778Z" /> -<glyph unicode="Ä" glyph-name="Adieresis" horiz-adv-x="625" d="M470 207H154L72 0H19L283 660H342L606 0H553L470 207ZM452 253L337 541L313 611H312L288 543L173 253H452ZM236 831T247 820T258 790Q258 772 247 761T218 750Q200 750 189 761T177 790Q177 -808 188 819T218 831Q236 831 247 820ZM425 831T436 820T448 790Q448 772 437 761T407 750Q389 750 378 761T366 790Q366 808 377 819T407 831Q425 831 436 820Z" /> -<glyph unicode="Å" glyph-name="Aring" horiz-adv-x="625" d="M470 207H154L72 0H19L274 636Q245 646 229 669T213 726Q213 768 240 794T313 821Q358 821 385 795T413 726Q413 693 397 670T352 636L606 0H553L470 207ZM249 698T266 681T313 663Q341 663 359 -680T377 726Q377 754 359 771T313 788Q284 788 267 771T249 726Q249 698 266 681ZM452 253L337 541L313 611H312L288 543L173 253H452Z" /> -<glyph unicode="Æ" glyph-name="AE" horiz-adv-x="922" d="M880 46V0H445V232H196L56 0H-1L401 660H865V614H495V358H783V312H495V46H880ZM445 279V614H425L224 279H445Z" /> -<glyph unicode="Ç" glyph-name="Ccedilla" horiz-adv-x="669" d="M601 91T541 46T397 -8Q462 -51 462 -113Q462 -154 434 -181T359 -209Q325 -209 301 -200T256 -171L276 -136Q305 -171 353 -171Q381 -171 399 -154T418 -107Q418 -78 401 -57T336 -9Q253 --3 191 40T96 157T62 330Q62 433 99 510T204 628T361 670Q559 670 617 507L568 484Q545 554 495 589T364 624Q290 624 234 589T146 487T115 330Q115 240 145 174T231 72T362 36Q442 36 498 75T576 186L626 167Q601 91 541 46Z" /> -<glyph unicode="È" glyph-name="Egrave" horiz-adv-x="612" d="M321 743L238 891H297L362 743H321ZM571 46V0H104V660H555V614H154V359H471V312H154V46H571Z" /> -<glyph unicode="É" glyph-name="Eacute" horiz-adv-x="612" d="M343 743H301L367 891H425L343 743ZM571 46V0H104V660H555V614H154V359H471V312H154V46H571Z" /> -<glyph unicode="Ê" glyph-name="Ecircumflex" horiz-adv-x="612" d="M236 739H189L300 895H358L469 739H423L329 861L236 739ZM571 46V0H104V660H555V614H154V359H471V312H154V46H571Z" /> -<glyph unicode="Ë" glyph-name="Edieresis" horiz-adv-x="612" d="M571 46V0H104V660H555V614H154V359H471V312H154V46H571ZM252 831T263 820T274 790Q274 772 263 761T234 750Q216 750 205 761T193 790Q193 808 204 819T234 831Q252 831 263 820ZM441 831T452 -820T464 790Q464 772 453 761T423 750Q405 750 394 761T382 790Q382 808 393 819T423 831Q441 831 452 820Z" /> -<glyph unicode="Ì" glyph-name="Igrave" horiz-adv-x="258" d="M145 743H104L21 891H80L145 743ZM154 0H104V660H154V0Z" /> -<glyph unicode="Í" glyph-name="Iacute" horiz-adv-x="258" d="M230 891L147 743H106L171 891H230ZM154 0H104V660H154V0Z" /> -<glyph unicode="Î" glyph-name="Icircumflex" horiz-adv-x="258" d="M223 739L129 861L36 739H-11L100 895H158L269 739H223ZM154 0H104V660H154V0Z" /> -<glyph unicode="Ï" glyph-name="Idieresis" horiz-adv-x="258" d="M74 831T85 820T96 790Q96 772 85 761T55 750Q37 750 26 761T15 790Q15 808 26 819T55 831Q74 831 85 820ZM220 831T231 820T243 790Q243 772 232 761T202 750Q184 750 173 761T162 790Q162 -808 173 819T202 831Q220 831 231 820ZM154 0H104V660H154V0Z" /> -<glyph unicode="Ð" glyph-name="Eth" horiz-adv-x="715" d="M483 660T568 577T653 335Q653 173 568 87T324 0H116V314H16V353H116V660H324Q483 660 568 577ZM460 46T530 121T601 335Q601 469 531 541T329 614H166V353H368V314H166V46H329Q460 46 530 121Z" /> -<glyph unicode="Ñ" glyph-name="Ntilde" horiz-adv-x="715" d="M611 0H549L199 518L150 606H149L152 523V0H104V660H167L516 143L566 54L564 137V660H611V0ZM526 805T502 778T434 751Q406 751 389 760T350 789Q334 804 322 811T292 819Q265 819 253 803T233 -750H193Q200 806 223 833T293 860Q320 860 337 851T376 822Q392 807 404 800T433 792Q460 792 473 808T493 861H533Q526 805 502 778Z" /> -<glyph unicode="Ò" glyph-name="Ograve" horiz-adv-x="732" d="M382 743H341L258 891H317L382 743ZM459 670T527 629T633 511T670 330Q670 226 633 150T528 32T366 -10Q273 -10 205 31T99 149T62 330Q62 434 99 510T204 628T366 670Q459 670 527 629ZM289 -624T233 589T146 487T115 330Q115 240 145 174T232 72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589Z" /> -<glyph unicode="Ó" glyph-name="Oacute" horiz-adv-x="732" d="M467 891L384 743H343L408 891H467ZM459 670T527 629T633 511T670 330Q670 226 633 150T528 32T366 -10Q273 -10 205 31T99 149T62 330Q62 434 99 510T204 628T366 670Q459 670 527 629ZM289 -624T233 589T146 487T115 330Q115 240 145 174T232 72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589Z" /> -<glyph unicode="Ô" glyph-name="Ocircumflex" horiz-adv-x="732" d="M460 739L366 861L273 739H226L337 895H395L506 739H460ZM459 670T527 629T633 511T670 330Q670 226 633 150T528 32T366 -10Q273 -10 205 31T99 149T62 330Q62 434 99 510T204 628T366 -670Q459 670 527 629ZM289 624T233 589T146 487T115 330Q115 240 145 174T232 72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589Z" /> -<glyph unicode="Õ" glyph-name="Otilde" horiz-adv-x="732" d="M459 670T527 629T633 511T670 330Q670 226 633 150T528 32T366 -10Q273 -10 205 31T99 149T62 330Q62 434 99 510T204 628T366 670Q459 670 527 629ZM289 624T233 589T146 487T115 330Q115 -240 145 174T232 72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589ZM529 805T505 778T437 751Q409 751 392 760T353 789Q337 804 325 811T295 819Q268 819 256 803T236 750H196Q203 806 226 833T296 860Q323 860 340 -851T379 822Q395 807 407 800T436 792Q463 792 476 808T496 861H536Q529 805 505 778Z" /> -<glyph unicode="Ö" glyph-name="Odieresis" horiz-adv-x="732" d="M459 670T527 629T633 511T670 330Q670 226 633 150T528 32T366 -10Q273 -10 205 31T99 149T62 330Q62 434 99 510T204 628T366 670Q459 670 527 629ZM289 624T233 589T146 487T115 330Q115 -240 145 174T232 72T366 36Q443 36 500 71T587 173T618 330Q618 420 588 486T500 588T366 624Q289 624 233 589ZM289 831T300 820T311 790Q311 772 300 761T271 750Q253 750 242 761T230 790Q230 808 241 819T271 831Q289 831 300 820ZM478 831T489 820T501 790Q501 -772 490 761T460 750Q442 750 431 761T419 790Q419 808 430 819T460 831Q478 831 489 820Z" /> -<glyph unicode="×" glyph-name="multiply" horiz-adv-x="604" d="M336 315L502 149L468 114L302 281L135 114L101 149L267 315L101 481L135 516L302 349L468 516L502 481L336 315Z" /> -<glyph unicode="Ø" glyph-name="Oslash" horiz-adv-x="732" d="M622 545T646 479T670 330Q670 226 633 150T528 32T366 -10Q261 -10 188 42L134 -34H87L158 67Q112 112 87 179T62 330Q62 434 99 510T204 628T366 670Q473 670 548 615L598 686H646L577 590Q622 -545 646 479ZM115 259T133 203T188 109L519 575Q456 624 366 624Q289 624 233 589T146 487T115 330Q115 259 133 203ZM443 36T500 71T587 173T618 330Q618 399 600 454T547 548L217 83Q280 36 366 36Q443 36 500 71Z" /> -<glyph unicode="Ù" glyph-name="Ugrave" horiz-adv-x="701" d="M376 743H335L252 891H311L376 743ZM605 241Q605 119 539 55T351 -10Q229 -10 163 54T96 241V660H146V251Q146 145 198 91T351 36Q451 36 503 90T555 251V660H605V241Z" /> -<glyph unicode="Ú" glyph-name="Uacute" horiz-adv-x="701" d="M452 891L369 743H328L393 891H452ZM605 241Q605 119 539 55T351 -10Q229 -10 163 54T96 241V660H146V251Q146 145 198 91T351 36Q451 36 503 90T555 251V660H605V241Z" /> -<glyph unicode="Û" glyph-name="Ucircumflex" horiz-adv-x="701" d="M445 739L351 861L258 739H211L322 895H380L491 739H445ZM605 241Q605 119 539 55T351 -10Q229 -10 163 54T96 241V660H146V251Q146 145 198 91T351 36Q451 36 503 90T555 251V660H605V241Z" /> -<glyph unicode="Ü" glyph-name="Udieresis" horiz-adv-x="701" d="M605 241Q605 119 539 55T351 -10Q229 -10 163 54T96 241V660H146V251Q146 145 198 91T351 36Q451 36 503 90T555 251V660H605V241ZM274 831T285 820T296 790Q296 772 285 761T256 750Q238 -750 227 761T215 790Q215 808 226 819T256 831Q274 831 285 820ZM463 831T474 820T486 790Q486 772 475 761T445 750Q427 750 416 761T404 790Q404 808 415 819T445 831Q463 831 474 820Z" /> -<glyph unicode="Ý" glyph-name="Yacute" horiz-adv-x="544" d="M373 891L290 743H249L314 891H373ZM297 257V0H247V257L13 660H72L272 309L472 660H531L297 257Z" /> -<glyph unicode="Þ" glyph-name="Thorn" horiz-adv-x="599" d="M431 534T491 484T551 338Q551 243 491 193T312 143H154V0H104V660H154V534H312Q431 534 491 484ZM499 189T499 338Q499 488 320 488H154V189H320Q499 189 499 338Z" /> -<glyph unicode="ß" glyph-name="germandbls" horiz-adv-x="590" d="M441 383T488 328T535 190Q535 134 511 89T440 17T330 -10Q298 -10 269 0T225 28L242 67Q274 35 332 35Q403 35 444 79T486 195Q486 275 437 316T301 358H260V404H301Q372 404 414 444T456 -553Q456 619 417 654T306 689Q219 689 179 639T139 488V0H89V506Q89 735 311 735Q376 735 420 711T485 645T507 555Q507 511 489 473T435 411T350 386V384Q441 383 488 328Z" /> -<glyph unicode="à" glyph-name="agrave" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 -447 134 478T259 510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48ZM288 583H246L153 741H207L288 583Z" /> -<glyph unicode="á" glyph-name="aacute" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 -447 134 478T259 510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48ZM622 741L528 583H487L567 741H622Z" /> -<glyph unicode="â" glyph-name="acircumflex" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 -447 134 478T259 510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48ZM608 579L516 699L424 579H377L487 735H544L655 579H608Z" /> -<glyph unicode="ã" glyph-name="atilde" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 -447 134 478T259 510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48ZM423 645T399 618T331 591Q303 591 286 600T247 629Q231 644 219 651T189 -659Q162 659 150 643T130 590H90Q97 646 120 673T190 700Q217 700 234 691T273 662Q289 647 301 640T330 632Q357 632 370 648T390 701H430Q423 645 399 618Z" /> -<glyph unicode="ä" glyph-name="adieresis" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 -447 134 478T259 510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48ZM439 671T450 660T461 630Q461 612 450 601T421 590Q403 590 392 601T380 -630Q380 648 391 659T421 671Q439 671 450 660ZM628 671T639 660T651 630Q651 612 640 601T610 590Q592 590 581 601T569 630Q569 648 580 659T610 671Q628 671 639 660Z" /> -<glyph unicode="å" glyph-name="aring" horiz-adv-x="543" d="M516 33T530 40L527 0Q509 -10 478 -10Q443 -10 421 9T396 75Q373 35 322 13T215 -10Q141 -10 97 23T52 117Q52 233 242 267L395 294V338Q395 398 360 432T259 466Q140 466 99 360L61 388Q83 -447 134 478T259 510Q346 510 395 468T445 344V86Q445 33 491 33Q516 33 530 40ZM262 34T302 48T368 91T395 160V253L258 228Q177 213 140 186T103 117Q103 77 134 56T220 34Q262 34 302 48ZM303 776T332 748T362 676Q362 632 333 604T257 575Q211 575 182 603T152 -676Q152 720 181 748T257 776Q303 776 332 748ZM228 743T209 724T189 676Q189 647 208 628T257 608Q287 608 306 627T326 676Q326 705 307 724T257 743Q228 743 209 724Z" /> -<glyph unicode="æ" glyph-name="ae" horiz-adv-x="876" d="M822 255T820 237H444Q447 143 494 89T617 34Q678 34 715 57T771 126L812 104Q784 48 738 19T617 -10Q545 -10 495 25T421 130Q405 60 347 25T212 -10Q139 -10 96 23T52 117Q52 176 98 214T237 264L399 -282V337Q399 398 363 432T259 466Q142 466 99 360L61 388Q83 448 134 479T260 510Q327 510 371 481T433 394Q459 449 505 479T613 510Q715 510 768 446T822 270Q822 255 820 237ZM542 466T497 418T445 282H775Q764 466 613 466Q542 466 497 418ZM264 34T305 51T372 -104T399 193V243L253 224Q174 215 139 188T103 117Q103 76 135 55T221 34Q264 34 305 51Z" /> -<glyph unicode="ç" glyph-name="ccedilla" horiz-adv-x="545" d="M482 75T435 37T319 -9Q384 -51 384 -113Q384 -154 356 -181T281 -209Q247 -209 223 -200T178 -171L198 -136Q227 -171 275 -171Q303 -171 321 -154T340 -107Q340 -78 322 -56T256 -8Q162 -3 110 71T57 250Q57 372 119 441T293 510Q368 510 420 475T496 375L449 353Q432 408 392 437T292 466Q205 466 156 409T107 250Q107 148 155 91T291 34Q355 34 399 65T454 153L500 137Q482 75 435 37Z" /> -<glyph unicode="è" glyph-name="egrave" horiz-adv-x="559" d="M505 245T503 229H106Q111 137 160 86T293 34Q352 34 394 58T456 126L498 104Q470 49 418 20T293 -10Q182 -10 120 59T57 250Q57 372 117 441T287 510Q389 510 447 442T505 262Q505 245 503 -229ZM206 466T159 416T106 274H458Q453 364 409 415T287 466Q206 466 159 416ZM312 583H270L177 741H231L312 583Z" /> -<glyph unicode="é" glyph-name="eacute" horiz-adv-x="559" d="M505 245T503 229H106Q111 137 160 86T293 34Q352 34 394 58T456 126L498 104Q470 49 418 20T293 -10Q182 -10 120 59T57 250Q57 372 117 441T287 510Q389 510 447 442T505 262Q505 245 503 -229ZM206 466T159 416T106 274H458Q453 364 409 415T287 466Q206 466 159 416ZM390 741L296 583H255L335 741H390Z" /> -<glyph unicode="ê" glyph-name="ecircumflex" horiz-adv-x="559" d="M505 245T503 229H106Q111 137 160 86T293 34Q352 34 394 58T456 126L498 104Q470 49 418 20T293 -10Q182 -10 120 59T57 250Q57 372 117 441T287 510Q389 510 447 442T505 262Q505 245 -503 229ZM206 466T159 416T106 274H458Q453 364 409 415T287 466Q206 466 159 416ZM376 579L284 699L192 579H145L255 735H312L423 579H376Z" /> -<glyph unicode="ë" glyph-name="edieresis" horiz-adv-x="559" d="M505 245T503 229H106Q111 137 160 86T293 34Q352 34 394 58T456 126L498 104Q470 49 418 20T293 -10Q182 -10 120 59T57 250Q57 372 117 441T287 510Q389 510 447 442T505 262Q505 245 503 -229ZM206 466T159 416T106 274H458Q453 364 409 415T287 466Q206 466 159 416ZM207 671T218 660T229 630Q229 612 218 601T189 590Q171 590 160 601T148 630Q148 648 159 659T189 671Q207 671 218 660ZM396 671T407 660T419 630Q419 612 408 601T378 590Q360 590 -349 601T337 630Q337 648 348 659T378 671Q396 671 407 660Z" /> -<glyph unicode="ì" glyph-name="igrave" horiz-adv-x="229" d="M139 0H89V500H139V0ZM142 583H100L7 741H61L142 583Z" /> -<glyph unicode="í" glyph-name="iacute" horiz-adv-x="229" d="M139 0H89V500H139V0ZM220 741L126 583H85L165 741H220Z" /> -<glyph unicode="î" glyph-name="icircumflex" horiz-adv-x="229" d="M139 0H89V500H139V0ZM207 579L115 699L23 579H-24L86 735H143L254 579H207Z" /> -<glyph unicode="ï" glyph-name="idieresis" horiz-adv-x="229" d="M30 590T19 601T8 630Q8 648 19 659T48 671Q67 671 78 660T89 630Q89 612 78 601T48 590Q30 590 19 601ZM162 590T151 601T139 630Q139 648 150 659T180 671Q198 671 209 660T221 630Q221 -612 210 601T180 590Q162 590 151 601ZM139 0H89V500H139V0Z" /> -<glyph unicode="ð" glyph-name="eth" horiz-adv-x="600" d="M436 611Q530 487 530 286Q530 145 469 68T293 -10Q184 -10 121 56T57 238Q57 313 86 369T168 455T288 485Q357 485 405 459T480 383Q461 516 392 601L212 559L205 591L370 626Q314 687 221 730H294Q368 -690 415 637L529 665L538 633L436 611ZM381 34T430 92T482 247Q482 332 432 386T294 441Q208 441 158 387T108 238Q108 143 158 89T295 34Q381 34 430 92Z" /> -<glyph unicode="ñ" glyph-name="ntilde" horiz-adv-x="598" d="M409 510T461 462T514 324V0H464V308Q464 388 425 427T318 466Q270 466 229 444T164 380T139 282V0H89V500H134L136 399Q160 453 209 481T323 510Q409 510 461 462ZM469 645T445 618T377 591Q349 -591 332 600T293 629Q277 644 265 651T235 659Q208 659 196 643T176 590H136Q143 646 166 673T236 700Q263 700 280 691T319 662Q335 647 347 640T376 632Q403 632 416 648T436 701H476Q469 645 445 618Z" /> -<glyph unicode="ò" glyph-name="ograve" horiz-adv-x="590" d="M406 510T469 441T533 250Q533 129 470 60T295 -10Q184 -10 121 59T57 250Q57 371 120 440T295 510Q406 510 469 441ZM207 467T157 409T107 250Q107 149 157 91T295 33Q383 33 433 91T483 250Q483 -351 433 409T295 467Q207 467 157 409ZM323 583H281L188 741H242L323 583Z" /> -<glyph unicode="ó" glyph-name="oacute" horiz-adv-x="590" d="M406 510T469 441T533 250Q533 129 470 60T295 -10Q184 -10 121 59T57 250Q57 371 120 440T295 510Q406 510 469 441ZM207 467T157 409T107 250Q107 149 157 91T295 33Q383 33 433 91T483 250Q483 -351 433 409T295 467Q207 467 157 409ZM401 741L307 583H266L346 741H401Z" /> -<glyph unicode="ô" glyph-name="ocircumflex" horiz-adv-x="590" d="M406 510T469 441T533 250Q533 129 470 60T295 -10Q184 -10 121 59T57 250Q57 371 120 440T295 510Q406 510 469 441ZM207 467T157 409T107 250Q107 149 157 91T295 33Q383 33 433 91T483 -250Q483 351 433 409T295 467Q207 467 157 409ZM387 579L295 699L203 579H156L266 735H323L434 579H387Z" /> -<glyph unicode="õ" glyph-name="otilde" horiz-adv-x="590" d="M406 510T469 441T533 250Q533 129 470 60T295 -10Q184 -10 121 59T57 250Q57 371 120 440T295 510Q406 510 469 441ZM207 467T157 409T107 250Q107 149 157 91T295 33Q383 33 433 91T483 250Q483 -351 433 409T295 467Q207 467 157 409ZM458 645T434 618T366 591Q338 591 321 600T282 629Q266 644 254 651T224 659Q197 659 185 643T165 590H125Q132 646 155 673T225 700Q252 700 269 691T308 662Q324 647 336 640T365 632Q392 632 405 648T425 701H465Q458 -645 434 618Z" /> -<glyph unicode="ö" glyph-name="odieresis" horiz-adv-x="590" d="M406 510T469 441T533 250Q533 129 470 60T295 -10Q184 -10 121 59T57 250Q57 371 120 440T295 510Q406 510 469 441ZM207 467T157 409T107 250Q107 149 157 91T295 33Q383 33 433 91T483 -250Q483 351 433 409T295 467Q207 467 157 409ZM218 671T229 660T240 630Q240 612 229 601T200 590Q182 590 171 601T159 630Q159 648 170 659T200 671Q218 671 229 660ZM407 671T418 660T430 630Q430 612 419 601T389 590Q371 590 360 601T348 630Q348 648 359 -659T389 671Q407 671 418 660Z" /> -<glyph unicode="÷" glyph-name="divide" horiz-adv-x="604" d="M322 552T334 540T347 507Q347 487 335 475T302 462Q282 462 270 474T257 507Q257 527 269 539T302 552Q322 552 334 540ZM537 293H67V339H537V293ZM322 170T334 158T347 126Q347 106 335 94T302 -81Q282 81 270 93T257 126Q257 146 269 158T302 170Q322 170 334 158Z" /> -<glyph unicode="ø" glyph-name="oslash" horiz-adv-x="591" d="M382 510T443 465L491 526H536L470 441Q533 372 533 250Q533 129 470 60T295 -10Q210 -10 154 31L104 -34H58L125 54Q57 124 57 250Q57 371 120 440T295 510Q382 510 443 465ZM157 93L187 135L415 -427Q366 467 295 467Q207 467 157 409T107 250Q107 150 156 93H157ZM383 33T433 91T483 250Q483 343 439 401H438L412 366L182 68Q226 33 295 33Q383 33 433 91Z" /> -<glyph unicode="ù" glyph-name="ugrave" horiz-adv-x="593" d="M504 500V0H459L457 99Q432 46 382 18T264 -10Q182 -10 133 35T84 170V500H134V182Q134 34 272 34Q327 34 368 58T432 123T454 213V500H504ZM323 583H281L188 741H242L323 583Z" /> -<glyph unicode="ú" glyph-name="uacute" horiz-adv-x="593" d="M504 500V0H459L457 99Q432 46 382 18T264 -10Q182 -10 133 35T84 170V500H134V182Q134 34 272 34Q327 34 368 58T432 123T454 213V500H504ZM401 741L307 583H266L346 741H401Z" /> -<glyph unicode="û" glyph-name="ucircumflex" horiz-adv-x="593" d="M504 500V0H459L457 99Q432 46 382 18T264 -10Q182 -10 133 35T84 170V500H134V182Q134 34 272 34Q327 34 368 58T432 123T454 213V500H504ZM387 579L295 699L203 579H156L266 735H323L434 -579H387Z" /> -<glyph unicode="ü" glyph-name="udieresis" horiz-adv-x="593" d="M504 500V0H459L457 99Q432 46 382 18T264 -10Q182 -10 133 35T84 170V500H134V182Q134 34 272 34Q327 34 368 58T432 123T454 213V500H504ZM218 671T229 660T240 630Q240 612 229 601T200 -590Q182 590 171 601T159 630Q159 648 170 659T200 671Q218 671 229 660ZM407 671T418 660T430 630Q430 612 419 601T389 590Q371 590 360 601T348 630Q348 648 359 659T389 671Q407 671 418 660Z" /> -<glyph unicode="ý" glyph-name="yacute" horiz-adv-x="510" d="M249 -92Q221 -160 187 -187T101 -215Q39 -215 6 -178L25 -135Q49 -171 101 -171Q136 -171 160 -152T206 -80L238 0L186 124L27 500H84L237 121L262 54L289 126L436 500H490L249 -92ZM621 741L527 -583H486L566 741H621Z" /> -<glyph unicode="þ" glyph-name="thorn" horiz-adv-x="609" d="M429 510T490 441T552 250Q552 128 491 59T323 -10Q259 -10 211 19T139 99V-210H89V730H139V401Q163 452 211 481T323 510Q429 510 490 441ZM404 34T453 91T502 250Q502 351 453 408T317 466Q236 -466 188 409T139 255V245Q139 147 187 91T317 34Q404 34 453 91Z" /> -<glyph unicode="ÿ" glyph-name="ydieresis" horiz-adv-x="510" d="M249 -92Q221 -160 187 -187T101 -215Q39 -215 6 -178L25 -135Q49 -171 101 -171Q136 -171 160 -152T206 -80L238 0L186 124L27 500H84L237 121L262 54L289 126L436 500H490L249 -92ZM439 -671T450 660T461 630Q461 612 450 601T421 590Q403 590 392 601T380 630Q380 648 391 659T421 671Q439 671 450 660ZM628 671T639 660T651 630Q651 612 640 601T610 590Q592 590 581 601T569 630Q569 648 580 659T610 671Q628 671 639 660Z" /> -<glyph unicode="–" glyph-name="endash" horiz-adv-x="638" d="M563 242H75V289H563V242Z" /> -<glyph unicode="—" glyph-name="emdash" horiz-adv-x="979" d="M903 242H75V289H903V242Z" /> -<glyph unicode="‘" glyph-name="quoteleft" horiz-adv-x="217" d="M83 486T68 506T53 558Q53 601 74 637T139 695L167 670Q132 658 110 627T89 567L92 566Q98 575 115 575Q130 575 142 563T154 531Q154 513 141 500T109 486Q83 486 68 506Z" /> -<glyph unicode="’" glyph-name="quoteright" horiz-adv-x="216" d="M138 694T153 674T168 622Q168 579 147 543T82 485L54 510Q89 522 111 553T132 613L129 614Q123 605 106 605Q91 605 79 616T67 648Q67 667 80 680T112 694Q138 694 153 674Z" /> -<glyph unicode="‚" glyph-name="quotesinglbase" horiz-adv-x="223" d="M392 82T406 62T421 9Q421 -33 399 -70T335 -128L307 -103Q342 -90 364 -59T385 1L382 2Q375 -8 359 -8Q344 -8 332 4T320 36Q320 55 333 68T366 82Q392 82 406 62Z" /> -<glyph unicode="“" glyph-name="quotedblleft" horiz-adv-x="362" d="M83 486T68 506T53 558Q53 601 74 637T139 695L167 670Q132 658 110 627T89 567L92 566Q98 575 115 575Q130 575 142 563T154 531Q154 513 141 500T109 486Q83 486 68 506ZM229 486T214 -506T199 558Q199 601 220 637T285 695L313 670Q278 658 256 627T235 567L238 566Q244 575 261 575Q276 575 288 563T300 531Q300 513 287 500T255 486Q229 486 214 506Z" /> -<glyph unicode="”" glyph-name="quotedblright" horiz-adv-x="362" d="M138 694T153 674T168 622Q168 579 147 543T82 485L54 510Q89 522 111 553T132 613L129 614Q123 605 106 605Q91 605 79 616T67 648Q67 667 80 680T112 694Q138 694 153 674ZM284 694T299 -674T314 622Q314 579 293 543T228 485L200 510Q235 522 257 553T278 613L275 614Q269 605 252 605Q237 605 225 616T213 648Q213 667 226 680T258 694Q284 694 299 674Z" /> -<glyph unicode="„" glyph-name="quotedblbase" horiz-adv-x="369" d="M392 82T406 62T421 9Q421 -33 399 -70T335 -128L307 -103Q342 -90 364 -59T385 1L382 2Q375 -8 359 -8Q344 -8 332 4T320 36Q320 55 333 68T366 82Q392 82 406 62ZM282 82T296 62T311 -9Q311 -33 289 -70T225 -128L197 -103Q232 -90 254 -59T275 1L272 2Q265 -8 249 -8Q234 -8 222 4T210 36Q210 55 223 68T256 82Q282 82 296 62Z" /> -<glyph unicode="•" glyph-name="bullet" horiz-adv-x="430" d="M256 430T283 404T310 338Q310 298 283 272T215 246Q174 246 147 272T120 338Q120 378 147 404T215 430Q256 430 283 404Z" /> -<glyph unicode="‹" glyph-name="guilsinglleft" horiz-adv-x="290" d="M103 265L239 69H183L49 265L183 461H239L103 265Z" /> -<glyph unicode="›" glyph-name="guilsinglright" horiz-adv-x="290" d="M107 461L242 265L107 69H51L187 265L51 461H107Z" /> -</font> -</defs> -</svg> +<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="WorkSans" horiz-adv-x="550"><font-face alphabetic="0" ascent="930" descent="-243" font-family="Work Sans Light" panose-1="0 0 4 0 0 0 0 0 0 0"/><glyph glyph-name="space" horiz-adv-x="313"/><glyph d="m141 340-6-150H95l-6 150v320h52zm-6-258 12-12 13-33q0-20-12-32T115-8Q95-8 83 4T70 37q0 20 12 32t33 13q20 0 32-12Z" glyph-name="exclam" horiz-adv-x="230" unicode="!"/><glyph d="M248 480h-40v205h54zm-133 0H75v205h54z" glyph-name="quotedbl" horiz-adv-x="327" unicode="""/><glyph d="m466 429-30-191h132v-39H429L398 0h-44l32 199H205L174 0h-44l32 199H31v39h137l30 191H68v39h137l30 192h44l-31-192h181l30 192h44l-31-192h133v-39zm-43 0H242l-30-191h180z" glyph-name="numbersign" horiz-adv-x="636" unicode="#"/><glyph d="M285 1q-89 5-150 49T52 171l46 24q13-64 64-104t123-48v266q-68 14-111 30t-73 49-29 89q0 48 25 89t74 66 114 27v101h43V659q78-4 128-39t79-104l-40-32q-22 64-62 95t-105 37V344q68-14 111-30t72-49 29-90q0-76-57-123T328 1v-101h-43zm0 616q-77-3-121-40t-44-96q0-40 22-65t56-38 87-25zM402 45l45 33 46 93q0 40-22 65t-56 39-87 25V42q74 3 119 36Z" glyph-name="dollar" horiz-adv-x="599" unicode="$"/><glyph d="m260 665 39-49 39-126q0-77-39-125t-110-49q-70 0-109 49T40 490q0 77 39 126t110 49 110-49Zm336-5h49L212 0h-49zm-458-35-26-37-27-98q0-60 26-97t78-37q51 0 77 37t27 97q0 60-26 97t-78 38q-51 0-77-37Zm552-281 39-49 40-126q0-76-39-125T620-5 510 44t-40 125q0 77 39 126t111 49q70 0 109-49Zm-121-40-27-37-27-98q0-60 27-97t78-37 77 37 27 97q0 61-26 98t-78 37q-51 0-78-37Z" glyph-name="percent" horiz-adv-x="809" unicode="%"/><glyph d="m514 61 28-16 63-17-12-38q-37 0-69 18t-78 67q-77-85-199-85-58 0-103 20T73 67t-26 84q0 65 40 113t127 97q-47 61-64 95t-18 72q0 59 40 99t108 41q63 0 103-32t41-95q0-57-30-100t-115-92q42-55 68-88 60-76 97-121 27 43 40 99t12 121l41-4q2-69-14-133t-51-115q42-47 70-63ZM233 625l-27-27-27-69q0-31 13-58t61-89q75 40 100 76t26 82q0 41-26 63t-74 22q-46 0-73-27Zm65-594 44 19 76 56q-51 60-104 127l-74 94q-80-46-113-83t-33-90q0-55 43-89t107-34q54 0 98 19Z" glyph-name="ampersand" horiz-adv-x="599" unicode="&"/><glyph d="M115 480H75v205h54z" glyph-name="quotesingle" horiz-adv-x="194" unicode="'"/><glyph d="M285 717q-94-83-135-186t-42-248q0-144 41-247t136-187l-28-29Q156-94 107 20T57 283q0 147 49 262t151 201z" glyph-name="parenleft" horiz-adv-x="305" unicode="("/><glyph d="m148 660 49-115 50-262q0-147-49-262T48-180l-28 29q94 83 135 186t42 248q0 144-41 247T20 717l28 29q100-86 149-201Z" glyph-name="parenright" horiz-adv-x="305" unicode=")"/><glyph d="m347 436 74-104-33-24-76 102-41 69-40-69-76-102-33 24 74 104 52 60-78 18-120 40 12 39 121-38 74-31-7 79v127h43V603l-7-79 73 31 122 38 12-39-120-40-78-18z" glyph-name="asterisk" horiz-adv-x="543" unicode="*"/><glyph d="M540 293H326V73h-47v220H64v46h215v216h47V339h214z" glyph-name="plus" horiz-adv-x="604" unicode="+"/><glyph d="m137 82 14-20 15-53q0-42-22-79t-64-58l-28 25q35 13 57 44t21 60l-3 1q-7-10-23-10Q89-8 77 4T65 36q0 19 13 32t33 14q26 0 40-20Z" glyph-name="comma" horiz-adv-x="220" unicode=","/><glyph d="M387 240H80v51h307z" glyph-name="hyphen" horiz-adv-x="466" unicode="-"/><glyph d="m130 82 12-12 13-33q0-20-12-32T110-8Q90-8 78 4T65 37q0 20 12 32t33 13q20 0 32-12Z" glyph-name="period" horiz-adv-x="220" unicode="."/><glyph d="M79-70H31l285 800h48z" glyph-name="slash" horiz-adv-x="396" unicode="/"/><glyph d="m187-10-62 87-62 253q0 165 62 252t179 88q116 0 178-87t62-253q0-165-62-252T304-10q-117 0-179 87Zm209 45 48 76 49 219q0 143-48 219t-141 76q-92 0-141-76t-49-219 49-219 141-76 140 76Z" glyph-name="zero" horiz-adv-x="607" unicode="0"/><glyph d="M268 660V0h-50v500q0 29 2 91-33-38-79-66t-95-42l-13 45q48 12 106 51t84 81z" glyph-name="one" horiz-adv-x="365" unicode="1"/><glyph d="M65 41q141 110 216 178t113 128 39 122q0 71-43 113t-119 42q-77 0-124-48T94 444l-44 25q9 92 67 146t155 55q98 0 155-54t58-147q0-66-37-128T338 209 138 46v-1l66 1h302V0H65z" glyph-name="two" horiz-adv-x="560" unicode="2"/><glyph d="m368 670 52-48 53-124q0-66-35-112t-91-52v-1q63-2 102-47t40-112q0-54-28-95t-77-65-113-24q-86 0-142 40T48 145l46 25Q129 36 274 36q73 0 118 39t45 103-40 98-120 34h-37v46h37q70 0 107 36t37 98q0 64-38 99t-108 35q-61 0-101-30t-56-85l-47 23q23 64 77 101t127 37q93 0 145-48Z" glyph-name="three" horiz-adv-x="554" unicode="3"/><glyph d="M546 188H419V0h-50v188H41v38l314 434h64V231h127zM95 231h274v302l2 85h-2q-19-33-55-87z" glyph-name="four" horiz-adv-x="582" unicode="4"/><glyph d="m357 412 47-26 74-73 26-110q0-97-59-155T285-10Q102-10 57 145l48 24Q134 36 283 36q76 0 122 45t47 120q-1 76-45 120t-118 45q-117 0-170-74H75l36 368h365v-46H153l-26-256-2-13h1q58 67 170 67 61 0 108-26Z" glyph-name="five" horiz-adv-x="560" unicode="5"/><glyph d="m391 670 46-32 72-98-46-22q-15 49-52 77t-97 29q-66 0-112-42t-69-112-23-154q0-27 5-67h3q4 49 33 85t71 54 88 19q99 0 156-56t58-153q0-95-59-151T306-10q-117 0-179 90T64 330q0 109 32 185t90 116 131 39q74 0 120-32ZM258 360l-37-22-59-58-21-80q0-72 45-117t119-46q78 0 122 44t45 119q0 73-44 116t-121 44q-49 0-86-22Z" glyph-name="six" horiz-adv-x="581" unicode="6"/><glyph d="M507 660v-46Q385 485 325 335T256 0h-52q16 363 248 614H32v46z" glyph-name="seven" horiz-adv-x="530" unicode="7"/><glyph d="m388 669 56-45 56-122q0-57-31-97t-86-57v-1q67-17 106-63t40-110q0-55-29-96t-82-65-123-23q-68 0-121 23T92 77t-30 97q0 64 39 110t107 63v1q-55 17-86 57t-31 97q0 76 55 121t149 46q93 0 149-45Zm-163-46-41-34-41-92q0-58 41-92t111-35q69 0 111 34t42 93q0 58-41 92t-112 34q-70 0-111-34ZM377 36l50 39 50 103q0 65-50 105t-132 40q-81 0-131-40t-50-105q0-64 49-103t132-39q82 0 132 39Z" glyph-name="eight" horiz-adv-x="591" unicode="8"/><glyph d="m403 670 63-91 64-249q0-166-64-253T286-10q-86 0-142 38T66 135l50 26q14-59 54-92t115-33q106 0 153 85t47 225q0 25-6 69h-3q-4-53-33-89t-73-55-90-18q-98 0-157 56T64 462q0 95 60 151t161 57q118 0 181-91Zm-196-47-45-44-46-119q0-73 45-116t123-44q49 0 87 22t60 58 22 80q0 72-46 117t-121 46q-79 0-124-44Z" glyph-name="nine" horiz-adv-x="596" unicode="9"/><glyph d="m144 505 12-12 13-33q0-20-12-32t-33-13q-20 0-32 12t-13 33q0 20 12 32t33 13q20 0 32-12Zm0-423 12-12 13-33q0-20-12-32T124-8Q104-8 92 4T79 37q0 20 12 32t33 13q20 0 32-12Z" glyph-name="colon" horiz-adv-x="247" unicode=":"/><glyph d="m108 416-12 12-13 32q0 20 12 32t33 13q20 0 32-12t13-33q0-20-12-32t-33-12q-20 0-32 12Zm43-334 14-20 15-53q0-42-22-79t-64-58l-27 25q34 13 56 44t21 60l-3 1q-7-10-23-10-15 0-27 12T79 36q0 19 13 32t33 14q26 0 40-20Z" glyph-name="semicolon" horiz-adv-x="247" unicode=";"/><glyph d="M540 504 120 300 540 95V42L80 270v59l460 228z" glyph-name="less" horiz-adv-x="604" unicode="<"/><glyph d="M529 386H75v46h454zm0-202H75v46h454z" glyph-name="equal" horiz-adv-x="604" unicode="="/><glyph d="M524 329v-59L64 42v53l420 205L64 504v53z" glyph-name="greater" horiz-adv-x="604" unicode=">"/><glyph d="m350 670 57-46 57-124q0-161-193-201V181h-51v145q105 24 148 62t44 107q0 60-42 94t-115 35q-78 0-122-38T79 476l-44 24q15 80 71 125t152 45q92 0 149-46ZM265 82l12-12 12-33q0-20-12-32T245-8q-20 0-32 12t-13 33q0 20 12 32t33 13q20 0 32-12Z" glyph-name="question" horiz-adv-x="510" unicode="?"/><glyph d="m631 665 92-55 135-149 43-208q0-121-42-190T745-7q-99 0-107 119-24-55-71-86T453-5q-56 0-100 27t-69 77-25 119q0 76 30 133t82 88 114 31q68 0 110-30t60-84l11 102h34l-21-317q-5-112 74-112 52 0 80 58t28 166q0 106-39 190T700 577t-208 50q-118 0-206-49T151 439t-48-211q0-118 49-204t136-133 199-46q72 0 128 19t97 53l23-31q-104-79-248-79-127 0-224 51T113 5 60 228q0 130 53 229t152 153 227 55q139 0 231-55ZM405 432l-50-57-51-155q0-86 43-136t119-50q73 0 121 49t54 130l3 40q4 79-35 129t-119 50q-85 0-135-57Z" glyph-name="at" horiz-adv-x="966" unicode="@"/><glyph d="M470 207H154L72 0H19l264 660h59L606 0h-53zm-18 46L337 541l-24 70h-1l-24-68-115-290z" glyph-name="A" horiz-adv-x="625" unicode="A"/><glyph d="M104 660h233q108 0 161-45t54-130q0-58-31-98t-90-52v-1q64-10 101-52t38-104q0-85-60-131T337 0H104zm234-304q161 0 161 129T338 614H154V356zm9-310q84 0 127 34t43 98q0 65-43 98t-127 34H154V46z" glyph-name="B" horiz-adv-x="632" unicode="B"/><glyph d="m598 83-69-46-167-47q-90 0-158 41T99 150 62 330q0 103 37 180t105 118 157 42q198 0 256-163l-49-23q-23 70-73 105t-131 35q-74 0-130-35t-88-102-31-157q0-90 30-156t86-102 131-36q80 0 136 39t78 111l50-19q-28-84-97-130Z" glyph-name="C" horiz-adv-x="669" unicode="C"/><glyph d="m470 660 85-83 86-242q0-162-85-248T312 0H104v660h208q158 0 243-83ZM448 46l70 74 71 215q0 134-70 206t-203 73H154V46h162q132 0 202 74Z" glyph-name="D" horiz-adv-x="704" unicode="D"/><glyph d="M571 46V0H104v660h451v-46H154V359h317v-47H154V46z" glyph-name="E" horiz-adv-x="612" unicode="E"/><glyph d="M154 614V359h317v-47H154V0h-50v660h450v-46z" glyph-name="F" horiz-adv-x="584" unicode="F"/><glyph d="M629 323V0h-40l-2 115q-27-60-84-92T360-10q-90 0-157 41T99 150 62 330q0 103 37 180t106 118 158 42q101 0 165-40t96-122l-46-24q-23 69-77 104t-138 36q-74 0-130-35t-87-102-31-157q0-137 65-215t182-79q72 0 122 28t74 75 24 100v37H358v47z" glyph-name="G" horiz-adv-x="702" unicode="G"/><glyph d="M612 660V0h-50v312H154V0h-50v660h50V359h408v301z" glyph-name="H" horiz-adv-x="716" unicode="H"/><glyph d="M154 0h-50v660h50z" glyph-name="I" horiz-adv-x="258" unicode="I"/><glyph d="M437 218q0-107-55-167T227-10q-91 0-141 46T36 163q0 26 4 47l47 11q-3-24-3-46Q84 36 226 36q84 0 122 49t39 144v431h50z" glyph-name="J" horiz-adv-x="534" unicode="J"/><glyph d="M286 356 154 222V0h-50v660h50V290l362 370h66L321 393 589 0h-61z" glyph-name="K" horiz-adv-x="610" unicode="K"/><glyph d="M550 46V0H104v660h50V46z" glyph-name="L" horiz-adv-x="572" unicode="L"/><glyph d="M718 0h-48v492l6 120h-1L434 0h-46L147 612h-1l6-120V0h-48v660h75l199-500 33-101h1l32 100 199 501h75z" glyph-name="M" horiz-adv-x="822" unicode="M"/><glyph d="M611 0h-62L199 518l-49 88h-1l3-83V0h-48v660h63l349-517 50-89-2 83v523h47z" glyph-name="N" horiz-adv-x="715" unicode="N"/><glyph d="m459 670 68-41 106-118 37-181q0-104-37-180T528 32 366-10q-93 0-161 41T99 149 62 330q0 104 37 180t105 118 162 42q93 0 161-41Zm-170-46-56-35-87-102-31-157q0-90 30-156t87-102 134-36 134 35 87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35Z" glyph-name="O" horiz-adv-x="732" unicode="O"/><glyph d="m426 660 60-51 61-142q0-90-60-142t-164-52H154V0h-50v660h219q103 0 163-51Zm-23-340 45 38 46 109q0 70-45 108t-132 39H154V320h163q86 0 131 38Z" glyph-name="P" horiz-adv-x="587" unicode="P"/><glyph d="m570-145 29 9 48 28 18-46q-21-19-56-30t-74-11q-79 0-131 46T346-9q-87 4-151 46T97 155 62 330q0 104 37 180t105 118 162 42q93 0 161-41t106-118 37-181q0-99-34-173T540 39 391-9q11-136 145-136 34 0 63 9ZM115 240l30-66 87-102 134-36q77 0 134 35t87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35t-87-102-31-157 30-156Z" glyph-name="Q" horiz-adv-x="732" unicode="Q"/><glyph d="M541 0 352 286H154V0h-50v660h245q99 0 157-50t59-137q0-72-42-119t-115-62L600 0zM154 333h194q80 0 122 36t43 104q0 68-42 104t-123 37H154z" glyph-name="R" horiz-adv-x="640" unicode="R"/><glyph d="m494 670 63-146-43-35q-25 71-74 103t-131 32q-58 0-101-18t-65-49-23-70q0-38 19-63t64-42 126-32q129-22 183-64t54-116q0-53-31-94t-87-63-130-23q-104 0-175 41T45 148l44 34q20-71 80-108t150-38q86 0 140 35t55 96q0 53-44 84t-155 50q-93 16-147 39t-77 57-24 85q0 51 29 94t84 68 128 26q186 0 249-146Z" glyph-name="S" horiz-adv-x="619" unicode="S"/><glyph d="M554 614H313V0h-50v614H22v46h532z" glyph-name="T" horiz-adv-x="576" unicode="T"/><glyph d="M605 241q0-122-66-186T351-10q-122 0-188 64T96 241v419h50V251q0-106 52-160t153-55q100 0 152 54t52 161v409h50z" glyph-name="U" horiz-adv-x="701" unicode="U"/><glyph d="M337 0h-59L23 660h54l195-511 35-102 35 102 196 511h53z" glyph-name="V" horiz-adv-x="614" unicode="V"/><glyph d="M298 0h-62L30 660h54L267 41l173 619h58L671 40l185 620h51L701 0h-62L506 463l-37 143h-1l-37-143z" glyph-name="W" horiz-adv-x="937" unicode="W"/><glyph d="M482 0 281 299 78 0H19l236 339L39 660h60l188-280 190 280h56L314 340 541 0z" glyph-name="X" horiz-adv-x="566" unicode="X"/><glyph d="M297 257V0h-50v257L13 660h59l200-351 200 351h59z" glyph-name="Y" horiz-adv-x="544" unicode="Y"/><glyph d="M553 46V0H43v44l435 570H52v46h485v-44L102 46z" glyph-name="Z" horiz-adv-x="593" unicode="Z"/><glyph d="M129 686v-810h159v-44H82v898h206v-44z" glyph-name="bracketleft" horiz-adv-x="311" unicode="["/><glyph d="M80 730 365-70h-48L32 730z" glyph-name="backslash" horiz-adv-x="396" unicode="\"/><glyph d="M229-168H23v44h159v810H23v44h206z" glyph-name="bracketright" horiz-adv-x="311" unicode="]"/><glyph d="M464 355 274 687 84 355H32l217 375h49l218-375z" glyph-name="asciicircum" horiz-adv-x="547" unicode="^"/><glyph d="M520-143H0v46h520z" glyph-name="underscore" horiz-adv-x="520" unicode="_"/><glyph d="M275 583h-42l-93 158h54z" glyph-name="grave" horiz-adv-x="523" unicode="`"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Z" glyph-name="a" horiz-adv-x="543" unicode="a"/><glyph d="m429 510 61-69 62-191q0-122-61-191T323-10q-67 0-116 32t-70 90L134 0H89v730h50V394q23 54 71 85t113 31q106 0 167-69ZM404 34l49 57 49 159q0 101-49 158t-136 58q-78 0-126-53t-52-145v-36q4-92 52-145t126-53q87 0 136 57Z" glyph-name="b" horiz-adv-x="609" unicode="b"/><glyph d="m368 510 52-35 76-100-47-22q-17 55-57 84t-100 29q-87 0-136-57t-49-159 48-159 136-57q64 0 108 31t55 88l46-16q-20-68-75-107T292-10q-111 0-173 69T57 250t62 191 174 69q75 0 127-35Z" glyph-name="c" horiz-adv-x="545" unicode="c"/><glyph d="M520 730V0h-45l-3 112q-21-57-70-89T286-10q-106 0-167 69T57 250q0 122 61 191t168 69q65 0 113-31t71-85v336zM370 34l48 52 52 143v42q-5 90-52 142t-126 53q-87 0-136-57t-49-159q0-101 49-158t136-58q78 0 126 52Z" glyph-name="d" horiz-adv-x="609" unicode="d"/><glyph d="m505 245-2-16H106q5-92 54-143t133-52q59 0 101 24t62 68l42-22q-28-55-80-84T293-10q-111 0-173 69T57 250q0 122 60 191t170 69q102 0 160-68t58-180q0-17-2-33ZM206 466l-47-50-53-142h352q-5 90-49 141t-122 51q-81 0-128-50Z" glyph-name="e" horiz-adv-x="559" unicode="e"/><glyph d="M173 500h176v-43H173V0h-50v457H23v43h100v84q0 70 39 110t110 41q54 0 81-27l-14-40q-25 22-63 22-49 0-76-28t-27-83z" glyph-name="f" horiz-adv-x="359" unicode="f"/><glyph d="m420 51 43-31 43-83q0-45-30-79t-85-54-123-19q-113 0-173 36T35-82q0 39 24 67t66 40Q95 38 78 61t-18 51q0 36 23 61t64 36q-41 21-63 56t-22 82q0 74 55 118t148 45q64 0 113-23 6 48 40 76t85 29l12-44q-47 0-74-21t-31-60q57-46 57-120t-55-119-147-45q-31 0-68 7-42-5-65-24t-24-47q0-32 27-50t81-18h129q75 0 118-31ZM112 291l41-33 112-33q70 0 111 33t41 89-41 88-111 33q-70 0-111-32t-42-89q0-56 41-89Zm246-464 51 29 52 75q0 36-32 56T334 8H205q-57 0-90-22T81-74q0-46 50-72t142-27q85 0 136 29Z" glyph-name="g" horiz-adv-x="515" unicode="g"/><glyph d="m409 510 52-48 53-137V0h-50v309q0 79-39 118t-107 40q-48 0-89-22t-65-65-25-98V0H89v730h50V401q24 53 72 81t112 28q86 0 138-48Z" glyph-name="h" horiz-adv-x="598" unicode="h"/><glyph d="m95 597-11 11-12 31q0 19 11 30t31 12q19 0 30-11t12-31q0-19-11-30t-31-12q-19 0-30 11ZM139 0H89v500h50z" glyph-name="i" horiz-adv-x="229" unicode="i"/><glyph d="m132 681 12-12 12-30q0-17-12-29t-30-13q-17 0-29 12t-13 30q0 18 12 30t30 12 30-12Zm7-738q0-78-41-118T-3-215q-26 0-49 7t-38 21l12 47q13-12 32-19t42-8q43 0 68 29t25 85v553h50z" glyph-name="j" horiz-adv-x="229" unicode="j"/><glyph d="M257 265 139 151V0H89v730h50V214l297 286h65L294 300 509 0h-61z" glyph-name="k" horiz-adv-x="527" unicode="k"/><glyph d="M135 121q0-46 14-65t49-19q20 0 34 3t32 11l-7-48q-28-13-66-13-54 0-80 30t-26 96v614h50z" glyph-name="l" horiz-adv-x="274" unicode="l"/><glyph d="m771 511 52-48 53-138V1h-50v319q0 72-39 109t-105 38q-48 0-87-23t-63-64-24-92V0h-50v319q0 72-39 109t-105 38q-46 0-86-22t-64-64-25-97V0H89v500h45l3-100q24 52 73 81t109 29q64 0 112-30t67-87q20 55 73 86t117 32q83 0 135-48Z" glyph-name="m" horiz-adv-x="960" unicode="m"/><glyph d="m409 510 52-48 53-138V0h-50v308q0 80-39 119t-107 39q-48 0-89-22t-65-64-25-98V0H89v500h45l2-101q24 54 73 82t114 29q86 0 138-48Z" glyph-name="n" horiz-adv-x="598" unicode="n"/><glyph d="m406 510 63-69 64-191q0-121-63-190T295-10q-111 0-174 69T57 250q0 121 63 190t175 70q111 0 174-69Zm-199-43-50-58-50-159q0-101 50-159t138-58 138 58 50 159-50 159-138 58-138-58Z" glyph-name="o" horiz-adv-x="590" unicode="o"/><glyph d="m429 510 61-69 62-191q0-122-61-191T323-10q-64 0-112 31t-72 85v-316H89v710h45l3-113q21 58 69 90t117 33q106 0 167-69ZM404 34l49 57 49 159q0 101-49 158t-136 58q-78 0-126-53t-52-145v-36q4-92 52-145t126-53q87 0 136 57Z" glyph-name="p" horiz-adv-x="609" unicode="p"/><glyph d="M521 500v-710h-50v316q-23-54-71-85T287-10q-106 0-167 69T58 250q0 122 61 191t168 69q67 0 116-32t70-90l3 112zM371 34l47 52 53 143v42q-4 90-52 142t-126 53q-87 0-136-57t-49-159q0-101 49-158t136-58q78 0 125 52Z" glyph-name="q" horiz-adv-x="610" unicode="q"/><glyph d="m339 510 23-17-13-47q-23 18-64 18-38 0-71-23t-54-66-21-95V0H89v500h42l6-102q21 53 62 82t100 30q40 0 63-17Z" glyph-name="r" horiz-adv-x="378" unicode="r"/><glyph d="m176-10-56 30-77 87 41 27q15-50 61-75t113-25q68 0 106 26t39 69q0 37-33 59t-116 37q-105 19-148 51t-43 91q0 39 24 72t68 52 100 19q79 0 126-30t66-92l-43-25q-28 103-149 103-40 0-72-13t-51-34-19-47q0-41 34-64t120-38q102-17 144-49t42-90q0-64-54-102T252-10q-76 0-132 30Z" glyph-name="s" horiz-adv-x="505" unicode="s"/><glyph d="M365 32q-20-20-49-31t-64-11q-61 0-95 33t-35 102v332H22v43h100v125l50 14V500h188v-43H172V132q0-47 22-71t66-25q50 0 87 37z" glyph-name="t" horiz-adv-x="377" unicode="t"/><glyph d="M504 500V0h-45l-2 99q-25-53-75-81T264-10q-82 0-131 45T84 170v330h50V182q0-148 138-148 55 0 96 24t64 65 22 90v287z" glyph-name="u" horiz-adv-x="593" unicode="u"/><glyph d="M485 500 276 0h-50L17 500h56L252 51l180 449z" glyph-name="v" horiz-adv-x="502" unicode="v"/><glyph d="M787 500 616 0h-50L408 437 254 0h-50L33 500h56L229 59l156 441h50L590 59l141 441z" glyph-name="w" horiz-adv-x="820" unicode="w"/><glyph d="M419 0 250 219 84 0H24l198 256L34 500h64l157-204 152 204h60L283 259 482 0z" glyph-name="x" horiz-adv-x="504" unicode="x"/><glyph d="M249-92q-28-68-62-95t-86-28q-62 0-95 37l19 43q24-36 76-36 35 0 59 19t46 72l32 80-52 124L27 500h57l153-379 25-67 27 72 147 374h54z" glyph-name="y" horiz-adv-x="510" unicode="y"/><glyph d="m49 39 294 361 52 58-79-1H46v43h405v-39L166 109l-60-67 90 1h267V0H49z" glyph-name="z" horiz-adv-x="505" unicode="z"/><glyph d="M179-139h98l-7-41q-138 0-138 118v224q0 51-28 75t-85 24v44q57 0 85 24t28 75v223q0 58 34 88t104 31l7-41q-49 0-73-19t-25-55V400q0-46-25-76t-72-41q47-11 72-41t25-76V-65q0-74 98-74Z" glyph-name="braceleft" horiz-adv-x="308" unicode="{"/><glyph d="M126-168H82v898h44z" glyph-name="bar" horiz-adv-x="207" unicode="|"/><glyph d="m176 354 28-24 85-25v-44q-57 0-85-24t-28-75V-62q0-118-138-118l-7 41q98 0 98 74v231q0 46 25 76t71 41q-46 11-71 41t-25 76v231q0 36-24 55t-74 19l7 41q70 0 104-30t34-89V404q0-50 28-74Z" glyph-name="braceright" horiz-adv-x="308" unicode="}"/><glyph d="M456 266H355q-32 0-54 10t-55 30q-26 17-44 25t-41 9q-57 0-70-77H43q12 123 114 123 31 0 54-10t55-30q26-17 44-25t41-9q56 0 70 77h47q-12-123-113-123Z" glyph-name="asciitilde" horiz-adv-x="511" unicode="~"/><glyph glyph-name="uni00A0" horiz-adv-x="313"/><glyph d="m91 418-12 12-13 33q0 20 12 32t33 13q20 0 32-12t13-33q0-20-12-32t-33-13q-20 0-32 12Zm-6-258 6 150h40l6-150v-320H85z" glyph-name="exclamdown" horiz-adv-x="222" unicode="¡"/><glyph d="m487 73-51-39-124-44v-90h-42v91q-98 9-153 77T62 250q0 113 55 181t153 78v91h42v-90q70-4 118-39t70-96l-47-22q-15 53-51 82t-90 33V32q57 4 96 36t52 85l45-15q-18-65-69-104Zm-377 82 41-57 119-66v435q-77-9-118-65t-42-152q0-95 41-152Z" glyph-name="cent" horiz-adv-x="553" unicode="¢"/><glyph d="M565 135q0-72-35-108t-98-37q-43 0-75 15t-73 44q-25-27-61-43t-79-16q-47 0-75 21T41 67q0 34 30 56t81 23q38 0 67-11t58-32q13 27 13 61 0 31-11 59t-39 67H90v41h118q-34 45-48 77t-14 69q0 56 25 100t72 68 105 25q76 0 124-39t63-112l-44-23q-11 61-48 95t-97 34q-71 0-112-38t-42-103q0-33 14-64t52-83l5-6h198v-41H290q21-34 30-62t9-61q0-45-22-86 33-25 58-37t61-13q49 0 73 25t25 79zM182 25l27 12 47 33q-27 18-51 28t-52 10q-31 0-48-11T87 67q0-20 17-31t45-11q33 0 60 12Z" glyph-name="sterling" horiz-adv-x="601" unicode="£"/><glyph d="m512 256-39-51 96-95-32-32-96 94q-51-40-123-40-73 0-125 41L99 78l-33 32 95 96q-38 52-38 125 0 72 38 123l-95 94 33 33 94-94q52 41 125 41 75 0 126-42l93 95 32-33-94-95q37-51 37-122 0-75-39-126Zm-129-79 39 42 40 112q0 68-39 110t-105 42q-65 0-105-42t-40-110q0-69 40-111t105-43q65 0 104 42Z" glyph-name="currency" horiz-adv-x="635" unicode="¤"/><glyph d="M363 284h157v-38H320v-91h200v-36H320V0h-45v119H77v36h198v91H77v38h157l28-2L39 660h58l168-299 32-64h2l32 64 168 299h58L333 282z" glyph-name="yen" horiz-adv-x="596" unicode="¥"/><glyph d="M132 366H88v364h44zm0-534H88v364h44z" glyph-name="brokenbar" horiz-adv-x="220" unicode="¦"/><glyph d="m539 224-29-33-75-52q25-19 36-44t12-60q0-40-23-73t-68-52-105-20q-143 0-196 93l38 31q18-41 57-60t101-20q69 0 107 26t39 71q0 33-17 55t-57 36-110 25q-78 11-123 29t-66 45-20 70q0 45 28 78t75 52q-24 19-35 44t-12 60q0 40 23 73t69 52 107 20q141 0 192-93l-35-30q-40 79-158 79-70 0-109-26t-39-71q0-33 17-55t57-36 110-25q78-11 123-29t66-45 20-70q0-45-29-78Zm-50-27v68q0 43-38 66t-134 36q-82 11-126 29Q90 364 90 295q0-43 37-66t134-36q76-10 126-29 102 33 102 101Z" glyph-name="section" horiz-adv-x="569" unicode="§"/><glyph d="m187 671 11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="dieresis" horiz-adv-x="523" unicode="¨"/><glyph d="m506 670 77-42 120-119 43-179q0-102-42-179T584 32 404-10 225 32 105 151 62 330q0 101 42 178t120 120 180 42q102 0 179-42Zm-191-41-67-37-103-105-37-157q0-89 36-157T248 68t156-37q89 0 156 37t104 105 37 157-37 157-104 105-156 37-156-37Zm156-116 38-25 57-72-37-19q-27 78-116 78-65 0-101-39t-37-108q0-69 36-108t102-39q46 0 78 22t44 62l36-15q-17-50-58-78t-99-29q-85 0-133 49t-49 136q0 86 48 135t134 50q57 0 95-25Z" glyph-name="copyright" horiz-adv-x="809" unicode="©"/><glyph d="m347 359 10 5-3-30q-16-7-33-7-53 0-59 55-16-26-50-40t-77-15q-50 0-79 21t-30 61q0 40 31 64t97 37l103 18v22q0 38-23 59t-66 21q-40 0-65-15t-39-51l-32 17q12 40 47 62t91 22q62 0 96-29t34-84V396q0-37 32-37 15 0 25 5Zm-162 3 36 21 36 59v56l-88-17q-52-10-75-26t-24-43q0-50 74-50 41 0 77 21ZM32 246h309v-35H32z" glyph-name="ordfeminine" horiz-adv-x="368" unicode="ª"/><glyph d="M103 265 239 69h-56L49 265l134 196h56zm149 0L388 69h-56L198 265l134 196h56z" glyph-name="guillemotleft" horiz-adv-x="440" unicode="«"/><glyph d="M537 339V152h-50v141H67v46z" glyph-name="logicalnot" horiz-adv-x="604" unicode="¬"/><glyph d="M387 240H80v51h307z" glyph-name="uni00AD" horiz-adv-x="466" unicode="­"/><glyph d="m506 670 77-42 120-119 43-179q0-102-42-179T584 32 404-10 225 32 105 151 62 330q0 101 42 178t120 120 180 42q102 0 179-42ZM493 31l67 37 104 105 37 157q0 89-37 157T560 592t-156 37-156-37-103-105-37-157q0-89 36-157T248 68t156-37q89 0 156 37Zm69 328-25-27-70-36 102-153h-49l-98 150H322V143h-43v370h153q61 0 95-29t35-81q0-44-25-71Zm-240-33h110q88 2 88 77 0 76-88 76H322z" glyph-name="registered" horiz-adv-x="809" unicode="®"/><glyph d="M422 600H102v42h320z" glyph-name="overscore" horiz-adv-x="523" unicode="¯"/><glyph d="m141 368-42 42-43 109q0 67 42 109t111 42q68 0 110-42t43-109q0-66-43-108t-110-43q-68 0-110 42Zm116 41 30 31 30 79q0 48-30 79t-78 31-78-31-31-79q0-48 30-79t79-31q48 0 78 31Z" glyph-name="degree" horiz-adv-x="418" unicode="°"/><glyph d="M537 406v-47H326V132h-47v227H67v47h212v226h47V406zM67 46h470V0H67z" glyph-name="plusminus" horiz-adv-x="604" unicode="±"/><glyph d="M38 366q51 39 102 81 63 50 91 87t29 76q0 40-24 64t-67 24q-45 0-71-27t-29-75l-40 13q4 58 41 92t100 34q64 0 100-34t36-89q0-83-134-184l-75-59v-1q20 2 46 2h175v-37H38z" glyph-name="uni00B2" horiz-adv-x="348" unicode="²"/><glyph d="m223 735 33-29 34-78q0-38-22-63t-54-32v-1q35-2 60-27t25-66q0-50-38-81t-100-31q-56 0-92 24t-50 70l42 19q16-76 101-76 41 0 66 21t25 59q0 34-22 52t-67 19h-25v34h23q39 0 60 20t21 54q0 35-21 55t-61 20q-36 0-59-17t-30-49l-41 15q12 42 47 65t85 23q60 0 93-29Z" glyph-name="uni00B3" horiz-adv-x="336" unicode="³"/><glyph d="m384 741-94-158h-41l80 158z" glyph-name="acute" horiz-adv-x="523" unicode="´"/><glyph d="M501 500V0h-42l-4 101q-24-52-74-81T261-10q-42 0-75 17t-55 51v-268H81v710h50V182q0-75 37-111t102-37q76 0 126 44t55 113v309z" glyph-name="uni00B5" horiz-adv-x="581" unicode="µ"/><glyph d="M505-100h-45v718H326v-718h-46v321q-73 0-128 27t-85 77-31 115q0 66 31 116t89 77 133 27h216zM189 618l-52-48-53-130q0-82 52-129t144-48v355q-91 0-143-48Z" glyph-name="paragraph" horiz-adv-x="591" unicode="¶"/><glyph d="m125 402 12-12 13-33q0-20-12-32t-33-12q-20 0-32 12t-13 32q0 20 12 32t33 13q20 0 32-12Z" glyph-name="middot" horiz-adv-x="210" unicode="·"/><glyph d="M260 17q59-23 87-56t29-74q0-41-28-68t-75-28q-34 0-58 9t-45 29l20 35q29-35 77-35 28 0 46 17t19 47q0 32-22 56T226 3z" glyph-name="cedilla" horiz-adv-x="523" unicode="¸"/><glyph d="M164 730V333h-45v279q0 32 3 68-22-23-51-40t-61-26v38q30 8 65 30t50 48z" glyph-name="uni00B9" horiz-adv-x="220" unicode="¹"/><glyph d="M30 327v169q0 169 149 169 148 0 148-169T179 327Q30 327 30 496Zm202 36 25 33 25 100q0 67-25 100t-78 34q-53 0-78-33T75 496q0-67 25-100t79-33q53 0 78 33ZM40 246h277v-35H40z" glyph-name="ordmasculine" horiz-adv-x="357" unicode="º"/><glyph d="m105 461 134-196L105 69H49l136 196L49 461zm149 0 134-196L254 69h-56l136 196-136 196z" glyph-name="guillemotright" horiz-adv-x="437" unicode="»"/><glyph d="M164 665V268h-45v279q0 20 2 68-22-23-51-40t-60-26v38q30 8 65 30t50 48zm379-5h51L123 0H72zm154-555h-76V-4h-39v109H384v26l187 262h50V138h76zm-115 33v157q0 20 2 60h-2l-12-20q-4-6-9-14t-11-16L428 138z" glyph-name="onequarter" horiz-adv-x="716" unicode="¼"/><glyph d="M164 665V268h-45v279q0 20 2 68-22-23-51-40t-60-26v38q30 8 65 30t50 48zm379-5h51L123 0H72zM484 29q51 39 102 81 63 50 91 87t29 76q0 40-24 64t-67 24q-45 0-71-27t-29-75l-40 13q4 58 41 92t100 34q64 0 100-34t36-89q0-83-134-184l-75-59v-1q20 2 46 2h175V-4H484z" glyph-name="onehalf" horiz-adv-x="794" unicode="½"/><glyph d="m223 670 33-29 34-78q0-38-22-63t-54-32v-1q35-2 60-27t25-66q0-50-38-81t-100-31q-56 0-92 24t-50 70l42 19q16-76 101-76 41 0 66 21t25 59q0 34-22 52t-67 19h-25v34h23q39 0 60 20t21 54q0 35-21 55t-61 20q-36 0-59-17t-30-49l-41 15q12 42 47 65t85 23q60 0 93-29Zm436-10h51L239 0h-51zm154-555h-76V-4h-39v109H500v26l187 262h50V138h76zm-115 33v157q0 20 2 60h-2l-12-20q-4-6-9-14t-11-16L544 138z" glyph-name="threequarters" horiz-adv-x="833" unicode="¾"/><glyph d="m242 416-12 12-12 33q0 20 12 32t32 13q20 0 32-12t13-33q0-20-12-32t-33-13q-20 0-32 12Zm-84-588-57 45L43-3q0 162 193 202v118h52V172q-106-25-149-63T95 3q0-60 42-94t115-35q78 0 122 38t54 110l44-25q-15-80-71-124t-152-45q-91 0-148 45Z" glyph-name="questiondown" horiz-adv-x="505" unicode="¿"/><glyph d="m288 743-83 148h59l65-148zm182-536H154L72 0H19l264 660h59L606 0h-53zm-18 46L337 541l-24 70h-1l-24-68-115-290z" glyph-name="Agrave" horiz-adv-x="625" unicode="À"/><glyph d="M331 743h-41l65 148h59zm139-536H154L72 0H19l264 660h59L606 0h-53zm-18 46L337 541l-24 70h-1l-24-68-115-290z" glyph-name="Aacute" horiz-adv-x="625" unicode="Á"/><glyph d="M220 739h-47l111 156h58l111-156h-46l-94 122zm250-532H154L72 0H19l264 660h59L606 0h-53zm-18 46L337 541l-24 70h-1l-24-68-115-290z" glyph-name="Acircumflex" horiz-adv-x="625" unicode="Â"/><glyph d="M470 207H154L72 0H19l264 660h59L606 0h-53zm-18 46L337 541l-24 70h-1l-24-68-115-290zm24 552-24-27-68-27q-28 0-45 9t-39 29q-16 15-28 22t-30 8q-27 0-39-16t-20-53h-40q7 56 30 83t70 27q27 0 44-9t39-29q16-15 28-22t29-8q27 0 40 16t20 53h40q-7-56-31-83Z" glyph-name="Atilde" horiz-adv-x="625" unicode="Ã"/><glyph d="M470 207H154L72 0H19l264 660h59L606 0h-53zm-18 46L337 541l-24 70h-1l-24-68-115-290zM236 831l11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="Adieresis" horiz-adv-x="625" unicode="Ä"/><glyph d="M470 207H154L72 0H19l255 636q-29 10-45 33t-16 57q0 42 27 68t73 27q45 0 72-26t28-69q0-33-16-56t-45-34L606 0h-53zM249 698l17-17 47-18q28 0 46 17t18 46q0 28-18 45t-46 17q-29 0-46-17t-18-45q0-28 17-45Zm203-445L337 541l-24 70h-1l-24-68-115-290z" glyph-name="Aring" horiz-adv-x="625" unicode="Å"/><glyph d="M880 46V0H445v232H196L56 0H-1l402 660h464v-46H495V358h288v-46H495V46zM445 279v335h-20L224 279z" glyph-name="AE" horiz-adv-x="922" unicode="Æ"/><glyph d="m601 91-60-45L397-8q65-43 65-105 0-41-28-68t-75-28q-34 0-58 9t-45 29l20 35q29-35 77-35 28 0 46 17t19 47q0 29-17 50T336-9q-83 6-145 49T96 157 62 330q0 103 37 180t105 118 157 42q198 0 256-163l-49-23q-23 70-73 105t-131 35q-74 0-130-35t-88-102-31-157q0-90 30-156t86-102 131-36q80 0 136 39t78 111l50-19q-25-76-85-121Z" glyph-name="Ccedilla" horiz-adv-x="669" unicode="Ç"/><glyph d="m321 743-83 148h59l65-148zM571 46V0H104v660h451v-46H154V359h317v-47H154V46z" glyph-name="Egrave" horiz-adv-x="612" unicode="È"/><glyph d="M343 743h-42l66 148h58zM571 46V0H104v660h451v-46H154V359h317v-47H154V46z" glyph-name="Eacute" horiz-adv-x="612" unicode="É"/><glyph d="M236 739h-47l111 156h58l111-156h-46l-94 122zM571 46V0H104v660h451v-46H154V359h317v-47H154V46z" glyph-name="Ecircumflex" horiz-adv-x="612" unicode="Ê"/><glyph d="M571 46V0H104v660h451v-46H154V359h317v-47H154V46zM252 831l11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="Edieresis" horiz-adv-x="612" unicode="Ë"/><glyph d="M145 743h-41L21 891h59zm9-743h-50v660h50z" glyph-name="Igrave" horiz-adv-x="258" unicode="Ì"/><glyph d="m230 891-83-148h-41l65 148zM154 0h-50v660h50z" glyph-name="Iacute" horiz-adv-x="258" unicode="Í"/><glyph d="m223 739-94 122-93-122h-47l111 156h58l111-156zM154 0h-50v660h50z" glyph-name="Icircumflex" horiz-adv-x="258" unicode="Î"/><glyph d="m74 831 11-11 11-30q0-18-11-29t-30-11q-18 0-29 11t-11 29 11 29 29 12q19 0 30-11Zm146 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-11 29 11 29 29 12q18 0 29-11ZM154 0h-50v660h50z" glyph-name="Idieresis" horiz-adv-x="258" unicode="Ï"/><glyph d="m483 660 85-83 85-242q0-162-85-248T324 0H116v314H16v39h100v307h208q159 0 244-83ZM460 46l70 75 71 214q0 134-70 206t-202 73H166V353h202v-39H166V46h163q131 0 201 75Z" glyph-name="Eth" horiz-adv-x="715" unicode="Ð"/><glyph d="M611 0h-62L199 518l-49 88h-1l3-83V0h-48v660h63l349-517 50-89-2 83v523h47zm-85 805-24-27-68-27q-28 0-45 9t-39 29q-16 15-28 22t-30 8q-27 0-39-16t-20-53h-40q7 56 30 83t70 27q27 0 44-9t39-29q16-15 28-22t29-8q27 0 40 16t20 53h40q-7-56-31-83Z" glyph-name="Ntilde" horiz-adv-x="715" unicode="Ñ"/><glyph d="M382 743h-41l-83 148h59zm77-73 68-41 106-118 37-181q0-104-37-180T528 32 366-10q-93 0-161 41T99 149 62 330q0 104 37 180t105 118 162 42q93 0 161-41Zm-170-46-56-35-87-102-31-157q0-90 30-156t87-102 134-36 134 35 87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35Z" glyph-name="Ograve" horiz-adv-x="732" unicode="Ò"/><glyph d="m467 891-83-148h-41l65 148zm-8-221 68-41 106-118 37-181q0-104-37-180T528 32 366-10q-93 0-161 41T99 149 62 330q0 104 37 180t105 118 162 42q93 0 161-41Zm-170-46-56-35-87-102-31-157q0-90 30-156t87-102 134-36 134 35 87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35Z" glyph-name="Oacute" horiz-adv-x="732" unicode="Ó"/><glyph d="m460 739-94 122-93-122h-47l111 156h58l111-156zm-1-69 68-41 106-118 37-181q0-104-37-180T528 32 366-10q-93 0-161 41T99 149 62 330q0 104 37 180t105 118 162 42q93 0 161-41Zm-170-46-56-35-87-102-31-157q0-90 30-156t87-102 134-36 134 35 87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35Z" glyph-name="Ocircumflex" horiz-adv-x="732" unicode="Ô"/><glyph d="m459 670 68-41 106-118 37-181q0-104-37-180T528 32 366-10q-93 0-161 41T99 149 62 330q0 104 37 180t105 118 162 42q93 0 161-41Zm-170-46-56-35-87-102-31-157q0-90 30-156t87-102 134-36 134 35 87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35Zm240 181-24-27-68-27q-28 0-45 9t-39 29q-16 15-28 22t-30 8q-27 0-39-16t-20-53h-40q7 56 30 83t70 27q27 0 44-9t39-29q16-15 28-22t29-8q27 0 40 16t20 53h40q-7-56-31-83Z" glyph-name="Otilde" horiz-adv-x="732" unicode="Õ"/><glyph d="m459 670 68-41 106-118 37-181q0-104-37-180T528 32 366-10q-93 0-161 41T99 149 62 330q0 104 37 180t105 118 162 42q93 0 161-41Zm-170-46-56-35-87-102-31-157q0-90 30-156t87-102 134-36 134 35 87 102 31 157q0 90-30 156t-88 102-134 36q-77 0-133-35Zm0 207 11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="Odieresis" horiz-adv-x="732" unicode="Ö"/><glyph d="m336 315 166-166-34-35-166 167-167-167-34 35 166 166-166 166 34 35 167-167 166 167 34-35z" glyph-name="multiply" horiz-adv-x="604" unicode="×"/><glyph d="m622 545 24-66 24-149q0-104-37-180T528 32 366-10q-105 0-178 52l-54-76H87l71 101q-46 45-71 112T62 330q0 104 37 180t105 118 162 42q107 0 182-55l50 71h48l-69-96q45-45 69-111ZM115 259l18-56 55-94 331 466q-63 49-153 49-77 0-133-35t-87-102-31-157q0-71 18-127ZM443 36l57 35 87 102 31 157q0 69-18 124t-53 94L217 83q63-47 149-47 77 0 134 35Z" glyph-name="Oslash" horiz-adv-x="732" unicode="Ø"/><glyph d="M376 743h-41l-83 148h59zm229-502q0-122-66-186T351-10q-122 0-188 64T96 241v419h50V251q0-106 52-160t153-55q100 0 152 54t52 161v409h50z" glyph-name="Ugrave" horiz-adv-x="701" unicode="Ù"/><glyph d="m452 891-83-148h-41l65 148zm153-650q0-122-66-186T351-10q-122 0-188 64T96 241v419h50V251q0-106 52-160t153-55q100 0 152 54t52 161v409h50z" glyph-name="Uacute" horiz-adv-x="701" unicode="Ú"/><glyph d="m445 739-94 122-93-122h-47l111 156h58l111-156zm160-498q0-122-66-186T351-10q-122 0-188 64T96 241v419h50V251q0-106 52-160t153-55q100 0 152 54t52 161v409h50z" glyph-name="Ucircumflex" horiz-adv-x="701" unicode="Û"/><glyph d="M605 241q0-122-66-186T351-10q-122 0-188 64T96 241v419h50V251q0-106 52-160t153-55q100 0 152 54t52 161v409h50zM274 831l11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="Udieresis" horiz-adv-x="701" unicode="Ü"/><glyph d="m373 891-83-148h-41l65 148zm-76-634V0h-50v257L13 660h59l200-351 200 351h59z" glyph-name="Yacute" horiz-adv-x="544" unicode="Ý"/><glyph d="m431 534 60-50 60-146q0-95-60-145t-179-50H154V0h-50v660h50V534h158q119 0 179-50Zm68-345v149q0 150-179 150H154V189h166q179 0 179 149Z" glyph-name="Thorn" horiz-adv-x="599" unicode="Þ"/><glyph d="m441 383 47-55 47-138q0-56-24-101t-71-72-110-27q-32 0-61 10t-44 28l17 39q32-32 90-32 71 0 112 44t42 116q0 80-49 121t-136 42h-41v46h41q71 0 113 40t42 109q0 66-39 101t-111 35q-87 0-127-50t-40-151V0H89v506q0 229 222 229 65 0 109-24t65-66 22-90q0-44-18-82t-54-62-85-25v-2q91-1 138-56Z" glyph-name="germandbls" horiz-adv-x="590" unicode="ß"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Zm26 549h-42l-93 158h54z" glyph-name="agrave" horiz-adv-x="543" unicode="à"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Zm360 707-94-158h-41l80 158z" glyph-name="aacute" horiz-adv-x="543" unicode="á"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Zm346 545-92 120-92-120h-47l110 156h57l111-156z" glyph-name="acircumflex" horiz-adv-x="543" unicode="â"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Zm161 611-24-27-68-27q-28 0-45 9t-39 29q-16 15-28 22t-30 8q-27 0-39-16t-20-53H90q7 56 30 83t70 27q27 0 44-9t39-29q16-15 28-22t29-8q27 0 40 16t20 53h40q-7-56-31-83Z" glyph-name="atilde" horiz-adv-x="543" unicode="ã"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Zm177 637 11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="adieresis" horiz-adv-x="543" unicode="ä"/><glyph d="m516 33 14 7-3-40q-18-10-49-10-35 0-57 19t-25 66q-23-40-74-62T215-10q-74 0-118 33t-45 94q0 116 190 150l153 27v44q0 60-35 94t-101 34q-119 0-160-106l-38 28q22 59 73 90t125 32q87 0 136-42t50-124V86q0-53 46-53 25 0 39 7Zm-254 1 40 14 66 43 27 69v93l-137-25q-81-15-118-42t-37-69q0-40 31-61t86-22q42 0 82 14Zm41 742 29-28 30-72q0-44-29-72t-76-29q-46 0-75 28t-30 73q0 44 29 72t76 28q46 0 75-28Zm-75-33-19-19-20-48q0-29 19-48t49-20q30 0 49 19t20 49q0 29-19 48t-50 19q-29 0-48-19Z" glyph-name="aring" horiz-adv-x="543" unicode="å"/><glyph d="m822 255-2-18H444q3-94 50-148t123-55q61 0 98 23t56 69l41-22q-28-56-74-85T617-10q-72 0-122 35t-74 105q-16-70-74-105T212-10q-73 0-116 33t-44 94q0 59 46 97t139 50l162 18v55q0 61-36 95t-104 34q-117 0-160-106l-38 28q22 60 73 91t126 31q67 0 111-29t62-87q26 55 72 85t108 31q102 0 155-64t54-176q0-15-2-33ZM542 466l-45-48-52-136h330q-11 184-162 184-71 0-116-48ZM264 34l41 17 67 53 27 89v50l-146-19q-79-9-114-36t-36-71q0-41 32-62t86-21q43 0 84 17Z" glyph-name="ae" horiz-adv-x="876" unicode="æ"/><glyph d="m482 75-47-38L319-9q65-42 65-104 0-41-28-68t-75-28q-34 0-58 9t-45 29l20 35q29-35 77-35 28 0 46 17t19 47q0 29-18 51T256-8Q162 3 110 71T57 250q0 122 62 191t174 69q75 0 127-35t76-100l-47-22q-17 55-57 84t-100 29q-87 0-136-57t-49-159 48-159 136-57q64 0 108 31t55 88l46-16q-18-62-65-100Z" glyph-name="ccedilla" horiz-adv-x="545" unicode="ç"/><glyph d="m505 245-2-16H106q5-92 54-143t133-52q59 0 101 24t62 68l42-22q-28-55-80-84T293-10q-111 0-173 69T57 250q0 122 60 191t170 69q102 0 160-68t58-180q0-17-2-33ZM206 466l-47-50-53-142h352q-5 90-49 141t-122 51q-81 0-128-50Zm106 117h-42l-93 158h54z" glyph-name="egrave" horiz-adv-x="559" unicode="è"/><glyph d="m505 245-2-16H106q5-92 54-143t133-52q59 0 101 24t62 68l42-22q-28-55-80-84T293-10q-111 0-173 69T57 250q0 122 60 191t170 69q102 0 160-68t58-180q0-17-2-33ZM206 466l-47-50-53-142h352q-5 90-49 141t-122 51q-81 0-128-50Zm184 275-94-158h-41l80 158z" glyph-name="eacute" horiz-adv-x="559" unicode="é"/><glyph d="m505 245-2-16H106q5-92 54-143t133-52q59 0 101 24t62 68l42-22q-28-55-80-84T293-10q-111 0-173 69T57 250q0 122 60 191t170 69q102 0 160-68t58-180q0-17-2-33ZM206 466l-47-50-53-142h352q-5 90-49 141t-122 51q-81 0-128-50Zm170 113-92 120-92-120h-47l110 156h57l111-156z" glyph-name="ecircumflex" horiz-adv-x="559" unicode="ê"/><glyph d="m505 245-2-16H106q5-92 54-143t133-52q59 0 101 24t62 68l42-22q-28-55-80-84T293-10q-111 0-173 69T57 250q0 122 60 191t170 69q102 0 160-68t58-180q0-17-2-33ZM206 466l-47-50-53-142h352q-5 90-49 141t-122 51q-81 0-128-50Zm1 205 11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="edieresis" horiz-adv-x="559" unicode="ë"/><glyph d="M139 0H89v500h50zm3 583h-42L7 741h54z" glyph-name="igrave" horiz-adv-x="229" unicode="ì"/><glyph d="M139 0H89v500h50zm81 741-94-158H85l80 158z" glyph-name="iacute" horiz-adv-x="229" unicode="í"/><glyph d="M139 0H89v500h50zm68 579-92 120-92-120h-47L86 735h57l111-156z" glyph-name="icircumflex" horiz-adv-x="229" unicode="î"/><glyph d="m30 590-11 11-11 29q0 18 11 29t29 12q19 0 30-11t11-30q0-18-11-29t-30-11q-18 0-29 11Zm132 0-11 11-12 29q0 18 11 29t30 12q18 0 29-11t12-30q0-18-11-29t-30-11q-18 0-29 11ZM139 0H89v500h50z" glyph-name="idieresis" horiz-adv-x="229" unicode="ï"/><glyph d="M436 611q94-124 94-325 0-141-61-218T293-10q-109 0-172 66T57 238q0 75 29 131t82 86 120 30q69 0 117-26t75-76q-19 133-88 218l-180-42-7 32 165 35q-56 61-149 104h73q74-40 121-93l114 28 9-32zM381 34l49 58 52 155q0 85-50 139t-138 55q-86 0-136-54t-50-149 50-149 137-55q86 0 135 58Z" glyph-name="eth" horiz-adv-x="600" unicode="ð"/><glyph d="m409 510 52-48 53-138V0h-50v308q0 80-39 119t-107 39q-48 0-89-22t-65-64-25-98V0H89v500h45l2-101q24 54 73 82t114 29q86 0 138-48Zm60 135-24-27-68-27q-28 0-45 9t-39 29q-16 15-28 22t-30 8q-27 0-39-16t-20-53h-40q7 56 30 83t70 27q27 0 44-9t39-29q16-15 28-22t29-8q27 0 40 16t20 53h40q-7-56-31-83Z" glyph-name="ntilde" horiz-adv-x="598" unicode="ñ"/><glyph d="m406 510 63-69 64-191q0-121-63-190T295-10q-111 0-174 69T57 250q0 121 63 190t175 70q111 0 174-69Zm-199-43-50-58-50-159q0-101 50-159t138-58 138 58 50 159-50 159-138 58-138-58Zm116 116h-42l-93 158h54z" glyph-name="ograve" horiz-adv-x="590" unicode="ò"/><glyph d="m406 510 63-69 64-191q0-121-63-190T295-10q-111 0-174 69T57 250q0 121 63 190t175 70q111 0 174-69Zm-199-43-50-58-50-159q0-101 50-159t138-58 138 58 50 159-50 159-138 58-138-58Zm194 274-94-158h-41l80 158z" glyph-name="oacute" horiz-adv-x="590" unicode="ó"/><glyph d="m406 510 63-69 64-191q0-121-63-190T295-10q-111 0-174 69T57 250q0 121 63 190t175 70q111 0 174-69Zm-199-43-50-58-50-159q0-101 50-159t138-58 138 58 50 159-50 159-138 58-138-58Zm180 112-92 120-92-120h-47l110 156h57l111-156z" glyph-name="ocircumflex" horiz-adv-x="590" unicode="ô"/><glyph d="m406 510 63-69 64-191q0-121-63-190T295-10q-111 0-174 69T57 250q0 121 63 190t175 70q111 0 174-69Zm-199-43-50-58-50-159q0-101 50-159t138-58 138 58 50 159-50 159-138 58-138-58Zm251 178-24-27-68-27q-28 0-45 9t-39 29q-16 15-28 22t-30 8q-27 0-39-16t-20-53h-40q7 56 30 83t70 27q27 0 44-9t39-29q16-15 28-22t29-8q27 0 40 16t20 53h40q-7-56-31-83Z" glyph-name="otilde" horiz-adv-x="590" unicode="õ"/><glyph d="m406 510 63-69 64-191q0-121-63-190T295-10q-111 0-174 69T57 250q0 121 63 190t175 70q111 0 174-69Zm-199-43-50-58-50-159q0-101 50-159t138-58 138 58 50 159-50 159-138 58-138-58Zm11 204 11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="odieresis" horiz-adv-x="590" unicode="ö"/><glyph d="m322 552 12-12 13-33q0-20-12-32t-33-13q-20 0-32 12t-13 33q0 20 12 32t33 13q20 0 32-12Zm215-259H67v46h470zM322 170l12-12 13-32q0-20-12-32t-33-13q-20 0-32 12t-13 33q0 20 12 32t33 12q20 0 32-12Z" glyph-name="divide" horiz-adv-x="604" unicode="÷"/><glyph d="m382 510 61-45 48 61h45l-66-85q63-69 63-191 0-121-63-190T295-10q-85 0-141 41l-50-65H58l67 88q-68 70-68 196 0 121 63 190t175 70q87 0 148-45ZM157 93l30 42 228 292q-49 40-120 40-88 0-138-58t-50-159q0-100 49-157zm226-60 50 58 50 159q0 93-44 151h-1l-26-35L182 68q44-35 113-35 88 0 138 58Z" glyph-name="oslash" horiz-adv-x="591" unicode="ø"/><glyph d="M504 500V0h-45l-2 99q-25-53-75-81T264-10q-82 0-131 45T84 170v330h50V182q0-148 138-148 55 0 96 24t64 65 22 90v287zm-181 83h-42l-93 158h54z" glyph-name="ugrave" horiz-adv-x="593" unicode="ù"/><glyph d="M504 500V0h-45l-2 99q-25-53-75-81T264-10q-82 0-131 45T84 170v330h50V182q0-148 138-148 55 0 96 24t64 65 22 90v287zM401 741l-94-158h-41l80 158z" glyph-name="uacute" horiz-adv-x="593" unicode="ú"/><glyph d="M504 500V0h-45l-2 99q-25-53-75-81T264-10q-82 0-131 45T84 170v330h50V182q0-148 138-148 55 0 96 24t64 65 22 90v287zm-117 79-92 120-92-120h-47l110 156h57l111-156z" glyph-name="ucircumflex" horiz-adv-x="593" unicode="û"/><glyph d="M504 500V0h-45l-2 99q-25-53-75-81T264-10q-82 0-131 45T84 170v330h50V182q0-148 138-148 55 0 96 24t64 65 22 90v287zM218 671l11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="udieresis" horiz-adv-x="593" unicode="ü"/><glyph d="M249-92q-28-68-62-95t-86-28q-62 0-95 37l19 43q24-36 76-36 35 0 59 19t46 72l32 80-52 124L27 500h57l153-379 25-67 27 72 147 374h54zm372 833-94-158h-41l80 158z" glyph-name="yacute" horiz-adv-x="510" unicode="ý"/><glyph d="m429 510 61-69 62-191q0-122-61-191T323-10q-64 0-112 29t-72 80v-309H89v940h50V401q24 51 72 80t112 29q106 0 167-69ZM404 34l49 57 49 159q0 101-49 158t-136 58q-81 0-129-57t-49-154v-10q0-98 48-154t130-57q87 0 136 57Z" glyph-name="thorn" horiz-adv-x="609" unicode="þ"/><glyph d="M249-92q-28-68-62-95t-86-28q-62 0-95 37l19 43q24-36 76-36 35 0 59 19t46 72l32 80-52 124L27 500h57l153-379 25-67 27 72 147 374h54zm190 763 11-11 11-30q0-18-11-29t-29-11-29 11-12 29q0 18 11 29t30 12q18 0 29-11Zm189 0 11-11 12-30q0-18-11-29t-30-11q-18 0-29 11t-12 29q0 18 11 29t30 12q18 0 29-11Z" glyph-name="ydieresis" horiz-adv-x="510" unicode="ÿ"/><glyph d="M563 242H75v47h488z" glyph-name="endash" horiz-adv-x="638" unicode="–"/><glyph d="M903 242H75v47h828z" glyph-name="emdash" horiz-adv-x="979" unicode="—"/><glyph d="m83 486-15 20-15 52q0 43 21 79t65 58l28-25q-35-12-57-43t-21-60l3-1q6 9 23 9 15 0 27-12t12-32q0-18-13-31t-32-14q-26 0-41 20Z" glyph-name="quoteleft" horiz-adv-x="217" unicode="‘"/><glyph d="m138 694 15-20 15-52q0-43-21-79t-65-58l-28 25q35 12 57 43t21 60l-3 1q-6-9-23-9-15 0-27 11t-12 32q0 19 13 32t32 14q26 0 41-20Z" glyph-name="quoteright" horiz-adv-x="216" unicode="’"/><glyph d="m392 82 14-20 15-53q0-42-22-79t-64-58l-28 25q35 13 57 44t21 60l-3 1q-7-10-23-10-15 0-27 12t-12 32q0 19 13 32t33 14q26 0 40-20Z" glyph-name="quotesinglbase" horiz-adv-x="223" unicode="‚"/><glyph d="m83 486-15 20-15 52q0 43 21 79t65 58l28-25q-35-12-57-43t-21-60l3-1q6 9 23 9 15 0 27-12t12-32q0-18-13-31t-32-14q-26 0-41 20Zm146 0-15 20-15 52q0 43 21 79t65 58l28-25q-35-12-57-43t-21-60l3-1q6 9 23 9 15 0 27-12t12-32q0-18-13-31t-32-14q-26 0-41 20Z" glyph-name="quotedblleft" horiz-adv-x="362" unicode="“"/><glyph d="m138 694 15-20 15-52q0-43-21-79t-65-58l-28 25q35 12 57 43t21 60l-3 1q-6-9-23-9-15 0-27 11t-12 32q0 19 13 32t32 14q26 0 41-20Zm146 0 15-20 15-52q0-43-21-79t-65-58l-28 25q35 12 57 43t21 60l-3 1q-6-9-23-9-15 0-27 11t-12 32q0 19 13 32t32 14q26 0 41-20Z" glyph-name="quotedblright" horiz-adv-x="362" unicode="”"/><glyph d="m392 82 14-20 15-53q0-42-22-79t-64-58l-28 25q35 13 57 44t21 60l-3 1q-7-10-23-10-15 0-27 12t-12 32q0 19 13 32t33 14q26 0 40-20Zm-110 0 14-20 15-53q0-42-22-79t-64-58l-28 25q35 13 57 44t21 60l-3 1q-7-10-23-10-15 0-27 12t-12 32q0 19 13 32t33 14q26 0 40-20Z" glyph-name="quotedblbase" horiz-adv-x="369" unicode="„"/><glyph d="m256 430 27-26 27-66q0-40-27-66t-68-26-68 26-27 66 27 66 68 26 68-26Z" glyph-name="bullet" horiz-adv-x="430" unicode="•"/><glyph d="M103 265 239 69h-56L49 265l134 196h56z" glyph-name="guilsinglleft" horiz-adv-x="290" unicode="‹"/><glyph d="m107 461 135-196L107 69H51l136 196L51 461z" glyph-name="guilsinglright" horiz-adv-x="290" unicode="›"/></font></defs></svg> \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/fonts/Work_Sans_500.svg b/docs/themes/hugo-docs/static/fonts/Work_Sans_500.svg index 4b030b7..1bd4f27 100644 --- a/docs/themes/hugo-docs/static/fonts/Work_Sans_500.svg +++ b/docs/themes/hugo-docs/static/fonts/Work_Sans_500.svg @@ -1,333 +1 @@ -<?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"> -<defs > -<font id="WorkSans" horiz-adv-x="581" ><font-face - font-family="Work Sans Medium" - units-per-em="1000" - panose-1="0 0 6 0 0 0 0 0 0 0" - ascent="930" - descent="-243" - alphabetic="0" /> -<glyph unicode=" " glyph-name="space" horiz-adv-x="325" /> -<glyph unicode="!" glyph-name="exclam" horiz-adv-x="281" d="M196 396L182 210H98L84 396V660H196V396ZM174 132T194 113T215 61Q215 29 195 10T140 -9Q106 -9 86 10T66 61Q66 93 86 112T140 132Q174 132 194 113Z" /> -<glyph unicode=""" glyph-name="quotedbl" horiz-adv-x="416" d="M332 430H254V686H359L332 430ZM154 430H76V686H181L154 430Z" /> -<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="655" d="M498 412L472 252H588V179H460L430 0H348L377 179H222L193 0H110L140 179H22V252H152L178 412H65V485H191L219 660H302L273 485H428L457 660H539L510 485H632V412H498ZM416 412H261L234 252H390L416 -412Z" /> -<glyph unicode="$" glyph-name="dollar" horiz-adv-x="622" d="M279 1Q102 16 41 158L118 214Q132 163 176 129T279 84V292Q213 306 169 323T95 374T65 466Q65 543 122 596T279 659V756H356V658Q433 652 483 620T571 526L500 461Q474 515 441 542T356 575V364Q422 -350 466 333T540 280T570 186Q570 108 512 59T356 1V-96H279V1ZM279 575Q223 569 194 543T165 473Q165 434 194 414T279 380V575ZM471 94T471 179Q471 219 442 240T356 275V83Q471 94 471 179Z" /> -<glyph unicode="%" glyph-name="percent" horiz-adv-x="880" d="M280 670T325 620T371 486Q371 403 326 353T204 302Q128 302 83 352T37 486Q37 569 82 619T204 670Q280 670 325 620ZM610 660H702L271 0H178L610 660ZM166 592T146 565T125 486Q125 436 145 409T204 -381Q243 381 263 408T284 486Q284 537 264 564T204 592Q166 592 146 565ZM752 358T797 308T843 174Q843 91 798 41T676 -10Q600 -10 555 40T509 174Q509 257 554 307T676 358Q752 358 797 308ZM638 279T618 252T597 174Q597 123 617 96T676 68Q715 68 735 95T756 -174Q756 224 736 251T676 279Q638 279 618 252Z" /> -<glyph unicode="&" glyph-name="ampersand" horiz-adv-x="630" d="M613 -10Q568 -10 534 4T453 62Q416 28 367 9T258 -10Q195 -10 146 12T69 73T41 164Q41 223 76 271T193 359Q151 412 135 446T119 517Q119 556 138 591T196 648T288 670Q362 670 408 634T454 -528Q454 470 425 427T320 344Q361 293 381 270Q436 204 458 179Q494 244 494 327L493 350L572 344Q574 283 558 226T508 124Q544 89 570 78T632 68L613 -10ZM253 589T234 569T215 516Q215 491 226 468T276 397Q330 429 347 458T364 524Q364 556 345 572T288 589Q253 -589 234 569ZM137 127T173 98T261 69Q341 69 402 115Q356 164 318 210L303 227L240 302Q179 265 158 236T137 171Q137 127 173 98Z" /> -<glyph unicode="'" glyph-name="quotesingle" horiz-adv-x="239" d="M154 430H76V686H181L154 430Z" /> -<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="362" d="M339 691Q245 605 206 510T166 278Q166 141 205 47T339 -134L283 -190Q174 -102 119 16T63 278Q63 423 118 541T283 747L339 691Z" /> -<glyph unicode=")" glyph-name="parenright" horiz-adv-x="362" d="M188 659T243 541T299 278Q299 134 244 16T80 -190L23 -134Q117 -49 156 46T196 278Q196 415 157 510T23 691L80 747Q188 659 243 541Z" /> -<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="577" d="M388 423L462 321L396 273L322 375L288 440L254 375L181 273L115 321L189 423L240 475L168 488L49 526L73 603L193 564L259 532L248 604L247 730H330L329 604L318 532L384 564L504 603L528 526L409 -488L336 475L388 423Z" /> -<glyph unicode="+" glyph-name="plus" horiz-adv-x="604" d="M548 275H349V66H256V275H56V364H256V572H349V364H548V275Z" /> -<glyph unicode="," glyph-name="comma" horiz-adv-x="273" d="M176 135T198 106T221 29Q221 -28 191 -75T103 -150L51 -106Q92 -92 120 -65T157 -3L152 -1Q144 -9 124 -9Q99 -9 80 9T60 61Q60 93 82 114T136 135Q176 135 198 106Z" /> -<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="515" d="M428 214H87V313H428V214Z" /> -<glyph unicode="." glyph-name="period" horiz-adv-x="273" d="M171 135T191 116T212 63Q212 30 192 10T137 -10Q103 -10 82 10T61 63Q61 96 81 115T137 135Q171 135 191 116Z" /> -<glyph unicode="/" glyph-name="slash" horiz-adv-x="447" d="M124 -70H24L322 725H422L124 -70Z" /> -<glyph unicode="0" glyph-name="zero" horiz-adv-x="628" d="M189 -10T125 76T60 330Q60 497 124 583T314 670Q439 670 504 584T569 330Q569 163 504 77T314 -10Q189 -10 125 76ZM386 81T423 143T460 330Q460 454 423 516T314 579Q169 579 169 330Q169 81 314 -81Q386 81 423 143Z" /> -<glyph unicode="1" glyph-name="one" horiz-adv-x="418" d="M324 660V0H219V488Q219 522 220 541Q186 508 143 484T54 450L34 543Q60 546 101 565T180 610T234 660H324Z" /> -<glyph unicode="2" glyph-name="two" horiz-adv-x="587" d="M70 79Q200 170 272 233T375 349T407 458Q407 511 374 544T282 577Q220 577 184 536T142 422L49 465Q59 560 122 615T288 670Q359 670 411 643T490 568T517 462Q517 367 447 281T212 90V88Q262 92 321 -92H529V0H70V79Z" /> -<glyph unicode="3" glyph-name="three" horiz-adv-x="586" d="M361 670T409 647T483 583T508 494Q508 447 490 411T443 354T384 334V332Q422 332 453 313T504 259T523 178Q523 124 493 81T409 14T283 -10Q104 -10 46 150L144 197Q159 139 192 111T287 82Q347 82 -381 111T415 190Q415 244 383 266T279 289H249V374H276Q400 374 400 476Q400 526 372 552T291 578Q238 578 207 553T166 480L68 520Q89 592 149 631T293 670Q361 670 409 647Z" /> -<glyph unicode="4" glyph-name="four" horiz-adv-x="622" d="M579 165H467V0H366V165H41V230L336 660H467V248H579V165ZM148 248H366V474L370 581H368Q344 530 304 471L148 248Z" /> -<glyph unicode="5" glyph-name="five" horiz-adv-x="582" d="M382 424T429 398T501 324T527 215Q527 108 463 49T292 -10Q202 -10 145 26T53 135L153 190Q168 136 198 109T290 81Q351 81 386 114T422 207Q422 269 389 302T294 336Q200 336 160 279L71 285L112 -660H495V568H197L174 385L172 371H173Q221 424 319 424Q382 424 429 398Z" /> -<glyph unicode="6" glyph-name="six" horiz-adv-x="617" d="M413 670T466 637T548 529L454 484Q425 577 326 577Q278 577 241 544T184 453T163 323V305H167Q183 359 232 387T341 416Q406 416 456 390T533 317T561 205Q561 106 498 48T326 -10Q201 -10 133 81T65 -330Q65 439 99 516T194 631T332 670Q413 670 466 637ZM268 327T233 294T197 206Q197 150 232 116T326 82Q387 82 421 114T455 206Q455 263 421 295T326 327Q268 327 233 294Z" /> -<glyph unicode="7" glyph-name="seven" horiz-adv-x="577" d="M544 660V571Q422 446 368 307T314 0H205Q205 159 262 302T433 567H41V660H544Z" /> -<glyph unicode="8" glyph-name="eight" horiz-adv-x="619" d="M411 669T471 621T531 492Q531 441 506 403T434 345V344Q493 322 525 280T558 177Q558 91 491 41T310 -10Q196 -10 129 40T61 177Q61 237 94 280T186 344V345Q140 364 114 402T88 492Q88 574 148 621T310 -669Q411 669 471 621ZM257 579T226 554T195 482Q195 437 226 412T310 386Q362 386 393 411T425 482Q425 527 394 553T310 579Q257 579 226 554ZM375 80T412 109T450 189Q450 240 412 269T310 299Q246 299 208 270T169 189Q169 138 207 109T310 80Q375 80 412 109Z" -/> -<glyph unicode="9" glyph-name="nine" horiz-adv-x="621" d="M422 670T490 579T558 329Q558 161 491 76T296 -10Q206 -10 150 27T63 138L164 185Q180 133 208 108T296 82Q384 82 422 148T460 342V353H456Q442 295 393 268T280 240Q216 240 167 266T89 340T61 453Q61 -554 124 612T297 670Q422 670 490 579ZM236 576T202 544T168 452Q168 395 202 363T297 331Q355 331 390 364T426 452Q426 508 391 542T297 576Q236 576 202 544Z" /> -<glyph unicode=":" glyph-name="colon" horiz-adv-x="298" d="M183 510T203 491T224 438Q224 405 204 385T149 365Q115 365 94 385T73 438Q73 471 93 490T149 510Q183 510 203 491ZM183 135T203 116T224 63Q224 30 204 10T149 -10Q115 -10 94 10T73 63Q73 96 93 -115T149 135Q183 135 203 116Z" /> -<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="298" d="M119 365T99 384T78 437Q78 471 98 490T153 510Q188 510 208 491T229 437Q229 404 209 385T153 365Q119 365 99 384ZM190 135T212 106T235 29Q235 -28 205 -75T117 -150L65 -106Q106 -92 134 -65T171 --3L166 -1Q158 -9 138 -9Q113 -9 94 9T74 61Q74 93 96 114T150 135Q190 135 212 106Z" /> -<glyph unicode="<" glyph-name="less" horiz-adv-x="604" d="M549 470L147 299L549 128V21L68 244V353L549 576V470Z" /> -<glyph unicode="=" glyph-name="equal" horiz-adv-x="604" d="M540 366H64V454H540V366ZM540 161H64V249H540V161Z" /> -<glyph unicode=">" glyph-name="greater" horiz-adv-x="604" d="M536 353V244L55 21V128L457 299L55 470V576L536 353Z" /> -<glyph unicode="?" glyph-name="question" horiz-adv-x="562" d="M387 670T450 625T514 497Q514 412 462 366T325 311L322 210H220L218 361Q316 373 358 401T400 482Q400 526 369 551T276 576Q216 576 179 543T136 451L37 498Q53 576 116 623T283 670Q387 670 -450 625ZM305 133T325 114T345 62Q345 29 325 10T271 -9Q236 -9 216 10T196 62Q196 94 216 113T271 133Q305 133 325 114Z" /> -<glyph unicode="@" glyph-name="at" horiz-adv-x="973" d="M635 660T726 609T863 467T909 260Q909 178 885 119T817 28T717 -3Q666 -3 636 22T594 86Q567 45 524 23T424 1Q376 1 338 25T278 94T256 199Q256 282 288 342T373 434T487 466Q594 466 626 382L646 459H719L678 -155Q676 137 676 129Q676 61 737 61Q787 61 814 111T842 260Q842 362 803 437T688 554T503 596Q390 596 307 551T178 421T133 223Q133 116 178 36T302 -86T476 -128Q553 -128 599 -112T688 -66L725 -116Q672 -153 618 -172T475 -192Q353 -192 259 -141T113 4T61 -223Q61 352 116 451T271 605T503 660Q635 660 726 609ZM431 391T391 343T350 208Q350 146 378 112T457 77Q508 77 547 109T593 202L601 261Q603 279 603 288Q603 336 578 363T498 391Q431 391 391 343Z" /> -<glyph unicode="A" glyph-name="A" horiz-adv-x="665" d="M471 173H193L130 0H20L269 660H397L646 0H533L471 173ZM439 260L363 472L333 567H330L302 474L224 260H439Z" /> -<glyph unicode="B" glyph-name="B" horiz-adv-x="662" d="M98 660H358Q474 660 530 613T587 479Q587 425 556 385T469 335V334Q531 324 567 282T604 183Q604 97 541 49T362 0H98V660ZM350 376Q476 376 476 473Q476 570 350 570H203V376H350ZM367 89Q429 89 461 -114T493 188Q493 236 461 261T367 287H203V89H367Z" /> -<glyph unicode="C" glyph-name="C" horiz-adv-x="684" d="M615 86T543 38T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T371 670Q470 670 537 629T635 508L534 463Q514 522 476 549T377 577Q284 577 229 512T173 330Q173 213 226 148T373 83Q437 -83 480 115T543 209L645 175Q615 86 543 38Z" /> -<glyph unicode="D" glyph-name="D" horiz-adv-x="720" d="M487 660T573 574T659 330Q659 172 573 86T331 0H98V660H331Q487 660 573 574ZM435 91T491 153T547 330Q547 444 491 506T331 569H205V91H331Q435 91 491 153Z" /> -<glyph unicode="E" glyph-name="E" horiz-adv-x="636" d="M590 92V0H98V660H576V568H205V378H495V288H205V92H590Z" /> -<glyph unicode="F" glyph-name="F" horiz-adv-x="611" d="M205 568V377H495V284H205V0H98V660H575V568H205Z" /> -<glyph unicode="G" glyph-name="G" horiz-adv-x="724" d="M651 341V0H572L569 84Q540 39 489 15T367 -10Q275 -10 206 31T99 148T61 330Q61 434 100 510T210 628T375 670Q477 670 543 632T647 514L549 467Q530 521 485 549T377 577Q283 577 228 512T173 330Q173 -211 225 147T379 82Q458 82 507 121T556 234V253H354V341H651Z" /> -<glyph unicode="H" glyph-name="H" horiz-adv-x="736" d="M639 660V0H531V288H205V0H98V660H205V380H531V660H639Z" /> -<glyph unicode="I" glyph-name="I" horiz-adv-x="303" d="M205 0H98V660H205V0Z" /> -<glyph unicode="J" glyph-name="J" horiz-adv-x="582" d="M493 234Q493 119 430 55T253 -10Q149 -10 94 39T39 175Q39 206 44 231L146 250Q142 212 142 199Q142 139 169 111T253 83Q326 83 356 124T386 254V660H493V234Z" /> -<glyph unicode="K" glyph-name="K" horiz-adv-x="667" d="M312 318L205 203V0H98V660H205V332L508 660H639L389 390L645 0H519L312 318Z" /> -<glyph unicode="L" glyph-name="L" horiz-adv-x="599" d="M569 92V0H98V660H205V92H569Z" /> -<glyph unicode="M" glyph-name="M" horiz-adv-x="871" d="M773 0H675V382L682 564H681L480 0H391L190 564H189L197 382V0H98V660H257L390 278L436 121H438L485 278L617 660H773V0Z" /> -<glyph unicode="N" glyph-name="N" horiz-adv-x="736" d="M639 0H512L257 416L193 538H192L196 426V0H98V660H224L478 245L543 122H544L540 234V660H639V0Z" /> -<glyph unicode="O" glyph-name="O" horiz-adv-x="745" d="M467 670T537 629T646 511T684 330Q684 226 646 149T538 31T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T372 670Q467 670 537 629ZM279 577T226 512T173 330Q173 213 226 148T372 83Q466 -83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512Z" /> -<glyph unicode="P" glyph-name="P" horiz-adv-x="627" d="M459 660T521 605T584 454Q584 358 522 304T352 249H205V0H98V660H352Q459 660 521 605ZM405 340T439 368T473 454Q473 569 335 569H205V340H335Q405 340 439 368Z" /> -<glyph unicode="Q" glyph-name="Q" horiz-adv-x="745" d="M570 -101T601 -91T651 -63L682 -153Q658 -174 616 -186T529 -198Q441 -198 387 -152T329 -8Q204 6 133 95T61 330Q61 434 99 511T207 629T372 670Q467 670 537 629T646 511T684 330Q684 184 612 95T413 --8Q418 -62 448 -81T532 -101Q570 -101 601 -91ZM173 213T226 148T372 83Q466 83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512T173 330Q173 213 226 148Z" /> -<glyph unicode="R" glyph-name="R" horiz-adv-x="672" d="M346 264H204V0H98V660H367Q474 660 536 608T598 462Q598 391 562 344T458 276L637 0H514L346 264ZM204 353H358Q423 353 455 379T487 461Q487 516 455 542T358 569H204V353Z" /> -<glyph unicode="S" glyph-name="S" horiz-adv-x="642" d="M414 670T478 637T587 536L506 463Q478 523 436 550T324 577Q255 577 217 550T179 479Q179 439 216 416T348 375Q437 359 489 335T566 274T590 183Q590 125 557 81T465 14T327 -10Q126 -10 43 124L118 -199Q150 139 200 111T326 83Q397 83 437 107T478 177Q478 213 442 235T314 274Q223 291 169 316T91 378T66 468Q66 524 97 570T186 643T323 670Q414 670 478 637Z" /> -<glyph unicode="T" glyph-name="T" horiz-adv-x="619" d="M589 568H363V0H256V568H30V660H589V568Z" /> -<glyph unicode="U" glyph-name="U" horiz-adv-x="718" d="M629 253Q629 123 560 57T359 -10Q227 -10 158 56T89 253V660H197V266Q197 172 236 128T359 83Q442 83 481 127T521 266V660H629V253Z" /> -<glyph unicode="V" glyph-name="V" horiz-adv-x="659" d="M392 0H267L22 660H136L290 221L330 90L370 220L524 660H637L392 0Z" /> -<glyph unicode="W" glyph-name="W" horiz-adv-x="972" d="M349 0H222L28 660H144L288 85L433 660H543L689 84L834 660H944L751 0H625L520 396L487 548H486L453 396L349 0Z" /> -<glyph unicode="X" glyph-name="X" horiz-adv-x="620" d="M468 0L306 257L144 0H21L250 335L39 660H166L318 415L470 660H586L373 339L595 0H468Z" /> -<glyph unicode="Y" glyph-name="Y" horiz-adv-x="597" d="M352 253V0H245V253L10 660H129L247 448L299 349L351 448L468 660H588L352 253Z" /> -<glyph unicode="Z" glyph-name="Z" horiz-adv-x="631" d="M583 91V0H50V87L449 569H59V660H571V573L172 91H583Z" /> -<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="361" d="M183 640V-83H330V-168H86V725H330V640H183Z" /> -<glyph unicode="\" glyph-name="backslash" horiz-adv-x="447" d="M125 725L423 -70H323L25 725H125Z" /> -<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="361" d="M275 -168H31V-83H178V640H31V725H275V-168Z" /> -<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="576" d="M448 355L288 649L128 355H26L240 728H336L549 355H448Z" /> -<glyph unicode="_" glyph-name="underscore" horiz-adv-x="539" d="M539 -181H0V-88H539V-181Z" /> -<glyph unicode="`" glyph-name="grave" horiz-adv-x="500" d="M299 578H217L118 746H226L299 578Z" /> -<glyph unicode="a" glyph-name="a" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 336L57 380Q75 440 -130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97Z" /> -<glyph unicode="b" glyph-name="b" horiz-adv-x="629" d="M455 510T514 441T573 249Q573 127 514 59T352 -10Q293 -10 249 18T182 93L177 0H83V725H190V420Q213 462 255 486T352 510Q455 510 514 441ZM393 76T429 122T466 250Q466 332 430 377T328 423Q267 423 -231 382T190 269V231Q194 158 230 117T328 76Q393 76 429 122Z" /> -<glyph unicode="c" glyph-name="c" horiz-adv-x="566" d="M467 510T520 370L420 330Q394 425 303 425Q236 425 199 379T162 249Q162 165 199 120T303 75Q354 75 385 100T426 172L524 139Q502 69 446 30T305 -10Q187 -10 121 59T54 250Q54 372 120 441T303 510Q467 -510 520 370Z" /> -<glyph unicode="d" glyph-name="d" horiz-adv-x="629" d="M546 725V0H452L446 89Q424 44 380 17T278 -10Q175 -10 116 58T56 249Q56 371 115 440T278 510Q333 510 375 486T439 419V725H546ZM365 76T402 121T439 244V256Q439 334 402 378T302 423Q237 423 201 378T164 -250Q164 168 200 122T302 76Q365 76 402 121Z" /> -<glyph unicode="e" glyph-name="e" d="M530 236T526 210H160Q169 144 207 110T305 75Q354 75 386 92T431 143L520 106Q464 -10 305 -10Q187 -10 121 59T54 250Q54 373 118 441T298 510Q408 510 469 443T530 265Q530 236 526 210ZM240 425T205 391T160 292H430Q422 -355 388 390T298 425Q240 425 205 391Z" /> -<glyph unicode="f" glyph-name="f" horiz-adv-x="400" d="M225 500H387V416H228V0H121V416H27V500H121V572Q121 648 167 690T296 732Q326 732 351 726T390 708L370 630Q347 645 313 645Q225 645 225 564V500Z" /> -<glyph unicode="g" glyph-name="g" horiz-adv-x="554" d="M450 78T492 44T534 -50Q534 -101 501 -138T409 -195T277 -215Q158 -215 99 -180T39 -87Q39 -53 62 -28T128 9Q96 24 77 47T58 104Q58 177 136 204Q98 226 79 261T59 341Q59 391 86 429T162 489T276 510Q331 -510 377 494Q391 549 427 577T524 605L542 522Q494 523 465 510T424 471Q457 448 475 415T493 341Q493 264 434 218T276 172Q230 172 193 181Q168 175 157 162T145 126Q145 103 161 91T207 78H374Q450 78 492 44ZM230 435T199 409T168 341Q168 299 199 273T276 -246Q323 246 353 272T384 341Q384 383 354 409T276 435Q230 435 199 409ZM360 -135T401 -114T442 -62Q442 -37 422 -24T355 -11H220Q175 -11 153 -25T130 -64Q130 -98 169 -116T287 -135Q360 -135 401 -114Z" /> -<glyph unicode="h" glyph-name="h" horiz-adv-x="619" d="M435 510T487 462T540 324V0H433V290Q433 422 326 422Q270 422 230 383T190 264V0H83V725H190V420Q215 466 256 488T352 510Q435 510 487 462Z" /> -<glyph unicode="i" glyph-name="i" horiz-adv-x="274" d="M103 584T84 601T65 651Q65 683 84 700T137 717Q171 717 189 700T208 651Q208 619 190 602T137 584Q103 584 84 601ZM190 0H83V500H190V0Z" /> -<glyph unicode="j" glyph-name="j" horiz-adv-x="273" d="M169 717T188 699T208 651Q208 621 189 603T137 584Q104 584 85 602T65 651Q65 681 84 699T137 717Q169 717 188 699ZM190 -44Q190 -133 144 -174T26 -215Q-39 -215 -84 -182L-65 -96Q-31 -124 12 -124Q46 --124 64 -103T83 -34V500H190V-44Z" /> -<glyph unicode="k" glyph-name="k" horiz-adv-x="583" d="M289 235L190 133V0H83V725H190V255L429 500H555L364 304L567 0H443L289 235Z" /> -<glyph unicode="l" glyph-name="l" horiz-adv-x="312" d="M187 146Q187 109 198 95T239 80Q258 80 271 82T305 93L293 7Q259 -10 210 -10Q143 -10 112 24T80 131V725H187V146Z" /> -<glyph unicode="m" glyph-name="m" horiz-adv-x="949" d="M736 510T778 490T845 427T870 324V0H763V307Q763 366 735 394T660 422Q605 422 568 382T530 272V0H423V307Q423 366 395 394T320 422Q288 422 258 406T209 354T190 266V0H83V500H178L183 417Q208 463 -251 486T345 510Q401 510 446 485T514 410Q537 459 584 484T686 510Q736 510 778 490Z" /> -<glyph unicode="n" glyph-name="n" horiz-adv-x="619" d="M435 510T487 462T540 324V0H433V290Q433 422 326 422Q270 422 230 384T190 265V0H83V500H178L183 417Q208 464 252 487T352 510Q435 510 487 462Z" /> -<glyph unicode="o" glyph-name="o" horiz-adv-x="606" d="M420 510T486 441T552 250Q552 128 486 59T303 -10Q186 -10 120 59T54 250Q54 372 120 441T303 510Q420 510 486 441ZM235 426T199 381T162 250Q162 165 198 120T303 74Q371 74 408 120T445 250Q445 334 -408 380T303 426Q235 426 199 381Z" /> -<glyph unicode="p" glyph-name="p" horiz-adv-x="629" d="M455 510T514 442T573 251Q573 129 514 60T352 -10Q298 -10 256 14T190 80V-210H83V500H177L182 407Q204 454 248 482T352 510Q455 510 514 442ZM393 77T429 122T466 250Q466 332 430 378T328 424Q267 -424 231 383T190 269V231Q194 159 230 118T328 77Q393 77 429 122Z" /> -<glyph unicode="q" glyph-name="q" horiz-adv-x="630" d="M547 500V-210H440V81Q417 39 375 15T279 -10Q176 -10 117 59T57 251Q57 373 116 441T278 510Q337 510 381 483T448 408L453 500H547ZM365 77T402 121T440 244V256Q440 334 403 379T302 424Q237 424 201 -378T164 250Q164 168 200 123T302 77Q365 77 402 121Z" /> -<glyph unicode="r" glyph-name="r" horiz-adv-x="414" d="M376 510T396 500L379 402Q356 415 316 415Q284 415 256 398T209 347T190 265V0H83V500H174L183 410Q225 510 341 510Q376 510 396 500Z" /> -<glyph unicode="s" glyph-name="s" horiz-adv-x="529" d="M188 -10T130 16T41 95L113 157Q132 114 172 94T268 74Q319 74 347 90T375 134Q375 158 349 172T259 200Q148 221 103 256T58 355Q58 396 83 431T155 488T268 510Q351 510 401 483T478 397L402 341Q384 -385 352 405T269 426Q224 426 195 408T165 365Q165 338 191 322T288 293Q394 274 438 239T482 141Q482 74 424 32T264 -10Q188 -10 130 16Z" /> -<glyph unicode="t" glyph-name="t" horiz-adv-x="424" d="M407 33Q383 13 349 2T274 -10Q205 -10 164 24T121 132V416H26V500H121V617L228 647V500H403V416H228V150Q228 114 247 97T301 79Q347 79 382 111L407 33Z" /> -<glyph unicode="u" glyph-name="u" horiz-adv-x="619" d="M536 500V0H441L437 81Q386 -10 259 -10Q178 -10 129 34T79 171V500H186V199Q186 133 212 106T289 78Q350 78 389 116T429 230V500H536Z" /> -<glyph unicode="v" glyph-name="v" horiz-adv-x="532" d="M524 500L325 0H208L8 500H126L267 87L412 500H524Z" /> -<glyph unicode="w" glyph-name="w" horiz-adv-x="871" d="M843 500L676 0H559L433 378L313 0H196L29 500H145L258 100L383 500H489L613 100L727 500H843Z" /> -<glyph unicode="x" glyph-name="x" horiz-adv-x="550" d="M399 0L273 188L143 0H22L210 252L32 500H160L280 319L399 500H522L343 255L525 0H399Z" /> -<glyph unicode="y" glyph-name="y" horiz-adv-x="546" d="M314 -59Q281 -145 239 -180T129 -215Q90 -215 62 -206T11 -175L42 -93Q72 -129 124 -129Q154 -129 174 -114T211 -57L233 -3L181 121L25 500H145L255 186L284 92L318 195L422 500H533L314 -59Z" /> -<glyph unicode="z" glyph-name="z" horiz-adv-x="528" d="M51 74L294 356L354 418L268 416H53V500H472V426L230 144L170 82L265 84H481V0H51V74Z" /> -<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="372" d="M237 -82T260 -97T336 -112L325 -190Q228 -190 186 -157T144 -52V133Q144 189 119 213T32 237V319Q93 319 118 343T144 423V609Q144 680 186 713T325 747L336 669Q284 669 261 654T237 607V408Q237 -306 126 278Q237 252 237 149V-50Q237 -82 260 -97Z" /> -<glyph unicode="|" glyph-name="bar" horiz-adv-x="266" d="M180 -168H86V725H180V-168Z" /> -<glyph unicode="}" glyph-name="braceright" horiz-adv-x="372" d="M228 367T253 343T340 319V237Q279 237 254 213T228 133V-52Q228 -123 186 -156T47 -190L36 -112Q88 -112 111 -98T134 -50V149Q134 252 245 278Q134 306 134 408V607Q134 639 111 654T36 669L47 -747Q144 747 186 714T228 609V423Q228 367 253 343Z" /> -<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="557" d="M509 316T474 275T375 234Q341 234 316 245T263 276Q239 291 225 298T194 305Q147 305 136 235H43Q54 398 183 398Q216 398 239 388T294 357Q316 342 331 335T364 327Q410 327 421 396H514Q509 -316 474 275Z" /> -<glyph unicode=" " glyph-name="uni00A0" horiz-adv-x="325" /> -<glyph unicode="¡" glyph-name="exclamdown" horiz-adv-x="274" d="M103 368T83 387T63 439Q63 471 83 490T137 509Q172 509 192 490T212 439Q212 407 192 388T137 368Q103 368 83 387ZM81 104L95 290H179L193 104V-160H81V104Z" /> -<glyph unicode="¢" glyph-name="cent" horiz-adv-x="570" d="M511 76T463 37T342 -9V-100H268V-7Q170 5 116 72T61 250Q61 361 115 428T268 508V600H342V509Q414 502 459 466T524 370L433 331Q410 414 342 429V70Q419 85 440 170L528 140Q511 76 463 37ZM158 -174T186 129T268 72V428Q214 416 186 371T158 249Q158 174 186 129Z" /> -<glyph unicode="£" glyph-name="sterling" horiz-adv-x="625" d="M594 81T558 36T454 -10Q412 -10 377 5T299 48Q244 -10 158 -10Q107 -10 76 14T45 78Q45 117 78 142T166 168Q224 168 272 144Q274 160 274 170Q274 196 266 220T240 272H76V347H184Q156 384 -145 411T134 469Q134 526 161 572T238 644T353 670Q438 670 490 630T563 508L474 463Q459 524 430 553T349 582Q295 582 263 554T230 478Q230 452 241 427T284 356L291 347H481V272H334Q351 230 351 185Q351 142 335 106Q363 88 386 79T437 69Q478 69 496 91T514 -163L590 160Q594 81 558 36ZM218 47T247 82Q201 107 166 107Q122 107 122 78Q122 63 134 55T167 47Q218 47 247 82Z" /> -<glyph unicode="¤" glyph-name="currency" horiz-adv-x="659" d="M541 263T508 210L600 124L534 59L445 150Q395 119 330 119Q265 119 212 151L125 59L60 124L151 212Q118 264 118 329Q118 396 152 447L60 533L125 598L214 507Q264 538 330 538Q397 538 448 -507L534 598L600 533L510 445Q541 394 541 329Q541 263 508 210ZM381 205T413 240T446 329Q446 383 414 417T330 452Q279 452 246 418T213 329Q213 275 246 240T330 205Q381 205 413 240Z" /> -<glyph unicode="¥" glyph-name="yen" horiz-adv-x="637" d="M434 299H561V240H368V167H561V111H368V0H270V111H78V167H270V240H78V299H203L252 295L30 660H148L271 428L318 328H320L367 429L490 660H608L385 295L434 299Z" /> -<glyph unicode="¦" glyph-name="brokenbar" horiz-adv-x="260" d="M177 357H83V725H177V357ZM177 -168H83V200H177V-168Z" /> -<glyph unicode="§" glyph-name="section" horiz-adv-x="605" d="M579 227T556 193T493 134Q519 99 519 46Q519 1 493 -34T417 -90T303 -110Q224 -110 172 -85T83 -10L151 48Q174 9 210 -9T302 -28Q361 -28 393 -11T425 37Q425 75 389 95T260 128Q135 143 -82 179T29 285Q29 330 52 365T116 424Q90 457 90 511Q90 556 116 592T193 649T311 670Q392 670 441 645T526 570L460 513Q434 551 400 569T310 588Q250 588 217 570T184 521Q184 482 219 462T348 430Q473 415 526 379T579 273Q579 227 556 193ZM122 263T155 245T277 -217Q370 206 421 185Q487 213 487 261Q487 295 453 312T331 340Q238 351 187 372Q122 344 122 297Q122 263 155 245Z" /> -<glyph unicode="¨" glyph-name="dieresis" horiz-adv-x="500" d="M181 700T199 683T217 637Q217 608 199 591T151 574Q122 574 104 591T86 637Q86 666 104 683T151 700Q181 700 199 683ZM383 700T401 683T419 637Q419 608 401 591T353 574Q323 574 306 591T288 -637Q288 666 305 683T353 700Q383 700 401 683Z" /> -<glyph unicode="©" glyph-name="copyright" horiz-adv-x="806" d="M506 670T583 628T703 509T746 330Q746 228 704 151T584 32T403 -10Q300 -10 223 32T103 151T60 330Q60 432 102 509T222 628T403 670Q506 670 583 628ZM323 599T263 566T169 472T136 330Q136 -249 169 188T262 94T403 61Q483 61 543 94T636 188T669 330Q669 411 637 472T544 566T403 599Q323 599 263 566ZM528 515T570 415L500 381Q488 410 466 424T409 438Q362 438 335 409T308 328Q308 276 335 247T409 218Q483 218 506 279L572 250Q551 196 511 169T407 -142Q323 142 275 192T226 328Q226 415 274 465T407 515Q528 515 570 415Z" /> -<glyph unicode="ª" glyph-name="ordfeminine" horiz-adv-x="399" d="M372 378T379 382L373 331Q353 321 329 321Q300 321 281 334T256 372Q238 348 206 335T130 321Q78 321 49 342T20 404Q20 446 51 472T152 511L241 527V540Q241 569 224 585T175 601Q144 -601 123 588T91 543L26 570Q36 614 75 639T179 664Q252 664 289 633T326 541V409Q326 378 356 378Q372 378 379 382ZM189 381T215 398T241 442V480L179 467Q140 459 123 448T106 416Q106 397 119 389T158 381Q189 381 215 398ZM28 250H362V186H28V250Z" /> -<glyph unicode="«" glyph-name="guillemotleft" horiz-adv-x="521" d="M151 265L277 69H172L46 265L172 461H277L151 265ZM348 265L474 69H369L243 265L369 461H474L348 265Z" /> -<glyph unicode="¬" glyph-name="logicalnot" horiz-adv-x="604" d="M545 364V121H448V275H59V364H545Z" /> -<glyph unicode="­" glyph-name="uni00AD" horiz-adv-x="515" d="M428 214H87V313H428V214Z" /> -<glyph unicode="®" glyph-name="registered" horiz-adv-x="806" d="M506 670T583 628T703 509T746 330Q746 228 704 151T584 32T403 -10Q300 -10 223 32T103 151T60 330Q60 432 102 509T222 628T403 670Q506 670 583 628ZM483 61T543 94T636 188T669 330Q669 -411 637 472T544 566T403 599Q323 599 263 566T169 472T136 330Q136 249 169 188T262 94T403 61Q483 61 543 94ZM566 353T543 324T479 284L574 146H484L403 277H347V146H270V514H429Q490 514 528 482T566 395Q566 353 543 324ZM347 333H421Q488 333 488 393Q488 -453 421 453H347V333Z" /> -<glyph unicode="¯" glyph-name="overscore" horiz-adv-x="500" d="M428 588H72V666H428V588Z" /> -<glyph unicode="°" glyph-name="degree" horiz-adv-x="471" d="M155 327T106 375T56 499Q56 575 106 622T235 670Q315 670 365 623T415 499Q415 422 365 375T235 327Q155 327 106 375ZM276 406T302 432T329 499Q329 540 303 566T235 592Q195 592 169 566T142 -499Q142 458 168 432T235 406Q276 406 302 432Z" /> -<glyph unicode="±" glyph-name="plusminus" horiz-adv-x="604" d="M548 447V359H347V163H258V359H56V447H258V644H347V447H548ZM56 87H548V0H56V87Z" /> -<glyph unicode="²" glyph-name="uni00B2" horiz-adv-x="373" d="M36 390Q90 425 127 452Q197 505 222 537T248 601Q248 630 231 648T180 666Q145 666 125 643T104 578L24 603Q27 665 70 700T183 735Q259 735 298 698T338 607Q338 565 307 524T208 436Q193 -426 148 400V399Q193 402 220 402H346V333H36V390Z" /> -<glyph unicode="³" glyph-name="uni00B3" horiz-adv-x="367" d="M251 735T289 706T327 626Q327 584 303 560T247 533V531Q283 530 309 507T336 442Q336 390 294 359T182 327Q52 327 20 424L101 458Q110 394 179 394Q211 394 229 410T248 453Q248 503 179 -503H155V557H176Q207 557 223 571T239 611Q239 638 224 652T179 666Q119 666 109 609L31 636Q43 685 83 710T183 735Q251 735 289 706Z" /> -<glyph unicode="´" glyph-name="acute" horiz-adv-x="500" d="M382 746L283 578H201L274 746H382Z" /> -<glyph unicode="µ" glyph-name="uni00B5" horiz-adv-x="613" d="M535 500V0H445L438 85Q390 -10 265 -10Q219 -10 185 12V-210H78V500H185V199Q185 133 211 106T289 78Q347 78 384 108T428 194V500H535Z" /> -<glyph unicode="¶" glyph-name="paragraph" horiz-adv-x="668" d="M584 -100H494V574H371V-100H279V238Q166 239 103 294T39 448Q39 549 106 604T300 660H584V-100Z" /> -<glyph unicode="·" glyph-name="middot" horiz-adv-x="240" d="M155 427T175 408T196 354Q196 321 176 302T120 282Q86 282 66 301T45 354Q45 388 65 407T120 427Q155 427 175 408Z" /> -<glyph unicode="¸" glyph-name="cedilla" horiz-adv-x="500" d="M240 31Q306 15 342 -22T378 -105Q378 -153 344 -184T254 -215Q215 -215 188 -206T139 -178L172 -116Q185 -129 203 -137T242 -146Q266 -146 282 -131T298 -90Q298 -60 277 -40T197 3L240 31Z" /> -<glyph unicode="¹" glyph-name="uni00B9" horiz-adv-x="259" d="M209 730V333H123V574Q123 604 126 643Q69 595 13 588V661Q43 666 81 687T134 730H209Z" /> -<glyph unicode="º" glyph-name="ordmasculine" horiz-adv-x="379" d="M110 321T68 366T25 492Q25 574 67 619T189 664Q269 664 311 619T354 492Q354 411 312 366T189 321Q110 321 68 366ZM267 384T267 492Q267 602 189 602Q112 602 112 492Q112 384 189 384Q267 -384 267 492ZM36 250H343V186H36V250Z" /> -<glyph unicode="»" glyph-name="guillemotright" horiz-adv-x="520" d="M151 461L277 265L151 69H46L172 265L46 461H151ZM348 461L474 265L348 69H243L369 265L243 461H348Z" /> -<glyph unicode="¼" glyph-name="onequarter" horiz-adv-x="817" d="M209 665V268H123V509Q123 539 126 578Q71 530 13 523V596Q43 601 81 622T134 665H209ZM578 660H669L192 0H101L578 660ZM798 91H731V-4H657V91H458V134L633 393H731V150H798V91ZM657 150V253Q657 -294 660 331H657Q641 299 626 275L537 150H657Z" /> -<glyph unicode="½" glyph-name="onehalf" horiz-adv-x="884" d="M209 665V268H123V509Q123 539 126 578Q71 530 13 523V596Q43 601 81 622T134 665H209ZM578 660H669L192 0H101L578 660ZM547 53Q601 88 638 115Q708 168 733 200T759 264Q759 293 742 311T691 -329Q656 329 636 306T615 241L535 266Q538 328 581 363T694 398Q770 398 809 361T849 270Q849 228 818 187T719 99Q704 89 659 63V62Q704 65 731 65H857V-4H547V53Z" /> -<glyph unicode="¾" glyph-name="threequarters" horiz-adv-x="925" d="M251 670T289 641T327 561Q327 519 303 495T247 468V466Q283 465 309 442T336 377Q336 325 294 294T182 262Q52 262 20 359L101 393Q110 329 179 329Q211 329 229 345T248 388Q248 438 -179 438H155V492H176Q207 492 223 506T239 546Q239 573 224 587T179 601Q119 601 109 544L31 571Q43 620 83 645T183 670Q251 670 289 641ZM686 660H777L300 0H209L686 660ZM906 91H839V-4H765V91H566V134L741 393H839V150H906V91ZM765 150V253Q765 294 768 331H765Q749 -299 734 275L645 150H765Z" /> -<glyph unicode="¿" glyph-name="questiondown" horiz-adv-x="558" d="M254 367T234 386T214 438Q214 471 234 490T288 509Q323 509 343 490T363 438Q363 406 343 387T288 367Q254 367 234 386ZM172 -170T109 -124T45 4Q45 89 97 135T234 190L237 290H339L342 -140Q244 127 202 99T159 18Q159 -26 190 -51T283 -76Q342 -76 379 -43T423 49L522 2Q506 -76 443 -123T276 -170Q172 -170 109 -124Z" /> -<glyph unicode="À" glyph-name="Agrave" horiz-adv-x="665" d="M290 737L202 888H316L372 737H290ZM471 173H193L130 0H20L269 660H397L646 0H533L471 173ZM439 260L363 472L333 567H330L302 474L224 260H439Z" /> -<glyph unicode="Á" glyph-name="Aacute" horiz-adv-x="665" d="M364 737H282L338 888H452L364 737ZM471 173H193L130 0H20L269 660H397L646 0H533L471 173ZM439 260L363 472L333 567H330L302 474L224 260H439Z" /> -<glyph unicode="Â" glyph-name="Acircumflex" horiz-adv-x="665" d="M253 731H164L277 898H389L502 731H413L333 838L253 731ZM471 173H193L130 0H20L269 660H397L646 0H533L471 173ZM439 260L363 472L333 567H330L302 474L224 260H439Z" /> -<glyph unicode="Ã" glyph-name="Atilde" horiz-adv-x="665" d="M471 173H193L130 0H20L269 660H397L646 0H533L471 173ZM439 260L363 472L333 567H330L302 474L224 260H439ZM509 736T400 736Q371 736 352 746T311 776Q294 790 285 795T264 801Q245 801 235 -785T219 735H146Q155 877 265 877Q293 877 311 867T353 837Q370 823 379 818T399 812Q419 812 429 828T445 877H518Q509 736 400 736Z" /> -<glyph unicode="Ä" glyph-name="Adieresis" horiz-adv-x="665" d="M471 173H193L130 0H20L269 660H397L646 0H533L471 173ZM439 260L363 472L333 567H330L302 474L224 260H439ZM261 860T279 843T297 797Q297 768 279 751T231 734Q202 734 184 751T166 797Q166 -826 184 843T231 860Q261 860 279 843ZM463 860T481 843T499 797Q499 768 481 751T433 734Q403 734 386 751T368 797Q368 826 385 843T433 860Q463 860 481 843Z" /> -<glyph unicode="Å" glyph-name="Aring" horiz-adv-x="665" d="M471 173H193L130 0H20L259 630Q231 645 216 671T200 733Q200 787 237 821T334 855Q394 855 430 821T466 733Q466 698 451 672T407 630L646 0H533L471 173ZM303 797T284 779T265 732Q265 703 -284 685T333 667Q362 667 381 685T400 732Q400 760 381 778T333 797Q303 797 284 779ZM439 260L363 472L333 567H330L302 474L224 260H439Z" /> -<glyph unicode="Æ" glyph-name="AE" horiz-adv-x="945" d="M899 90V0H442V208H223L115 0H3L358 660H885V570H546V378H804V289H546V90H899ZM442 294V571H411L268 294H442Z" /> -<glyph unicode="Ç" glyph-name="Ccedilla" horiz-adv-x="684" d="M620 100T565 54T432 -5Q460 -25 474 -51T489 -105Q489 -153 455 -184T365 -215Q326 -215 299 -206T250 -178L283 -116Q296 -129 314 -137T353 -146Q377 -146 393 -131T409 -90Q409 -64 393 --46T335 -8Q251 -1 189 42T94 159T61 330Q61 434 99 511T207 629T371 670Q470 670 537 629T635 508L534 463Q514 522 476 549T377 577Q284 577 229 512T173 330Q173 213 226 148T373 83Q437 83 480 115T543 209L645 175Q620 100 565 54Z" /> -<glyph unicode="È" glyph-name="Egrave" horiz-adv-x="636" d="M309 737L221 888H335L391 737H309ZM590 92V0H98V660H576V568H205V378H495V288H205V92H590Z" /> -<glyph unicode="É" glyph-name="Eacute" horiz-adv-x="636" d="M366 737H284L340 888H454L366 737ZM590 92V0H98V660H576V568H205V378H495V288H205V92H590Z" /> -<glyph unicode="Ê" glyph-name="Ecircumflex" horiz-adv-x="636" d="M254 731H165L278 898H390L503 731H414L334 838L254 731ZM590 92V0H98V660H576V568H205V378H495V288H205V92H590Z" /> -<glyph unicode="Ë" glyph-name="Edieresis" horiz-adv-x="636" d="M590 92V0H98V660H576V568H205V378H495V288H205V92H590ZM263 860T281 843T299 797Q299 768 281 751T233 734Q204 734 186 751T168 797Q168 826 186 843T233 860Q263 860 281 843ZM465 860T483 -843T501 797Q501 768 483 751T435 734Q405 734 388 751T370 797Q370 826 387 843T435 860Q465 860 483 843Z" /> -<glyph unicode="Ì" glyph-name="Igrave" horiz-adv-x="303" d="M190 737H108L20 888H134L190 737ZM205 0H98V660H205V0Z" /> -<glyph unicode="Í" glyph-name="Iacute" horiz-adv-x="303" d="M271 888L183 737H101L157 888H271ZM205 0H98V660H205V0Z" /> -<glyph unicode="Î" glyph-name="Icircumflex" horiz-adv-x="303" d="M231 731L151 838L71 731H-18L95 898H207L320 731H231ZM205 0H98V660H205V0Z" /> -<glyph unicode="Ï" glyph-name="Idieresis" horiz-adv-x="303" d="M90 860T107 843T125 797Q125 768 108 751T60 734Q31 734 14 751T-4 797Q-4 826 13 843T60 860Q90 860 107 843ZM271 860T289 843T307 797Q307 769 289 752T242 734Q213 734 195 751T177 -797Q177 826 195 843T242 860Q271 860 289 843ZM205 0H98V660H205V0Z" /> -<glyph unicode="Ð" glyph-name="Eth" horiz-adv-x="738" d="M505 660T591 574T677 330Q677 172 591 86T349 0H116V294H22V370H116V660H349Q505 660 591 574ZM454 91T510 153T566 330Q566 444 510 506T349 569H223V370H400V294H223V91H349Q454 91 510 153Z" /> -<glyph unicode="Ñ" glyph-name="Ntilde" horiz-adv-x="736" d="M639 0H512L257 416L193 538H192L196 426V0H98V660H224L478 245L543 122H544L540 234V660H639V0ZM548 736T439 736Q410 736 391 746T350 776Q333 790 324 795T303 801Q284 801 274 785T258 735H185Q194 -877 304 877Q332 877 350 867T392 837Q409 823 418 818T438 812Q458 812 468 828T484 877H557Q548 736 439 736Z" /> -<glyph unicode="Ò" glyph-name="Ograve" horiz-adv-x="745" d="M411 737H329L241 888H355L411 737ZM467 670T537 629T646 511T684 330Q684 226 646 149T538 31T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T372 670Q467 670 537 629ZM279 -577T226 512T173 330Q173 213 226 148T372 83Q466 83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512Z" /> -<glyph unicode="Ó" glyph-name="Oacute" horiz-adv-x="745" d="M492 888L404 737H322L378 888H492ZM467 670T537 629T646 511T684 330Q684 226 646 149T538 31T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T372 670Q467 670 537 629ZM279 -577T226 512T173 330Q173 213 226 148T372 83Q466 83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512Z" /> -<glyph unicode="Ô" glyph-name="Ocircumflex" horiz-adv-x="745" d="M452 731L372 838L292 731H203L316 898H428L541 731H452ZM467 670T537 629T646 511T684 330Q684 226 646 149T538 31T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T372 -670Q467 670 537 629ZM279 577T226 512T173 330Q173 213 226 148T372 83Q466 83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512Z" /> -<glyph unicode="Õ" glyph-name="Otilde" horiz-adv-x="745" d="M467 670T537 629T646 511T684 330Q684 226 646 149T538 31T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T372 670Q467 670 537 629ZM279 577T226 512T173 330Q173 213 226 -148T372 83Q466 83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512ZM549 736T440 736Q411 736 392 746T351 776Q334 790 325 795T304 801Q285 801 275 785T259 735H186Q195 877 305 877Q333 877 351 867T393 837Q410 823 419 818T439 812Q459 812 469 -828T485 877H558Q549 736 440 736Z" /> -<glyph unicode="Ö" glyph-name="Odieresis" horiz-adv-x="745" d="M467 670T537 629T646 511T684 330Q684 226 646 149T538 31T372 -10Q277 -10 207 31T99 149T61 330Q61 434 99 511T207 629T372 670Q467 670 537 629ZM279 577T226 512T173 330Q173 213 226 -148T372 83Q466 83 519 148T572 330Q572 447 519 512T372 577Q279 577 226 512ZM301 860T319 843T337 797Q337 768 319 751T271 734Q242 734 224 751T206 797Q206 826 224 843T271 860Q301 860 319 843ZM503 860T521 843T539 797Q539 768 521 751T473 734Q443 734 -426 751T408 797Q408 826 425 843T473 860Q503 860 521 843Z" /> -<glyph unicode="×" glyph-name="multiply" horiz-adv-x="604" d="M366 320L530 156L466 91L302 255L138 91L73 156L237 320L73 484L138 549L302 385L466 549L530 484L366 320Z" /> -<glyph unicode="Ø" glyph-name="Oslash" horiz-adv-x="745" d="M638 540T661 475T684 330Q684 226 646 149T538 31T372 -10Q275 -10 204 33L156 -34H81L155 71Q110 116 86 182T61 330Q61 434 99 511T207 629T372 670Q474 670 547 623L589 682H664L595 584Q638 -540 661 475ZM279 577T226 512T173 330Q173 222 218 157L488 542Q441 577 372 577Q279 577 226 512ZM466 83T519 148T572 330Q572 434 531 496L264 113Q309 83 372 83Q466 83 519 148Z" /> -<glyph unicode="Ù" glyph-name="Ugrave" horiz-adv-x="718" d="M398 737H316L228 888H342L398 737ZM629 253Q629 123 560 57T359 -10Q227 -10 158 56T89 253V660H197V266Q197 172 236 128T359 83Q442 83 481 127T521 266V660H629V253Z" /> -<glyph unicode="Ú" glyph-name="Uacute" horiz-adv-x="718" d="M478 888L390 737H308L364 888H478ZM629 253Q629 123 560 57T359 -10Q227 -10 158 56T89 253V660H197V266Q197 172 236 128T359 83Q442 83 481 127T521 266V660H629V253Z" /> -<glyph unicode="Û" glyph-name="Ucircumflex" horiz-adv-x="718" d="M439 731L359 838L279 731H190L303 898H415L528 731H439ZM629 253Q629 123 560 57T359 -10Q227 -10 158 56T89 253V660H197V266Q197 172 236 128T359 83Q442 83 481 127T521 266V660H629V253Z" /> -<glyph unicode="Ü" glyph-name="Udieresis" horiz-adv-x="718" d="M629 253Q629 123 560 57T359 -10Q227 -10 158 56T89 253V660H197V266Q197 172 236 128T359 83Q442 83 481 127T521 266V660H629V253ZM287 860T305 843T323 797Q323 768 305 751T257 734Q228 -734 210 751T192 797Q192 826 210 843T257 860Q287 860 305 843ZM489 860T507 843T525 797Q525 768 507 751T459 734Q429 734 412 751T394 797Q394 826 411 843T459 860Q489 860 507 843Z" /> -<glyph unicode="Ý" glyph-name="Yacute" horiz-adv-x="597" d="M418 888L330 737H248L304 888H418ZM352 253V0H245V253L10 660H129L247 448L299 349L351 448L468 660H588L352 253Z" /> -<glyph unicode="Þ" glyph-name="Thorn" horiz-adv-x="639" d="M462 547T525 493T589 337Q589 235 526 181T339 127H205V0H98V660H205V547H339Q462 547 525 493ZM409 218T444 247T478 337Q479 397 444 426T338 456H205V218H338Q409 218 444 247Z" /> -<glyph unicode="ß" glyph-name="germandbls" horiz-adv-x="628" d="M454 383T495 356T556 286T576 193Q576 139 551 93T476 18T355 -10Q321 -10 291 -1T245 23L269 102Q297 78 349 78Q408 78 440 113T473 206Q473 268 434 300T319 332H277L282 421H319Q378 -421 412 452T446 534Q446 587 415 613T325 640Q250 640 220 598T190 465V0H83V486Q83 602 141 666T331 730Q406 730 456 703T529 632T553 541Q553 504 535 468T481 409T391 385V383Q454 383 495 356Z" /> -<glyph unicode="à" glyph-name="agrave" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 336L57 -380Q75 440 130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97ZM325 578H243L144 746H252L325 578Z" /> -<glyph unicode="á" glyph-name="aacute" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 336L57 -380Q75 440 130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97ZM400 746L301 578H219L292 746H400Z" /> -<glyph unicode="â" glyph-name="acircumflex" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 -336L57 380Q75 440 130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97ZM356 571L276 675L196 571H108L219 740H333L444 571H356Z" -/> -<glyph unicode="ã" glyph-name="atilde" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 336L57 -380Q75 440 130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97ZM452 576T343 576Q314 576 295 586T254 616Q237 630 228 635T207 -641Q188 641 178 625T162 575H89Q98 717 208 717Q236 717 254 707T296 677Q313 663 322 658T342 652Q362 652 372 668T388 717H461Q452 576 343 576Z" /> -<glyph unicode="ä" glyph-name="adieresis" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 336L57 -380Q75 440 130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97ZM205 700T223 683T241 637Q241 608 223 591T175 574Q146 574 -128 591T110 637Q110 666 128 683T175 700Q205 700 223 683ZM407 700T425 683T443 637Q443 608 425 591T377 574Q347 574 330 591T312 637Q312 666 329 683T377 700Q407 700 425 683Z" /> -<glyph unicode="å" glyph-name="aring" horiz-adv-x="570" d="M537 70T552 74L545 2Q518 -10 483 -10Q440 -10 415 7T381 64Q358 29 313 10T212 -10Q139 -10 94 24T49 121Q49 180 98 220T244 278L371 300V327Q371 373 344 399T269 426Q170 426 140 336L57 -380Q75 440 130 475T267 510Q364 510 421 465T478 333V107Q478 88 486 79T515 70Q537 70 552 74ZM289 71T330 97T371 166V226L262 204Q210 194 185 176T160 128Q160 100 179 86T235 71Q289 71 330 97ZM333 806T367 774T402 688Q402 633 368 601T275 568Q216 568 -181 600T146 688Q146 741 181 773T275 806Q333 806 367 774ZM246 751T228 734T209 688Q209 660 227 642T275 624Q304 624 322 642T340 688Q340 716 322 733T275 751Q246 751 228 734Z" /> -<glyph unicode="æ" glyph-name="ae" horiz-adv-x="883" d="M830 244T826 214H480Q487 148 524 112T616 75Q664 75 692 92T732 143L820 106Q793 48 744 19T614 -10Q548 -10 500 17T425 99Q402 45 346 18T212 -10Q137 -10 93 25T49 121Q49 180 96 219T235 273L377 -295V327Q377 373 349 399T268 426Q222 426 190 404T141 337L58 378Q77 440 133 475T272 510Q331 510 373 487T440 419Q468 463 511 486T609 510Q716 510 773 444T830 274Q830 244 826 214ZM557 425T523 391T480 291H731Q718 425 611 425Q557 425 523 391ZM295 71T336 -103T377 191V225L266 204Q209 193 185 176T160 128Q160 71 239 71Q295 71 336 103Z" /> -<glyph unicode="ç" glyph-name="ccedilla" horiz-adv-x="566" d="M506 81T465 44T360 -5Q387 -25 401 -51T416 -105Q416 -153 382 -184T292 -215Q253 -215 226 -206T177 -178L210 -116Q223 -129 241 -137T280 -146Q304 -146 320 -131T336 -90Q336 -63 320 --45T260 -7Q162 6 108 73T54 250Q54 372 120 441T303 510Q467 510 520 370L420 330Q394 425 303 425Q236 425 199 379T162 249Q162 165 199 120T303 75Q354 75 385 100T426 172L524 139Q506 81 465 44Z" /> -<glyph unicode="è" glyph-name="egrave" d="M530 236T526 210H160Q169 144 207 110T305 75Q354 75 386 92T431 143L520 106Q464 -10 305 -10Q187 -10 121 59T54 250Q54 373 118 441T298 510Q408 510 469 443T530 265Q530 236 526 210ZM240 425T205 391T160 -292H430Q422 355 388 390T298 425Q240 425 205 391ZM344 578H262L163 746H271L344 578Z" /> -<glyph unicode="é" glyph-name="eacute" d="M530 236T526 210H160Q169 144 207 110T305 75Q354 75 386 92T431 143L520 106Q464 -10 305 -10Q187 -10 121 59T54 250Q54 373 118 441T298 510Q408 510 469 443T530 265Q530 236 526 210ZM240 425T205 391T160 -292H430Q422 355 388 390T298 425Q240 425 205 391ZM419 746L320 578H238L311 746H419Z" /> -<glyph unicode="ê" glyph-name="ecircumflex" d="M530 236T526 210H160Q169 144 207 110T305 75Q354 75 386 92T431 143L520 106Q464 -10 305 -10Q187 -10 121 59T54 250Q54 373 118 441T298 510Q408 510 469 443T530 265Q530 236 526 210ZM240 425T205 391T160 -292H430Q422 355 388 390T298 425Q240 425 205 391ZM375 571L295 675L215 571H127L238 740H352L463 571H375Z" /> -<glyph unicode="ë" glyph-name="edieresis" d="M530 236T526 210H160Q169 144 207 110T305 75Q354 75 386 92T431 143L520 106Q464 -10 305 -10Q187 -10 121 59T54 250Q54 373 118 441T298 510Q408 510 469 443T530 265Q530 236 526 210ZM240 425T205 391T160 -292H430Q422 355 388 390T298 425Q240 425 205 391ZM224 700T242 683T260 637Q260 608 242 591T194 574Q165 574 147 591T129 637Q129 666 147 683T194 700Q224 700 242 683ZM426 700T444 683T462 637Q462 608 444 591T396 574Q366 574 349 591T331 637Q331 666 -348 683T396 700Q426 700 444 683Z" /> -<glyph unicode="ì" glyph-name="igrave" horiz-adv-x="274" d="M190 0H83V500H190V0ZM442 578H360L261 746H369L442 578Z" /> -<glyph unicode="í" glyph-name="iacute" horiz-adv-x="274" d="M190 0H83V500H190V0ZM525 746L426 578H344L417 746H525Z" /> -<glyph unicode="î" glyph-name="icircumflex" horiz-adv-x="274" d="M190 0H83V500H190V0ZM473 571L393 675L313 571H225L336 740H450L561 571H473Z" /> -<glyph unicode="ï" glyph-name="idieresis" horiz-adv-x="274" d="M23 574T6 591T-12 637Q-12 666 5 683T52 701Q82 701 99 684T117 637Q117 608 100 591T52 574Q23 574 6 591ZM191 574T174 591T157 637Q157 667 174 684T222 701Q251 701 268 684T286 637Q286 -608 269 591T222 574Q191 574 174 591ZM190 0H83V500H190V0Z" /> -<glyph unicode="ð" glyph-name="eth" horiz-adv-x="615" d="M457 608Q551 481 551 293Q551 149 488 70T296 -10Q185 -10 121 56T56 239Q56 315 86 371T170 458T293 488Q403 488 454 418Q432 518 375 589L195 545L185 596L339 627Q289 675 196 728H321Q382 -692 425 646L537 677L552 625L457 608ZM370 75T409 122T448 239Q448 319 411 362T307 405Q239 405 202 362T165 239Q165 161 201 118T303 75Q370 75 409 122Z" /> -<glyph unicode="ñ" glyph-name="ntilde" horiz-adv-x="619" d="M435 510T487 462T540 324V0H433V290Q433 422 326 422Q270 422 230 384T190 265V0H83V500H178L183 417Q208 464 252 487T352 510Q435 510 487 462ZM493 576T384 576Q355 576 336 586T295 616Q278 -630 269 635T248 641Q229 641 219 625T203 575H130Q139 717 249 717Q277 717 295 707T337 677Q354 663 363 658T383 652Q403 652 413 668T429 717H502Q493 576 384 576Z" /> -<glyph unicode="ò" glyph-name="ograve" horiz-adv-x="606" d="M420 510T486 441T552 250Q552 128 486 59T303 -10Q186 -10 120 59T54 250Q54 372 120 441T303 510Q420 510 486 441ZM235 426T199 381T162 250Q162 165 198 120T303 74Q371 74 408 120T445 -250Q445 334 408 380T303 426Q235 426 199 381ZM352 578H270L171 746H279L352 578Z" /> -<glyph unicode="ó" glyph-name="oacute" horiz-adv-x="606" d="M420 510T486 441T552 250Q552 128 486 59T303 -10Q186 -10 120 59T54 250Q54 372 120 441T303 510Q420 510 486 441ZM235 426T199 381T162 250Q162 165 198 120T303 74Q371 74 408 120T445 -250Q445 334 408 380T303 426Q235 426 199 381ZM427 746L328 578H246L319 746H427Z" /> -<glyph unicode="ô" glyph-name="ocircumflex" horiz-adv-x="606" d="M420 510T486 441T552 250Q552 128 486 59T303 -10Q186 -10 120 59T54 250Q54 372 120 441T303 510Q420 510 486 441ZM235 426T199 381T162 250Q162 165 198 120T303 74Q371 74 408 120T445 -250Q445 334 408 380T303 426Q235 426 199 381ZM383 571L303 675L223 571H135L246 740H360L471 571H383Z" /> -<glyph unicode="õ" glyph-name="otilde" horiz-adv-x="606" d="M420 510T486 441T552 250Q552 128 486 59T303 -10Q186 -10 120 59T54 250Q54 372 120 441T303 510Q420 510 486 441ZM235 426T199 381T162 250Q162 165 198 120T303 74Q371 74 408 120T445 -250Q445 334 408 380T303 426Q235 426 199 381ZM479 576T370 576Q341 576 322 586T281 616Q264 630 255 635T234 641Q215 641 205 625T189 575H116Q125 717 235 717Q263 717 281 707T323 677Q340 663 349 658T369 652Q389 652 399 668T415 717H488Q479 576 370 -576Z" /> -<glyph unicode="ö" glyph-name="odieresis" horiz-adv-x="606" d="M420 510T486 441T552 250Q552 128 486 59T303 -10Q186 -10 120 59T54 250Q54 372 120 441T303 510Q420 510 486 441ZM235 426T199 381T162 250Q162 165 198 120T303 74Q371 74 408 120T445 -250Q445 334 408 380T303 426Q235 426 199 381ZM232 700T250 683T268 637Q268 608 250 591T202 574Q173 574 155 591T137 637Q137 666 155 683T202 700Q232 700 250 683ZM434 700T452 683T470 637Q470 608 452 591T404 574Q374 574 357 591T339 637Q339 666 356 -683T404 700Q434 700 452 683Z" /> -<glyph unicode="÷" glyph-name="divide" horiz-adv-x="604" d="M336 591T355 572T375 520Q375 488 356 469T303 450Q269 450 250 469T230 520Q230 553 249 572T303 591Q336 591 355 572ZM548 275H56V364H548V275ZM336 188T355 169T375 118Q375 86 356 67T303 -47Q269 47 250 66T230 118Q230 150 249 169T303 188Q336 188 355 169Z" /> -<glyph unicode="ø" glyph-name="oslash" horiz-adv-x="607" d="M389 510T448 472L487 522H554L488 438Q552 369 552 250Q552 128 486 59T303 -10Q224 -10 168 22L125 -34H58L125 54Q54 123 54 250Q54 372 120 441T303 510Q389 510 448 472ZM192 136L224 181L388 -398Q354 426 303 426Q235 426 199 381T162 250Q162 180 191 136H192ZM371 74T408 120T445 250Q445 311 420 353H419L390 313L227 96Q258 74 303 74Q371 74 408 120Z" /> -<glyph unicode="ù" glyph-name="ugrave" horiz-adv-x="619" d="M536 500V0H441L437 81Q386 -10 259 -10Q178 -10 129 34T79 171V500H186V199Q186 133 212 106T289 78Q350 78 389 116T429 230V500H536ZM356 578H274L175 746H283L356 578Z" /> -<glyph unicode="ú" glyph-name="uacute" horiz-adv-x="619" d="M536 500V0H441L437 81Q386 -10 259 -10Q178 -10 129 34T79 171V500H186V199Q186 133 212 106T289 78Q350 78 389 116T429 230V500H536ZM431 746L332 578H250L323 746H431Z" /> -<glyph unicode="û" glyph-name="ucircumflex" horiz-adv-x="619" d="M536 500V0H441L437 81Q386 -10 259 -10Q178 -10 129 34T79 171V500H186V199Q186 133 212 106T289 78Q350 78 389 116T429 230V500H536ZM387 571L307 675L227 571H139L250 740H364L475 571H387Z" /> -<glyph unicode="ü" glyph-name="udieresis" horiz-adv-x="619" d="M536 500V0H441L437 81Q386 -10 259 -10Q178 -10 129 34T79 171V500H186V199Q186 133 212 106T289 78Q350 78 389 116T429 230V500H536ZM236 700T254 683T272 637Q272 608 254 591T206 574Q177 -574 159 591T141 637Q141 666 159 683T206 700Q236 700 254 683ZM438 700T456 683T474 637Q474 608 456 591T408 574Q378 574 361 591T343 637Q343 666 360 683T408 700Q438 700 456 683Z" /> -<glyph unicode="ý" glyph-name="yacute" horiz-adv-x="546" d="M314 -59Q281 -145 239 -180T129 -215Q90 -215 62 -206T11 -175L42 -93Q72 -129 124 -129Q154 -129 174 -114T211 -57L233 -3L181 121L25 500H145L255 186L284 92L318 195L422 500H533L314 -59ZM406 -746L307 578H225L298 746H406Z" /> -<glyph unicode="þ" glyph-name="thorn" horiz-adv-x="629" d="M453 510T513 442T573 251Q573 167 545 108T467 20T352 -10Q298 -10 257 11T190 71V-210H83V725H190V426Q214 465 256 487T353 510Q453 510 513 442ZM393 77T429 122T466 250Q466 332 430 378T328 -424Q265 424 228 379T190 256V244Q190 166 227 122T328 77Q393 77 429 122Z" /> -<glyph unicode="ÿ" glyph-name="ydieresis" horiz-adv-x="546" d="M314 -59Q281 -145 239 -180T129 -215Q90 -215 62 -206T11 -175L42 -93Q72 -129 124 -129Q154 -129 174 -114T211 -57L233 -3L181 121L25 500H145L255 186L284 92L318 195L422 500H533L314 --59ZM211 700T229 683T247 637Q247 608 229 591T181 574Q152 574 134 591T116 637Q116 666 134 683T181 700Q211 700 229 683ZM413 700T431 683T449 637Q449 608 431 591T383 574Q353 574 336 591T318 637Q318 666 335 683T383 700Q413 700 431 683Z" /> -<glyph unicode="–" glyph-name="endash" horiz-adv-x="672" d="M592 217H81V310H592V217Z" /> -<glyph unicode="—" glyph-name="emdash" horiz-adv-x="1011" d="M931 217H81V310H931V217Z" /> -<glyph unicode="‘" glyph-name="quoteleft" horiz-adv-x="267" d="M94 412T72 441T49 519Q49 576 78 623T167 697L219 654Q178 640 150 613T113 551L118 549Q126 557 146 557Q171 557 190 539T210 487Q210 455 188 434T134 412Q94 412 72 441Z" /> -<glyph unicode="’" glyph-name="quoteright" horiz-adv-x="267" d="M177 697T199 668T222 591Q222 534 193 487T104 412L52 455Q93 470 121 497T158 558L154 561Q144 553 125 553Q100 553 81 571T61 622Q61 654 83 675T137 697Q177 697 199 668Z" /> -<glyph unicode="‚" glyph-name="quotesinglbase" horiz-adv-x="272" d="M430 135T452 106T475 29Q475 -28 445 -75T357 -150L305 -106Q346 -92 374 -65T411 -3L406 -1Q398 -9 378 -9Q353 -9 334 9T314 61Q314 93 336 114T390 135Q430 135 452 106Z" /> -<glyph unicode="“" glyph-name="quotedblleft" horiz-adv-x="472" d="M94 412T72 441T49 519Q49 576 78 623T167 697L219 654Q178 640 150 613T113 551L118 549Q126 557 146 557Q171 557 190 539T210 487Q210 455 188 434T134 412Q94 412 72 441ZM299 412T277 -441T254 519Q254 576 283 623T372 697L424 654Q383 640 355 613T318 551L323 549Q331 557 351 557Q376 557 395 539T415 487Q415 455 393 434T339 412Q299 412 277 441Z" /> -<glyph unicode="”" glyph-name="quotedblright" horiz-adv-x="470" d="M177 697T199 668T222 591Q222 534 193 487T104 412L52 455Q93 470 121 497T158 558L154 561Q144 553 125 553Q100 553 81 571T61 622Q61 654 83 675T137 697Q177 697 199 668ZM381 -697T403 668T426 591Q426 534 397 487T308 412L256 455Q297 470 325 497T362 558L358 561Q348 553 329 553Q304 553 285 571T265 622Q265 654 287 675T341 697Q381 697 403 668Z" /> -<glyph unicode="„" glyph-name="quotedblbase" horiz-adv-x="476" d="M430 135T452 106T475 29Q475 -28 445 -75T357 -150L305 -106Q346 -92 374 -65T411 -3L406 -1Q398 -9 378 -9Q353 -9 334 9T314 61Q314 93 336 114T390 135Q430 135 452 106ZM378 135T400 -106T423 29Q423 -28 393 -75T305 -150L253 -106Q294 -92 322 -65T359 -3L354 -1Q346 -9 326 -9Q301 -9 282 9T262 61Q262 93 284 114T338 135Q378 135 400 106Z" /> -<glyph unicode="•" glyph-name="bullet" horiz-adv-x="430" d="M275 465T312 429T349 336Q349 278 312 242T215 206Q156 206 119 242T81 336Q81 393 118 429T215 465Q275 465 312 429Z" /> -<glyph unicode="‹" glyph-name="guilsinglleft" horiz-adv-x="324" d="M151 265L277 69H172L46 265L172 461H277L151 265Z" /> -<glyph unicode="›" glyph-name="guilsinglright" horiz-adv-x="324" d="M152 461L278 265L152 69H47L173 265L47 461H152Z" /> -</font> -</defs> -</svg> +<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="WorkSans" horiz-adv-x="581"><font-face alphabetic="0" ascent="930" descent="-243" font-family="Work Sans Medium" panose-1="0 0 6 0 0 0 0 0 0 0"/><glyph glyph-name="space" horiz-adv-x="325"/><glyph d="m196 396-14-186H98L84 396v264h112zm-22-264 20-19 21-52q0-32-20-51T140-9q-34 0-54 19T66 61t20 51 54 20q34 0 54-19Z" glyph-name="exclam" horiz-adv-x="281" unicode="!"/><glyph d="M332 430h-78v256h105zm-178 0H76v256h105z" glyph-name="quotedbl" horiz-adv-x="416" unicode="""/><glyph d="m498 412-26-160h116v-73H460L430 0h-82l29 179H222L193 0h-83l30 179H22v73h130l26 160H65v73h126l28 175h83l-29-175h155l29 175h82l-29-175h122v-73zm-82 0H261l-27-160h156z" glyph-name="numbersign" horiz-adv-x="655" unicode="#"/><glyph d="M279 1Q102 16 41 158l77 56q14-51 58-85t103-45v208q-66 14-110 31t-74 51-30 92q0 77 57 130t157 63v97h77v-98q77-6 127-38t88-94l-71-65q-26 54-59 81t-85 33V364q66-14 110-31t74-53 30-94q0-78-58-127T356 1v-97h-77zm0 574q-56-6-85-32t-29-70q0-39 29-59t85-34zM471 94v85q0 40-29 61t-86 35V83q115 11 115 96Z" glyph-name="dollar" horiz-adv-x="622" unicode="$"/><glyph d="m280 670 45-50 46-134q0-83-45-133t-122-51q-76 0-121 50T37 486q0 83 45 133t122 51q76 0 121-50Zm330-10h92L271 0h-93zm-444-68-20-27-21-79q0-50 20-77t59-28q39 0 59 27t21 78q0 51-20 78t-60 28q-38 0-58-27Zm586-234 45-50 46-134q0-83-45-133T676-10q-76 0-121 50t-46 134q0 83 45 133t122 51q76 0 121-50Zm-114-79-20-27-21-78q0-51 20-78t59-28q39 0 59 27t21 79q0 50-20 77t-60 28q-38 0-58-27Z" glyph-name="percent" horiz-adv-x="880" unicode="%"/><glyph d="M613-10q-45 0-79 14t-81 58q-37-34-86-53T258-10q-63 0-112 22T69 73t-28 91q0 59 35 107t117 88q-42 53-58 87t-16 71q0 39 19 74t58 57 92 22q74 0 120-36t46-106q0-58-29-101t-105-83q41-51 61-74 55-66 77-91 36 65 36 148l-1 23 79-6q2-61-14-118t-50-102q36-35 62-46t62-10zM253 589l-19-20-19-53q0-25 11-48t50-71q54 32 71 61t17 66q0 32-19 48t-57 17q-35 0-54-20ZM137 127l36-29 88-29q80 0 141 46-46 49-84 95l-15 17-63 75q-61-37-82-66t-21-65q0-44 36-73Z" glyph-name="ampersand" horiz-adv-x="630" unicode="&"/><glyph d="M154 430H76v256h105z" glyph-name="quotesingle" horiz-adv-x="239" unicode="'"/><glyph d="M339 691q-94-86-133-181t-40-232q0-137 39-231t134-181l-56-56Q174-102 119 16T63 278q0 145 55 263t165 206z" glyph-name="parenleft" horiz-adv-x="362" unicode="("/><glyph d="m188 659 55-118 56-263q0-144-55-262T80-190l-57 56q94 85 133 180t40 232q0 137-39 232T23 691l57 56q108-88 163-206Z" glyph-name="parenright" horiz-adv-x="362" unicode=")"/><glyph d="m388 423 74-102-66-48-74 102-34 65-34-65-73-102-66 48 74 102 51 52-72 13-119 38 24 77 120-39 66-32-11 72-1 126h83l-1-126-11-72 66 32 120 39 24-77-119-38-73-13z" glyph-name="asterisk" horiz-adv-x="577" unicode="*"/><glyph d="M548 275H349V66h-93v209H56v89h200v208h93V364h199z" glyph-name="plus" horiz-adv-x="604" unicode="+"/><glyph d="m176 135 22-29 23-77q0-57-30-104t-88-75l-52 44q41 14 69 41t37 62l-5 2q-8-8-28-8Q99-9 80 9T60 61q0 32 22 53t54 21q40 0 62-29Z" glyph-name="comma" horiz-adv-x="273" unicode=","/><glyph d="M428 214H87v99h341z" glyph-name="hyphen" horiz-adv-x="515" unicode="-"/><glyph d="m171 135 20-19 21-53q0-33-20-53t-55-20q-34 0-55 20T61 63t20 52 56 20q34 0 54-19Z" glyph-name="period" horiz-adv-x="273" unicode="."/><glyph d="M124-70H24l298 795h100z" glyph-name="slash" horiz-adv-x="447" unicode="/"/><glyph d="m189-10-64 86-65 254q0 167 64 253t190 87q125 0 190-86t65-254q0-167-65-253T314-10q-125 0-189 86Zm197 91 37 62 37 187q0 124-37 186t-109 63q-145 0-145-249T314 81q72 0 109 62Z" glyph-name="zero" horiz-adv-x="628" unicode="0"/><glyph d="M324 660V0H219v488q0 34 1 53-34-33-77-57t-89-34l-20 93q26 3 67 22t79 45 54 50z" glyph-name="one" horiz-adv-x="418" unicode="1"/><glyph d="M70 79q130 91 202 154t103 116 32 109q0 53-33 86t-92 33q-62 0-98-41t-42-114l-93 43q10 95 73 150t166 55q71 0 123-27t79-75 27-106q0-95-70-181T212 90v-2q50 4 109 4h208V0H70z" glyph-name="two" horiz-adv-x="587" unicode="2"/><glyph d="m361 670 48-23 74-64 25-89q0-47-18-83t-47-57-59-20v-2q38 0 69-19t51-54 19-81q0-54-30-97t-84-67-126-24Q104-10 46 150l98 47q15-58 48-86t95-29q60 0 94 29t34 79q0 54-32 76t-104 23h-30v85h27q124 0 124 102 0 50-28 76t-81 26-84-25-41-73l-98 40q21 72 81 111t144 39q68 0 116-23Z" glyph-name="three" horiz-adv-x="586" unicode="3"/><glyph d="M579 165H467V0H366v165H41v65l295 430h131V248h112zm-431 83h218v226l4 107h-2q-24-51-64-110z" glyph-name="four" horiz-adv-x="622" unicode="4"/><glyph d="m382 424 47-26 72-74 26-109q0-107-64-166T292-10q-90 0-147 36T53 135l100 55q15-54 45-81t92-28q61 0 96 33t36 93q0 62-33 95t-95 34q-94 0-134-57l-89 6 41 375h383v-92H197l-23-183-2-14h1q48 53 146 53 63 0 110-26Z" glyph-name="five" horiz-adv-x="582" unicode="5"/><glyph d="m413 670 53-33 82-108-94-45q-29 93-128 93-48 0-85-33t-57-91-21-130v-18h4q16 54 65 82t109 29q65 0 115-26t77-73 28-112q0-99-63-157T326-10q-125 0-193 91T65 330q0 109 34 186t95 115 138 39q81 0 134-33ZM268 327l-35-33-36-88q0-56 35-90t94-34q61 0 95 32t34 92q0 57-34 89t-95 32q-58 0-93-33Z" glyph-name="six" horiz-adv-x="617" unicode="6"/><glyph d="M544 660v-89Q422 446 368 307T314 0H205q0 159 57 302t171 265H41v93z" glyph-name="seven" horiz-adv-x="577" unicode="7"/><glyph d="m411 669 60-48 60-129q0-51-25-89t-72-58v-1q59-22 91-64t33-103q0-86-67-136T310-10q-114 0-181 50T61 177q0 60 33 103t92 64v1q-46 19-72 57t-26 90q0 82 60 129t162 48q101 0 161-48Zm-154-90-31-25-31-72q0-45 31-70t84-26q52 0 83 25t32 71q0 45-31 71t-84 26-84-25ZM375 80l37 29 38 80q0 51-38 80t-102 30q-64 0-102-29t-39-81q0-51 38-80t103-29 102 29Z" glyph-name="eight" horiz-adv-x="619" unicode="8"/><glyph d="m422 670 68-91 68-250q0-168-67-253T296-10q-90 0-146 37T63 138l101 47q16-52 44-77t88-26q88 0 126 66t38 194v11h-4q-14-58-63-85t-113-28q-64 0-113 26t-78 74-28 113q0 101 63 159t173 58q125 0 193-91Zm-186-94-34-32-34-92q0-57 34-89t95-32q58 0 93 33t36 88q0 56-35 90t-94 34q-61 0-95-32Z" glyph-name="nine" horiz-adv-x="621" unicode="9"/><glyph d="m183 510 20-19 21-53q0-33-20-53t-55-20q-34 0-55 20t-21 53 20 52 56 20q34 0 54-19Zm0-375 20-19 21-53q0-33-20-53t-55-20q-34 0-55 20T73 63t20 52 56 20q34 0 54-19Z" glyph-name="colon" horiz-adv-x="298" unicode=":"/><glyph d="m119 365-20 19-21 53q0 34 20 53t55 20q35 0 55-19t21-54q0-33-20-52t-56-20q-34 0-54 19Zm71-230 22-29 23-77q0-57-30-104t-88-75l-52 44q41 14 69 41t37 62l-5 2q-8-8-28-8-25 0-44 18T74 61q0 32 22 53t54 21q40 0 62-29Z" glyph-name="semicolon" horiz-adv-x="298" unicode=";"/><glyph d="M549 470 147 299l402-171V21L68 244v109l481 223z" glyph-name="less" horiz-adv-x="604" unicode="<"/><glyph d="M540 366H64v88h476zm0-205H64v88h476z" glyph-name="equal" horiz-adv-x="604" unicode="="/><glyph d="M536 353V244L55 21v107l402 171L55 470v106z" glyph-name="greater" horiz-adv-x="604" unicode=">"/><glyph d="m387 670 63-45 64-128q0-85-52-131t-137-55l-3-101H220l-2 151q98 12 140 40t42 81q0 44-31 69t-93 25q-60 0-97-33t-43-92l-99 47q16 78 79 125t167 47 167-45Zm-82-537 20-19 20-52q0-33-20-52T271-9q-35 0-55 19t-20 52q0 32 20 51t55 20q34 0 54-19Z" glyph-name="question" horiz-adv-x="562" unicode="?"/><glyph d="m635 660 91-51 137-142 46-207q0-82-24-141t-68-91T717-3q-51 0-81 25t-42 64q-27-41-70-63T424 1q-48 0-86 24t-60 69-22 105q0 83 32 143t85 92 114 32q107 0 139-84l20 77h73l-41-304q-2-18-2-26 0-68 61-68 50 0 77 50t28 149q0 102-39 177T688 554t-185 42q-113 0-196-45T178 421t-45-198q0-107 45-187T302-86t174-42q77 0 123 16t89 46l37-50q-53-37-107-56t-143-20q-122 0-216 51T113 4 61 223q0 129 55 228t155 154 232 55 223-51ZM431 391l-40-48-41-135q0-62 28-96t79-35q51 0 90 32t46 93l8 59q2 18 2 27 0 48-25 75t-80 28q-67 0-107-48Z" glyph-name="at" horiz-adv-x="973" unicode="@"/><glyph d="M471 173H193L130 0H20l249 660h128L646 0H533zm-32 87-76 212-30 95h-3l-28-93-78-214z" glyph-name="A" horiz-adv-x="665" unicode="A"/><glyph d="M98 660h260q116 0 172-47t57-134q0-54-31-94t-87-50v-1q62-10 98-52t37-99q0-86-63-134T362 0H98zm252-284q126 0 126 97t-126 97H203V376zm17-287q62 0 94 25t32 74q0 48-32 73t-94 26H203V89z" glyph-name="B" horiz-adv-x="662" unicode="B"/><glyph d="m615 86-72-48-171-48q-95 0-165 41T99 149 61 330t38 181 108 118 164 41q99 0 166-41t98-121l-101-45q-20 59-58 86t-99 28q-93 0-148-65t-56-182q0-117 53-182t147-65q64 0 107 32t63 94l102-34Q615 86 543 38Z" glyph-name="C" horiz-adv-x="684" unicode="C"/><glyph d="m487 660 86-86 86-244q0-158-86-244T331 0H98v660h233q156 0 242-86ZM435 91l56 62 56 177q0 114-56 176t-160 63H205V91h126q104 0 160 62Z" glyph-name="D" horiz-adv-x="720" unicode="D"/><glyph d="M590 92V0H98v660h478v-92H205V378h290v-90H205V92z" glyph-name="E" horiz-adv-x="636" unicode="E"/><glyph d="M205 568V377h290v-93H205V0H98v660h477v-92z" glyph-name="F" horiz-adv-x="611" unicode="F"/><glyph d="M651 341V0h-79l-3 84q-29-45-80-69T367-10q-92 0-161 41T99 148 61 330q0 104 39 180t110 118 165 42q102 0 168-38t104-118l-98-47q-19 54-64 82t-108 28q-94 0-149-65t-55-182q0-119 52-183t154-65q79 0 128 39t49 113v19H354v88z" glyph-name="G" horiz-adv-x="724" unicode="G"/><glyph d="M639 660V0H531v288H205V0H98v660h107V380h326v280z" glyph-name="H" horiz-adv-x="736" unicode="H"/><glyph d="M205 0H98v660h107z" glyph-name="I" horiz-adv-x="303" unicode="I"/><glyph d="M493 234q0-115-63-179T253-10Q149-10 94 39T39 175q0 31 5 56l102 19q-4-38-4-51 0-60 27-88t84-28q73 0 103 41t30 130v406h107z" glyph-name="J" horiz-adv-x="582" unicode="J"/><glyph d="M312 318 205 203V0H98v660h107V332l303 328h131L389 390 645 0H519z" glyph-name="K" horiz-adv-x="667" unicode="K"/><glyph d="M569 92V0H98v660h107V92z" glyph-name="L" horiz-adv-x="599" unicode="L"/><glyph d="M773 0h-98v382l7 182h-1L480 0h-89L190 564h-1l8-182V0H98v660h159l133-382 46-157h2l47 157 132 382h156z" glyph-name="M" horiz-adv-x="871" unicode="M"/><glyph d="M639 0H512L257 416l-64 122h-1l4-112V0H98v660h126l254-415 65-123h1l-4 112v426h99z" glyph-name="N" horiz-adv-x="736" unicode="N"/><glyph d="m467 670 70-41 109-118 38-181q0-104-38-181T538 31 372-10q-95 0-165 41T99 149 61 330t38 181 108 118 165 41 165-41Zm-188-93-53-65-53-182q0-117 53-182t146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65Z" glyph-name="O" horiz-adv-x="745" unicode="O"/><glyph d="m459 660 62-55 63-151q0-96-62-150t-170-55H205V0H98v660h254q107 0 169-55Zm-54-320 34 28 34 86q0 115-138 115H205V340h130q70 0 104 28Z" glyph-name="P" horiz-adv-x="627" unicode="P"/><glyph d="m570-101 31 10 50 28 31-90q-24-21-66-33t-87-12q-88 0-142 46T329-8Q204 6 133 95T61 330q0 104 38 181t108 118 165 41 165-41 109-118 38-181q0-146-72-235T413-8q5-54 35-73t84-20q38 0 69 10ZM173 213l53-65 146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65t-53-182 53-182Z" glyph-name="Q" horiz-adv-x="745" unicode="Q"/><glyph d="M346 264H204V0H98v660h269q107 0 169-52t62-146q0-71-36-118t-104-68L637 0H514zm-142 89h154q65 0 97 26t32 82q0 55-32 81t-97 27H204z" glyph-name="R" horiz-adv-x="672" unicode="R"/><glyph d="m414 670 64-33 109-101-81-73q-28 60-70 87t-112 27q-69 0-107-27t-38-71q0-40 37-63t132-41q89-16 141-40t77-61 24-91q0-58-33-102t-92-67-138-24Q126-10 43 124l75 75q32-60 82-88t126-28q71 0 111 24t41 70q0 36-36 58t-128 39q-91 17-145 42t-78 62-25 90q0 56 31 102t89 73 137 27q91 0 155-33Z" glyph-name="S" horiz-adv-x="642" unicode="S"/><glyph d="M589 568H363V0H256v568H30v92h559z" glyph-name="T" horiz-adv-x="619" unicode="T"/><glyph d="M629 253q0-130-69-196T359-10q-132 0-201 66T89 253v407h108V266q0-94 39-138t123-45q83 0 122 44t40 139v394h108z" glyph-name="U" horiz-adv-x="718" unicode="U"/><glyph d="M392 0H267L22 660h114l154-439 40-131 40 130 154 440h113z" glyph-name="V" horiz-adv-x="659" unicode="V"/><glyph d="M349 0H222L28 660h116L288 85l145 575h110L689 84l145 576h110L751 0H625L520 396l-33 152h-1l-33-152z" glyph-name="W" horiz-adv-x="972" unicode="W"/><glyph d="M468 0 306 257 144 0H21l229 335L39 660h127l152-245 152 245h116L373 339 595 0z" glyph-name="X" horiz-adv-x="620" unicode="X"/><glyph d="M352 253V0H245v253L10 660h119l118-212 52-99 52 99 117 212h120z" glyph-name="Y" horiz-adv-x="597" unicode="Y"/><glyph d="M583 91V0H50v87l399 482H59v91h512v-87L172 91z" glyph-name="Z" horiz-adv-x="631" unicode="Z"/><glyph d="M183 640V-83h147v-85H86v893h244v-85z" glyph-name="bracketleft" horiz-adv-x="361" unicode="["/><glyph d="M125 725 423-70H323L25 725z" glyph-name="backslash" horiz-adv-x="447" unicode="\"/><glyph d="M275-168H31v85h147v723H31v85h244z" glyph-name="bracketright" horiz-adv-x="361" unicode="]"/><glyph d="M448 355 288 649 128 355H26l214 373h96l213-373z" glyph-name="asciicircum" horiz-adv-x="576" unicode="^"/><glyph d="M539-181H0v93h539z" glyph-name="underscore" horiz-adv-x="539" unicode="_"/><glyph d="M299 578h-82l-99 168h108z" glyph-name="grave" horiz-adv-x="500" unicode="`"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Z" glyph-name="a" horiz-adv-x="570" unicode="a"/><glyph d="m455 510 59-69 59-192q0-122-59-190T352-10q-59 0-103 28t-67 75l-5-93H83v725h107V420q23 42 65 66t97 24q103 0 162-69ZM393 76l36 46 37 128q0 82-36 127t-102 46q-61 0-97-41t-41-113v-38q4-73 40-114t98-41q65 0 101 46Z" glyph-name="b" horiz-adv-x="629" unicode="b"/><glyph d="m467 510 53-140-100-40q-26 95-117 95-67 0-104-46t-37-130 37-129 104-45q51 0 82 25t41 72l98-33q-22-70-78-109T305-10q-118 0-184 69T54 250q0 122 66 191t183 69q164 0 217-140Z" glyph-name="c" horiz-adv-x="566" unicode="c"/><glyph d="M546 725V0h-94l-6 89q-22-45-66-72T278-10q-103 0-162 68T56 249q0 122 59 191t163 70q55 0 97-24t64-67v306zM365 76l37 45 37 123v12q0 78-37 122t-100 45q-65 0-101-45t-37-128q0-82 36-128t102-46q63 0 100 45Z" glyph-name="d" horiz-adv-x="629" unicode="d"/><glyph d="m530 236-4-26H160q9-66 47-100t98-35q49 0 81 17t45 51l89-37Q464-10 305-10q-118 0-184 69T54 250q0 123 64 191t180 69q110 0 171-67t61-178q0-29-4-55ZM240 425l-35-34-45-99h270q-8 63-42 98t-90 35q-58 0-93-34Z" glyph-name="e" unicode="e"/><glyph d="M225 500h162v-84H228V0H121v416H27v84h94v72q0 76 46 118t129 42q30 0 55-6t39-18l-20-78q-23 15-57 15-88 0-88-81z" glyph-name="f" horiz-adv-x="400" unicode="f"/><glyph d="m450 78 42-34 42-94q0-51-33-88t-92-57-132-20q-119 0-178 35T39-87q0 34 23 59t66 37Q96 24 77 47t-19 57q0 73 78 100-38 22-57 57t-20 80q0 50 27 88t76 60 114 21q55 0 101-16 14 55 50 83t97 28l18-83q-48 1-77-12t-41-39q33-23 51-56t18-74q0-77-59-123t-158-46q-46 0-83 9-25-6-36-19t-12-36q0-23 16-35t46-13h167q76 0 118-34ZM230 435l-31-26-31-68q0-42 31-68t77-27q47 0 77 26t31 69q0 42-30 68t-78 26q-46 0-77-26Zm130-570 41 21 41 52q0 25-20 38t-67 13H220q-45 0-67-14t-23-39q0-34 39-52t118-19q73 0 114 21Z" glyph-name="g" horiz-adv-x="554" unicode="g"/><glyph d="m435 510 52-48 53-138V0H433v290q0 132-107 132-56 0-96-39t-40-119V0H83v725h107V420q25 46 66 68t96 22q83 0 135-48Z" glyph-name="h" horiz-adv-x="619" unicode="h"/><glyph d="m103 584-19 17-19 50q0 32 19 49t53 17 52-17 19-49q0-32-18-49t-53-18q-34 0-53 17ZM190 0H83v500h107z" glyph-name="i" horiz-adv-x="274" unicode="i"/><glyph d="m169 717 19-18 20-48q0-30-19-48t-52-19q-33 0-52 18t-20 49q0 30 19 48t53 18q32 0 51-18Zm21-761q0-89-46-130T26-215q-65 0-110 33l19 86q34-28 77-28 34 0 52 21t19 69v534h107z" glyph-name="j" horiz-adv-x="273" unicode="j"/><glyph d="m289 235-99-102V0H83v725h107V255l239 245h126L364 304 567 0H443z" glyph-name="k" horiz-adv-x="583" unicode="k"/><glyph d="M187 146q0-37 11-51t41-15q19 0 32 2t34 11L293 7q-34-17-83-17-67 0-98 34T80 131v594h107z" glyph-name="l" horiz-adv-x="312" unicode="l"/><glyph d="m736 510 42-20 67-63 25-103V0H763v307q0 59-28 87t-75 28q-55 0-92-40t-38-110V0H423v307q0 59-28 87t-75 28q-32 0-62-16t-49-52-19-88V0H83v500h95l5-83q25 46 68 69t94 24q56 0 101-25t68-75q23 49 70 74t102 26q50 0 92-20Z" glyph-name="m" horiz-adv-x="949" unicode="m"/><glyph d="m435 510 52-48 53-138V0H433v290q0 132-107 132-56 0-96-38t-40-119V0H83v500h95l5-83q25 47 69 70t100 23q83 0 135-48Z" glyph-name="n" horiz-adv-x="619" unicode="n"/><glyph d="m420 510 66-69 66-191q0-122-66-191T303-10 120 59 54 250t66 191 183 69 183-69Zm-185-84-36-45-37-131q0-85 36-130t105-46q68 0 105 46t37 130-37 130-105 46-104-45Z" glyph-name="o" horiz-adv-x="606" unicode="o"/><glyph d="m455 510 59-68 59-191q0-122-59-191T352-10q-54 0-96 24t-66 66v-290H83v710h94l5-93q22 47 66 75t104 28q103 0 162-68ZM393 77l36 45 37 128q0 82-36 128t-102 46q-61 0-97-41t-41-114v-38q4-72 40-113t98-41q65 0 101 45Z" glyph-name="p" horiz-adv-x="629" unicode="p"/><glyph d="M547 500v-710H440V81q-23-42-65-66t-96-25q-103 0-162 69T57 251q0 122 59 190t162 69q59 0 103-27t67-75l5 92zM365 77l37 44 38 123v12q0 78-37 123t-101 45q-65 0-101-46t-37-128q0-82 36-127t102-46q63 0 100 44Z" glyph-name="q" horiz-adv-x="630" unicode="q"/><glyph d="m376 510 20-10-17-98q-23 13-63 13-32 0-60-17t-47-51-19-82V0H83v500h91l9-90q42 100 158 100 35 0 55-10Z" glyph-name="r" horiz-adv-x="414" unicode="r"/><glyph d="m188-10-58 26-89 79 72 62q19-43 59-63t96-20q51 0 79 16t28 44q0 24-26 38t-90 28q-111 21-156 56t-45 99q0 41 25 76t72 57 113 22q83 0 133-27t77-86l-76-56q-18 44-50 64t-83 21q-45 0-74-18t-30-43q0-27 26-43t97-29q106-19 150-54t44-98q0-67-58-109T264-10q-76 0-134 26Z" glyph-name="s" horiz-adv-x="529" unicode="s"/><glyph d="M407 33q-24-20-58-31t-75-12q-69 0-110 34t-43 108v284H26v84h95v117l107 30V500h175v-84H228V150q0-36 19-53t54-18q46 0 81 32z" glyph-name="t" horiz-adv-x="424" unicode="t"/><glyph d="M536 500V0h-95l-4 81q-51-91-178-91-81 0-130 44T79 171v329h107V199q0-66 26-93t77-28q61 0 100 38t40 114v270z" glyph-name="u" horiz-adv-x="619" unicode="u"/><glyph d="M524 500 325 0H208L8 500h118L267 87l145 413z" glyph-name="v" horiz-adv-x="532" unicode="v"/><glyph d="M843 500 676 0H559L433 378 313 0H196L29 500h116l113-400 125 400h106l124-400 114 400z" glyph-name="w" horiz-adv-x="871" unicode="w"/><glyph d="M399 0 273 188 143 0H22l188 252L32 500h128l120-181 119 181h123L343 255 525 0z" glyph-name="x" horiz-adv-x="550" unicode="x"/><glyph d="M314-59q-33-86-75-121t-110-35q-39 0-67 9t-51 31l31 82q30-36 82-36 30 0 50 15t37 57l22 54-52 124L25 500h120l110-314 29-94 34 103 104 305h111z" glyph-name="y" horiz-adv-x="546" unicode="y"/><glyph d="m51 74 243 282 60 62-86-2H53v84h419v-74L230 144l-60-62 95 2h216V0H51z" glyph-name="z" horiz-adv-x="528" unicode="z"/><glyph d="m237-82 23-15 76-15-11-78q-97 0-139 33T144-52v185q0 56-25 80t-87 24v82q61 0 86 24t26 80v186q0 71 42 104t139 34l11-78q-52 0-75-15t-24-47V408q0-102-111-130 111-26 111-129V-50q0-32 23-47Z" glyph-name="braceleft" horiz-adv-x="372" unicode="{"/><glyph d="M180-168H86v893h94z" glyph-name="bar" horiz-adv-x="266" unicode="|"/><glyph d="m228 367 25-24 87-24v-82q-61 0-86-24t-26-80V-52q0-71-42-104T47-190l-11 78q52 0 75 14t23 48v199q0 103 111 129-111 28-111 130v199q0 32-23 47t-75 15l11 78q97 0 139-33t42-105V423q0-56 25-80Z" glyph-name="braceright" horiz-adv-x="372" unicode="}"/><glyph d="m509 316-35-41-99-41q-34 0-59 11t-53 31q-24 15-38 22t-31 7q-47 0-58-70H43q11 163 140 163 33 0 56-10t55-31q22-15 37-22t33-8q46 0 57 69h93q-5-80-40-121Z" glyph-name="asciitilde" horiz-adv-x="557" unicode="~"/><glyph glyph-name="uni00A0" horiz-adv-x="325"/><glyph d="m103 368-20 19-20 52q0 32 20 51t54 19q35 0 55-19t20-51-20-51-55-20q-34 0-54 19ZM81 104l14 186h84l14-186v-264H81z" glyph-name="exclamdown" horiz-adv-x="274" unicode="¡"/><glyph d="m511 76-48-39L342-9v-91h-74v93Q170 5 116 72T61 250q0 111 54 178t153 80v92h74v-91q72-7 117-43t65-96l-91-39q-23 83-91 98V70q77 15 98 100l88-30q-17-64-65-103Zm-353 98 28-45 82-57v356q-54-12-82-57t-28-122q0-75 28-120Z" glyph-name="cent" horiz-adv-x="570" unicode="¢"/><glyph d="m594 81-36-45-104-46q-42 0-77 15t-78 43q-55-58-141-58-51 0-82 24T45 78q0 39 33 64t88 26q58 0 106-24 2 16 2 26 0 26-8 50t-26 52H76v75h108q-28 37-39 64t-11 58q0 57 27 103t77 72 115 26q85 0 137-40t73-122l-89-45q-15 61-44 90t-81 29q-54 0-86-28t-33-76q0-26 11-51t43-71l7-9h190v-75H334q17-42 17-87 0-43-16-79 28-18 51-27t51-10q41 0 59 22t18 72l76-3q4-79-32-124ZM218 47l29 35q-46 25-81 25-44 0-44-29 0-15 12-23t33-8q51 0 80 35Z" glyph-name="sterling" horiz-adv-x="625" unicode="£"/><glyph d="m541 263-33-53 92-86-66-65-89 91q-50-31-115-31t-118 32l-87-92-65 65 91 88q-33 52-33 117 0 67 34 118l-92 86 65 65 89-91q50 31 116 31 67 0 118-31l86 91 66-65-90-88q31-51 31-116 0-66-33-119Zm-160-58 32 35 33 89q0 54-32 88t-84 35q-51 0-84-34t-33-89q0-54 33-89t84-35 83 35Z" glyph-name="currency" horiz-adv-x="659" unicode="¤"/><glyph d="M434 299h127v-59H368v-73h193v-56H368V0h-98v111H78v56h192v73H78v59h125l49-4L30 660h118l123-232 47-100h2l47 101 123 231h118L385 295z" glyph-name="yen" horiz-adv-x="637" unicode="¥"/><glyph d="M177 357H83v368h94zm0-525H83v368h94z" glyph-name="brokenbar" horiz-adv-x="260" unicode="¦"/><glyph d="m579 227-23-34-63-59q26-35 26-88 0-45-26-80t-76-56-114-20q-79 0-131 25T83-10l68 58q23-39 59-57t92-19q59 0 91 17t32 48q0 38-36 58t-129 33q-125 15-178 51T29 285q0 45 23 80t64 59q-26 33-26 87 0 45 26 81t77 57 118 21q81 0 130-25t85-75l-66-57q-26 38-60 56t-90 19q-60 0-93-18t-33-49q0-39 35-59t129-32q125-15 178-51t53-106q0-46-23-80Zm-457 36 33-18 122-28q93-11 144-32 66 28 66 76 0 34-34 51t-122 28q-93 11-144 32-65-28-65-75 0-34 33-52Z" glyph-name="section" horiz-adv-x="605" unicode="§"/><glyph d="m181 700 18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="dieresis" horiz-adv-x="500" unicode="¨"/><glyph d="m506 670 77-42 120-119 43-179q0-102-42-179T584 32 403-10 223 32 103 151 60 330t42 179 120 119 181 42 180-42Zm-183-71-60-33-94-94-33-142q0-81 33-142t93-94 141-33q80 0 140 33t93 94 33 142-32 142-93 94-141 33-140-33Zm205-84 42-100-70-34q-12 29-34 43t-57 14q-47 0-74-29t-27-81 27-81 74-29q74 0 97 61l66-29q-21-54-61-81t-104-27q-84 0-132 50t-49 136q0 87 48 137t133 50q121 0 163-100Z" glyph-name="copyright" horiz-adv-x="806" unicode="©"/><glyph d="m372 378 7 4-6-51q-20-10-44-10-29 0-48 13t-25 38q-18-24-50-37t-76-14q-52 0-81 21t-29 62q0 42 31 68t101 39l89 16v13q0 29-17 45t-49 16q-31 0-52-13t-32-45l-65 27q10 44 49 69t104 25q73 0 110-31t37-92V409q0-31 30-31 16 0 23 4Zm-183 3 26 17 26 44v38l-62-13q-39-8-56-19t-17-32q0-19 13-27t39-8q31 0 57 17ZM28 250h334v-64H28z" glyph-name="ordfeminine" horiz-adv-x="399" unicode="ª"/><glyph d="M151 265 277 69H172L46 265l126 196h105zm197 0L474 69H369L243 265l126 196h105z" glyph-name="guillemotleft" horiz-adv-x="521" unicode="«"/><glyph d="M545 364V121h-97v154H59v89z" glyph-name="logicalnot" horiz-adv-x="604" unicode="¬"/><glyph d="M428 214H87v99h341z" glyph-name="uni00AD" horiz-adv-x="515" unicode="­"/><glyph d="m506 670 77-42 120-119 43-179q0-102-42-179T584 32 403-10 223 32 103 151 60 330t42 179 120 119 181 42 180-42ZM483 61l60 33 93 94 33 142q0 81-32 142t-93 94-141 33-140-33-94-94-33-142q0-81 33-142t93-94 141-33q80 0 140 33Zm83 292-23-29-64-40 95-138h-90l-81 131h-56V146h-77v368h159q61 0 99-32t38-87q0-42-23-71Zm-219-20h74q67 0 67 60t-67 60h-74z" glyph-name="registered" horiz-adv-x="806" unicode="®"/><glyph d="M428 588H72v78h356z" glyph-name="overscore" horiz-adv-x="500" unicode="¯"/><glyph d="m155 327-49 48-50 124q0 76 50 123t129 48q80 0 130-47t50-124-50-124-130-48q-80 0-129 48Zm121 79 26 26 27 67q0 41-26 67t-68 26q-40 0-66-26t-27-67q0-41 26-67t67-26 67 26Z" glyph-name="degree" horiz-adv-x="471" unicode="°"/><glyph d="M548 447v-88H347V163h-89v196H56v88h202v197h89V447zM56 87h492V0H56z" glyph-name="plusminus" horiz-adv-x="604" unicode="±"/><glyph d="M36 390q54 35 91 62 70 53 95 85t26 64q0 29-17 47t-51 18q-35 0-55-23t-21-65l-80 25q3 62 46 97t113 35q76 0 115-37t40-91q0-42-31-83t-99-88q-15-10-60-36v-1q45 3 72 3h126v-69H36z" glyph-name="uni00B2" horiz-adv-x="373" unicode="²"/><glyph d="m251 735 38-29 38-80q0-42-24-66t-56-27v-2q36-1 62-24t27-65q0-52-42-83t-112-32q-130 0-162 97l81 34q9-64 78-64 32 0 50 16t19 43q0 50-69 50h-24v54h21q31 0 47 14t16 40q0 27-15 41t-45 14q-60 0-70-57l-78 27q12 49 52 74t100 25q68 0 106-29Z" glyph-name="uni00B3" horiz-adv-x="367" unicode="³"/><glyph d="m382 746-99-168h-82l73 168z" glyph-name="acute" horiz-adv-x="500" unicode="´"/><glyph d="M535 500V0h-90l-7 85q-48-95-173-95-46 0-80 22v-222H78v710h107V199q0-66 26-93t78-28q58 0 95 30t44 86v306z" glyph-name="uni00B5" horiz-adv-x="613" unicode="µ"/><glyph d="M584-100h-90v674H371v-674h-92v338q-113 1-176 56T39 448q0 101 67 156t194 56h284z" glyph-name="paragraph" horiz-adv-x="668" unicode="¶"/><glyph d="m155 427 20-19 21-54q0-33-20-52t-56-20q-34 0-54 19t-21 53q0 34 20 53t55 20q35 0 55-19Z" glyph-name="middot" horiz-adv-x="240" unicode="·"/><glyph d="M240 31q66-16 102-53t36-83q0-48-34-79t-90-31q-39 0-66 9t-49 28l33 62q13-13 31-21t39-9q24 0 40 15t16 41q0 30-21 50T197 3z" glyph-name="cedilla" horiz-adv-x="500" unicode="¸"/><glyph d="M209 730V333h-86v241q0 30 3 69-57-48-113-55v73q30 5 68 26t53 43z" glyph-name="uni00B9" horiz-adv-x="259" unicode="¹"/><glyph d="m110 321-42 45-43 126q0 82 42 127t122 45 122-45 43-127q0-81-42-126t-123-45q-79 0-121 45Zm157 63v108q0 110-78 110-77 0-77-110 0-108 77-108 78 0 78 108ZM36 250h307v-64H36z" glyph-name="ordmasculine" horiz-adv-x="379" unicode="º"/><glyph d="m151 461 126-196L151 69H46l126 196L46 461zm197 0 126-196L348 69H243l126 196-126 196z" glyph-name="guillemotright" horiz-adv-x="520" unicode="»"/><glyph d="M209 665V268h-86v241q0 30 3 69-55-48-113-55v73q30 5 68 26t53 43zm369-5h91L192 0h-91zM798 91h-67V-4h-74v95H458v43l175 259h98V150h67zm-141 59v103q0 41 3 78h-3q-16-32-31-56l-89-125z" glyph-name="onequarter" horiz-adv-x="817" unicode="¼"/><glyph d="M209 665V268h-86v241q0 30 3 69-55-48-113-55v73q30 5 68 26t53 43zm369-5h91L192 0h-91zM547 53q54 35 91 62 70 53 95 85t26 64q0 29-17 47t-51 18q-35 0-55-23t-21-65l-80 25q3 62 46 97t113 35q76 0 115-37t40-91q0-42-31-83t-99-88q-15-10-60-36v-1q45 3 72 3h126V-4H547z" glyph-name="onehalf" horiz-adv-x="884" unicode="½"/><glyph d="m251 670 38-29 38-80q0-42-24-66t-56-27v-2q36-1 62-24t27-65q0-52-42-83t-112-32q-130 0-162 97l81 34q9-64 78-64 32 0 50 16t19 43q0 50-69 50h-24v54h21q31 0 47 14t16 40q0 27-15 41t-45 14q-60 0-70-57l-78 27q12 49 52 74t100 25q68 0 106-29Zm435-10h91L300 0h-91zM906 91h-67V-4h-74v95H566v43l175 259h98V150h67zm-141 59v103q0 41 3 78h-3q-16-32-31-56l-89-125z" glyph-name="threequarters" horiz-adv-x="925" unicode="¾"/><glyph d="m254 367-20 19-20 52q0 33 20 52t54 19q35 0 55-19t20-52q0-32-20-51t-55-20q-34 0-54 19Zm-82-537-63 46L45 4q0 85 52 131t137 55l3 100h102l3-150q-98-13-140-41t-43-81q0-44 31-69t93-25q59 0 96 33t44 92l99-47q-16-78-79-125t-167-47-167 46Z" glyph-name="questiondown" horiz-adv-x="558" unicode="¿"/><glyph d="m290 737-88 151h114l56-151zm181-564H193L130 0H20l249 660h128L646 0H533zm-32 87-76 212-30 95h-3l-28-93-78-214z" glyph-name="Agrave" horiz-adv-x="665" unicode="À"/><glyph d="M364 737h-82l56 151h114zm107-564H193L130 0H20l249 660h128L646 0H533zm-32 87-76 212-30 95h-3l-28-93-78-214z" glyph-name="Aacute" horiz-adv-x="665" unicode="Á"/><glyph d="M253 731h-89l113 167h112l113-167h-89l-80 107zm218-558H193L130 0H20l249 660h128L646 0H533zm-32 87-76 212-30 95h-3l-28-93-78-214z" glyph-name="Acircumflex" horiz-adv-x="665" unicode="Â"/><glyph d="M471 173H193L130 0H20l249 660h128L646 0H533zm-32 87-76 212-30 95h-3l-28-93-78-214zm70 476H400q-29 0-48 10t-41 30q-17 14-26 19t-21 6q-19 0-29-16t-16-50h-73q9 142 119 142 28 0 46-10t42-30q17-14 26-19t20-6q20 0 30 16t16 49h73q-9-141-118-141Z" glyph-name="Atilde" horiz-adv-x="665" unicode="Ã"/><glyph d="M471 173H193L130 0H20l249 660h128L646 0H533zm-32 87-76 212-30 95h-3l-28-93-78-214zM261 860l18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="Adieresis" horiz-adv-x="665" unicode="Ä"/><glyph d="M471 173H193L130 0H20l239 630q-28 15-43 41t-16 62q0 54 37 88t97 34 96-34 36-88q0-35-15-61t-44-42L646 0H533zM303 797l-19-18-19-47q0-29 19-47t49-18q29 0 48 18t19 47q0 28-19 46t-48 19q-30 0-49-18Zm136-537-76 212-30 95h-3l-28-93-78-214z" glyph-name="Aring" horiz-adv-x="665" unicode="Å"/><glyph d="M899 90V0H442v208H223L115 0H3l355 660h527v-90H546V378h258v-89H546V90zM442 294v277h-31L268 294z" glyph-name="AE" horiz-adv-x="945" unicode="Æ"/><glyph d="m620 100-55-46L432-5q28-20 42-46t15-54q0-48-34-79t-90-31q-39 0-66 9t-49 28l33 62q13-13 31-21t39-9q24 0 40 15t16 41-16 44-58 38q-84 7-146 50T94 159 61 330q0 104 38 181t108 118 164 41q99 0 166-41t98-121l-101-45q-20 59-58 86t-99 28q-93 0-148-65t-56-182q0-117 53-182t147-65q64 0 107 32t63 94l102-34q-25-75-80-121Z" glyph-name="Ccedilla" horiz-adv-x="684" unicode="Ç"/><glyph d="m309 737-88 151h114l56-151zM590 92V0H98v660h478v-92H205V378h290v-90H205V92z" glyph-name="Egrave" horiz-adv-x="636" unicode="È"/><glyph d="M366 737h-82l56 151h114zM590 92V0H98v660h478v-92H205V378h290v-90H205V92z" glyph-name="Eacute" horiz-adv-x="636" unicode="É"/><glyph d="M254 731h-89l113 167h112l113-167h-89l-80 107zM590 92V0H98v660h478v-92H205V378h290v-90H205V92z" glyph-name="Ecircumflex" horiz-adv-x="636" unicode="Ê"/><glyph d="M590 92V0H98v660h478v-92H205V378h290v-90H205V92zM263 860l18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="Edieresis" horiz-adv-x="636" unicode="Ë"/><glyph d="M190 737h-82L20 888h114zM205 0H98v660h107z" glyph-name="Igrave" horiz-adv-x="303" unicode="Ì"/><glyph d="m271 888-88-151h-82l56 151zM205 0H98v660h107z" glyph-name="Iacute" horiz-adv-x="303" unicode="Í"/><glyph d="m231 731-80 107-80-107h-89L95 898h112l113-167zM205 0H98v660h107z" glyph-name="Icircumflex" horiz-adv-x="303" unicode="Î"/><glyph d="m90 860 17-17 18-46q0-29-17-46t-48-17q-29 0-46 17t-18 46q0 29 17 46t47 17 47-17Zm181 0 18-17 18-46q0-28-18-45t-47-18q-29 0-47 17t-18 46 18 46 47 17 47-17ZM205 0H98v660h107z" glyph-name="Idieresis" horiz-adv-x="303" unicode="Ï"/><glyph d="m505 660 86-86 86-244q0-158-86-244T349 0H116v294H22v76h94v290h233q156 0 242-86ZM454 91l56 62 56 177q0 114-56 176t-161 63H223V370h177v-76H223V91h126q105 0 161 62Z" glyph-name="Eth" horiz-adv-x="738" unicode="Ð"/><glyph d="M639 0H512L257 416l-64 122h-1l4-112V0H98v660h126l254-415 65-123h1l-4 112v426h99zm-91 736H439q-29 0-48 10t-41 30q-17 14-26 19t-21 6q-19 0-29-16t-16-50h-73q9 142 119 142 28 0 46-10t42-30q17-14 26-19t20-6q20 0 30 16t16 49h73q-9-141-118-141Z" glyph-name="Ntilde" horiz-adv-x="736" unicode="Ñ"/><glyph d="M411 737h-82l-88 151h114zm56-67 70-41 109-118 38-181q0-104-38-181T538 31 372-10q-95 0-165 41T99 149 61 330t38 181 108 118 165 41 165-41Zm-188-93-53-65-53-182q0-117 53-182t146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65Z" glyph-name="Ograve" horiz-adv-x="745" unicode="Ò"/><glyph d="m492 888-88-151h-82l56 151zm-25-218 70-41 109-118 38-181q0-104-38-181T538 31 372-10q-95 0-165 41T99 149 61 330t38 181 108 118 165 41 165-41Zm-188-93-53-65-53-182q0-117 53-182t146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65Z" glyph-name="Oacute" horiz-adv-x="745" unicode="Ó"/><glyph d="m452 731-80 107-80-107h-89l113 167h112l113-167zm15-61 70-41 109-118 38-181q0-104-38-181T538 31 372-10q-95 0-165 41T99 149 61 330t38 181 108 118 165 41 165-41Zm-188-93-53-65-53-182q0-117 53-182t146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65Z" glyph-name="Ocircumflex" horiz-adv-x="745" unicode="Ô"/><glyph d="m467 670 70-41 109-118 38-181q0-104-38-181T538 31 372-10q-95 0-165 41T99 149 61 330t38 181 108 118 165 41 165-41Zm-188-93-53-65-53-182q0-117 53-182t146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65Zm270 159H440q-29 0-48 10t-41 30q-17 14-26 19t-21 6q-19 0-29-16t-16-50h-73q9 142 119 142 28 0 46-10t42-30q17-14 26-19t20-6q20 0 30 16t16 49h73q-9-141-118-141Z" glyph-name="Otilde" horiz-adv-x="745" unicode="Õ"/><glyph d="m467 670 70-41 109-118 38-181q0-104-38-181T538 31 372-10q-95 0-165 41T99 149 61 330t38 181 108 118 165 41 165-41Zm-188-93-53-65-53-182q0-117 53-182t146-65q94 0 147 65t53 182-53 182-147 65q-93 0-146-65Zm22 283 18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="Odieresis" horiz-adv-x="745" unicode="Ö"/><glyph d="m366 320 164-164-64-65-164 164L138 91l-65 65 164 164L73 484l65 65 164-164 164 164 64-65z" glyph-name="multiply" horiz-adv-x="604" unicode="×"/><glyph d="m638 540 23-65 23-145q0-104-38-181T538 31 372-10q-97 0-168 43l-48-67H81l74 105q-45 45-69 111T61 330q0 104 38 181t108 118 165 41q102 0 175-47l42 59h75l-69-98q43-44 66-109Zm-359 37-53-65-53-182q0-108 45-173l270 385q-47 35-116 35-93 0-146-65ZM466 83l53 65 53 182q0 104-41 166L264 113q45-30 108-30 94 0 147 65Z" glyph-name="Oslash" horiz-adv-x="745" unicode="Ø"/><glyph d="M398 737h-82l-88 151h114zm231-484q0-130-69-196T359-10q-132 0-201 66T89 253v407h108V266q0-94 39-138t123-45q83 0 122 44t40 139v394h108z" glyph-name="Ugrave" horiz-adv-x="718" unicode="Ù"/><glyph d="m478 888-88-151h-82l56 151zm151-635q0-130-69-196T359-10q-132 0-201 66T89 253v407h108V266q0-94 39-138t123-45q83 0 122 44t40 139v394h108z" glyph-name="Uacute" horiz-adv-x="718" unicode="Ú"/><glyph d="m439 731-80 107-80-107h-89l113 167h112l113-167zm190-478q0-130-69-196T359-10q-132 0-201 66T89 253v407h108V266q0-94 39-138t123-45q83 0 122 44t40 139v394h108z" glyph-name="Ucircumflex" horiz-adv-x="718" unicode="Û"/><glyph d="M629 253q0-130-69-196T359-10q-132 0-201 66T89 253v407h108V266q0-94 39-138t123-45q83 0 122 44t40 139v394h108zM287 860l18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="Udieresis" horiz-adv-x="718" unicode="Ü"/><glyph d="m418 888-88-151h-82l56 151zm-66-635V0H245v253L10 660h119l118-212 52-99 52 99 117 212h120z" glyph-name="Yacute" horiz-adv-x="597" unicode="Ý"/><glyph d="m462 547 63-54 64-156q0-102-63-156t-187-54H205V0H98v660h107V547h134q123 0 186-54Zm-53-329 35 29 34 90q1 60-34 89t-106 30H205V218h133q71 0 106 29Z" glyph-name="Thorn" horiz-adv-x="639" unicode="Þ"/><glyph d="m454 383 41-27 61-70 20-93q0-54-25-100t-75-75-121-28q-34 0-64 9t-46 24l24 79q28-24 80-24 59 0 91 35t33 93q0 62-39 94t-115 32h-42l5 89h37q59 0 93 31t34 82q0 53-31 79t-90 27q-75 0-105-42t-30-133V0H83v486q0 116 58 180t190 64q75 0 125-27t73-71 24-91q0-37-18-73t-54-59-90-24v-2q63 0 104-27Z" glyph-name="germandbls" horiz-adv-x="628" unicode="ß"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Zm36 507h-82l-99 168h108z" glyph-name="agrave" horiz-adv-x="570" unicode="à"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Zm111 675-99-168h-82l73 168z" glyph-name="aacute" horiz-adv-x="570" unicode="á"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Zm67 500-80 104-80-104h-88l111 169h114l111-169z" glyph-name="acircumflex" horiz-adv-x="570" unicode="â"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Zm163 505H343q-29 0-48 10t-41 30q-17 14-26 19t-21 6q-19 0-29-16t-16-50H89q9 142 119 142 28 0 46-10t42-30q17-14 26-19t20-6q20 0 30 16t16 49h73q-9-141-118-141Z" glyph-name="atilde" horiz-adv-x="570" unicode="ã"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Zm-84 629 18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="adieresis" horiz-adv-x="570" unicode="ä"/><glyph d="m537 70 15 4-7-72q-27-12-62-12-43 0-68 17t-34 57q-23-35-68-54T212-10q-73 0-118 34t-45 97q0 59 49 99t146 58l127 22v27q0 46-27 72t-75 27q-99 0-129-90l-83 44q18 60 73 95t137 35q97 0 154-45t57-132V107q0-19 8-28t29-9q22 0 37 4Zm-248 1 41 26 41 69v60l-109-22q-52-10-77-28t-25-48q0-28 19-42t56-15q54 0 95 26Zm44 735 34-32 35-86q0-55-34-87t-93-33q-59 0-94 32t-35 88q0 53 35 85t94 33q58 0 92-32Zm-87-55-18-17-19-46q0-28 18-46t48-18q29 0 47 18t18 46-18 45-47 18q-29 0-47-17Z" glyph-name="aring" horiz-adv-x="570" unicode="å"/><glyph d="m830 244-4-30H480q7-66 44-102t92-37q48 0 76 17t40 51l88-37q-27-58-76-87T614-10q-66 0-114 27t-75 82q-23-54-79-81T212-10q-75 0-119 35t-44 96q0 59 47 98t139 54l142 22v32q0 46-28 72t-81 27q-46 0-78-22t-49-67l-83 41q19 62 75 97t139 35q59 0 101-23t67-68q28 44 71 67t98 24q107 0 164-66t57-170q0-30-4-60ZM557 425l-34-34-43-100h251q-13 134-120 134-54 0-88-34ZM295 71l41 32 41 88v34l-111-21q-57-11-81-28t-25-48q0-57 79-57 56 0 97 32Z" glyph-name="ae" horiz-adv-x="883" unicode="æ"/><glyph d="m506 81-41-37L360-5q27-20 41-46t15-54q0-48-34-79t-90-31q-39 0-66 9t-49 28l33 62q13-13 31-21t39-9q24 0 40 15t16 41q0 27-16 45T260-7Q162 6 108 73T54 250q0 122 66 191t183 69q164 0 217-140l-100-40q-26 95-117 95-67 0-104-46t-37-130 37-129 104-45q51 0 82 25t41 72l98-33q-18-58-59-95Z" glyph-name="ccedilla" horiz-adv-x="566" unicode="ç"/><glyph d="m530 236-4-26H160q9-66 47-100t98-35q49 0 81 17t45 51l89-37Q464-10 305-10q-118 0-184 69T54 250q0 123 64 191t180 69q110 0 171-67t61-178q0-29-4-55ZM240 425l-35-34-45-99h270q-8 63-42 98t-90 35q-58 0-93-34Zm104 153h-82l-99 168h108z" glyph-name="egrave" unicode="è"/><glyph d="m530 236-4-26H160q9-66 47-100t98-35q49 0 81 17t45 51l89-37Q464-10 305-10q-118 0-184 69T54 250q0 123 64 191t180 69q110 0 171-67t61-178q0-29-4-55ZM240 425l-35-34-45-99h270q-8 63-42 98t-90 35q-58 0-93-34Zm179 321-99-168h-82l73 168z" glyph-name="eacute" unicode="é"/><glyph d="m530 236-4-26H160q9-66 47-100t98-35q49 0 81 17t45 51l89-37Q464-10 305-10q-118 0-184 69T54 250q0 123 64 191t180 69q110 0 171-67t61-178q0-29-4-55ZM240 425l-35-34-45-99h270q-8 63-42 98t-90 35q-58 0-93-34Zm135 146-80 104-80-104h-88l111 169h114l111-169z" glyph-name="ecircumflex" unicode="ê"/><glyph d="m530 236-4-26H160q9-66 47-100t98-35q49 0 81 17t45 51l89-37Q464-10 305-10q-118 0-184 69T54 250q0 123 64 191t180 69q110 0 171-67t61-178q0-29-4-55ZM240 425l-35-34-45-99h270q-8 63-42 98t-90 35q-58 0-93-34Zm-16 275 18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="edieresis" unicode="ë"/><glyph d="M190 0H83v500h107zm252 578h-82l-99 168h108z" glyph-name="igrave" horiz-adv-x="274" unicode="ì"/><glyph d="M190 0H83v500h107zm335 746-99-168h-82l73 168z" glyph-name="iacute" horiz-adv-x="274" unicode="í"/><glyph d="M190 0H83v500h107zm283 571-80 104-80-104h-88l111 169h114l111-169z" glyph-name="icircumflex" horiz-adv-x="274" unicode="î"/><glyph d="M23 574 6 591l-18 46q0 29 17 46t47 18q30 0 47-17t18-47q0-29-17-46t-48-17q-29 0-46 17Zm168 0-17 17-17 46q0 30 17 47t48 17q29 0 46-17t18-47q0-29-17-46t-47-17q-31 0-48 17ZM190 0H83v500h107z" glyph-name="idieresis" horiz-adv-x="274" unicode="ï"/><glyph d="M457 608q94-127 94-315 0-144-63-223T296-10q-111 0-175 66T56 239q0 76 30 132t84 87 123 30q110 0 161-70-22 100-79 171l-180-44-10 51 154 31q-50 48-143 101h125q61-36 104-82l112 31 15-52zM370 75l39 47 39 117q0 80-37 123t-104 43q-68 0-105-43t-37-123q0-78 36-121t102-43q67 0 106 47Z" glyph-name="eth" horiz-adv-x="615" unicode="ð"/><glyph d="m435 510 52-48 53-138V0H433v290q0 132-107 132-56 0-96-38t-40-119V0H83v500h95l5-83q25 47 69 70t100 23q83 0 135-48Zm58 66H384q-29 0-48 10t-41 30q-17 14-26 19t-21 6q-19 0-29-16t-16-50h-73q9 142 119 142 28 0 46-10t42-30q17-14 26-19t20-6q20 0 30 16t16 49h73q-9-141-118-141Z" glyph-name="ntilde" horiz-adv-x="619" unicode="ñ"/><glyph d="m420 510 66-69 66-191q0-122-66-191T303-10 120 59 54 250t66 191 183 69 183-69Zm-185-84-36-45-37-131q0-85 36-130t105-46q68 0 105 46t37 130-37 130-105 46-104-45Zm117 152h-82l-99 168h108z" glyph-name="ograve" horiz-adv-x="606" unicode="ò"/><glyph d="m420 510 66-69 66-191q0-122-66-191T303-10 120 59 54 250t66 191 183 69 183-69Zm-185-84-36-45-37-131q0-85 36-130t105-46q68 0 105 46t37 130-37 130-105 46-104-45Zm192 320-99-168h-82l73 168z" glyph-name="oacute" horiz-adv-x="606" unicode="ó"/><glyph d="m420 510 66-69 66-191q0-122-66-191T303-10 120 59 54 250t66 191 183 69 183-69Zm-185-84-36-45-37-131q0-85 36-130t105-46q68 0 105 46t37 130-37 130-105 46-104-45Zm148 145-80 104-80-104h-88l111 169h114l111-169z" glyph-name="ocircumflex" horiz-adv-x="606" unicode="ô"/><glyph d="m420 510 66-69 66-191q0-122-66-191T303-10 120 59 54 250t66 191 183 69 183-69Zm-185-84-36-45-37-131q0-85 36-130t105-46q68 0 105 46t37 130-37 130-105 46-104-45Zm244 150H370q-29 0-48 10t-41 30q-17 14-26 19t-21 6q-19 0-29-16t-16-50h-73q9 142 119 142 28 0 46-10t42-30q17-14 26-19t20-6q20 0 30 16t16 49h73q-9-141-118-141Z" glyph-name="otilde" horiz-adv-x="606" unicode="õ"/><glyph d="m420 510 66-69 66-191q0-122-66-191T303-10 120 59 54 250t66 191 183 69 183-69Zm-185-84-36-45-37-131q0-85 36-130t105-46q68 0 105 46t37 130-37 130-105 46-104-45Zm-3 274 18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="odieresis" horiz-adv-x="606" unicode="ö"/><glyph d="m336 591 19-19 20-52q0-32-19-51t-53-19-53 19-20 51q0 33 19 52t54 19q33 0 52-19Zm212-316H56v89h492zm-212-87 19-19 20-51q0-32-19-51t-53-20q-34 0-53 19t-20 52q0 32 19 51t54 19q33 0 52-19Z" glyph-name="divide" horiz-adv-x="604" unicode="÷"/><glyph d="m389 510 59-38 39 50h67l-66-84q64-69 64-188 0-122-66-191T303-10q-79 0-135 32l-43-56H58l67 88q-71 69-71 196 0 122 66 191t183 69q86 0 145-38ZM192 136l32 45 164 217q-34 28-85 28-68 0-104-45t-37-131q0-70 29-114zm179-62 37 46 37 130q0 61-25 103h-1l-29-40L227 96q31-22 76-22 68 0 105 46Z" glyph-name="oslash" horiz-adv-x="607" unicode="ø"/><glyph d="M536 500V0h-95l-4 81q-51-91-178-91-81 0-130 44T79 171v329h107V199q0-66 26-93t77-28q61 0 100 38t40 114v270zm-180 78h-82l-99 168h108z" glyph-name="ugrave" horiz-adv-x="619" unicode="ù"/><glyph d="M536 500V0h-95l-4 81q-51-91-178-91-81 0-130 44T79 171v329h107V199q0-66 26-93t77-28q61 0 100 38t40 114v270zM431 746l-99-168h-82l73 168z" glyph-name="uacute" horiz-adv-x="619" unicode="ú"/><glyph d="M536 500V0h-95l-4 81q-51-91-178-91-81 0-130 44T79 171v329h107V199q0-66 26-93t77-28q61 0 100 38t40 114v270zm-149 71-80 104-80-104h-88l111 169h114l111-169z" glyph-name="ucircumflex" horiz-adv-x="619" unicode="û"/><glyph d="M536 500V0h-95l-4 81q-51-91-178-91-81 0-130 44T79 171v329h107V199q0-66 26-93t77-28q61 0 100 38t40 114v270zM236 700l18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="udieresis" horiz-adv-x="619" unicode="ü"/><glyph d="M314-59q-33-86-75-121t-110-35q-39 0-67 9t-51 31l31 82q30-36 82-36 30 0 50 15t37 57l22 54-52 124L25 500h120l110-314 29-94 34 103 104 305h111zm92 805-99-168h-82l73 168z" glyph-name="yacute" horiz-adv-x="546" unicode="ý"/><glyph d="m453 510 60-68 60-191q0-84-28-143t-78-88-115-30q-54 0-95 21t-67 60v-281H83v935h107V426q24 39 66 61t97 23q100 0 160-68ZM393 77l36 45 37 128q0 82-36 128t-102 46q-63 0-100-45t-38-123v-12q0-78 37-122t101-45q65 0 101 45Z" glyph-name="thorn" horiz-adv-x="629" unicode="þ"/><glyph d="M314-59q-33-86-75-121t-110-35q-39 0-67 9t-51 31l31 82q30-36 82-36 30 0 50 15t37 57l22 54-52 124L25 500h120l110-314 29-94 34 103 104 305h111zM211 700l18-17 18-46q0-29-18-46t-48-17q-29 0-47 17t-18 46 18 46 47 17q30 0 48-17Zm202 0 18-17 18-46q0-29-18-46t-48-17-47 17-18 46q0 29 17 46t48 17q30 0 48-17Z" glyph-name="ydieresis" horiz-adv-x="546" unicode="ÿ"/><glyph d="M592 217H81v93h511z" glyph-name="endash" horiz-adv-x="672" unicode="–"/><glyph d="M931 217H81v93h850z" glyph-name="emdash" horiz-adv-x="1011" unicode="—"/><glyph d="m94 412-22 29-23 78q0 57 29 104t89 74l52-43q-41-14-69-41t-37-62l5-2q8 8 28 8 25 0 44-18t20-52q0-32-22-53t-54-22q-40 0-62 29Z" glyph-name="quoteleft" horiz-adv-x="267" unicode="‘"/><glyph d="m177 697 22-29 23-77q0-57-29-104t-89-75l-52 43q41 15 69 42t37 61l-4 3q-10-8-29-8-25 0-44 18t-20 51q0 32 22 53t54 22q40 0 62-29Z" glyph-name="quoteright" horiz-adv-x="267" unicode="’"/><glyph d="m430 135 22-29 23-77q0-57-30-104t-88-75l-52 44q41 14 69 41t37 62l-5 2q-8-8-28-8-25 0-44 18t-20 52q0 32 22 53t54 21q40 0 62-29Z" glyph-name="quotesinglbase" horiz-adv-x="272" unicode="‚"/><glyph d="m94 412-22 29-23 78q0 57 29 104t89 74l52-43q-41-14-69-41t-37-62l5-2q8 8 28 8 25 0 44-18t20-52q0-32-22-53t-54-22q-40 0-62 29Zm205 0-22 29-23 78q0 57 29 104t89 74l52-43q-41-14-69-41t-37-62l5-2q8 8 28 8 25 0 44-18t20-52q0-32-22-53t-54-22q-40 0-62 29Z" glyph-name="quotedblleft" horiz-adv-x="472" unicode="“"/><glyph d="m177 697 22-29 23-77q0-57-29-104t-89-75l-52 43q41 15 69 42t37 61l-4 3q-10-8-29-8-25 0-44 18t-20 51q0 32 22 53t54 22q40 0 62-29Zm204 0 22-29 23-77q0-57-29-104t-89-75l-52 43q41 15 69 42t37 61l-4 3q-10-8-29-8-25 0-44 18t-20 51q0 32 22 53t54 22q40 0 62-29Z" glyph-name="quotedblright" horiz-adv-x="470" unicode="”"/><glyph d="m430 135 22-29 23-77q0-57-30-104t-88-75l-52 44q41 14 69 41t37 62l-5 2q-8-8-28-8-25 0-44 18t-20 52q0 32 22 53t54 21q40 0 62-29Zm-52 0 22-29 23-77q0-57-30-104t-88-75l-52 44q41 14 69 41t37 62l-5 2q-8-8-28-8-25 0-44 18t-20 52q0 32 22 53t54 21q40 0 62-29Z" glyph-name="quotedblbase" horiz-adv-x="476" unicode="„"/><glyph d="m275 465 37-36 37-93q0-58-37-94t-97-36q-59 0-96 36t-38 94q0 57 37 93t97 36 97-36Z" glyph-name="bullet" horiz-adv-x="430" unicode="•"/><glyph d="M151 265 277 69H172L46 265l126 196h105z" glyph-name="guilsinglleft" horiz-adv-x="324" unicode="‹"/><glyph d="m152 461 126-196L152 69H47l126 196L47 461z" glyph-name="guilsinglright" horiz-adv-x="324" unicode="›"/></font></defs></svg> \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/images/Screenshot from 2020-07-07 19-14-26.png b/docs/themes/hugo-docs/static/images/Screenshot from 2020-07-07 19-14-26.png index aa45993..669ff00 100644 Binary files a/docs/themes/hugo-docs/static/images/Screenshot from 2020-07-07 19-14-26.png and b/docs/themes/hugo-docs/static/images/Screenshot from 2020-07-07 19-14-26.png differ diff --git a/docs/themes/hugo-docs/static/images/badger.png b/docs/themes/hugo-docs/static/images/badger.png index d6ca702..18780a4 100644 Binary files a/docs/themes/hugo-docs/static/images/badger.png and b/docs/themes/hugo-docs/static/images/badger.png differ diff --git a/docs/themes/hugo-docs/static/images/badger.svg b/docs/themes/hugo-docs/static/images/badger.svg index 68747cd..2a25f5b 100644 --- a/docs/themes/hugo-docs/static/images/badger.svg +++ b/docs/themes/hugo-docs/static/images/badger.svg @@ -1,15 +1 @@ -<svg width="580" height="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --> - <g> - <title>background - - - - - - - Layer 1 - - BadgerDB - - \ No newline at end of file +BadgerDB \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/images/dgraph-black.png b/docs/themes/hugo-docs/static/images/dgraph-black.png index 79c6487..51a0493 100644 Binary files a/docs/themes/hugo-docs/static/images/dgraph-black.png and b/docs/themes/hugo-docs/static/images/dgraph-black.png differ diff --git a/docs/themes/hugo-docs/static/images/diggy-shadow.png b/docs/themes/hugo-docs/static/images/diggy-shadow.png index 19ba3f2..d0e9b70 100644 Binary files a/docs/themes/hugo-docs/static/images/diggy-shadow.png and b/docs/themes/hugo-docs/static/images/diggy-shadow.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/android-chrome-144x144.png b/docs/themes/hugo-docs/static/images/favicons/android-chrome-144x144.png index 89ee956..7193ebc 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/android-chrome-144x144.png and b/docs/themes/hugo-docs/static/images/favicons/android-chrome-144x144.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/android-chrome-192x192.png b/docs/themes/hugo-docs/static/images/favicons/android-chrome-192x192.png index eaea408..26c006a 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/android-chrome-192x192.png and b/docs/themes/hugo-docs/static/images/favicons/android-chrome-192x192.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/android-chrome-36x36.png b/docs/themes/hugo-docs/static/images/favicons/android-chrome-36x36.png index 2d7578e..4dd81f6 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/android-chrome-36x36.png and b/docs/themes/hugo-docs/static/images/favicons/android-chrome-36x36.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/android-chrome-48x48.png b/docs/themes/hugo-docs/static/images/favicons/android-chrome-48x48.png index c75228a..81ed194 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/android-chrome-48x48.png and b/docs/themes/hugo-docs/static/images/favicons/android-chrome-48x48.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/android-chrome-72x72.png b/docs/themes/hugo-docs/static/images/favicons/android-chrome-72x72.png index 563485c..154d413 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/android-chrome-72x72.png and b/docs/themes/hugo-docs/static/images/favicons/android-chrome-72x72.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/android-chrome-96x96.png b/docs/themes/hugo-docs/static/images/favicons/android-chrome-96x96.png index 0cd6ca3..6728967 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/android-chrome-96x96.png and b/docs/themes/hugo-docs/static/images/favicons/android-chrome-96x96.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-114x114.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-114x114.png index 1b50be8..2e14bef 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-114x114.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-114x114.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-120x120.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-120x120.png index 0bc8215..db9eda1 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-120x120.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-120x120.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-144x144.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-144x144.png index c8b5f9a..60999b9 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-144x144.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-144x144.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-152x152.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-152x152.png index 19ad539..50ef521 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-152x152.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-152x152.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-180x180.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-180x180.png index 4af2ddb..c4add71 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-180x180.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-180x180.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-57x57.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-57x57.png index f3c919d..41edf36 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-57x57.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-57x57.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-60x60.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-60x60.png index 6f7c03c..a53c799 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-60x60.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-60x60.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-72x72.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-72x72.png index 206695f..4412dfa 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-72x72.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-72x72.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-76x76.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-76x76.png index b9bfc49..25d1a9e 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-76x76.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon-76x76.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon.png b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon.png index 4af2ddb..c4add71 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon.png and b/docs/themes/hugo-docs/static/images/favicons/apple-touch-icon.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/favicon-16x16.png b/docs/themes/hugo-docs/static/images/favicons/favicon-16x16.png index 7282864..616137f 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/favicon-16x16.png and b/docs/themes/hugo-docs/static/images/favicons/favicon-16x16.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/favicon-194x194.png b/docs/themes/hugo-docs/static/images/favicons/favicon-194x194.png index 3667ce2..f1e788d 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/favicon-194x194.png and b/docs/themes/hugo-docs/static/images/favicons/favicon-194x194.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/favicon-32x32.png b/docs/themes/hugo-docs/static/images/favicons/favicon-32x32.png index b4c9f90..d982031 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/favicon-32x32.png and b/docs/themes/hugo-docs/static/images/favicons/favicon-32x32.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/favicon-96x96.png b/docs/themes/hugo-docs/static/images/favicons/favicon-96x96.png index a033e1a..dd1f772 100644 Binary files a/docs/themes/hugo-docs/static/images/favicons/favicon-96x96.png and b/docs/themes/hugo-docs/static/images/favicons/favicon-96x96.png differ diff --git a/docs/themes/hugo-docs/static/images/favicons/manifest.json b/docs/themes/hugo-docs/static/images/favicons/manifest.json index 355a75b..90cc790 100644 --- a/docs/themes/hugo-docs/static/images/favicons/manifest.json +++ b/docs/themes/hugo-docs/static/images/favicons/manifest.json @@ -1,41 +1,41 @@ { - "name": "Dgraph", - "icons": [ - { - "src": "\/images\/favicons\/android-chrome-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": 0.75 - }, - { - "src": "\/images\/favicons\/android-chrome-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": 1 - }, - { - "src": "\/images\/favicons\/android-chrome-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": 1.5 - }, - { - "src": "\/images\/favicons\/android-chrome-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": 2 - }, - { - "src": "\/images\/favicons\/android-chrome-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": 3 - }, - { - "src": "\/images\/favicons\/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": 4 - } - ] + "name": "Dgraph", + "icons": [ + { + "src": "\/images\/favicons\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": 0.75 + }, + { + "src": "\/images\/favicons\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": 1 + }, + { + "src": "\/images\/favicons\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": 1.5 + }, + { + "src": "\/images\/favicons\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": 2 + }, + { + "src": "\/images\/favicons\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": 3 + }, + { + "src": "\/images\/favicons\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": 4 + } + ] } diff --git a/docs/themes/hugo-docs/static/images/favicons/safari-pinned-tab.svg b/docs/themes/hugo-docs/static/images/favicons/safari-pinned-tab.svg index 1b044c3..b1116db 100644 --- a/docs/themes/hugo-docs/static/images/favicons/safari-pinned-tab.svg +++ b/docs/themes/hugo-docs/static/images/favicons/safari-pinned-tab.svg @@ -1,32 +1 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - + \ No newline at end of file diff --git a/docs/themes/hugo-docs/static/js/clipboard.min.js b/docs/themes/hugo-docs/static/js/clipboard.min.js index 000e4b4..812246d 100644 --- a/docs/themes/hugo-docs/static/js/clipboard.min.js +++ b/docs/themes/hugo-docs/static/js/clipboard.min.js @@ -4,4 +4,455 @@ * * Licensed MIT © Zeno Rocha */ -!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Clipboard=t()}}(function(){var t,e,n;return function t(e,n,r){function o(a,c){if(!n[a]){if(!e[a]){var s="function"==typeof require&&require;if(!c&&s)return s(a,!0);if(i)return i(a,!0);var u=new Error("Cannot find module '"+a+"'");throw u.code="MODULE_NOT_FOUND",u}var l=n[a]={exports:{}};e[a][0].call(l.exports,function(t){var n=e[a][1][t];return o(n?n:t)},l,l.exports,t,e,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;ar;r++)n[r].fn.apply(n[r].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),r=n[t],o=[];if(r&&e)for(var i=0,a=r.length;a>i;i++)r[i].fn!==e&&r[i].fn._!==e&&o.push(r[i]);return o.length?n[t]=o:delete n[t],this}},e.exports=r},{}],8:[function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{"default":t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.__esModule=!0;var i=function(){function t(t,e){for(var n=0;n r; r++) n[r].fn.apply(n[r].ctx, e) + return this + }, + off: function (t, e) { + var n = this.e || (this.e = {}), + r = n[t], + o = [] + if (r && e) + for (var i = 0, a = r.length; a > i; i++) + r[i].fn !== e && r[i].fn._ !== e && o.push(r[i]) + return o.length ? (n[t] = o) : delete n[t], this + }, + }), + (e.exports = r) + }, + {}, + ], + 8: [ + function (t, e, n) { + "use strict" + function r(t) { + return t && t.__esModule ? t : { default: t } + } + function o(t, e) { + if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function") + } + n.__esModule = !0 + var i = (function () { + function t(t, e) { + for (var n = 0; n < e.length; n++) { + var r = e[n] + ;(r.enumerable = r.enumerable || !1), + (r.configurable = !0), + "value" in r && (r.writable = !0), + Object.defineProperty(t, r.key, r) + } + } + return function (e, n, r) { + return n && t(e.prototype, n), r && t(e, r), e + } + })(), + a = t("select"), + c = r(a), + s = (function () { + function t(e) { + o(this, t), this.resolveOptions(e), this.initSelection() + } + return ( + (t.prototype.resolveOptions = function t() { + var e = arguments.length <= 0 || void 0 === arguments[0] ? {} : arguments[0] + ;(this.action = e.action), + (this.emitter = e.emitter), + (this.target = e.target), + (this.text = e.text), + (this.trigger = e.trigger), + (this.selectedText = "") + }), + (t.prototype.initSelection = function t() { + if (this.text && this.target) + throw new Error('Multiple attributes declared, use either "target" or "text"') + if (this.text) this.selectFake() + else { + if (!this.target) + throw new Error('Missing required attributes, use either "target" or "text"') + this.selectTarget() + } + }), + (t.prototype.selectFake = function t() { + var e = this + this.removeFake(), + (this.fakeHandler = document.body.addEventListener("click", function () { + return e.removeFake() + })), + (this.fakeElem = document.createElement("textarea")), + (this.fakeElem.style.position = "absolute"), + (this.fakeElem.style.left = "-9999px"), + (this.fakeElem.style.top = + (window.pageYOffset || document.documentElement.scrollTop) + "px"), + this.fakeElem.setAttribute("readonly", ""), + (this.fakeElem.value = this.text), + document.body.appendChild(this.fakeElem), + (this.selectedText = c.default(this.fakeElem)), + this.copyText() + }), + (t.prototype.removeFake = function t() { + this.fakeHandler && + (document.body.removeEventListener("click"), (this.fakeHandler = null)), + this.fakeElem && + (document.body.removeChild(this.fakeElem), (this.fakeElem = null)) + }), + (t.prototype.selectTarget = function t() { + ;(this.selectedText = c.default(this.target)), this.copyText() + }), + (t.prototype.copyText = function t() { + var e = void 0 + try { + e = document.execCommand(this.action) + } catch (n) { + e = !1 + } + this.handleResult(e) + }), + (t.prototype.handleResult = function t(e) { + e + ? this.emitter.emit("success", { + action: this.action, + text: this.selectedText, + trigger: this.trigger, + clearSelection: this.clearSelection.bind(this), + }) + : this.emitter.emit("error", { + action: this.action, + trigger: this.trigger, + clearSelection: this.clearSelection.bind(this), + }) + }), + (t.prototype.clearSelection = function t() { + this.target && this.target.blur(), window.getSelection().removeAllRanges() + }), + (t.prototype.destroy = function t() { + this.removeFake() + }), + i(t, [ + { + key: "action", + set: function t() { + var e = + arguments.length <= 0 || void 0 === arguments[0] ? "copy" : arguments[0] + if (((this._action = e), "copy" !== this._action && "cut" !== this._action)) + throw new Error('Invalid "action" value, use either "copy" or "cut"') + }, + get: function t() { + return this._action + }, + }, + { + key: "target", + set: function t(e) { + if (void 0 !== e) { + if (!e || "object" != typeof e || 1 !== e.nodeType) + throw new Error('Invalid "target" value, use a valid Element') + this._target = e + } + }, + get: function t() { + return this._target + }, + }, + ]), + t + ) + })() + ;(n.default = s), (e.exports = n.default) + }, + { select: 6 }, + ], + 9: [ + function (t, e, n) { + "use strict" + function r(t) { + return t && t.__esModule ? t : { default: t } + } + function o(t, e) { + if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function") + } + function i(t, e) { + if ("function" != typeof e && null !== e) + throw new TypeError( + "Super expression must either be null or a function, not " + typeof e, + ) + ;(t.prototype = Object.create(e && e.prototype, { + constructor: { value: t, enumerable: !1, writable: !0, configurable: !0 }, + })), + e && (Object.setPrototypeOf ? Object.setPrototypeOf(t, e) : (t.__proto__ = e)) + } + function a(t, e) { + var n = "data-clipboard-" + t + if (e.hasAttribute(n)) return e.getAttribute(n) + } + n.__esModule = !0 + var c = t("./clipboard-action"), + s = r(c), + u = t("tiny-emitter"), + l = r(u), + f = t("good-listener"), + d = r(f), + h = (function (t) { + function e(n, r) { + o(this, e), t.call(this), this.resolveOptions(r), this.listenClick(n) + } + return ( + i(e, t), + (e.prototype.resolveOptions = function t() { + var e = arguments.length <= 0 || void 0 === arguments[0] ? {} : arguments[0] + ;(this.action = "function" == typeof e.action ? e.action : this.defaultAction), + (this.target = "function" == typeof e.target ? e.target : this.defaultTarget), + (this.text = "function" == typeof e.text ? e.text : this.defaultText) + }), + (e.prototype.listenClick = function t(e) { + var n = this + this.listener = d.default(e, "click", function (t) { + return n.onClick(t) + }) + }), + (e.prototype.onClick = function t(e) { + var n = e.delegateTarget || e.currentTarget + this.clipboardAction && (this.clipboardAction = null), + (this.clipboardAction = new s.default({ + action: this.action(n), + target: this.target(n), + text: this.text(n), + trigger: n, + emitter: this, + })) + }), + (e.prototype.defaultAction = function t(e) { + return a("action", e) + }), + (e.prototype.defaultTarget = function t(e) { + var n = a("target", e) + return n ? document.querySelector(n) : void 0 + }), + (e.prototype.defaultText = function t(e) { + return a("text", e) + }), + (e.prototype.destroy = function t() { + this.listener.destroy(), + this.clipboardAction && + (this.clipboardAction.destroy(), (this.clipboardAction = null)) + }), + e + ) + })(l.default) + ;(n.default = h), (e.exports = n.default) + }, + { "./clipboard-action": 8, "good-listener": 5, "tiny-emitter": 7 }, + ], + }, + {}, + [9], + )(9) +}) diff --git a/docs/themes/hugo-docs/static/js/dgraph.js b/docs/themes/hugo-docs/static/js/dgraph.js index 784026b..9197ac0 100644 --- a/docs/themes/hugo-docs/static/js/dgraph.js +++ b/docs/themes/hugo-docs/static/js/dgraph.js @@ -1,49 +1,49 @@ // debounce limits the amount of function invocation by spacing out the calls // by at least `wait` ms. function debounce(func, wait, immediate) { - var timeout; + var timeout - return function() { + return function () { var context = this, - args = arguments; - var later = function() { - timeout = null; - if (!immediate) func.apply(context, args); - }; + args = arguments + var later = function () { + timeout = null + if (!immediate) func.apply(context, args) + } - var callNow = immediate && !timeout; - clearTimeout(timeout); - timeout = setTimeout(later, wait); - if (callNow) func.apply(context, args); - }; + var callNow = immediate && !timeout + clearTimeout(timeout) + timeout = setTimeout(later, wait) + if (callNow) func.apply(context, args) + } } /********** Cookie helpers **/ function createCookie(name, val, days) { - var expires = ""; + var expires = "" if (days) { - var date = new Date(); - date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); - expires = "; expires=" + date.toUTCString(); + var date = new Date() + date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000) + expires = "; expires=" + date.toUTCString() } - document.cookie = name + "=" + val + expires + "; path=/"; + document.cookie = name + "=" + val + expires + "; path=/" } function readCookie(name) { - var nameEQ = name + "="; - var ca = document.cookie.split(";"); + var nameEQ = name + "=" + var ca = document.cookie.split(";") for (var i = 0; i < ca.length; i++) { - var c = ca[i]; - while (c.charAt(0) == " ") c = c.substring(1, c.length); - if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); + var c = ca[i] + while (c.charAt(0) == " ") c = c.substring(1, c.length) + if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length) } - return null; + return null } function eraseCookie(name) { - createCookie(name, "", -1); + createCookie(name, "", -1) } /** @@ -54,166 +54,144 @@ function eraseCookie(name) { * empty string denotes the latest version */ function getCurrentVersion(pathname) { - let candidate; + let candidate if (location.pathname.startsWith("/docs")) { - candidate = pathname.split("/")[2]; + candidate = pathname.split("/")[2] } else { - candidate = pathname.split("/")[1]; + candidate = pathname.split("/")[1] } if (candidate === "master") { - return candidate; + return candidate } if (/v\d+\.\d+\.\d+/.test(candidate)) { - return candidate; + return candidate } - return ""; + return "" } // getPathBeforeVersionName gets the current URL path before the version prefix function getPathBeforeVersionName(location, versionName) { if (location.pathname.startsWith("/docs")) { - return "/docs/"; + return "/docs/" } - return "/"; + return "/" } // getPathAfterVersionName gets the current URL path after the version prefix function getPathAfterVersionName(location, versionName) { - let path; + let path if (location.pathname.startsWith("/docs")) { if (versionName === "") { - path = location.pathname - .split("/") - .slice(2) - .join("/"); + path = location.pathname.split("/").slice(2).join("/") } else { - path = location.pathname - .split("/") - .slice(3) - .join("/"); + path = location.pathname.split("/").slice(3).join("/") } - return path + location.hash; + return path + location.hash } if (versionName === "") { - path = location.pathname - .split("/") - .slice(1) - .join("/"); + path = location.pathname.split("/").slice(1).join("/") } else { - path = location.pathname - .split("/") - .slice(2) - .join("/"); + path = location.pathname.split("/").slice(2).join("/") } - return path + location.hash; + return path + location.hash } -(function() { +;(function () { // clipboard - var clipInit = false; - $("pre code:not(.no-copy)").each(function() { + var clipInit = false + $("pre code:not(.no-copy)").each(function () { var code = $(this), - text = code.text(); + text = code.text() if (text.length > 5) { if (!clipInit) { - var text; + var text var clip = new Clipboard(".copy-btn", { - text: function(trigger) { - text = $(trigger) - .prev("code") - .text(); - return text.replace(/^\$\s/gm, ""); - } - }); + text: function (trigger) { + text = $(trigger).prev("code").text() + return text.replace(/^\$\s/gm, "") + }, + }) - clip.on("success", function(e) { - e.clearSelection(); - $(e.trigger) - .text("Copied to clipboard!") - .addClass("copied"); + clip.on("success", function (e) { + e.clearSelection() + $(e.trigger).text("Copied to clipboard!").addClass("copied") - window.setTimeout(function() { - $(e.trigger) - .text("Copy") - .removeClass("copied"); - }, 2000); - }); + window.setTimeout(function () { + $(e.trigger).text("Copy").removeClass("copied") + }, 2000) + }) - clip.on("error", function(e) { - e.clearSelection(); - $(e.trigger).text("Error copying"); + clip.on("error", function (e) { + e.clearSelection() + $(e.trigger).text("Error copying") - window.setTimeout(function() { - $(e.trigger).text("Copy"); - }, 2000); - }); + window.setTimeout(function () { + $(e.trigger).text("Copy") + }, 2000) + }) - clipInit = true; + clipInit = true } - code.after('Copy'); + code.after('Copy') } - }); + }) // Sidebar - var h2s = document.querySelectorAll("h2"); - var h3s = document.querySelectorAll("h3"); - var isAfter = function(e1, e2) { - return e1.compareDocumentPosition(e2) & Node.DOCUMENT_POSITION_FOLLOWING; - }; - var activeLink = document.querySelector(".topic.active"); - var allLinks = []; + var h2s = document.querySelectorAll("h2") + var h3s = document.querySelectorAll("h3") + var isAfter = function (e1, e2) { + return e1.compareDocumentPosition(e2) & Node.DOCUMENT_POSITION_FOLLOWING + } + var activeLink = document.querySelector(".topic.active") + var allLinks = [] - var h2sWithH3s = []; - var j = 0; + var h2sWithH3s = [] + var j = 0 for (var i = 0; i < h2s.length; i++) { - var h2 = h2s[i]; - var nextH2 = h2s[i + 1]; - var ourH3s = []; - while ( - h3s[j] && - isAfter(h2, h3s[j]) && - (!nextH2 || !isAfter(nextH2, h3s[j])) - ) { - ourH3s.push({ header: h3s[j] }); - j++; + var h2 = h2s[i] + var nextH2 = h2s[i + 1] + var ourH3s = [] + while (h3s[j] && isAfter(h2, h3s[j]) && (!nextH2 || !isAfter(nextH2, h3s[j]))) { + ourH3s.push({ header: h3s[j] }) + j++ } h2sWithH3s.push({ header: h2, - subHeaders: ourH3s - }); + subHeaders: ourH3s, + }) } // console.log(h2sWithH3s); function createSubtopic(container, headers) { - var subMenu = document.createElement("ul"); - subMenu.className = "sub-topics"; - container.appendChild(subMenu); + var subMenu = document.createElement("ul") + subMenu.className = "sub-topics" + container.appendChild(subMenu) - Array.prototype.forEach.call(headers, function(h) { - var li = createSubtopicItem(h.header); - li.className = "topic sub-topic"; - subMenu.appendChild(li); + Array.prototype.forEach.call(headers, function (h) { + var li = createSubtopicItem(h.header) + li.className = "topic sub-topic" + subMenu.appendChild(li) if (h.subHeaders) { - createSubtopic(subMenu, h.subHeaders); + createSubtopic(subMenu, h.subHeaders) } - }); + }) } function createSubtopicItem(h) { - allLinks.push(h); + allLinks.push(h) - var li = document.createElement("li"); + var li = document.createElement("li") li.innerHTML = ' ' + (h.title || h.textContent) + - ""; - return li; + "" + return li } // setActiveSubTopic updates the active subtopic on the sidebar based on the @@ -230,129 +208,123 @@ function getPathAfterVersionName(location, versionName) { // @params hash [String] - hash including the hash sign at the beginning function setActiveSubTopic(hash) { // Set inactive the previously active topic - var prevActiveTopic = document.querySelector(".sub-topics .topic.active"); - var nextActiveTopic = document.querySelector( - '.sub-topics a[href="' + hash + '"]' - ).parentNode; + var prevActiveTopic = document.querySelector(".sub-topics .topic.active") + var nextActiveTopic = document.querySelector('.sub-topics a[href="' + hash + '"]').parentNode if (prevActiveTopic !== nextActiveTopic) { - nextActiveTopic.classList.add("active"); + nextActiveTopic.classList.add("active") if (prevActiveTopic) { - prevActiveTopic.classList.remove("active"); + prevActiveTopic.classList.remove("active") } } } // updateSidebar updates the active menu in the sidebar function updateSidebar() { - var currentScrollY = document.body.scrollTop; - var topSideOffset = 120; + var currentScrollY = document.body.scrollTop + var topSideOffset = 120 - var activeHash; + var activeHash for (var i = 0; i < allLinks.length; i++) { - var h = allLinks[i]; - var hash = h.getElementsByTagName("a")[0].hash; + var h = allLinks[i] + var hash = h.getElementsByTagName("a")[0].hash if (h.offsetTop - topSideOffset > currentScrollY) { if (!activeHash) { - activeHash = hash; - break; + activeHash = hash + break } } else { - activeHash = hash; + activeHash = hash } } if (activeHash) { - setActiveSubTopic(activeHash); + setActiveSubTopic(activeHash) } } if (h2sWithH3s.length > 0 && activeLink) { - createSubtopic(activeLink, h2sWithH3s); + createSubtopic(activeLink, h2sWithH3s) } - var subTopics = document.querySelectorAll(".sub-topics .sub-topic"); + var subTopics = document.querySelectorAll(".sub-topics .sub-topic") for (var i = 0; i < subTopics.length; i++) { - var subTopic = subTopics[i]; - subTopic.addEventListener("click", function(e) { - var hash = e.target.hash; - setActiveSubTopic(hash); - }); + var subTopic = subTopics[i] + subTopic.addEventListener("click", function (e) { + var hash = e.target.hash + setActiveSubTopic(hash) + }) } // Scrollspy for sidebar - window.addEventListener("scroll", debounce(updateSidebar, 15)); + window.addEventListener("scroll", debounce(updateSidebar, 15)) // Sidebar toggle - document - .getElementById("sidebar-toggle") - .addEventListener("click", function(e) { - e.preventDefault(); - var klass = document.body.className; - if (klass === "sidebar-visible") { - document.body.className = ""; - } else { - document.body.className = "sidebar-visible"; - } - }); + document.getElementById("sidebar-toggle").addEventListener("click", function (e) { + e.preventDefault() + var klass = document.body.className + if (klass === "sidebar-visible") { + document.body.className = "" + } else { + document.body.className = "sidebar-visible" + } + }) // Anchor tags for headings function appendAnchor(heading) { - var id = heading.id; - var anchorOffset = document.createElement("div"); - anchorOffset.className = "anchor-offset"; - anchorOffset.id = id; + var id = heading.id + var anchorOffset = document.createElement("div") + anchorOffset.className = "anchor-offset" + anchorOffset.id = id - var anchor = document.createElement("a"); - anchor.href = "#" + id; - anchor.className = "anchor"; + var anchor = document.createElement("a") + anchor.href = "#" + id + anchor.className = "anchor" // anchor.innerHTML = 'link' - anchor.innerHTML = ''; - heading.insertBefore(anchor, heading.firstChild); - heading.insertBefore(anchorOffset, heading.firstChild); + anchor.innerHTML = '' + heading.insertBefore(anchor, heading.firstChild) + heading.insertBefore(anchorOffset, heading.firstChild) // Remove the id from heading // Instead we will assign the id to the .anchor-offset element to account // for the fixed header height - heading.removeAttribute("id"); + heading.removeAttribute("id") } - var h2s = document.querySelectorAll( - ".content-wrapper h2, .content-wrapper h3" - ); + var h2s = document.querySelectorAll(".content-wrapper h2, .content-wrapper h3") for (var i = 0; i < h2s.length; i++) { - appendAnchor(h2s[i]); + appendAnchor(h2s[i]) } // code collapse - var pres = $("pre"); - pres.each(function() { - var self = this; + var pres = $("pre") + pres.each(function () { + var self = this - var isInRunnable = $(self).parents(".runnable").length > 0; + var isInRunnable = $(self).parents(".runnable").length > 0 if (isInRunnable) { - return; + return } if (self.clientHeight > 330) { if (self.clientHeight < 380) { - return; + return } - self.className += " collapsed"; + self.className += " collapsed" - var showMore = document.createElement("div"); - showMore.className = "showmore"; - showMore.innerHTML = "Show all"; - showMore.addEventListener("click", function() { - self.className = ""; - showMore.parentNode.removeChild(showMore); - }); + var showMore = document.createElement("div") + showMore.className = "showmore" + showMore.innerHTML = "Show all" + showMore.addEventListener("click", function () { + self.className = "" + showMore.parentNode.removeChild(showMore) + }) - this.appendChild(showMore); + this.appendChild(showMore) } - }); + }) // version selector // var currentVersion = getCurrentVersion(location.pathname); @@ -397,19 +369,19 @@ function getPathAfterVersionName(location, versionName) { // (" "); // Add target = _blank to all external links. - var links = document.links; + var links = document.links for (var i = 0, linksLength = links.length; i < linksLength; i++) { if (links[i].hostname != window.location.hostname) { - links[i].target = "_blank"; + links[i].target = "_blank" } } /********** On page load **/ - updateSidebar(); - var activeTopic = document.querySelector(".sub-topics .topic.active"); + updateSidebar() + var activeTopic = document.querySelector(".sub-topics .topic.active") if (activeTopic) { - activeTopic.scrollIntoView(); + activeTopic.scrollIntoView() } -})(); +})() diff --git a/docs/themes/hugo-docs/static/js/jquery-2.x.min.js b/docs/themes/hugo-docs/static/js/jquery-2.x.min.js index b8c4187..0a638c7 100644 --- a/docs/themes/hugo-docs/static/js/jquery-2.x.min.js +++ b/docs/themes/hugo-docs/static/js/jquery-2.x.min.js @@ -1,4 +1,4786 @@ /*! jQuery v2.2.3 | (c) jQuery Foundation | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="2.2.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isPlainObject:function(a){var b;if("object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype||{},"isPrototypeOf"))return!1;for(b in a);return void 0===b||k.call(a,b)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=d.createElement("script"),b.text=a,d.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:h.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(d=e.call(arguments,2),f=function(){return a.apply(b||this,d.concat(e.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return h.call(b,a)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&f.parentNode&&(this.length=1,this[0]=f),this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?void 0!==c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?h.call(n(a),this[0]):h.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||n.uniqueSort(e),D.test(a)&&e.reverse()),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.removeEventListener("DOMContentLoaded",J),a.removeEventListener("load",J),n.ready()}n.ready.promise=function(b){return I||(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(n.ready):(d.addEventListener("DOMContentLoaded",J),a.addEventListener("load",J))),I.promise(b)},n.ready.promise();var K=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)K(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},L=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function M(){this.expando=n.expando+M.uid++}M.uid=1,M.prototype={register:function(a,b){var c=b||{};return a.nodeType?a[this.expando]=c:Object.defineProperty(a,this.expando,{value:c,writable:!0,configurable:!0}),a[this.expando]},cache:function(a){if(!L(a))return{};var b=a[this.expando];return b||(b={},L(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[b]=c;else for(d in b)e[d]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=a[this.expando];if(void 0!==f){if(void 0===b)this.register(a);else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in f?d=[b,e]:(d=e,d=d in f?[d]:d.match(G)||[])),c=d.length;while(c--)delete f[d[c]]}(void 0===b||n.isEmptyObject(f))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!n.isEmptyObject(b)}};var N=new M,O=new M,P=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Q=/[A-Z]/g;function R(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Q,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:P.test(c)?n.parseJSON(c):c; -}catch(e){}O.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return O.hasData(a)||N.hasData(a)},data:function(a,b,c){return O.access(a,b,c)},removeData:function(a,b){O.remove(a,b)},_data:function(a,b,c){return N.access(a,b,c)},_removeData:function(a,b){N.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=O.get(f),1===f.nodeType&&!N.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),R(f,d,e[d])));N.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){O.set(this,a)}):K(this,function(b){var c,d;if(f&&void 0===b){if(c=O.get(f,a)||O.get(f,a.replace(Q,"-$&").toLowerCase()),void 0!==c)return c;if(d=n.camelCase(a),c=O.get(f,d),void 0!==c)return c;if(c=R(f,d,void 0),void 0!==c)return c}else d=n.camelCase(a),this.each(function(){var c=O.get(this,d);O.set(this,d,b),a.indexOf("-")>-1&&void 0!==c&&O.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){O.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=N.get(a,b),c&&(!d||n.isArray(c)?d=N.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return N.get(a,c)||N.access(a,c,{empty:n.Callbacks("once memory").add(function(){N.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length",""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};$.optgroup=$.option,$.tbody=$.tfoot=$.colgroup=$.caption=$.thead,$.th=$.td;function _(a,b){var c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function aa(a,b){for(var c=0,d=a.length;d>c;c++)N.set(a[c],"globalEval",!b||N.get(b[c],"globalEval"))}var ba=/<|&#?\w+;/;function ca(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],o=0,p=a.length;p>o;o++)if(f=a[o],f||0===f)if("object"===n.type(f))n.merge(m,f.nodeType?[f]:f);else if(ba.test(f)){g=g||l.appendChild(b.createElement("div")),h=(Y.exec(f)||["",""])[1].toLowerCase(),i=$[h]||$._default,g.innerHTML=i[1]+n.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;n.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",o=0;while(f=m[o++])if(d&&n.inArray(f,d)>-1)e&&e.push(f);else if(j=n.contains(f.ownerDocument,f),g=_(l.appendChild(f),"script"),j&&aa(g),c){k=0;while(f=g[k++])Z.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var da=/^key/,ea=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,fa=/^([^.]*)(?:\.(.+)|)/;function ga(){return!0}function ha(){return!1}function ia(){try{return d.activeElement}catch(a){}}function ja(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ja(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=ha;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return"undefined"!=typeof n&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(G)||[""],j=b.length;while(j--)h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.hasData(a)&&N.get(a);if(r&&(i=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&N.remove(a,"handle events")}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(N.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]*)\/>/gi,la=/\s*$/g;function pa(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function qa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function ra(a){var b=na.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function sa(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(N.hasData(a)&&(f=N.access(a),g=N.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}O.hasData(a)&&(h=O.access(a),i=n.extend({},h),O.set(b,i))}}function ta(a,b){var c=b.nodeName.toLowerCase();"input"===c&&X.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function ua(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&ma.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),ua(f,b,c,d)});if(o&&(e=ca(b,a[0].ownerDocument,!1,a,d),g=e.firstChild,1===e.childNodes.length&&(e=g),g||d)){for(h=n.map(_(e,"script"),qa),i=h.length;o>m;m++)j=e,m!==p&&(j=n.clone(j,!0,!0),i&&n.merge(h,_(j,"script"))),c.call(a[m],j,m);if(i)for(k=h[h.length-1].ownerDocument,n.map(h,ra),m=0;i>m;m++)j=h[m],Z.test(j.type||"")&&!N.access(j,"globalEval")&&n.contains(k,j)&&(j.src?n._evalUrl&&n._evalUrl(j.src):n.globalEval(j.textContent.replace(oa,"")))}return a}function va(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(_(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&aa(_(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(ka,"<$1>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=_(h),f=_(a),d=0,e=f.length;e>d;d++)ta(f[d],g[d]);if(b)if(c)for(f=f||_(a),g=g||_(h),d=0,e=f.length;e>d;d++)sa(f[d],g[d]);else sa(a,h);return g=_(h,"script"),g.length>0&&aa(g,!i&&_(a,"script")),h},cleanData:function(a){for(var b,c,d,e=n.event.special,f=0;void 0!==(c=a[f]);f++)if(L(c)){if(b=c[N.expando]){if(b.events)for(d in b.events)e[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);c[N.expando]=void 0}c[O.expando]&&(c[O.expando]=void 0)}}}),n.fn.extend({domManip:ua,detach:function(a){return va(this,a,!0)},remove:function(a){return va(this,a)},text:function(a){return K(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.appendChild(a)}})},prepend:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(_(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return K(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!la.test(a)&&!$[(Y.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(_(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return ua(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(_(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),f=e.length-1,h=0;f>=h;h++)c=h===f?this:this.clone(!0),n(e[h])[b](c),g.apply(d,c.get());return this.pushStack(d)}});var wa,xa={HTML:"block",BODY:"block"};function ya(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function za(a){var b=d,c=xa[a];return c||(c=ya(a,b),"none"!==c&&c||(wa=(wa||n("